Load Libraries

library(tidyverse)
## Warning: package 'tidyverse' was built under R version 4.0.5
## -- Attaching packages --------------------------------------- tidyverse 1.3.1 --
## v ggplot2 3.3.3     v purrr   0.3.4
## v tibble  3.1.1     v dplyr   1.0.5
## v tidyr   1.1.3     v stringr 1.4.0
## v readr   1.4.0     v forcats 0.5.1
## Warning: package 'ggplot2' was built under R version 4.0.5
## Warning: package 'tibble' was built under R version 4.0.5
## Warning: package 'tidyr' was built under R version 4.0.5
## Warning: package 'readr' was built under R version 4.0.5
## Warning: package 'purrr' was built under R version 4.0.5
## Warning: package 'dplyr' was built under R version 4.0.5
## Warning: package 'stringr' was built under R version 4.0.5
## Warning: package 'forcats' was built under R version 4.0.5
## -- Conflicts ------------------------------------------ tidyverse_conflicts() --
## x dplyr::filter() masks stats::filter()
## x dplyr::lag()    masks stats::lag()
library(tidyr)
library(MASS)
## 
## Attaching package: 'MASS'
## The following object is masked from 'package:dplyr':
## 
##     select
library(missForest)
## Warning: package 'missForest' was built under R version 4.0.5
## Loading required package: randomForest
## Warning: package 'randomForest' was built under R version 4.0.5
## randomForest 4.6-14
## Type rfNews() to see new features/changes/bug fixes.
## 
## Attaching package: 'randomForest'
## The following object is masked from 'package:dplyr':
## 
##     combine
## The following object is masked from 'package:ggplot2':
## 
##     margin
## Loading required package: foreach
## Warning: package 'foreach' was built under R version 4.0.5
## 
## Attaching package: 'foreach'
## The following objects are masked from 'package:purrr':
## 
##     accumulate, when
## Loading required package: itertools
## Warning: package 'itertools' was built under R version 4.0.5
## Loading required package: iterators
## Warning: package 'iterators' was built under R version 4.0.5
library(mice)
## Warning: package 'mice' was built under R version 4.0.5
## 
## Attaching package: 'mice'
## The following object is masked from 'package:stats':
## 
##     filter
## The following objects are masked from 'package:base':
## 
##     cbind, rbind
library(VIM)
## Warning: package 'VIM' was built under R version 4.0.5
## Loading required package: colorspace
## Warning: package 'colorspace' was built under R version 4.0.5
## Loading required package: grid
## VIM is ready to use.
## Suggestions and bug-reports can be submitted at: https://github.com/statistikat/VIM/issues
## 
## Attaching package: 'VIM'
## The following object is masked from 'package:missForest':
## 
##     nrmse
## The following object is masked from 'package:datasets':
## 
##     sleep
library(data.table)
## Warning: package 'data.table' was built under R version 4.0.5
## 
## Attaching package: 'data.table'
## The following objects are masked from 'package:dplyr':
## 
##     between, first, last
## The following object is masked from 'package:purrr':
## 
##     transpose
library(reshape)
## Warning: package 'reshape' was built under R version 4.0.5
## 
## Attaching package: 'reshape'
## The following object is masked from 'package:data.table':
## 
##     melt
## The following object is masked from 'package:dplyr':
## 
##     rename
## The following objects are masked from 'package:tidyr':
## 
##     expand, smiths
library(GGally)
## Warning: package 'GGally' was built under R version 4.0.5
## Registered S3 method overwritten by 'GGally':
##   method from   
##   +.gg   ggplot2
library(gender)
## Warning: package 'gender' was built under R version 4.0.5
## PLEASE NOTE: The method provided by this package must be used cautiously
## and responsibly. Please be sure to see the guidelines and warnings about
## usage in the README or the package documentation.
library(readr)
library(plotly)
## Warning: package 'plotly' was built under R version 4.0.5
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:reshape':
## 
##     rename
## The following object is masked from 'package:MASS':
## 
##     select
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(ggplot2)
library(RColorBrewer)
library(stringr)
library(DT)
## Warning: package 'DT' was built under R version 4.0.5
library(ROSE)
## Warning: package 'ROSE' was built under R version 4.0.5
## Loaded ROSE 0.0-3
library(fastDummies)
## Warning: package 'fastDummies' was built under R version 4.0.5
library(clusterSim)
## Warning: package 'clusterSim' was built under R version 4.0.5
## Loading required package: cluster
library(caret)
## Warning: package 'caret' was built under R version 4.0.5
## Loading required package: lattice
## 
## Attaching package: 'caret'
## The following object is masked from 'package:purrr':
## 
##     lift
library(Hmisc)
## Warning: package 'Hmisc' was built under R version 4.0.5
## Loading required package: survival
## 
## Attaching package: 'survival'
## The following object is masked from 'package:caret':
## 
##     cluster
## Loading required package: Formula
## 
## Attaching package: 'Hmisc'
## The following object is masked from 'package:plotly':
## 
##     subplot
## The following objects are masked from 'package:dplyr':
## 
##     src, summarize
## The following objects are masked from 'package:base':
## 
##     format.pval, units
library(lattice)
library(survival)
library(Formula)
library(psych)
## Warning: package 'psych' was built under R version 4.0.5
## 
## Attaching package: 'psych'
## The following object is masked from 'package:Hmisc':
## 
##     describe
## The following object is masked from 'package:randomForest':
## 
##     outlier
## The following objects are masked from 'package:ggplot2':
## 
##     %+%, alpha
library(factoextra)
## Warning: package 'factoextra' was built under R version 4.0.5
## Welcome! Want to learn more? See two factoextra-related books at https://goo.gl/ve3WBa
library(modelr)
## Warning: package 'modelr' was built under R version 4.0.5
library(corrplot)
## Warning: package 'corrplot' was built under R version 4.0.5
## corrplot 0.88 loaded
library(dplyr)
library(pscl)
## Warning: package 'pscl' was built under R version 4.0.5
## Classes and Methods for R developed in the
## Political Science Computational Laboratory
## Department of Political Science
## Stanford University
## Simon Jackman
## hurdle and zeroinfl functions by Achim Zeileis
library(ROCR)
## Warning: package 'ROCR' was built under R version 4.0.5

Getting Data

#read csv file
mydata <- read.csv("Video_Games_Sales.csv") #import dataset
class(mydata) #class of dataset
## [1] "data.frame"
dim(mydata) #dim of dataset
## [1] 16719    16
summary(mydata) #Summary of dataset
##      Name             Platform         Year_of_Release       Genre          
##  Length:16719       Length:16719       Length:16719       Length:16719      
##  Class :character   Class :character   Class :character   Class :character  
##  Mode  :character   Mode  :character   Mode  :character   Mode  :character  
##                                                                             
##                                                                             
##                                                                             
##                                                                             
##   Publisher            NA_Sales          EU_Sales         JP_Sales      
##  Length:16719       Min.   : 0.0000   Min.   : 0.000   Min.   : 0.0000  
##  Class :character   1st Qu.: 0.0000   1st Qu.: 0.000   1st Qu.: 0.0000  
##  Mode  :character   Median : 0.0800   Median : 0.020   Median : 0.0000  
##                     Mean   : 0.2633   Mean   : 0.145   Mean   : 0.0776  
##                     3rd Qu.: 0.2400   3rd Qu.: 0.110   3rd Qu.: 0.0400  
##                     Max.   :41.3600   Max.   :28.960   Max.   :10.2200  
##                                                                         
##   Other_Sales        Global_Sales      Critic_Score    Critic_Count   
##  Min.   : 0.00000   Min.   : 0.0100   Min.   :13.00   Min.   :  3.00  
##  1st Qu.: 0.00000   1st Qu.: 0.0600   1st Qu.:60.00   1st Qu.: 12.00  
##  Median : 0.01000   Median : 0.1700   Median :71.00   Median : 21.00  
##  Mean   : 0.04733   Mean   : 0.5335   Mean   :68.97   Mean   : 26.36  
##  3rd Qu.: 0.03000   3rd Qu.: 0.4700   3rd Qu.:79.00   3rd Qu.: 36.00  
##  Max.   :10.57000   Max.   :82.5300   Max.   :98.00   Max.   :113.00  
##                                       NA's   :8582    NA's   :8582    
##   User_Score          User_Count       Developer            Rating         
##  Length:16719       Min.   :    4.0   Length:16719       Length:16719      
##  Class :character   1st Qu.:   10.0   Class :character   Class :character  
##  Mode  :character   Median :   24.0   Mode  :character   Mode  :character  
##                     Mean   :  162.2                                        
##                     3rd Qu.:   81.0                                        
##                     Max.   :10665.0                                        
##                     NA's   :9129
mydata$Year_of_Release <- as.numeric(as.character(mydata$Year_of_Release)) #Transform Variabels
## Warning: NAs introduced by coercion
mydata$User_Score <- as.numeric(as.character(mydata$User_Score)) #Transform Variabels
## Warning: NAs introduced by coercion
mydata[mydata==""] <-NA #replace missing value with NA
mydata$Genre <- as.character(mydata$Genre) #Transform Variabels
mydata$Genre[mydata$Genre=="Role-Playing"] <-"RolePlaying" #replacing data name 
mydata <- mydata %>% filter(mydata$Year_of_Release<=2016) #stoping dataset to year 2016
mydata <- mydata%>% arrange(desc(Year_of_Release))#sort dataset by year of release
glimpse(mydata)#glimpse of dataset
## Rows: 16,446
## Columns: 16
## $ Name            <chr> "FIFA 17", "Pokemon Sun/Moon", "Uncharted 4: A Thief's~
## $ Platform        <chr> "PS4", "3DS", "PS4", "PS4", "PS4", "PS4", "XOne", "XOn~
## $ Year_of_Release <dbl> 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, ~
## $ Genre           <chr> "Sports", "RolePlaying", "Shooter", "Shooter", "Shoote~
## $ Publisher       <chr> "Electronic Arts", "Nintendo", "Sony Computer Entertai~
## $ NA_Sales        <dbl> 0.66, 2.98, 1.85, 1.61, 1.10, 1.35, 0.43, 1.46, 0.60, ~
## $ EU_Sales        <dbl> 5.75, 1.45, 2.50, 2.00, 2.15, 1.70, 2.05, 0.74, 1.25, ~
## $ JP_Sales        <dbl> 0.08, 2.26, 0.19, 0.15, 0.21, 0.15, 0.00, 0.00, 0.06, ~
## $ Other_Sales     <dbl> 1.11, 0.45, 0.85, 0.71, 0.61, 0.60, 0.17, 0.22, 0.35, ~
## $ Global_Sales    <dbl> 7.59, 7.14, 5.38, 4.46, 4.08, 3.80, 2.65, 2.42, 2.26, ~
## $ Critic_Score    <int> 85, NA, 93, 77, 88, 80, 84, 78, 76, 87, 80, 90, 88, 68~
## $ Critic_Count    <int> 41, NA, 113, 82, 31, 64, 50, 17, 91, 37, 33, 31, 47, 6~
## $ User_Score      <dbl> 5.0, NA, 7.9, 3.4, 8.4, 7.0, 5.5, 3.1, 6.3, 8.2, 6.9, ~
## $ User_Count      <int> 398, NA, 7064, 1129, 809, 2219, 201, 290, 635, 440, 61~
## $ Developer       <chr> "EA Sports, EA Vancouver", NA, "Naughty Dog", "Infinit~
## $ Rating          <chr> "E", NA, "T", "M", "M", "M", "E", "M", "M", "M", "M", ~

Descriptive analysis

#The goal here is to gain some intuitions of the magnitude of video game sales and its evolution throughout the period of time covered by the data set.

#The following three graphs present the number of games released in each year, the total units sold of games released in each year and the average units sold per game of games released in each year.

ggplot(mydata, aes(x = Year_of_Release)) +
        geom_density(alpha = .5, fill = "antiquewhite3")#VIsualization dataset year of release

Sales_NA <- mydata%>% select(Year_of_Release,NA_Sales) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_NA_Sales=sum(NA_Sales)) #create single specific column to new data
Sales_EU <- mydata%>% select(Year_of_Release,EU_Sales) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_EU_Sales=sum(EU_Sales)) #create single specific column to new data
Sales_JP <- mydata%>% select(Year_of_Release,JP_Sales) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_JP_Sales=sum(JP_Sales)) #create single specific column to new data
Sales_OH <- mydata%>% select(Year_of_Release,Other_Sales) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_OH_Sales=sum(Other_Sales)) #create single specific column to new data

Sales_evo <- Reduce(function(x,y) merge(x,y,all=TRUE,by="Year_of_Release"),list(Sales_NA,Sales_EU,Sales_JP,Sales_OH)) #mergering data by specific column

plot_ly(data=Sales_evo,x=~Year_of_Release)%>%
  add_trace(y=~Sum_NA_Sales,name="North America Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_EU_Sales,name="Europe Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_JP_Sales,name="Japan Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_OH_Sales,name="Other Sales",mode="lines",type = 'scatter') %>%
  layout(title = "Total sales by year of release and by region",
  yaxis = list(title="Sales (in millions of units)")) #COmparing Sales by each region using plotly
mydata2 <- fastDummies::dummy_cols(mydata, select_columns = "Genre") #Transform Variabels using fast dummies

Action <- mydata2%>% select(Year_of_Release,Genre_Action) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Action=sum(Genre_Action)) #create single specific column to new data
Adventure <- mydata2%>% select(Year_of_Release,Genre_Adventure) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Adventure=sum(Genre_Adventure)) #create single specific column to new data
Fighting <- mydata2%>% select(Year_of_Release,Genre_Fighting) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Fighting=sum(Genre_Fighting)) #create single specific column to new data
Misc <- mydata2%>% select(Year_of_Release,Genre_Misc) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Misc=sum(Genre_Misc)) #create single specific column to new data
Platform <- mydata2%>% select(Year_of_Release,Genre_Platform) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Platform=sum(Genre_Platform)) #create single specific column to new data
Puzzle <- mydata2%>% select(Year_of_Release,Genre_Puzzle) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Puzzle=sum(Genre_Puzzle)) #create single specific column to new data
Racing <- mydata2%>% select(Year_of_Release,Genre_Racing) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Racing=sum(Genre_Racing)) #create single specific column to new data
RolePlay <- mydata2%>% select(Year_of_Release,Genre_RolePlaying) %>%
  group_by(Year_of_Release)%>%  
  summarise(Sum_Genre_RolePlaying=sum(Genre_RolePlaying)) #create single specific column to new data
Shooter <- mydata2%>% select(Year_of_Release,Genre_Shooter) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Shooter=sum(Genre_Shooter)) #create single specific column to new data
Simulation <- mydata2%>% select(Year_of_Release,Genre_Simulation) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Simulation=sum(Genre_Simulation)) #create single specific column to new data
Sports <- mydata2%>% select(Year_of_Release,Genre_Sports) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Sports=sum(Genre_Sports)) #create single specific column to new data
Strategy <- mydata2%>% select(Year_of_Release,Genre_Strategy) %>%
  group_by(Year_of_Release)%>% 
  summarise(Sum_Genre_Strategy=sum(Genre_Strategy)) #create single specific column to new data

Genre_evo <- Reduce(function(x,y) merge(x,y,all=TRUE,by="Year_of_Release"),list(Action,Adventure,Fighting,Misc,Platform,Puzzle,Racing,RolePlay,Shooter,Simulation,Sports,Strategy)) #mergering data by specific column

plot_ly(data=Genre_evo,x=~Year_of_Release)%>%
  add_trace(y=~Sum_Genre_Action,name="Action Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Adventure,name="Adventure Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Fighting,name="Fighting Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Misc,name="Misc Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Platform,name="Platform Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Puzzle,name="Puzzle Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Racing,name="Racing Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_RolePlaying,name="RolePlay Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Shooter,name="Shooter Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Simulation,name="Simulation Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Sports,name="Sports Sales",mode="lines",type = 'scatter') %>%
  add_trace(y=~Sum_Genre_Strategy,name="Strategy Sales",mode="lines",type = 'scatter') %>%
  layout(title = "Total sales by year of release and by games genre",
  yaxis = list(title="Sales")) #comparing video games sales by games genre
#From Figure 1, we can see that the number of games released reached its peak at around 2008-2009. This peak also corresponds to a peak in the total units of games sold as shown in Figure 2. However, in terms of the average units sold per game, we do not observe any particular increase during this period in Figure 3. In fact, the average units sold per game has greatly declined from 1980s to 1990s. This is probably due to the increased competition in the market. This number became more stable in the 2000s before experiencing a slight decrease again starting from 2013.

#The finding that the average units sold per game is not stationnary throughout the period covered has some implications on predictive modelling that will be discussed in the following paragraph.

#The following graph presents the percentage of the total sales by year of release that different game platforms shared. Game platforms are represented by colors from different palettes according to their vendor. I took the platform-vendor definition from Leonard’s analysis. Microsoft platforms are colored in greys, Nintendo in blues, Sega in oranges, Sony in greens, other platforms (including PC) are colored in purples.

nintendoplatforms = c("3DS","DS","GB","GBA","N64","GC", "NES","SNES","Wii","WiiU") #create single specific column to new data
sonyplatforms = c("PS","PS2","PSP","PS3","PS4","PSV") #create single specific column to new data
segaplatforms = c("GEN","SCD","DC","GG","SAT") #create single specific column to new data
msplatforms = c("XB","X360", "XOne") #create single specific column to new data
otherplatforms = c("2600","3DO","NG","PCFX","TG16","WS") #create single specific column to new data
pc= c('PC') #create single specific column to new data

mydata$Platformvendor[mydata$Platform %in% nintendoplatforms] <- "Nintendo" #Create new column on main dataset
mydata$Platformvendor[mydata$Platform %in% sonyplatforms] <- "Sony" #Create new column on main dataset
mydata$Platformvendor[mydata$Platform %in% msplatforms] <- "Microsoft" #Create new column on main dataset
mydata$Platformvendor[mydata$Platform %in% segaplatforms] <- "Sega" #Create new column on main dataset
mydata$Platformvendor[mydata$Platform %in% pc] <- "PC" #Create new column on main dataset
mydata$Platformvendor[mydata$Platform %in% otherplatforms] <- "Other" #Create new column on main dataset

Platform_level <- mydata%>% group_by(Platform)%>% #create single specific column to new data
  summarise(Sales = sum(Global_Sales))

Platform_level<- left_join(Platform_level,mydata[,c("Platformvendor","Platform")]) #data platform manipulating with lef join
## Joining, by = "Platform"
Platform_level<- unique(Platform_level) #eliminate or delete the duplicate values or the rows present in the vector
Platform_level<- Platform_level%>% arrange(Platformvendor,Sales) #osrt platform by sales
Platform_level$Platform <-factor(Platform_level$Platform , levels = Platform_level$Platform) #another new column on new dataset

Platform_level$color <- c(brewer.pal(3,'Greys'),
                          brewer.pal(9,'Blues'),"#000000",
                          brewer.pal(7,'Purples'),
                          brewer.pal(5,'Oranges'),
                          brewer.pal(6,'Greens')) #coloring data
                          
N_platform <-mydata%>%group_by(Platform,Year_of_Release) %>% 
  summarise(Sales=sum(Global_Sales)) #create single specific column to new data
## `summarise()` has grouped output by 'Platform'. You can override using the `.groups` argument.
N_platform<- N_platform%>%group_by(Year_of_Release)%>% 
  mutate(YearTotal = sum(Sales),Percent = Sales/YearTotal) #modify single specific column to new data
N_platform$Platform <-factor(N_platform$Platform , levels = Platform_level$Platform)

plot_ly(N_platform,x=~Year_of_Release,y=~Percent,
          color=~Platform,colors=Platform_level$color,
          hoverinfo='text',type='bar',
          text=~paste('Year : ', Year_of_Release,'<br>',
                      'Platform : ',Platform,'<br>',
                      'Sales (in millions of units): ', Sales,'<br>',
                      'Percentage in total game sales: ',round(Percent,2)*100,'%'))%>%
    layout(barmode='stack',
    title='Percentage of game platforms in total sales by year of release') #Visualization platform sales using plotly

Exploratory Data Analisys

#Top Global Sales
mydata %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
ggplot(aes(x = Global_Sales, y = reorder(Name, Global_Sales))) +
geom_point(size = 4, color = "darkblue") +
theme(axis.text.y=element_text(size=14, colour="Black"),
      axis.text.x=element_text(size=14)) +
labs(x=NULL, y=NULL, title= "Top 10 Global Sales") #Visualization Top Global Sales using ggplot

#Top 10 North American Sales
mydata %>%
arrange(desc(NA_Sales)) %>%
head(n=10) %>%
ggplot(aes(x = NA_Sales, y = reorder(Name, NA_Sales))) +
geom_point(size = 3, color = "darkblue") +
theme(axis.text.y=element_text(size=14, colour="black"),
      axis.text.x=element_text(size=14)) +
labs(x=NULL, y=NULL, title= "Top 10 North America Sales")#Visualization Top 10 North American Sales

#Top 10 Japan Sales
mydata %>%
arrange(desc(JP_Sales)) %>%
head(n=10) %>%
ggplot(aes(x = JP_Sales, y = reorder(Name, JP_Sales))) +
geom_point(size = 3, color = "darkblue") +
theme(axis.text.y=element_text(size=14, colour="black"),
      axis.text.x=element_text(size=14)) +
labs(x=NULL, y=NULL, title= "Top 10 Japan Sales")#Visualization Top 10 Japan Sales

#Top 10 Europe Sales
mydata %>%
arrange(desc(EU_Sales)) %>%
head(n=10) %>%
ggplot(aes(x = EU_Sales, y = reorder(Name, EU_Sales))) +
geom_point(size = 3, color = "darkblue") +
theme(axis.text.y=element_text(size=14, colour="black"),
      axis.text.x=element_text(size=14)) +
labs(x=NULL, y=NULL, title= "Top 10 Europe Sales")#Visualization Top 10 Europe Sales

#Top 10 Other Region Sales
mydata %>%
arrange(desc(Other_Sales)) %>%
head(n=10) %>%
ggplot(aes(x = Other_Sales, y = reorder(Name, Other_Sales))) +
geom_point(size = 3, color = "darkblue") +
theme(axis.text.y=element_text(size=14, colour="black"),
      axis.text.x=element_text(size=14)) +
labs(x=NULL, y=NULL, title= "Top 10 Other Region Sales")#Visualization Top 10 Other Region Sales

#TOP 10 Sony PlayStation Sales
mydata %>%
filter(Platform %in% c("PS","PS2","PS3","PS4")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING SONY PLAYSTATION") #Visualization TOP 10 Sony PlayStation Sales

#Top 10 Nintendo Games
mydata %>%
filter(Platform %in% c("NES","SNES","N64","GC" , "Wii" ,"WiiU")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING NINTENDO GAMES")#Visualization Top 10 Nintendo Games

#Top 10 Microsoft Games
mydata %>%
filter(Platform %in% c("XB","X360","XOne")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING MICROSOFT GAMES") #Visualization Top 10 Microsoft Games

#Top 10 PC Games
mydata %>%
filter(Platform %in% c("PC")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING PC GAMES") #Visualization Top 10 PC Games

#Top 10 Sports Games
mydata %>%
filter(Genre %in% c("Sports")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING SPORT GAMES")#Visualization Top 10 Sports Games

#Top 10 Action Games
mydata %>%
filter(Genre %in% c("Action")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING ACTION GAMES")#Visualization Top 10 Action Games

#Top 10 Shooter Games
mydata %>%
filter(Genre %in% c("Shooter")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING SHOOTER GAMES")#Visualization Top 10 Shooter Games

#Top 10 Fighting Games
mydata %>%
filter(Genre %in% c("Fighting")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING FIGHTING GAMES")#VIsualization Top 10 Fighting Games

#Top 10 RolePlaying Games
mydata %>%
filter(Genre %in% c("RolePlaying")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING ROLE PLAYING GAMES")#Visualization Top 10 RolePlaying Games

#Top 10 Racing Games
mydata %>%
filter(Genre %in% c("Racing")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING RACING GAMES")#Visualization Top 10 Racing Games

#Top 10 Simulation Games
mydata %>%
filter(Genre %in% c("Simulation")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING SIMULATION GAMES") #Visualization Top 10 Simulation Games

#Top 10 Adventure Games
mydata %>%
filter(Genre %in% c("Adventure")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING ADVENTURE GAMES")#Visualization Top 10 Adventure Games

#Top 10 Platform Games
mydata %>%
filter(Genre %in% c("Platform")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING PLATFORM GAMES")#Visualization Top 10 Platform Games

#Top 10 Strategy Games
mydata %>%
filter(Genre %in% c("Strategy")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING STRATEGY GAMES") #Visualization Top 10 Strategy Games

#Top 10 Misc Games
mydata %>%
filter(Genre %in% c("Misc")) %>%
arrange(desc(Global_Sales)) %>%
head(n=10) %>%
 ggplot(aes(x = reorder(Name, -Global_Sales),
             y = Global_Sales, fill= Name)) +
  geom_col() +
 theme(axis.text.x = element_blank(),
       axis.text.y = element_text(size = 14)) +
labs(x=NULL, y=NULL, title="BEST SELLING MISC GAMES")#Visualization Top 10 Misc Games

## Missing Data

#Detect missing value
any(is.na(mydata))
## [1] TRUE
na.omit(mydata)
##                                                                          Name
## 1                                                                     FIFA 17
## 3                                                  Uncharted 4: A Thief's End
## 4                                              Call of Duty: Infinite Warfare
## 5                                                               Battlefield 1
## 6                                                   Tom Clancy's The Division
## 7                                                                     FIFA 17
## 8                                              Call of Duty: Infinite Warfare
## 9                                                             Far Cry: Primal
## 10                                                              Battlefield 1
## 11                                                  Tom Clancy's The Division
## 12                                                                  Overwatch
## 13                                                                   NBA 2K17
## 14                                                                  Mafia III
## 15                                                              Madden NFL 17
## 16                                                               No Man's Sky
## 17                                                             Dark Souls III
## 20                                                             Gears of War 4
## 23                                                              Madden NFL 17
## 24                                   Naruto Shippuden: Ultimate Ninja Storm 4
## 25                                                               Watch Dogs 2
## 26                                                            Forza Horizon 3
## 27                                                                  Overwatch
## 28                                  The Legend of Zelda: Twilight Princess HD
## 29                                                                   NBA 2K17
## 30                                                          Pokken Tournament
## 32                                                            EA Sports UFC 2
## 33                                                      Kirby: Planet Robobot
## 34                                                           Street Fighter V
## 36                                                            Far Cry: Primal
## 38                                                                Titanfall 2
## 41                                                     LEGO Marvel's Avengers
## 42                                                   Dragon Ball: Xenoverse 2
## 43                                          Lego Star Wars: The Force Awakens
## 45                                                       Farming Simulator 17
## 46                                                               Dishonored 2
## 48                                                                  Mafia III
## 49                                                                   WWE 2K17
## 50                                                                Titanfall 2
## 52                                                              Quantum Break
## 53                                                                  Overwatch
## 55                                       Plants vs. Zombies: Garden Warfare 2
## 56                                       Plants vs. Zombies: Garden Warfare 2
## 57                                                  Pro Evolution Soccer 2017
## 59                                                  Paper Mario: Color Splash
## 60                                                            EA Sports UFC 2
## 61                                                       Farming Simulator 17
## 62                                                  Tom Clancy's The Division
## 64                                                            Life is Strange
## 66                                                  Until Dawn: Rush of Blood
## 68                                                              Battlefield 1
## 69                                                   Deus Ex: Mankind Divided
## 73                                                    BioShock The Collection
## 74                                                              Rocket League
## 75                                                                 DiRT Rally
## 76                                                             Star Fox: Zero
## 77                                                               Watch Dogs 2
## 78                                                  Homefront: The Revolution
## 79                                                   One Piece: Burning Blood
## 80                                                     LEGO Marvel's Avengers
## 81                                                     Mirror's Edge Catalyst
## 82                                                           TrackMania Turbo
## 84                                                     World of Final Fantasy
## 85                                                                     NHL 17
## 87                                                  World of Warcraft: Legion
## 89                                                     Mario Party: Star Rush
## 90                                   Naruto Shippuden: Ultimate Ninja Storm 4
## 91                                                          Batman: Arkham VR
## 93                                          Lego Star Wars: The Force Awakens
## 94                                                             UEFA Euro 2016
## 100                                                  Batman: Return to Arkham
## 101                                                                  WWE 2K17
## 102                                                                Battleborn
## 103                                                     PlayStation VR Worlds
## 104                                               Sid Meier's Civilization VI
## 105                                                                    NHL 17
## 107                                                             Rocket League
## 108                                                    LEGO Marvel's Avengers
## 110                                                                    XCOM 2
## 113                                                              Dishonored 2
## 115                                                      Dragon Ball: Fusions
## 116                                                    World of Final Fantasy
## 117                                                Mega Man Legacy Collection
## 118                                      Assassin's Creed The Ezio Collection
## 122                                                  Dragon Ball: Xenoverse 2
## 123                                                  Odin Sphere: Leifthrasir
## 127                                                    LEGO Marvel's Avengers
## 128                                                                 Mafia III
## 129                                      Sword Art Online: Hollow Realization
## 135                                                  Deus Ex: Mankind Divided
## 136                                                           Far Cry: Primal
## 137                                                    Mirror's Edge Catalyst
## 140                                                   BioShock The Collection
## 141                                                                Battleborn
## 142                                                  The King of Fighters XIV
## 143                                      Sword Art Online: Hollow Realization
## 144                                              LEGO Harry Potter Collection
## 145                                         Lego Star Wars: The Force Awakens
## 146                                                                    ReCore
## 147                                                    Skylanders Imaginators
## 148                                                                    XCOM 2
## 150                                                  Odin Sphere: Leifthrasir
## 151                                                 Homefront: The Revolution
## 152                                                             7 Days to Die
## 153                                         Dead Island Definitive Collection
## 154                                            Call of Duty: Infinite Warfare
## 157                                                           Life is Strange
## 158                                                      Total War: WARHAMMER
## 162                                                                DiRT Rally
## 168                                                   Rise of the Tomb Raider
## 169                                              Hatsune Miku: Project Diva X
## 173                                                              Dishonored 2
## 179                                                                   FIFA 17
## 181                                                        Disney Art Academy
## 184                                               Digimon Story: Cyber Sleuth
## 185                                                  Batman: Return to Arkham
## 186                                            RIGS: Mechanized Combat League
## 191                                                   The Sims 4: City Living
## 192                                                             EVE: Valkyrie
## 197                                                    Skylanders Imaginators
## 198                                                  One Piece: Burning Blood
## 202                        Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 203                                                     Football Manager 2017
## 206                                                              DriveClub VR
## 209                                                                  Terraria
## 215                                                  BlazBlue Central Fiction
## 216                                                                Battleborn
## 218                                                Mega Man Legacy Collection
## 219                                                               Titanfall 2
## 222                                                           Resident Evil 6
## 223                                                          Song of the Deep
## 225                                      Assassin's Creed The Ezio Collection
## 226                                                 Valentino Rossi: The Game
## 228                                            Zero Escape: Zero Time Dilemma
## 229                                                            Dark Souls III
## 231                                                              Eagle Flight
## 232                                               Assassin's Creed Chronicles
## 234                                                    Mirror's Edge Catalyst
## 237                                                             Assetto Corsa
## 238                                                  One Piece: Burning Blood
## 239                                                          TrackMania Turbo
## 240                                            Zero Escape: Zero Time Dilemma
## 242                                                          The Technomancer
## 247                                                          Song of the Deep
## 253                                                          Street Fighter V
## 256                                                             Rocket League
## 258                                                             7 Days to Die
## 264                                                              Mighty No. 9
## 266                                         Dead Island Definitive Collection
## 268                                                          Killing Floor 2 
## 272                                           Metroid Prime: Federation Force
## 274                                              Hatsune Miku: Project Diva X
## 276                                      Plants vs. Zombies: Garden Warfare 2
## 277                                                     NASCAR Heat Evolution
## 278                                                 Pro Evolution Soccer 2017
## 279                                                                    XCOM 2
## 282                                                                    Ride 2
## 283                                                               Root Letter
## 284                                                           Resident Evil 6
## 286                                                 Sébastien Loeb Rally Evo
## 287                                                           Life is Strange
## 289                                                                Battlezone
## 291                        Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 297                                                         Rugby Challenge 3
## 300                                          Psycho-Pass: Mandatory Happiness
## 302                                                               Dead Rising
## 309                                                 Homefront: The Revolution
## 310                                                           Just Dance 2017
## 323                                Duke Nukem 3D: 20th Anniversary World Tour
## 327                                                  Deus Ex: Mankind Divided
## 331                                                          Song of the Deep
## 333                                                                DiRT Rally
## 334                                                          Prison Architect
## 337                                                                Worms: WMD
## 339                                                 Valentino Rossi: The Game
## 345                                                              Mighty No. 9
## 347                                 Superdimension Neptune vs Sega Hard Girls
## 355                                                             Dead Rising 2
## 357                                                          The Technomancer
## 362                                        Aegis of Earth: Protonovus Assault
## 365                                         Agatha Christie's The ABC Murders
## 375                                                             Here They Lie
## 381                                                  Anima - Gate of Memories
## 383                                          Psycho-Pass: Mandatory Happiness
## 390                                         Touhou Genso Rondo: Bullet Ballet
## 396                                                 Pro Evolution Soccer 2017
## 397                                                   Carmageddon: Max Damage
## 399                                                RollerCoaster Tycoon World
## 401                                           Darksiders: Warmastered Edition
## 404                                                              Mighty No. 9
## 411                                               Prototype: Biohazard Bundle
## 418                                                Mark McMorris Infinite Air
## 431                                                             Quantum Break
## 433                                                             Assetto Corsa
## 436                                                 Valentino Rossi: The Game
## 437                                                                Republique
## 438                                                                  NBA 2K17
## 439                                                   Super Stardust Ultra VR
## 442                                                     Azure Striker Gunvolt
## 445                                           Darksiders: Warmastered Edition
## 446                                                          The Technomancer
## 449                                                                Worms: WMD
## 452                                     Sherlock Holmes: The Devil's Daughter
## 453                                               Prototype: Biohazard Bundle
## 462                                                            Goat Simulator
## 467                                                          TrackMania Turbo
## 469                                                        Super Dungeon Bros
## 471                                     Sherlock Holmes: The Devil's Daughter
## 476                                                                    Ride 2
## 477                                                                Dungeons 2
## 478                                                   Carmageddon: Max Damage
## 487                                                 Sébastien Loeb Rally Evo
## 491                                                          Fast Racing Neo 
## 504                                                                   FIFA 16
## 507                                                                 Fallout 4
## 508                                    Uncharted: The Nathan Drake Collection
## 509                                                         Halo 5: Guardians
## 510                                                                  Splatoon
## 511                                                                 Fallout 4
## 512                                                  The Witcher 3: Wild Hunt
## 513                                                     Batman: Arkham Knight
## 514                                                                  NBA 2K16
## 516                                      Metal Gear Solid V: The Phantom Pain
## 517                                                Assassin's Creed Syndicate
## 519                                            Gears of War: Ultimate Edition
## 520                                                                   FIFA 16
## 521                                                             Madden NFL 16
## 522                                                         Super Mario Maker
## 523                                      Animal Crossing: Happy Home Designer
## 524                                                           Mortal Kombat X
## 526                                                                Bloodborne
## 528                                                             Madden NFL 16
## 529                                     The Legend of Zelda: Majora's Mask 3D
## 530                                                                  NBA 2K16
## 532                                           Tom Clancy's Rainbow Six: Siege
## 533                                                     Battlefield: Hardline
## 534                                                               Dying Light
## 535                                                   Destiny: The Taken King
## 536                                                              Just Cause 3
## 537                                                        Forza Motorsport 6
## 539                                                           The Order: 1886
## 543                                                                Until Dawn
## 544                                                            Mario Party 10
## 546                                                     Batman: Arkham Knight
## 547                                                           Mortal Kombat X
## 548                                                   Rise of the Tomb Raider
## 549                                           Tom Clancy's Rainbow Six: Siege
## 550                                                  The Witcher 3: Wild Hunt
## 551                                                      Yoshi's Woolly World
## 552                                                Assassin's Creed Syndicate
## 553                                                               Dying Light
## 554                                                                 Fallout 4
## 555                                                  The Elder Scrolls Online
## 556                                             Pokemon Super Mystery Dungeon
## 557                                                                  WWE 2K16
## 558                                                     Battlefield: Hardline
## 559                                                   Destiny: The Taken King
## 561                                                        Grand Theft Auto V
## 562                                     The Legend of Zelda: Tri Force Heroes
## 563                                                    Dragon Ball: XenoVerse
## 564                                                              Project CARS
## 567                                                                    Evolve
## 570                                                          MLB 15: The Show
## 571                                                              Just Cause 3
## 572                                                       LEGO Jurassic World
## 574                                      Borderlands: The Handsome Collection
## 578                                                          Guitar Hero Live
## 580                                                    Xenoblade Chronicles X
## 581                                                 Pro Evolution Soccer 2016
## 582                                                               Rare Replay
## 586                                      Metal Gear Solid V: The Phantom Pain
## 591                                                           LEGO Dimensions
## 593                                                  The Witcher 3: Wild Hunt
## 597                                                                   F1 2015
## 598                                                       LEGO Jurassic World
## 601                                                                    Evolve
## 602                                                                    NHL 16
## 605                                                                  WWE 2K16
## 606                                                           Just Dance 2016
## 610                                                          Guitar Hero Live
## 611                                              Resident Evil: Revelations 2
## 614                                                           LEGO Dimensions
## 615                                          StarCraft II: Legacy of the Void
## 617                                                       LEGO Jurassic World
## 618                                                     Rory McIlroy PGA Tour
## 619                                               Kirby and the Rainbow Curse
## 622                                                 Bravely Second: End Layer
## 625                                                 Skylanders: SuperChargers
## 627                                                                    NHL 16
## 628                                                               Rock Band 4
## 629                                              One Piece: Pirate Warriors 3
## 632                                                  Mario Tennis Ultra Smash
## 633                                      Borderlands: The Handsome Collection
## 637                                          Animal Crossing: Amiibo Festival
## 639                                                           LEGO Dimensions
## 641                                                         Tales of Zestiria
## 647                                                               Rock Band 4
## 651                                               Sword Art Online: Lost Song
## 652                                                           Just Dance 2016
## 655                                                     Football Manager 2016
## 660                                            Dragon Ball Z: Extreme Butoden
## 661                                            Hatsune Miku: Project Mirai DX
## 662                                                           Just Dance 2016
## 663                                                    Dragon Ball: XenoVerse
## 665                                              Persona 4: Dancing All Night
## 667                                                                 Tropico 5
## 668                                                 Skylanders: SuperChargers
## 670                                                                  Deadpool
## 672                                          Disgaea 5: Alliance of Vengeance
## 677                                                     Rory McIlroy PGA Tour
## 678                                                         Tearaway Unfolded
## 681                                                              Project CARS
## 684                                                      The Legend of Legacy
## 685                                                                 Anno 2205
## 688                                               Sword Art Online: Lost Song
## 689                                                                   F1 2015
## 690                                                               Stella Glow
## 691                                                 Skylanders: SuperChargers
## 693                                                         Total War: Attila
## 695                                                    Etrian Mystery Dungeon
## 697                                           Tom Clancy's Rainbow Six: Siege
## 698                                                 Transformers: Devastation
## 703                                                                      Ride
## 704                                                  The Sims 4: Get Together
## 705                                                     Code Name: S.T.E.A.M.
## 707                                                Assassin's Creed Syndicate
## 709                                                  Tony Hawk's Pro Skater 5
## 712                                                                   FIFA 16
## 713                                                               Dying Light
## 717                                                          Guitar Hero Live
## 719                                                                    Evolve
## 722                                               Saint Seiya: Soldiers' Soul
## 723                                             Senran Kagura: Estival Versus
## 725                                             Senran Kagura: Estival Versus
## 727                                                               NBA Live 16
## 730                                                           Toukiden Kiwami
## 733                                                     Bladestorm: Nightmare
## 734                                      Mobile Suit Gundam: Extreme VS Force
## 736                                              One Piece: Pirate Warriors 3
## 737                                                  7th Dragon III Code: VFD
## 738                       Return to PopoloCrois: A Story of Seasons Fairytale
## 747                                         BlazBlue: Chrono Phantasma Extend
## 749                                                              Just Cause 3
## 750                                                          Cities: Skylines
## 751                                                             Shovel Knight
## 753                                                 Transformers: Devastation
## 755                                                     Battlefield: Hardline
## 756                                              Brothers: A Tale of Two Sons
## 759                                                   Gravity Rush Remastered
## 761                                                     Batman: Arkham Knight
## 762                                            Final Fantasy XIV: Heavensward
## 764                                                              Project CARS
## 766                                                    Don Bradman Cricket 14
## 770                                                  Tony Hawk's Pro Skater 5
## 771                                                     Rodea the Sky Soldier
## 773                                                     Samurai Warriors 4-II
## 774                                                                  Rugby 15
## 779                                                 Valkyrie Drive: Bhikkhuni
## 783                                                               NBA Live 16
## 785                                                   God Eater 2: Rage Burst
## 786                                                 Pro Evolution Soccer 2016
## 788                                                               Wasteland 2
## 789                                                                      Ride
## 790                                              Resident Evil: Revelations 2
## 791                                              Resident Evil: Revelations 2
## 795                                                   Ultra Street Fighter IV
## 796                                                        The Crew: Wild Run
## 798                                                             Shovel Knight
## 799                                               Samurai Warriors 4: Empires
## 804                                                             Steins;Gate 0
## 805                                                      Pokemon Rumble World
## 808                                            Arslan: The Warriors of Legend
## 810                                                Wolfenstein: The Old Blood
## 815                                                                  Rugby 15
## 820                                                    God Eater Resurrection
## 821                                                             Shovel Knight
## 825                                                   Assassin's Creed: Rogue
## 828                                      Metal Gear Solid V: The Phantom Pain
## 834                                                      Grand Ages: Medieval
## 839                                         Fairy Fencer F: Advent Dark Force
## 841                                                             Grand Kingdom
## 852                                       Broken Sword 5: The Serpent's Curse
## 855                                      Mario vs. Donkey Kong: Tipping Stars
## 858                                                           Nights of Azure
## 859                                                             Grand Kingdom
## 861                        Earth Defense Force 4.1: The Shadow of New Despair
## 866                                                             Devil's Third
## 869                                  Exist Archive: The Other Side of the Sky
## 871                                              MX vs. ATV Supercross Encore
## 872                                                      Rugby World Cup 2015
## 888                                                                   F1 2015
## 891                                                           Mortal Kombat X
## 893                                                     Bladestorm: Nightmare
## 894                                                               Wasteland 2
## 899                                                             Steins;Gate 0
## 903                                                      Grand Ages: Medieval
## 904                                               Saints Row: Gat out of Hell
## 912                                                 Pro Evolution Soccer 2016
## 913                                            Shantae and the Pirate's Curse
## 916                                              Brothers: A Tale of Two Sons
## 918                                Nitroplus Blasterz: Heroines Infinite Duel
## 919                               Gravity Falls: Legend of the Gnome Gemulets
## 920                                                     Rodea the Sky Soldier
## 934                                                       LEGO Jurassic World
## 938                                  Exist Archive: The Other Side of the Sky
## 939                                        Assassin's Creed Chronicles: China
## 940                                                                Ray Gigant
## 942                                                    Stranger of Sword City
## 948                                  JoJo's Bizarre Adventure: Eyes of Heaven
## 970                                                 Transformers: Devastation
## 988                                                       The Talos Principle
## 991                                                                      Ride
## 999                               The Peanuts Movie: Snoopy's Grand Adventure
## 1001                                                Legend of Kay Anniversary
## 1005                                           Final Fantasy XIV: Heavensward
## 1021                                                    Xblaze: Lost Memories
## 1028                                              Dynasty Warriors 8: Empires
## 1040                                                       The Crew: Wild Run
## 1045                                                       The Crew: Wild Run
## 1056                                      Broken Sword 5: The Serpent's Curse
## 1092                                                Legend of Kay Anniversary
## 1093                                     Mario vs. Donkey Kong: Tipping Stars
## 1098                                                 Art Academy: Home Studio
## 1104                                              Saints Row: Gat out of Hell
## 1109                                                       Grand Theft Auto V
## 1111                                           Call of Duty: Advanced Warfare
## 1113                                                             Mario Kart 8
## 1114                                                                  FIFA 15
## 1115                                                                  Destiny
## 1116                                                       Grand Theft Auto V
## 1117                                           Call of Duty: Advanced Warfare
## 1125                                                               Watch Dogs
## 1126                                                                Far Cry 4
## 1127                                                  Assassin's Creed: Unity
## 1128                                                Monster Hunter 4 Ultimate
## 1129                                                  Assassin's Creed: Unity
## 1130                                                                  Destiny
## 1132                                        Halo: The Master Chief Collection
## 1133                                                               The Sims 4
## 1134                                           Middle-Earth: Shadow of Mordor
## 1135                                                                Titanfall
## 1137                                                     inFAMOUS: Second Son
## 1140                                                                 NBA 2K15
## 1141                                                            Madden NFL 15
## 1142                                                                  FIFA 15
## 1143                                                                DriveClub
## 1146                                                  Dragon Age: Inquisition
## 1149                                                        LittleBigPlanet 3
## 1150                                                     Kirby: Triple Deluxe
## 1152                                                          The Evil Within
## 1154                                                                 The Crew
## 1155                                                                 NBA 2K15
## 1156                                                                Far Cry 4
## 1159                                                               Watch Dogs
## 1160                                                            Madden NFL 15
## 1161                                               Wolfenstein: The New Order
## 1162                                     Donkey Kong Country: Tropical Freeze
## 1165                                                          Forza Horizon 2
## 1166                                                       Yoshi's New Island
## 1167                                                                Titanfall
## 1168                                           Middle-Earth: Shadow of Mordor
## 1171                                                  Assassin's Creed: Rogue
## 1172                                                 The LEGO Movie Videogame
## 1173                                                            Dark Souls II
## 1174                                        Metal Gear Solid V: Ground Zeroes
## 1177                                                          Hyrule Warriors
## 1179                                           Captain Toad: Treasure Tracker
## 1180                                                                 WWE 2K15
## 1181                                                         Sunset Overdrive
## 1182                                                         Alien: Isolation
## 1184                                       Plants vs. Zombies: Garden Warfare
## 1185                                                            EA Sports UFC
## 1186                                                  Assassin's Creed: Rogue
## 1187                                                           Rayman Legends
## 1190                                                  Dragon Age: Inquisition
## 1191                                             Lego Batman 3: Beyond Gotham
## 1192                                                 The LEGO Movie Videogame
## 1193                                           South Park: The Stick of Truth
## 1194                                           South Park: The Stick of Truth
## 1196                                                 The Elder Scrolls Online
## 1203                                                                 WWE 2K15
## 1204                                                              Bayonetta 2
## 1205                                                Pro Evolution Soccer 2015
## 1207                                                            Dark Souls II
## 1209                                                  Dragon Age: Inquisition
## 1210                                                          Just Dance 2015
## 1211                                       Persona Q: Shadow of the Labyrinth
## 1212                                                         MLB 14: The Show
## 1213                                              Borderlands: The Pre-Sequel
## 1214                                                    Skylanders: Trap Team
## 1216                                       Plants vs. Zombies: Garden Warfare
## 1217                                                           Sniper Elite 3
## 1218                                               Wolfenstein: The New Order
## 1219                                                          The Evil Within
## 1220                                                 The LEGO Movie Videogame
## 1225                                                             Freedom Wars
## 1227                                                            Borderlands 2
## 1228                                                 The LEGO Movie Videogame
## 1229                                                                 WWE 2K15
## 1230                                                                 The Crew
## 1232                                                                Far Cry 4
## 1235                                               2014 FIFA World Cup Brazil
## 1236                                       Plants vs. Zombies: Garden Warfare
## 1237                                              Borderlands: The Pre-Sequel
## 1240                                                     Kinect Sports Rivals
## 1241                                                          LEGO The Hobbit
## 1242                                                                   NHL 15
## 1245                                        Metal Gear Solid V: Ground Zeroes
## 1247                                                                 WWE 2K15
## 1248                                                                Titanfall
## 1252                                                  Assassin's Creed: Unity
## 1253                                                  Final Fantasy Explorers
## 1254                                                          Just Dance 2015
## 1255                                                 The LEGO Movie Videogame
## 1257                                                      Lords of the Fallen
## 1258                                                         Alien: Isolation
## 1260                                                     Pokemon Art Academy 
## 1261                                                   Mario Golf: World Tour
## 1262                                   World of Warcraft: Warlords of Draenor
## 1263                                                            EA Sports UFC
## 1270                                                          LEGO The Hobbit
## 1274                                               Wolfenstein: The New Order
## 1275                                                               Watch Dogs
## 1277                                                    Skylanders: Trap Team
## 1281                        Naruto Shippuden: Ultimate Ninja Storm Revolution
## 1282                                             Lego Batman 3: Beyond Gotham
## 1283                                                         MLB 14: The Show
## 1284                                               2014 FIFA World Cup Brazil
## 1285                                                            Trials Fusion
## 1286                                                         Story of Seasons
## 1287                                                                   NHL 15
## 1288                                                                  F1 2014
## 1289                                           Call of Duty: Advanced Warfare
## 1291                                                          Just Dance 2015
## 1294                                                          Wii Sports Club
## 1295                                  Theatrhythm Final Fantasy: Curtain Call
## 1297                                   Sid Meier's Civilization: Beyond Earth
## 1299                                                Fossil Fighters: Frontier
## 1301                                           Middle-Earth: Shadow of Mordor
## 1302                                                           Sniper Elite 3
## 1303                                                           Rayman Legends
## 1306                                         Hatsune Miku: Project Diva F 2nd
## 1307                                                   Murdered: Soul Suspect
## 1310                                                Sonic Boom: Rise of Lyric
## 1312                                               Dragon Ball Z: Battle of Z
## 1316                                        Sword Art Online: Hollow Fragment
## 1318                                              Borderlands: The Pre-Sequel
## 1319                                            Sonic Boom: Shattered Crystal
## 1320                                        Metal Gear Solid V: Ground Zeroes
## 1321                                                                  FIFA 15
## 1324                                                                NES Remix
## 1327                                           One Piece: Unlimited World Red
## 1328                                                          The Evil Within
## 1331                                                          LEGO The Hobbit
## 1332                                                       Ultimate NES Remix
## 1338                                         Hatsune Miku: Project Diva F 2nd
## 1341                                                            Trials Fusion
## 1342                                                    Onechanbara Z2: Chaos
## 1343                                                       Samurai Warriors 4
## 1345                                                              NBA Live 15
## 1347                                                          Toukiden Kiwami
## 1349                                                                  F1 2014
## 1351                                                     Soul Sacrifice Delta
## 1352                                                      Lords of the Fallen
## 1354                                           Senran Kagura 2: Deep Crimson 
## 1355                        Naruto Shippuden: Ultimate Ninja Storm Revolution
## 1358                         Danganronpa Another Episode: Ultra Despair Girls
## 1359                                                        The Wolf Among Us
## 1360                                                              NBA Live 15
## 1361                                                      J Stars Victory Vs.
## 1362                                                    God of War Collection
## 1365                                           Castlevania: Lords of Shadow 2
## 1366                                                           Bound By Flame
## 1367                                              Dynasty Warriors 8: Empires
## 1368                                           South Park: The Stick of Truth
## 1371                            The Legend of Heroes: Trails of Cold Steel II
## 1374                                                 Dance Central: Spotlight
## 1378                                                                 Shape Up
## 1379                              Atelier Shallie: Alchemists of the Dusk Sea
## 1380                                                Corpse Party: Blood Drive
## 1381                                                               MotoGP 14 
## 1382                                                           GRID Autosport
## 1383                                                            Dark Souls II
## 1384                                                            Project Spark
## 1385                                           Danganronpa 2: Goodbye Despair
## 1389                                                               NASCAR '14
## 1391                                            Dengeki Bunko Fighting Climax
## 1392                                                   Murdered: Soul Suspect
## 1393                                                                 The Crew
## 1396                                        Ar Nosurge: Ode to an Unborn Star
## 1398                                                                 Wildstar
## 1400                                                  Fantasia: Music Evolved
## 1404                                             Oreshika: Tainted Bloodlines
## 1406                            The Legend of Heroes: Trails of Cold Steel II
## 1409                                                         Alien: Isolation
## 1412                                                Pro Evolution Soccer 2015
## 1416                                                           Rayman Legends
## 1419                                                 Persona 4: Arena Ultimax
## 1421                                            Dengeki Bunko Fighting Climax
## 1423                                                               Watch Dogs
## 1424                                                 Deception IV: Blood Ties
## 1425                                           One Piece: Unlimited World Red
## 1427                                 Hyperdevotion Noire: Goddess Black Heart
## 1435                                                                Tropico 5
## 1436                                                 Deception IV: Blood Ties
## 1438                              Hyperdimension Neptunia U: Action Unleashed
## 1440                                       Fatal Frame: Maiden of Black Water
## 1444                                                       Samurai Warriors 4
## 1445                                                               NASCAR '14
## 1446                                                         MLB 14: The Show
## 1448                                               Dragon Ball Z: Battle of Z
## 1449                                     Pac-Man and the Ghostly Adventures 2
## 1451                                                                 Sacred 3
## 1461                                                         Natural Doctrine
## 1462                                                                  F1 2014
## 1464                                        Operation Abyss: New Tokyo Legacy
## 1468                                     Pac-Man and the Ghostly Adventures 2
## 1472                                                  Digimon All-Star Rumble
## 1473                                                    Yaiba: Ninja Gaiden Z
## 1474                                           Castlevania: Lords of Shadow 2
## 1477                                                           GRID Autosport
## 1478                                                     Risen 3: Titan Lords
## 1481                                      Lara Croft and the Temple of Osiris
## 1482                                               How to Train Your Dragon 2
## 1484                                                            The Golf Club
## 1486                       Adventure Time: The Secret of the Nameless Kingdom
## 1487                                                     Risen 3: Titan Lords
## 1488                                                 Persona 4: Arena Ultimax
## 1491                                                           Lost Dimension
## 1492                                            Samurai Warriors Chronicles 3
## 1495                                                           Lost Dimension
## 1497                                                       Escape Dead Island
## 1500                                                       Escape Dead Island
## 1501                                                           Child of Light
## 1506                                             Tokyo Twilight Ghost Hunters
## 1507                        Earth Defense Force 2: Invaders from Planet Space
## 1508                                              Dynasty Warriors 8: Empires
## 1514                                               Dragon Ball Z: Battle of Z
## 1515                                                                 Terraria
## 1520                                                         Natural Doctrine
## 1522                                                     Risen 3: Titan Lords
## 1523                                            Samurai Warriors Chronicles 3
## 1525                                           One Piece: Unlimited World Red
## 1532                                                 The LEGO Movie Videogame
## 1534                                                    MX vs. ATV Supercross
## 1541                                             Lord of Magna: Maiden Heaven
## 1543                       Adventure Time: The Secret of the Nameless Kingdom
## 1546                                                                Tropico 5
## 1547                                             Tokyo Twilight Ghost Hunters
## 1549                                                              Enemy Front
## 1550                                                   Murdered: Soul Suspect
## 1554                                                                 Sacred 3
## 1558                                                           Child of Light
## 1562                                                    Yaiba: Ninja Gaiden Z
## 1571                                                              Enemy Front
## 1572                                 Nobunaga's Ambition: Sphere of Influence
## 1577                                                                 Terraria
## 1582                                           Castlevania: Lords of Shadow 2
## 1587                                                    Infamous: First Light
## 1588                                                      Tour de France 2014
## 1595                                                            Trials Fusion
## 1601                                                            The Golf Club
## 1606                                                      Lords of the Fallen
## 1610                                                    MX vs. ATV Supercross
## 1616                                                           GRID Autosport
## 1620                                                            Omega Quintet
## 1622                                     Phoenix Wright: Ace Attorney Trilogy
## 1624                                       Plants vs. Zombies: Garden Warfare
## 1627                                                                 Sacred 3
## 1628                                              The Awakened Fate Ultimatum
## 1629                                      Lara Croft and the Temple of Osiris
## 1632                                             Tenkai Knights: Brave Battle
## 1636                                                      Pillars of Eternity
## 1641                                                   Divinity: Original Sin
## 1652                                                   Don Bradman Cricket 14
## 1659                                              htoL#NiQ: The Firefly Diary
## 1688                                        Metal Gear Solid V: Ground Zeroes
## 1690                                                       Grand Theft Auto V
## 1691                                                       Grand Theft Auto V
## 1693                                                     Call of Duty: Ghosts
## 1694                                                     Call of Duty: Ghosts
## 1696                                                                  FIFA 14
## 1697                                                           The Last of Us
## 1699                                               Luigi's Mansion: Dark Moon
## 1700                                                     Super Mario 3D World
## 1701                                                                  FIFA 14
## 1702                                                     Call of Duty: Ghosts
## 1703                                          Assassin's Creed IV: Black Flag
## 1704                                                            Battlefield 4
## 1706                                                            Battlefield 4
## 1707                                                            Battlefield 4
## 1709                                          Assassin's Creed IV: Black Flag
## 1710                                                           Gran Turismo 6
## 1711                               The Legend of Zelda: A Link Between Worlds
## 1712                                                                  FIFA 14
## 1713                                                     Call of Duty: Ghosts
## 1714                                          Assassin's Creed IV: Black Flag
## 1715                                                    Killzone: Shadow Fall
## 1716                                                                 NBA 2K14
## 1718                                                   Batman: Arkham Origins
## 1719                                                    God of War: Ascension
## 1720                                                        New Super Luigi U
## 1722                                                            Madden NFL 25
## 1723                                                 LEGO Marvel Super Heroes
## 1724                                                       Forza Motorsport 5
## 1726                                                                 NBA 2K14
## 1729                                                            Battlefield 4
## 1730                                                    Need for Speed Rivals
## 1731                                                        BioShock Infinite
## 1732                                                 Mario Party: Island Tour
## 1733                                                               Diablo III
## 1736                                                   Batman: Arkham Origins
## 1737                                                            Madden NFL 25
## 1738                                                 LEGO Marvel Super Heroes
## 1740                                                              Wii Party U
## 1742                                                                    Knack
## 1743                                                        BioShock Infinite
## 1744                                         StarCraft II: Heart of the Swarm
## 1745                                                            Saints Row IV
## 1746                                                        Beyond: Two Souls
## 1747                                                 LEGO Marvel Super Heroes
## 1749                                                            Dead Rising 3
## 1750                                                   Gears of War: Judgment
## 1754                                                                 NBA 2K14
## 1755                                                          Disney Infinity
## 1756                                                           SimCity (2013)
## 1757                                           Metal Gear Rising: Revengeance
## 1758                                                               Diablo III
## 1759                                                 Injustice: Gods Among Us
## 1760                                                        Ryse: Son of Rome
## 1761                                                            Battlefield 4
## 1762                                                    Skylanders SWAP Force
## 1763                                        Final Fantasy X / X-2 HD Remaster
## 1764                                                    Need for Speed Rivals
## 1765                                                            Saints Row IV
## 1766                                                 Injustice: Gods Among Us
## 1767                                                                  FIFA 14
## 1768                                                                 WWE 2K14
## 1769                                                                 Pikmin 3
## 1770                                                                 WWE 2K14
## 1771                                                     LEGO City Undercover
## 1772                                                         NCAA Football 14
## 1774                                    Lightning Returns: Final Fantasy XIII
## 1776                                                    Skylanders SWAP Force
## 1777                                                          Just Dance 2014
## 1778                                                             Dead Space 3
## 1780                                    Tom Clancy's Splinter Cell: Blacklist
## 1781                                                          Disney Infinity
## 1782                                                             Dead Space 3
## 1783                                                Pro Evolution Soccer 2014
## 1785                                    Tom Clancy's Splinter Cell: Blacklist
## 1786                                 Naruto Shippuden: Ultimate Ninja Storm 3
## 1787                                                     Disney Magical World
## 1789                                                                 NBA 2K14
## 1790                                                                 Crysis 3
## 1791                                                            Madden NFL 25
## 1792                                                 LEGO Marvel Super Heroes
## 1793                                                                 Crysis 3
## 1794                                                                Wii Fit U
## 1795                                                         NCAA Football 14
## 1796                                                            Madden NFL 25
## 1797                                                      Killzone: Mercenary
## 1798                                        Final Fantasy X / X-2 HD Remaster
## 1799                                                       DmC: Devil May Cry
## 1800                                                    Need for Speed Rivals
## 1801                                                     Dead Island: Riptide
## 1803                                                 Aliens: Colonial Marines
## 1804                                    Professor Layton and the Azran Legacy
## 1805                                               Resident Evil: Revelations
## 1806                                                         MLB 13: The Show
## 1807                                                 LEGO Marvel Super Heroes
## 1808                                                       Total War: Rome II
## 1810                                                    Need for Speed Rivals
## 1811                                                                 Terraria
## 1812                                                           Rayman Legends
## 1813                                                        BioShock Infinite
## 1814                                             One Piece: Pirate Warriors 2
## 1817                                          Assassin's Creed IV: Black Flag
## 1818                                                    Football Manager 2014
## 1819                                      The Walking Dead: Survival Instinct
## 1820                                                                 Crysis 3
## 1821                                                                 Tearaway
## 1822                                                 Aliens: Colonial Marines
## 1823                                                     Dead Island: Riptide
## 1824                                                       Dynasty Warriors 8
## 1825                                                          Disney Infinity
## 1827                                                          Just Dance 2014
## 1828                                                    Skylanders SWAP Force
## 1829                                                    Shin Megami Tensei IV
## 1830                                JoJo's Bizarre Adventure: All Star Battle
## 1831                                                           Rayman Legends
## 1832                                                                 Payday 2
## 1833                                                                 Defiance
## 1834                                              Sly Cooper: Thieves in Time
## 1835                                                                   NHL 14
## 1836                                                                  F1 2013
## 1837                                                                   NHL 14
## 1838                                                           Dragon's Crown
## 1842                                                           Soul Sacrifice
## 1843                                      The Walking Dead: Survival Instinct
## 1844                                 Naruto Shippuden: Ultimate Ninja Storm 3
## 1845                                                         Sonic Lost World
## 1846                                           Metal Gear Rising: Revengeance
## 1848                                                          Just Dance 2014
## 1850                                                                 Deadpool
## 1851                                                       DmC: Devil May Cry
## 1852                                                                 Deadpool
## 1853                                                                 Payday 2
## 1854                                                           Hometown Story
## 1855                                                           Rayman Legends
## 1856                                         Batman: Arkham Origins Blackgate
## 1858                                      Attack on Titan: Humanity in Chains
## 1859                                                          Just Dance 2014
## 1860                                                                 Terraria
## 1863                                  Metal Gear Solid: The Legacy Collection
## 1864                                                        The Wonderful 101
## 1865                                                                  FIFA 14
## 1866                                                         Sonic Lost World
## 1867                                                    Skylanders SWAP Force
## 1868                                           One Piece: Unlimited World Red
## 1869                                                   Farming Simulator 2013
## 1874                                                          Just Dance 2014
## 1875                                                                   GRID 2
## 1876                                                  Tiger Woods PGA Tour 14
## 1878                                                           Dragon's Crown
## 1879                                                 Earth Defense Force 2025
## 1880                                                  Tiger Woods PGA Tour 14
## 1882                                              Toukiden: The Age of Demons
## 1884                                                                 Defiance
## 1885                                                     Call of Duty: Ghosts
## 1886                                                      Company of Heroes 2
## 1888                                                  Sniper: Ghost Warrior 2
## 1889                                         Danganronpa: Trigger Happy Havoc
## 1890                                                              Remember Me
## 1892                                                   Batman: Arkham Origins
## 1893                                                             Drakengard 3
## 1894                                                   Batman: Arkham Origins
## 1895                                   LEGO Legends of Chima: Laval's Journey
## 1896                                               BlazBlue: Chrono Phantasma
## 1897                                                                  F1 2013
## 1900                                                    Angry Birds Star Wars
## 1902                                          Assassin's Creed IV: Black Flag
## 1903                                             Hatsune Miku: Project Diva f
## 1904                                                    Angry Birds Star Wars
## 1905                                          Army of Two: The Devil's Cartel
## 1906                                                                   GRID 2
## 1908                                    Lightning Returns: Final Fantasy XIII
## 1909                                         Batman: Arkham Origins Blackgate
## 1915                               Etrian Odyssey Untold: The Millennium Girl
## 1916                                               Resident Evil: Revelations
## 1917                                          Army of Two: The Devil's Cartel
## 1918                                                                Puppeteer
## 1919                                                    Need for Speed Rivals
## 1920                                            The Bureau: XCOM Declassified
## 1921                                              Sly Cooper: Thieves in Time
## 1922                                                    Skylanders SWAP Force
## 1924                                               Zumba Fitness: World Party
## 1926                                                              NBA Live 14
## 1928                                                Pro Evolution Soccer 2014
## 1929                                          Dynasty Warriors: Gundam Reborn
## 1930                               The Legend of Heroes: Trails of Cold Steel
## 1932                                                           Killer is Dead
## 1937                                                    Angry Birds Star Wars
## 1938                                            The Bureau: XCOM Declassified
## 1941                                          Disgaea D2: A Brighter Darkness
## 1942                                                       Hitman: HD Trilogy
## 1944                                                                 Defiance
## 1945                                                            Lost Planet 3
## 1946                                                  Sniper: Ghost Warrior 2
## 1947                                                          Disney's Planes
## 1948                                         The Witch and the Hundred Knight
## 1949                                                              NBA Live 14
## 1950                               The Legend of Heroes: Trails of Cold Steel
## 1953                                                           Fighter Within
## 1955                                                 Injustice: Gods Among Us
## 1956                                                        Metro: Last Light
## 1958                                               Resident Evil: Revelations
## 1961                                    Tom Clancy's Splinter Cell: Blacklist
## 1964                                                            Saints Row IV
## 1965                                                           Fairy Fencer F
## 1968                                                       Valhalla Knights 3
## 1970                                                 Aliens: Colonial Marines
## 1971                                                              Remember Me
## 1973                                                       Hitman: HD Trilogy
## 1976                               Conception II: Children of the Seven Stars
## 1977                                                 LEGO Marvel Super Heroes
## 1978                                                               Demon Gaze
## 1981                                                    Angry Birds Star Wars
## 1982                                                              Putty Squad
## 1984                                       Dynasty Warriors 8: Xtreme Legends
## 1986                                                       Dynasty Warriors 8
## 1987                                  Tears to Tiara II: Heir of the Overlord
## 1991                                                 Earth Defense Force 2025
## 1992                                                           Summon Night 5
## 1993                                                   Farming Simulator 2013
## 1998                                   LEGO Legends of Chima: Laval's Journey
## 2005                               Conception II: Children of the Seven Stars
## 2007                                                           Killer is Dead
## 2011                                    Tom Clancy's Splinter Cell: Blacklist
## 2012                                                            Lost Planet 3
## 2013                                           LEGO Batman 2: DC Super Heroes
## 2015                                                Armored Core: Verdict Day
## 2019                                                         MLB 13: The Show
## 2023                                                                 ArmA III
## 2024                                                                Mind Zero
## 2025                                                Pro Evolution Soccer 2014
## 2030                            Scribblenauts Unmasked: A DC Comics Adventure
## 2031                                                                 Terraria
## 2032                            Scribblenauts Unmasked: A DC Comics Adventure
## 2033                                                              Steins;Gate
## 2048                                                             The Smurfs 2
## 2050                                                 Invizimals: The Alliance
## 2055                                       PAC-MAN and the Ghostly Adventures
## 2056                                                  Sniper: Ghost Warrior 2
## 2060                                       PAC-MAN and the Ghostly Adventures
## 2062                                                                X Rebirth
## 2080                                                            Mugen Souls Z
## 2082                                                  The Guided Fate Paradox
## 2086                                                                   GRID 2
## 2087                                              Criminal Girls: Invite Only
## 2090                                                    DuckTales: Remastered
## 2094                                                              Remember Me
## 2096                                                             Ride to Hell
## 2100                                       PAC-MAN and the Ghostly Adventures
## 2101                                            The Bureau: XCOM Declassified
## 2106                                                                 Payday 2
## 2109                                                    DuckTales: Remastered
## 2115                                                             LEGO Friends
## 2118                                                             Ride to Hell
## 2121                                               Resident Evil: Revelations
## 2125                                                            Lost Planet 3
## 2126                                                       Beyblade Evolution
## 2135                                                       Yumi's Odd Odyssey
## 2143                           Sorcery Saga: The Curse of the Great Curry God
## 2146                                                Darkstalkers Resurrection
## 2159                                                      XBLAZE Code: Embryo
## 2175                                                          Sniper Elite V2
## 2182                                     Fist of the North Star: Ken's Rage 2
## 2184                                              Battle Princess of Arcadias
## 2191                                             Invizimals: The Lost Kingdom
## 2205                                                    DuckTales: Remastered
## 2206                                                                 Contrast
## 2213                                                       Doki-Doki Universe
## 2234                                               Call of Duty: Black Ops II
## 2235                                               Call of Duty: Black Ops II
## 2236                                                  New Super Mario Bros. 2
## 2237                                                                   Halo 4
## 2238                                                Animal Crossing: New Leaf
## 2239                                                           FIFA Soccer 13
## 2241                                                             Just Dance 4
## 2242                                                     Assassin's Creed III
## 2243                                                     Assassin's Creed III
## 2244                                                  New Super Mario Bros. U
## 2245                                                           FIFA Soccer 13
## 2246                                                               Diablo III
## 2247                                                            Nintendo Land
## 2248                                                                Far Cry 3
## 2249                                                            Mario Party 9
## 2250                                                          Resident Evil 6
## 2251                                                            Borderlands 2
## 2252                                                            Mass Effect 3
## 2253                                                                Far Cry 3
## 2254                                                                 NBA 2K13
## 2255                                                            Madden NFL 13
## 2257                                                            Madden NFL 13
## 2258                                                        Skylanders Giants
## 2259                                                                 NBA 2K13
## 2260                                                             Guild Wars 2
## 2261                                                Paper Mario: Sticker Star
## 2262                                                            Borderlands 2
## 2263                                                       Hitman: Absolution
## 2264                                                   Fire Emblem: Awakening
## 2265                                                            Forza Horizon
## 2266                                                          Resident Evil 6
## 2267                                                              Max Payne 3
## 2268                                     World of Warcraft: Mists of Pandaria
## 2269                                                         Kinect Star Wars
## 2270                                                           Dragon's Dogma
## 2271                                                       Hitman: Absolution
## 2272                                                               Dishonored
## 2273                                           LEGO Batman 2: DC Super Heroes
## 2274                                                              Max Payne 3
## 2275                                   Kingdom Hearts 3D: Dream Drop Distance
## 2276                                              Need for Speed: Most Wanted
## 2277                                                Pro Evolution Soccer 2013
## 2278                                                               Dishonored
## 2279                                               Call of Duty: Black Ops II
## 2280                                     Call of Duty Black Ops: Declassified
## 2281                                 Tom Clancy's Ghost Recon: Future Soldier
## 2282                                                            Mass Effect 3
## 2283                                               Medal of Honor: Warfighter
## 2286                                                                  WWE '13
## 2287                                         Assassin's Creed III: Liberation
## 2288                                                        Skylanders Giants
## 2289                                                     Kid Icarus: Uprising
## 2290                               Pokemon Mystery Dungeon: Gates to Infinity
## 2291                                                                  WWE '13
## 2292                                                  LittleBigPlanet PS Vita
## 2293                                                              FIFA Street
## 2294                                               LEGO The Lord of the Rings
## 2295                                           LEGO Batman 2: DC Super Heroes
## 2297                                                             Just Dance 4
## 2298                                               One Piece: Pirate Warriors
## 2299                                    Resident Evil: Operation Raccoon City
## 2301                                               Medal of Honor: Warfighter
## 2302                                                             Fantasy Life
## 2303                                                        Persona 4: Golden
## 2304                                                         NCAA Football 13
## 2305                                                        Skylanders Giants
## 2306                                               LEGO The Lord of the Rings
## 2307                                                            Sleeping Dogs
## 2308                                                                  F1 2012
## 2309                                                         UFC Undisputed 3
## 2310                                                         Pokemon Conquest
## 2312                                                                   ZombiU
## 2313                                                         UFC Undisputed 3
## 2314                                                            Mass Effect 3
## 2315                                                                Far Cry 3
## 2317                                                   Farming Simulator 2013
## 2319                                                          Sniper Elite V2
## 2320                                                        Mario Tennis Open
## 2321                                      PlayStation All-Stars Battle Royale
## 2323                                 Tom Clancy's Ghost Recon: Future Soldier
## 2324                                                     Assassin's Creed III
## 2325                                                            Borderlands 2
## 2326                                                         MLB 12: The Show
## 2327                                         Harvest Moon 3D: A New Beginning
## 2328                                                                      SSX
## 2329                                        The Witcher 2: Assassins of Kings
## 2331                                                              FIFA Street
## 2333                                                         NCAA Football 13
## 2334                                               Resident Evil: Revelations
## 2335                                                            Sleeping Dogs
## 2336                                            Kingdoms of Amalur: Reckoning
## 2337                                                  LittleBigPlanet Karting
## 2338                                            Kingdoms of Amalur: Reckoning
## 2339                                                  Tekken Tag Tournament 2
## 2340                                                            Darksiders II
## 2341                                                        Tales of Xillia 2
## 2342                                                          Sniper Elite V2
## 2343                                                  Street Fighter X Tekken
## 2345                                              Devil May Cry HD Collection
## 2346                                                          Dance Central 3
## 2348                         Professor Layton vs Phoenix Wright: Ace Attorney
## 2349                                                            Darksiders II
## 2350                                                            [Prototype 2]
## 2351                                                           Dragon's Dogma
## 2353                                    Resident Evil: Operation Raccoon City
## 2355                                           LEGO Batman 2: DC Super Heroes
## 2356                                                            SoulCalibur V
## 2357                                                            [Prototype 2]
## 2360                                                Style Savvy: Trendsetters
## 2361                                                         Persona 4: Arena
## 2362                       Naruto Shippuden: Ultimate Ninja Storm Generations
## 2364                                                      XCOM: Enemy Unknown
## 2365                                                                      SSX
## 2369                                Kirby's Dream Collection: Special Edition
## 2373                                                                   NHL 13
## 2374                                                        Lollipop Chainsaw
## 2375                                                            Mortal Kombat
## 2376                                                                   NHL 13
## 2377                                                          Dead or Alive 5
## 2379                                                      Angry Birds Trilogy
## 2380                                                      XCOM: Enemy Unknown
## 2382                                                 Scribblenauts: Unlimited
## 2383                                                                 Yakuza 5
## 2384                                                            SoulCalibur V
## 2386                                    Kinect Rush: A Disney Pixar Adventure
## 2387                                                              FIFA Soccer
## 2389                                                      XCOM: Enemy Unknown
## 2390                                                       Doom 3 BFG Edition
## 2391                                                           Rune Factory 4
## 2392                                                             Gravity Rush
## 2393                                                       Spec Ops: The Line
## 2394                                                           Rayman Origins
## 2395                                                  Tiger Woods PGA Tour 13
## 2397                                          Epic Mickey 2: The Power of Two
## 2399                                                  Tiger Woods PGA Tour 13
## 2400                                                                  Unit 13
## 2401                                               Theatrhythm: Final Fantasy
## 2402                                               Major League Baseball 2K12
## 2404                                                                  F1 2012
## 2407                                                        Lollipop Chainsaw
## 2408                                                       Doom 3 BFG Edition
## 2409                                                  Street Fighter X Tekken
## 2410                                                           FIFA Soccer 13
## 2411                                          Epic Mickey 2: The Power of Two
## 2413                                        Art Academy: Lessons for Everyone
## 2414                                                    Silent Hill: Downpour
## 2415                                      PlayStation All-Stars Battle Royale
## 2416                       Naruto Shippuden: Ultimate Ninja Storm Generations
## 2417                                          Transformers: Fall of Cybertron
## 2418                                                           FIFA Soccer 13
## 2419                                                           Ninja Gaiden 3
## 2420                                              Devil May Cry HD Collection
## 2422                                                             Just Dance 4
## 2423                                                              Max Payne 3
## 2424                                         Zone of the Enders HD Collection
## 2426                                                       Spec Ops: The Line
## 2427                                               Call of Duty: Black Ops II
## 2428                                                Resistance: Burning Skies
## 2430                                                            Asura's Wrath
## 2431                                                         Ragnarok Odyssey
## 2432                                                           FIFA Soccer 13
## 2434                                               LEGO The Lord of the Rings
## 2435                                                           Armored Core V
## 2436                                                           Project X Zone
## 2437                                          Transformers: Fall of Cybertron
## 2439                                                          The Darkness II
## 2442                                         Metal Gear Solid: Snake Eater 3D
## 2444                                                        Skylanders Giants
## 2445                                                             Just Dance 4
## 2446                                                 Scribblenauts: Unlimited
## 2449                                                  ESPN: Sports Connection
## 2450                                                             Wipeout 2048
## 2451                                                     Assassin's Creed III
## 2453                                                  Tekken Tag Tournament 2
## 2455                                           LEGO Batman 2: DC Super Heroes
## 2456                                               Medal of Honor: Warfighter
## 2457                                                            Binary Domain
## 2459                                                    Silent Hill: Downpour
## 2460                                                          Dead or Alive 5
## 2461                                                Silent Hill HD Collection
## 2462                                                          The Darkness II
## 2463                                                            F1 Race Stars
## 2466                                                Pro Evolution Soccer 2013
## 2468                                            Kingdoms of Amalur: Reckoning
## 2469                                                            Madden NFL 13
## 2470                                     Fist of the North Star: Ken's Rage 2
## 2471                                                                  Sorcery
## 2472                                              Modnation Racers: Road Trip
## 2474                                                                 Starhawk
## 2475                                                           FIFA Soccer 13
## 2479                                               LEGO The Lord of the Rings
## 2480                                                       Fable: The Journey
## 2484                                                            F1 Race Stars
## 2485                                                               Sing Party
## 2490                                       Family Guy: Back to the Multiverse
## 2491                                                      Angry Birds Trilogy
## 2492                                    Atelier Ayesha: The Alchemist of Dusk
## 2493                                                             Tokyo Jungle
## 2494                                                          Game of Thrones
## 2495                                       Family Guy: Back to the Multiverse
## 2496                                                           Ninja Gaiden 3
## 2497                                                       Hitman: Absolution
## 2498                                                  Ys: Memories of Celceta
## 2499                                                            Asura's Wrath
## 2500                                         The Testament of Sherlock Holmes
## 2501                                                          Game of Thrones
## 2502                                                           Birds of Steel
## 2503                                             Hatsune Miku: Project Diva f
## 2504                                                            DiRT Showdown
## 2505                                                      Grand Slam Tennis 2
## 2507                                          Epic Mickey 2: The Power of Two
## 2509                                                            Madden NFL 13
## 2511                                             Lumines: Electronic Symphony
## 2512                                                       Spec Ops: The Line
## 2514                                                     Risen 2: Dark Waters
## 2515                                         Spirit Camera: The Cursed Memoir
## 2516                                                     Risen 2: Dark Waters
## 2517                                               LEGO The Lord of the Rings
## 2519                                                           Armored Core V
## 2522                                                                  Journey
## 2523                                                           Heroes of Ruin
## 2526                                                           Anarchy Reigns
## 2530                                                         Code of Princess
## 2531                                                 Tekken 3D: Prime Edition
## 2532                                         Zone of the Enders HD Collection
## 2535                                                  Dungeon Hunter Alliance
## 2537                                            Silent Hill: Book of Memories
## 2539                                               Major League Baseball 2K12
## 2544                                                Silent Hill HD Collection
## 2545                                                         MLB 12: The Show
## 2546                                                  Street Fighter X Tekken
## 2547                                                            Binary Domain
## 2553                                                                Syndicate
## 2554                                                       Zumba Fitness Rush
## 2555                                             LEGO Harry Potter: Years 5-7
## 2556                                                      Grand Slam Tennis 2
## 2558                                                            DiRT Showdown
## 2561                                                         The Secret World
## 2562                                 Tom Clancy's Ghost Recon: Future Soldier
## 2564                                                           Anarchy Reigns
## 2565                                                        Time and Eternity
## 2566                                                    Ridge Racer Unbounded
## 2567                                                      Angry Birds Trilogy
## 2568                                          Hyperdimension Neptunia Victory
## 2570                                                      The Sims 3: Seasons
## 2573                                                              Mugen Souls
## 2574                                               Naruto: Powerful Shippuden
## 2575                                                           Birds of Steel
## 2576                                                            Darksiders II
## 2577                                                            Darksiders II
## 2582                                                                  WWE '13
## 2583                                                           Rayman Origins
## 2584                                                                  F1 2012
## 2585                                                        Skylanders Giants
## 2586                                                                Syndicate
## 2589                                                     Risen 2: Dark Waters
## 2590                                                          The Darkness II
## 2591                                              Dynasty Warriors 7: Empires
## 2595                                         Your Shape: Fitness Evolved 2013
## 2601                                                         Persona 4: Arena
## 2602                                                    Game Party: Champions
## 2603                                             Steel Battalion: Heavy Armor
## 2604                                                                 NBA 2K13
## 2607                                                                  Crush3D
## 2608                                                                NeverDead
## 2609                                                            Sleeping Dogs
## 2614                                        Marvel Avengers: Battle for Earth
## 2615                                                         Reality Fighters
## 2620                                                    Ridge Racer Unbounded
## 2623                                                            [Prototype 2]
## 2627                                          Aquapazza: Aquaplus Dream Match
## 2632                                                           Blades of Time
## 2634                                             NASCAR The Game: Inside Line
## 2638                                                                NeverDead
## 2639                                                           Blades of Time
## 2642                                        Brain Age: Concentration Training
## 2654                                             NASCAR The Game: Inside Line
## 2655                                                Pro Evolution Soccer 2013
## 2657                                                  Warriors Orochi 3 Hyper
## 2660                                                          Game of Thrones
## 2663                                              Need for Speed: Most Wanted
## 2665                                                           Rayman Origins
## 2670                                       Damage Inc.: Pacific Squadron WWII
## 2680                                         The Testament of Sherlock Holmes
## 2681                                                                Inversion
## 2685                                                                Alan Wake
## 2687                                     Fist of the North Star: Ken's Rage 2
## 2688                                                              Steins;Gate
## 2689                                        Earth Defense Force 2017 Portable
## 2698                                                                Inversion
## 2700                                                       Top Gun: Hard Lock
## 2703                                                            MotorStorm RC
## 2714                                                       Zumba Fitness Core
## 2728                                                          Resident Evil 6
## 2732                                        Deadliest Warrior: Ancient Combat
## 2734                                              Test Drive: Ferrari Legends
## 2744                                    Resident Evil: Operation Raccoon City
## 2750                                                                Legasista
## 2769                                        Zero Escape: Virtue's Last Reward
## 2771                                                             Rabbids Land
## 2774                                                       Doom 3 BFG Edition
## 2776                                                                 NBA 2K13
## 2797                                                Capcom Digital Collection
## 2800                                                  Tropico 4: Modern Times
## 2803                                                  Street Fighter X Tekken
## 2805                                                            F1 Race Stars
## 2828                                                    Ridge Racer Unbounded
## 2832                                         The Testament of Sherlock Holmes
## 2833                                        Marvel Avengers: Battle for Earth
## 2859                                                            Madden NFL 13
## 2867                                                                   Dokuro
## 2877                                          Transformers: Fall of Cybertron
## 2880                                                 Dragon Ball Z for Kinect
## 2887                                           Call of Duty: Modern Warfare 3
## 2888                                           Call of Duty: Modern Warfare 3
## 2889                                                             Mario Kart 7
## 2890                                                      Super Mario 3D Land
## 2891                                                             Just Dance 3
## 2892                                              The Elder Scrolls V: Skyrim
## 2893                                                            Battlefield 3
## 2894                                                            Battlefield 3
## 2895                                           Uncharted 3: Drake's Deception
## 2897                                              The Elder Scrolls V: Skyrim
## 2898                                                           Gears of War 3
## 2899                                                      Batman: Arkham City
## 2900                                                      Batman: Arkham City
## 2901                                                       Forza Motorsport 4
## 2903                                            Assassin's Creed: Revelations
## 2904                                            Assassin's Creed: Revelations
## 2906                                       The Legend of Zelda: Skyward Sword
## 2907                                              The Elder Scrolls V: Skyrim
## 2910                                                        LittleBigPlanet 2
## 2911                                                               L.A. Noire
## 2912                                              Star Wars: The Old Republic
## 2913                                                            Mortal Kombat
## 2916                                            Skylanders: Spyro's Adventure
## 2917                                                            Battlefield 3
## 2918                                                               Killzone 3
## 2919                                                    Saints Row: The Third
## 2920                                                               L.A. Noire
## 2921                                                            Madden NFL 12
## 2922                                                     Final Fantasy XIII-2
## 2923                                                                 NBA 2K12
## 2924                                                    Saints Row: The Third
## 2925                                         Halo: Combat Evolved Anniversary
## 2926                                                              Dead Island
## 2927                                            Kinect: Disneyland Adventures
## 2928                                                Kinect Sports: Season Two
## 2929                                                              Dead Island
## 2930                                                            Madden NFL 12
## 2931                                                Pro Evolution Soccer 2012
## 2932                                                                 NBA 2K12
## 2933                                                            Mortal Kombat
## 2934                                                                 Portal 2
## 2935                                                          Dance Central 2
## 2936                                                               Dark Souls
## 2937                                                             Just Dance 3
## 2938                                                  Need for Speed: The Run
## 2939                                                               inFAMOUS 2
## 2941                                       LEGO Star Wars III: The Clone Wars
## 2942                                           Call of Duty: Modern Warfare 3
## 2943                                                                 Portal 2
## 2944                                              Kirby's Return to Dreamland
## 2945                                                                     Rage
## 2946                                                        Sonic Generations
## 2947                            LEGO Pirates of the Caribbean: The Video Game
## 2949                                                  Uncharted: Golden Abyss
## 2950                                                              Go Vacation
## 2951                                                             Dead Space 2
## 2952                                                    Football Manager 2012
## 2953                                     Ni no Kuni: Wrath of the White Witch
## 2954                                                             Resistance 3
## 2955                                       LEGO Star Wars III: The Clone Wars
## 2956                                                                Homefront
## 2957                                                            Mass Effect 2
## 2958                                                    LEGO Battles: Ninjago
## 2959                                                                Anno 2070
## 2960                                                             Dead Space 2
## 2961                                                        Sonic Generations
## 2962                                                Deus Ex: Human Revolution
## 2963                                                Deus Ex: Human Revolution
## 2964                                                  Need for Speed: The Run
## 2965                                                                 Crysis 2
## 2966                                  Marvel vs. Capcom 3: Fate of Two Worlds
## 2968                                                                     Rage
## 2969                                                                 Crysis 2
## 2970                                                                  WWE '12
## 2972                                                          Tales of Xillia
## 2973                                      Super Street Fighter IV: 3D Edition
## 2974                                                                  F1 2011
## 2975                                                                  WWE '12
## 2976                                       LEGO Star Wars III: The Clone Wars
## 2977                                         Your Shape: Fitness Evolved 2012
## 2978                                                     Pokemon Rumble Blast
## 2980                                       LEGO Star Wars III: The Clone Wars
## 2981                                                                Rocksmith
## 2982                                                                Rocksmith
## 2983                                                            Dragon Age II
## 2984                                                     Fight Night Champion
## 2985                                                       Plants vs. Zombies
## 2989                                                                   DiRT 3
## 2990                                                                    Brink
## 2991                            LEGO Pirates of the Caribbean: The Video Game
## 2992                                                          Disney Universe
## 2993                                                              Bulletstorm
## 2994                                                        Sonic Generations
## 2995                                                           Rayman Origins
## 2996                                                         NCAA Football 12
## 2997                                                       Kirby: Mass Attack
## 2998                                                               Dark Souls
## 2999                                            Skylanders: Spyro's Adventure
## 3000                                        The Witcher 2: Assassins of Kings
## 3001                                                        PilotWings Resort
## 3002                                                    Driver: San Francisco
## 3003                            LEGO Pirates of the Caribbean: The Video Game
## 3004                                                           Star Fox 64 3D
## 3005                                            Skylanders: Spyro's Adventure
## 3006                                                     Wipeout: In The Zone
## 3008                                                         Wii Play: Motion
## 3009                                                       Dynasty Warriors 7
## 3010                                                                Homefront
## 3012                                                 SOCOM 4: U.S. Navy SEALs
## 3014                                     Tiger Woods PGA Tour 12: The Masters
## 3015                                                  The Tomb Raider Trilogy
## 3016                                     Dissidia 012: Duodecim Final Fantasy
## 3017                                          Michael Jackson: The Experience
## 3018                                                       Duke Nukem Forever
## 3019                                                         NCAA Football 12
## 3020                                                       Tales of the Abyss
## 3021                                                            Dragon Age II
## 3022                                           Call of Duty: Modern Warfare 3
## 3024                                                    Sniper: Ghost Warrior
## 3025                                                     Fight Night Champion
## 3026                                                  Goldeneye 007: Reloaded
## 3027                                                           Rayman Origins
## 3029                        UFC Personal Trainer: The Ultimate Fitness System
## 3031                                                               The Sims 3
## 3032                                                                 Portal 2
## 3033                                                       Duke Nukem Forever
## 3034                                               PokePark 2: Wonders Beyond
## 3035                                            Assassin's Creed: Revelations
## 3036                                              Ace Combat: Assault Horizon
## 3037                                                                 Crysis 2
## 3038                                                     Final Fantasy XIII-2
## 3039                                                                    Brink
## 3041                                                                  F1 2011
## 3042                                                                   DiRT 3
## 3043                                                                Catherine
## 3044                                                                   NHL 12
## 3045                                                Omerta: City of Gangsters
## 3046                                                    Driver: San Francisco
## 3047                                                       The Sims: Medieval
## 3048                                                               Top Spin 4
## 3049                                                                     RIFT
## 3053                                                           The Last Story
## 3054                                                                Rayman 3D
## 3055                                                            Dragon Age II
## 3056                                                  The Sims 3: Generations
## 3057                                                             Just Dance 3
## 3058                            LEGO Pirates of the Caribbean: The Video Game
## 3059                                                        Warriors Orochi 3
## 3061                                     Tiger Woods PGA Tour 12: The Masters
## 3062                                           Cooking Mama 4: Kitchen Magic!
## 3064                                                          Disney Universe
## 3065                                        Dragon Ball Z: Ultimate Tenkaichi
## 3066                                                       Yakuza: Dead Souls
## 3067                                                      Total War: Shogun 2
## 3068                                            Assassin's Creed: Brotherhood
## 3069                                                Deus Ex: Human Revolution
## 3070                                                         MLB 11: The Show
## 3071                                                   Alice: Madness Returns
## 3072                                                                   NHL 12
## 3073                               Phineas and Ferb: Across the 2nd Dimension
## 3074                                            Skylanders: Spyro's Adventure
## 3075                                         Disgaea 4: A Promise Unforgotten
## 3076                                                Pro Evolution Soccer 2012
## 3077                                                          Disney Universe
## 3078                                           Warhammer 40,000: Space Marine
## 3079                                Final Fantasy IV: The Complete Collection
## 3080                                           God of War: Origins Collection
## 3081                                       Hot Shots Golf: World Invitational
## 3082                                                           Rayman Origins
## 3083                                                        MX vs. ATV: Alive
## 3085                                        Dragon Ball Z: Ultimate Tenkaichi
## 3086                                                            Two Worlds II
## 3090                                                      Batman: Arkham City
## 3091                                                              Bulletstorm
## 3092                                          Michael Jackson: The Experience
## 3093                                       Sesame Street: Once Upon A Monster
## 3096                                                       DC Universe Online
## 3098                                                Pro Evolution Soccer 2012
## 3099                                                  Goldeneye 007: Reloaded
## 3100                                                   Alice: Madness Returns
## 3101                                                           Ridge Racer 3D
## 3102                                                     Super Monkey Ball 3D
## 3103                                                Bleach: Soul Resurreccion
## 3104                                              Ace Combat: Assault Horizon
## 3105                                        Resident Evil: The Mercenaries 3D
## 3106                                                               Asphalt 3D
## 3107                                                              Steel Diver
## 3109                                                   MotorStorm: Apocalypse
## 3110                                                           Fortune Street
## 3113                                                       Rise of Nightmares
## 3114                                                            Two Worlds II
## 3115                                                        MX vs. ATV: Alive
## 3119                                               Major League Baseball 2K11
## 3120                                                  Red Faction: Armageddon
## 3121                                                               F.E.A.R. 3
## 3122                                                Dead or Alive: Dimensions
## 3123                                                               F.E.A.R. 3
## 3124                                           Warhammer 40,000: Space Marine
## 3125                                                          Virtua Tennis 4
## 3128                                                            Child of Eden
## 3130                                                              Tetris Axis
## 3137                                                               Top Spin 4
## 3138                                                            WWE All Stars
## 3139                                                           Fantastic Pets
## 3140                                                       Duke Nukem Forever
## 3144                                                          The Gunstringer
## 3146                                                           Fishing Resort
## 3147                                                      Madden NFL Football
## 3150                                           Combat of Giants: Dinosaurs 3D
## 3152                                              Samurai Warriors Chronicles
## 3153                                                  Red Faction: Armageddon
## 3154                                                        Dungeon Siege III
## 3155                           Shin Megami Tensei: Devil Survivor Overclocked
## 3157                                                    Saints Row: The Third
## 3159                                             Pro Evolution Soccer 2011 3D
## 3163                                                                     Rage
## 3164                                                        Dungeon Siege III
## 3166                                                  Need for Speed: The Run
## 3171                                     Tiger Woods PGA Tour 12: The Masters
## 3173                                           Transformers: Dark of the Moon
## 3174                                                                  WWE '12
## 3175                                                            WWE All Stars
## 3177                                  Naruto Shippuden: Ultimate Ninja Impact
## 3178                                    Tom Clancy's Ghost Recon: Shadow Wars
## 3181                            Harry Potter and the Deathly Hallows - Part 2
## 3182                                                The King of Fighters XIII
## 3185                            Harry Potter and the Deathly Hallows - Part 2
## 3187                                Mystery Case Files: The Malgrave Incident
## 3190                                                             Dead Space 2
## 3192                                           The Black Eyed Peas Experience
## 3193                                            Dead Rising 2: Off the Record
## 3194                            Harry Potter and the Deathly Hallows - Part 2
## 3195                                          Operation Flashpoint: Red River
## 3200                                                                Fable III
## 3201                               Phineas and Ferb: Across the 2nd Dimension
## 3202                                                     Rugby World Cup 2011
## 3204                                                                Catherine
## 3206                                                     Bust-A-Move Universe
## 3207                                     Shin Megami Tensei: Devil Survivor 2
## 3209                                                          Pandora's Tower
## 3210                                               Jonah Lomu Rugby Challenge
## 3211                                                    NASCAR 2011: The Game
## 3212                                                The King of Fighters XIII
## 3213                                            Tom Clancy's Splinter Cell 3D
## 3215                                                           PowerUp Heroes
## 3218                                                          Little Deviants
## 3220                                             Ultimate Marvel vs. Capcom 3
## 3222                                               Call of Juarez: The Cartel
## 3224                                                           World of Tanks
## 3226                                          Operation Flashpoint: Red River
## 3227                                           Transformers: Dark of the Moon
## 3228                                    El Shaddai: Ascension of the Metatron
## 3230                                         Medieval Moves: Deadmund's Quest
## 3231                                                     Rugby World Cup 2011
## 3234                                                                Patapon 3
## 3236                                                  Need for Speed: The Run
## 3237                                            Dead Rising 2: Off the Record
## 3238                                                    NASCAR 2011: The Game
## 3240                                                    Shadows of the Damned
## 3241                                                                Tropico 4
## 3244                                                 MotionSports: Adrenaline
## 3245                                               Call of Juarez: The Cartel
## 3246                                       The Adventures of Tintin: The Game
## 3248                                       Dynasty Warriors 7: Xtreme Legends
## 3253                                       LEGO Star Wars III: The Clone Wars
## 3255                                                Hunted: The Demon's Forge
## 3257                                                 Spider-Man: Edge of Time
## 3259                                         L.A. Noire: The Complete Edition
## 3262                                       Ace Combat: Assault Horizon Legacy
## 3264                                                    Dynasty Warriors Next
## 3266                                                                Homefront
## 3267                                                       Dynasty Warriors 7
## 3269                                       The Adventures of Tintin: The Game
## 3270                                                     Dreamcast Collection
## 3271                                                           X-Men: Destiny
## 3273                                                           X-Men: Destiny
## 3277                                                       DC Universe Online
## 3280                                                          Virtua Tennis 4
## 3283                                                          Carnival Island
## 3285                                                            WWE All Stars
## 3287                                           Rune Factory: Tides of Destiny
## 3292                                                    NASCAR 2011: The Game
## 3293                                                 Spider-Man: Edge of Time
## 3294                                                                  Shinobi
## 3295                                                            Child of Eden
## 3297                                                       Asphalt: Injection
## 3299                                                              Dead Island
## 3300                                                Hunted: The Demon's Forge
## 3307                                                Pro Evolution Soccer 2012
## 3310                                                                de Blob 2
## 3312                                                      You Don't Know Jack
## 3313                                                      You Don't Know Jack
## 3314                                                               Frogger 3D
## 3316                                           Warhammer 40,000: Space Marine
## 3318                                               Major League Baseball 2K11
## 3321                                                            Two Worlds II
## 3323                                   Earth Defense Force: Insect Armageddon
## 3326                                                       Plants vs. Zombies
## 3328                                                           Arcana Heart 3
## 3330                                                     Way of the Samurai 4
## 3331                        UFC Personal Trainer: The Ultimate Fitness System
## 3334                                           Captain America: Super Soldier
## 3337                                                  Need for Speed: The Run
## 3339                                               SpongeBob SquigglePants 3D
## 3341                                                            WWE All Stars
## 3346                                                                  F1 2011
## 3349                                   Earth Defense Force: Insect Armageddon
## 3350                                                Warriors: Legends of Troy
## 3351                                  The Lord of the Rings: War in the North
## 3352                                                    Rango: The Video Game
## 3353                                                    Shadows of the Damned
## 3357                                                  Heavy Fire: Afghanistan
## 3358                                                    Driver: San Francisco
## 3362                                                            WWE All Stars
## 3365                                                                de Blob 2
## 3366                                                                    Brink
## 3368                                                      You Don't Know Jack
## 3371                                                                 MindJack
## 3374                                                              Ridge Racer
## 3376                                                        Dungeon Siege III
## 3379                                                  PlayStation Move Heroes
## 3380                                           Captain America: Super Soldier
## 3382                                                             MotoGP 10/11
## 3385                                                       The Cursed Crusade
## 3386                                    Green Lantern: Rise of the Manhunters
## 3387                                                         MLB 11: The Show
## 3389                                                    Driver: San Francisco
## 3390                                                             Stronghold 3
## 3391                                                                  F1 2011
## 3392                                 Doctor Lautrec and the Forgotten Knights
## 3393                                                      Aliens: Infestation
## 3395                                    El Shaddai: Ascension of the Metatron
## 3397                                                        Warriors Orochi 3
## 3403                                                                 NBA 2K12
## 3404                                                              Bulletstorm
## 3408                                            James Noir's Hollywood Crimes
## 3410                                                               F.E.A.R. 3
## 3412                                       The Adventures of Tintin: The Game
## 3413                                                                   DiRT 3
## 3415                                                                de Blob 2
## 3419                                                     Thor: God of Thunder
## 3425                                                       The Cursed Crusade
## 3429                                                         Pac-Man Party 3D
## 3430                                           Black * Rock Shooter: The Game
## 3431                                                                 Terraria
## 3434                                                            Cave Story 3D
## 3435                                                     Thor: God of Thunder
## 3438                                                     Thor: God of Thunder
## 3439                                                               Top Spin 4
## 3444                                                          Virtua Tennis 4
## 3448                                                                     NCIS
## 3451                                                            BIT.TRIP SAGA
## 3454                                    Red Orchestra 2: Heroes of Stalingrad
## 3456                                                  Hulk Hogan's Main Event
## 3462                                                     Kung-Fu: High Impact
## 3468                                                                  F1 2011
## 3471                                             BlazBlue: Continuum Shift II
## 3472                                    Green Lantern: Rise of the Manhunters
## 3474                                                    Rango: The Video Game
## 3477                                    Green Lantern: Rise of the Manhunters
## 3492                                                          Everybody Dance
## 3493                                                               Blackwater
## 3494                                                     Thor: God of Thunder
## 3495                                                       Touch My Katamari 
## 3497                                                                     NCIS
## 3498                                                            Supremacy MMA
## 3499                                                                Conduit 2
## 3510                                                   Alice: Madness Returns
## 3512                                                 Spider-Man: Edge of Time
## 3520                                                                Darkspore
## 3521                                               Self-Defense Training Camp
## 3528                                                                de Blob 2
## 3529                                               Call of Juarez: The Cartel
## 3530                                    JASF: Jane's Advanced Strike Fighters
## 3535                                            Gabrielle's Ghostly Groove 3D
## 3539                                                                Bodycount
## 3544                                                                Bodycount
## 3545                                           Michael Phelps: Push the Limit
## 3547                                         Blazblue: Continuum Shift Extend
## 3548                                                        Sonic Generations
## 3551                                             BlazBlue: Continuum Shift II
## 3559                                                Family Feud: 2012 Edition
## 3561                                                        The First Templar
## 3577                            Pinball Hall of Fame: The Williams Collection
## 3579                                                           X-Men: Destiny
## 3587                                                     Thor: God of Thunder
## 3588                                                              Cubic Ninja
## 3594                                    Cartoon Network: Punch Time Explosion
## 3595                                                                      Rio
## 3597                                             Ultimate Marvel vs. Capcom 3
## 3598                                                                 MindJack
## 3601                                                                 Dungeons
## 3602                                                             Winter Stars
## 3606                                                       Army Corps of Hell
## 3610                                 Jimmie Johnson's Anything With an Engine
## 3611                                                         Driver: Renegade
## 3614                                          Michael Jackson: The Experience
## 3616                                    JASF: Jane's Advanced Strike Fighters
## 3622                                                            Mahjong Cub3D
## 3623                                         Blazblue: Continuum Shift Extend
## 3629                                                 Spider-Man: Edge of Time
## 3630                                                  Red Faction: Armageddon
## 3631                                                        BIT.TRIP COMPLETE
## 3633                                                            Puss in Boots
## 3635                                                              Gray Matter
## 3637                                                             Nano Assault
## 3638                                           Captain America: Super Soldier
## 3647                                                         Knights Contract
## 3652                                                            Supremacy MMA
## 3655                                               Major League Baseball 2K11
## 3659                           Warhammer 40,000: Dawn of War II - Retribution
## 3663                                                         Knights Contract
## 3665                                                        The First Templar
## 3678                                 Jimmie Johnson's Anything With an Engine
## 3694                                          Operation Flashpoint: Red River
## 3704                                             Ultimate Marvel vs. Capcom 3
## 3705                                                                  Top Gun
## 3709                                                                Mayhem 3D
## 3710                                                           Cities XL 2012
## 3715                                                             Monster Tale
## 3721                                                        Unchained Blades 
## 3726                                                    Age of Empires Online
## 3732                                                       The Next BIG Thing
## 3737                                            Dead Rising 2: Off the Record
## 3747                                                           X-Men: Destiny
## 3758                                                         Airline Tycoon 2
## 3762                                          IL-2 Sturmovik: Cliffs of Dover
## 3763                                                Men of War: Assault Squad
## 3766                                                Hunted: The Demon's Forge
## 3767                                                         Cities in Motion
## 3769                                             Back to the Future: The Game
## 3789                                                          FIFA Manager 12
## 3803                                            Corpse Party: Book of Shadows
## 3820                                                          Virtua Tennis 4
## 3821                                                        Unchained Blades 
## 3824                                                      Men of War: Vietnam
## 3831                                    JASF: Jane's Advanced Strike Fighters
## 3837                                                   Worms: Ultimate Mayhem
## 3838                                                             APB Reloaded
## 3840                                                                  Trine 2
## 3847                                                       The Cursed Crusade
## 3853                                                  Supreme Ruler: Cold War
## 3872                                                      Take On Helicopters
## 3879                            LEGO Pirates of the Caribbean: The Video Game
## 3896                                                                  Magicka
## 3898                                               Air Conflicts: Secret Wars
## 3931                                                        Dungeon Defenders
## 3954                            Tom Clancy's Splinter Cell Classic Trilogy HD
## 3957                                             uDraw Studio: Instant Artist
## 3974                                                 Dungeons - The Dark Lord
## 3977                                                The Haunted: Hell's Reach
## 3991                                                                  Sengoku
## 4021                                                                   Breach
## 4022                                                  STORM: Frontline Nation
## 4023                                                       Kinect Adventures!
## 4025                                                  Call of Duty: Black Ops
## 4026                                                  Call of Duty: Black Ops
## 4027                                                           Gran Turismo 5
## 4028                                                              Halo: Reach
## 4029                                                             Just Dance 2
## 4030                                                                Wii Party
## 4031                                                     Super Mario Galaxy 2
## 4033                                                      Red Dead Redemption
## 4034                                              Donkey Kong Country Returns
## 4035                                                      Red Dead Redemption
## 4036                                                            Kinect Sports
## 4037                                                                Fable III
## 4038                                                           FIFA Soccer 11
## 4040                                           StarCraft II: Wings of Liberty
## 4041                                                           God of War III
## 4042                                          Michael Jackson: The Experience
## 4043                                                       Fallout: New Vegas
## 4044                                                         Sports Champions
## 4045                                                           FIFA Soccer 11
## 4046                                            Assassin's Creed: Brotherhood
## 4047                                               Battlefield: Bad Company 2
## 4048                                                            Dance Central
## 4049                                                       Fallout: New Vegas
## 4050                                                            Mass Effect 2
## 4051                                                               Heavy Rain
## 4052                                                              Epic Mickey
## 4053                                               Battlefield: Bad Company 2
## 4054                                            Assassin's Creed: Brotherhood
## 4055                                                           Medal of Honor
## 4056                                              Need for Speed: Hot Pursuit
## 4057                                                            Madden NFL 11
## 4058                                 Mario vs. Donkey Kong: Mini-Land Mayhem!
## 4059                                                                  Skate 3
## 4060                                                           Medal of Honor
## 4062                                                              Art Academy
## 4063                                             LEGO Harry Potter: Years 1-4
## 4065                                                pro evolution soccer 2011
## 4066                                                            Madden NFL 11
## 4067                                                            Zumba Fitness
## 4068                                             LEGO Harry Potter: Years 1-4
## 4069                                                               The Sims 3
## 4071                                              Need for Speed: Hot Pursuit
## 4072                                                               BioShock 2
## 4073                                                       Final Fantasy XIII
## 4074                                                                 NBA 2K11
## 4075                                             World of Warcraft: Cataclysm
## 4076                                                         Mario Sports Mix
## 4077                                           Metal Gear Solid: Peace Walker
## 4079                                           Kingdom Hearts: Birth by Sleep
## 4083                                                                  Skate 3
## 4084                                                               The Sims 3
## 4086                                                 Sonic Classic Collection
## 4087                                                                 NBA 2K11
## 4088                                                             Just Cause 2
## 4089                                    Dragon Quest VI: Realms of Revelation
## 4090                                    The Sims 3: Late Night Expansion Pack
## 4091                                                             Sonic Colors
## 4092                                               Sid Meier's Civilization V
## 4093                                                              Kinectimals
## 4094                                                             Just Cause 2
## 4095                                             LEGO Harry Potter: Years 1-4
## 4096                                                                 Mafia II
## 4097                                                               BioShock 2
## 4099                                        Star Wars: The Force Unleashed II
## 4100                                                            Dead Rising 2
## 4101                                                                 Mafia II
## 4102                                                      Super Scribblenauts
## 4104                                        Star Wars: The Force Unleashed II
## 4105                                                          Kinect Joy Ride
## 4106                                           Dragon Quest Monsters: Joker 2
## 4107                                                      UFC Undisputed 2010
## 4110                                                  Call of Duty: Black Ops
## 4111                                                            Dead Rising 2
## 4112                                                         Metroid: Other M
## 4113                                                                  F1 2010
## 4114                                                                Alan Wake
## 4115                                                      UFC Undisputed 2010
## 4116                                              Your Shape: Fitness Evolved
## 4118                                             LEGO Harry Potter: Years 1-4
## 4119                                           Pokemon Ranger: Guardian Signs
## 4120                                                             Sonic Colors
## 4121                                                       EA Sports Active 2
## 4122                                                    Football Manager 2011
## 4123                                         2010 FIFA World Cup South Africa
## 4124                                 Naruto Shippuden: Ultimate Ninja Storm 2
## 4125                                                           FIFA Soccer 11
## 4126                                                       Fallout: New Vegas
## 4127                                                    Sniper: Ghost Warrior
## 4129                                                         ModNation Racers
## 4130                                                              Crackdown 2
## 4131                                             Castlevania: Lords of Shadow
## 4132                                                        Sonic Free Riders
## 4133                                               WWE SmackDown vs. Raw 2011
## 4134                                                          Dante's Inferno
## 4136                                                           FIFA Soccer 11
## 4138                                                       Aliens vs Predator
## 4139                                                               Darksiders
## 4140                                                       Aliens vs Predator
## 4143                                                        Dance on Broadway
## 4144                                              God of War: Ghost of Sparta
## 4145                                                        Tales of Graces f
## 4148                                            Guitar Hero: Warriors of Rock
## 4149                                                Army of Two: The 40th Day
## 4151                                                            Lost Planet 2
## 4153                                                  Kingdom Hearts Re:coded
## 4155                                                         NCAA Football 11
## 4156                                                          Dante's Inferno
## 4157                                                       EA Sports Active 2
## 4159                                                     Xenoblade Chronicles
## 4161                                                                  F1 2010
## 4162                                                              Rock Band 3
## 4163                                               WWE SmackDown vs. Raw 2011
## 4164                                            Guitar Hero: Warriors of Rock
## 4166                                         2010 FIFA World Cup South Africa
## 4168                                                         NCAA Football 11
## 4169                                                Army of Two: The 40th Day
## 4170                                                  Tiger Woods PGA Tour 11
## 4171                                                                DJ Hero 2
## 4173                                            Guitar Hero: Warriors of Rock
## 4174                                              Dragon Ball: Raging Blast 2
## 4176                                                pro evolution soccer 2011
## 4178                                 Naruto Shippuden: Ultimate Ninja Storm 2
## 4179                                                    Golden Sun: Dark Dawn
## 4184                                        Star Wars: The Force Unleashed II
## 4186                                                                DJ Hero 2
## 4187                                           Raving Rabbids: Travel in Time
## 4188                                                        Resonance of Fate
## 4190                                                                   NHL 11
## 4191                                                         Monopoly Streets
## 4193                                  Star Ocean: The Last Hope International
## 4194                                                         MLB 10: The Show
## 4195                                                                     Blur
## 4196                                               Battlefield: Bad Company 2
## 4199                                              James Bond 007: Blood Stone
## 4200                                                             MotionSports
## 4201                                    Prince of Persia: The Forgotten Sands
## 4202                                                       The Sly Collection
## 4204                                               Fossil Fighters: Champions
## 4205                                                               The Sims 3
## 4208                                             Castlevania: Lords of Shadow
## 4209                                                      Napoleon: Total War
## 4210                                                         Gods Eater Burst
## 4211                                       Fist of the North Star: Ken's Rage
## 4217                                           Sengoku Basara: Samurai Heroes
## 4218                                              Dragon Ball: Raging Blast 2
## 4220                                                              Rock Band 3
## 4221                                               White Knight Chronicles II
## 4222                                                              Red Steel 2
## 4223                                    Prince of Persia: The Forgotten Sands
## 4224                                                                DJ Hero 2
## 4226                                                                     NieR
## 4227                                                                 Vanquish
## 4228                                                pro evolution soccer 2011
## 4229                                                            Pac-Man Party
## 4232                                                         Fighters Uncaged
## 4233                                                             Split/Second
## 4236                                                                   NHL 11
## 4237                                          Silent Hill: Shattered Memories
## 4239                                                                     Blur
## 4241                                                    The Fight: Lights Out
## 4242                                                     Game Party in Motion
## 4243                                                  Call of Duty: Black Ops
## 4248                                                              Rock Band 3
## 4249                                                      Tetris Party Deluxe
## 4250                                      Harvest Moon: The Tale of Two Towns
## 4251                                            Enslaved: Odyssey to the West
## 4252                                                      Assassin's Creed II
## 4256                                            Enslaved: Odyssey to the West
## 4257                                               Dynasty Warriors: Gundam 3
## 4259                                                  Tiger Woods PGA Tour 11
## 4260                                                               Metro 2033
## 4261                            Harry Potter and the Deathly Hallows - Part 1
## 4262                                                Time Crisis: Razing Storm
## 4263                                                   Valkyria Chronicles II
## 4264                                 Tatsunoko vs. Capcom: Ultimate All-Stars
## 4265                                      Tactics Ogre: Let Us Cling Together
## 4267                                                         ModNation Racers
## 4270                                                  Tiger Woods PGA Tour 11
## 4271                                                           SingStar Dance
## 4272                                                         The 3rd Birthday
## 4273                                               Major League Baseball 2K10
## 4274                                                      Alice in Wonderland
## 4276                                                                 R.U.S.E.
## 4284                                                           Medal of Honor
## 4287                                              James Bond 007: Blood Stone
## 4290                                                               FlingSmash
## 4291                                         2010 FIFA World Cup South Africa
## 4292                                                    The Sims 3: Ambitions
## 4293                                              Need for Speed: Hot Pursuit
## 4297                            Harry Potter and the Deathly Hallows - Part 1
## 4299                                                      Disney Guilty Party
## 4301                                  SOCOM: U.S. Navy SEALs Fireteam Bravo 3
## 4302                                         Spider-Man: Shattered Dimensions
## 4305                                                             Naughty Bear
## 4306                                                  Hyperdimension Neptunia
## 4307                                                                 OkamiDen
## 4309                                                           Alpha Protocol
## 4311                                 Atelier Totori: The Adventurer of Arland
## 4312                                         2010 FIFA World Cup South Africa
## 4313                                                 How to Train Your Dragon
## 4316                                                                 Vanquish
## 4317                                                          TRON: Evolution
## 4321                                                      Tom Clancy's HAWX 2
## 4322                                           Football Manager Handheld 2011
## 4323                                                     Green Day: Rock Band
## 4327                                                     Green Day: Rock Band
## 4328                            Harry Potter and the Deathly Hallows - Part 1
## 4329                                                BlazBlue: Continuum Shift
## 4330                                                             Naughty Bear
## 4331                                                                  NBA Jam
## 4333                                                                 Mafia II
## 4334                                     No More Heroes 2: Desperate Struggle
## 4335                                                            Mass Effect 2
## 4336                            Harry Potter and the Deathly Hallows - Part 1
## 4337                                                                  NBA Jam
## 4338                                                                  NBA Jam
## 4339                                                           Alpha Protocol
## 4341                                                               Iron Man 2
## 4342                                                         Monopoly Streets
## 4343                                                       EA Sports Active 2
## 4345                                           Ghost Trick: Phantom Detective
## 4346                                                       Get Fit with Mel B
## 4353                                              Need for Speed: Hot Pursuit
## 4354                                                            EA Sports MMA
## 4355                                    Prince of Persia: The Forgotten Sands
## 4356                                                     Green Day: Rock Band
## 4357                                                      Tom Clancy's HAWX 2
## 4360                                         Spider-Man: Shattered Dimensions
## 4362                                                                Dark Void
## 4363                                                            EA Sports MMA
## 4365                                                      Supreme Commander 2
## 4366                                                           Racquet Sports
## 4370                                                                The Shoot
## 4372                                            Cabela's Dangerous Hunts 2011
## 4373                                                        Resonance of Fate
## 4377                                                      DECA Sports Freedom
## 4380                                                               Iron Man 2
## 4381                                                          Def Jam Rapstar
## 4384                                                Army of Two: The 40th Day
## 4387                                                           Lord of Arcana
## 4388                                                BlazBlue: Continuum Shift
## 4389                                     Etrian Odyssey III: The Drowned City
## 4390                                                               Fate/Extra
## 4391                                       The Settlers 7: Paths to a Kingdom
## 4392                                                                Dark Void
## 4393                                                      Clash of the Titans
## 4395                                                 Mega Man Zero Collection
## 4397                                                          TRON: Evolution
## 4399                                          Silent Hill: Shattered Memories
## 4402                                                         Radiant Historia
## 4403                             Batman: The Brave and the Bold the Videogame
## 4405                                                          Def Jam Rapstar
## 4406                                                         MySims SkyHeroes
## 4409                                                                 ExerBeat
## 4410                                                    Front Mission Evolved
## 4411                                                                     NieR
## 4413                                                Ace Combat: Joint Assault
## 4416                                           Sengoku Basara: Samurai Heroes
## 4417                                           Majin and the Forsaken Kingdom
## 4423                                              Dead to Rights: Retribution
## 4424                                                         Tony Hawk: Shred
## 4427                                                         Monopoly Streets
## 4429                                                               Iron Man 2
## 4433                                       Transformers: Cybertron Adventures
## 4435                                                                 NHL 2K11
## 4437                                                                 R.U.S.E.
## 4443                                                                 R.U.S.E.
## 4447                                                       Plants vs. Zombies
## 4450                                America's Test Kitchen: Let's Get Cooking
## 4452                                                       Deadly Premonition
## 4455                                        Dragon Ball Z: Tenkaichi Tag Team
## 4456                                                         Tony Hawk: Shred
## 4460                                  Silent Hunter 5: Battle of the Atlantic
## 4462                                             Prison Break: The Conspiracy
## 4464                                          Michael Jackson: The Experience
## 4467                                                            TV Superstars
## 4469                                                           Racquet Sports
## 4472                     Percy Jackson and the Olympians: The Lightning Thief
## 4474                                                               Metro 2033
## 4475                                         Spider-Man: Shattered Dimensions
## 4477                                                              Pure Futbol
## 4479                                       Ar tonelico Qoga: Knell of Ar Ciel
## 4481                                    Prince of Persia: The Forgotten Sands
## 4483                                   The Lord of the Rings: Aragorn's Quest
## 4488                                                TrackMania: Build to Race
## 4497                                                pro evolution soccer 2011
## 4499                                                             MotoGP 09/10
## 4505                                             Hot Shots Tennis: Get a Grip
## 4506                                        Star Wars: The Force Unleashed II
## 4509                                      SBK X: Superbike World Championship
## 4512                                                      UFC Undisputed 2010
## 4515                                             Prison Break: The Conspiracy
## 4516                                                       The Last Airbender
## 4518                                                         MLB 10: The Show
## 4519                                              Dead to Rights: Retribution
## 4522                                                            Kung Fu Rider
## 4523                                            DarkStar One: Broken Alliance
## 4524                                                Body and Brain Connection
## 4526                                                    Front Mission Evolved
## 4527                                                      Apache: Air Assault
## 4532                                               Solatorobo: Red the Hunter
## 4534                                         No More Heroes: Heroes' Paradise
## 4535                                                       Aliens vs Predator
## 4536                                                             DanceMasters
## 4539                                                     Shrek: Forever After
## 4541                                                      Supreme Commander 2
## 4542                                                           Quantum Theory
## 4544                                           Majin and the Forsaken Kingdom
## 4547                                                                 NBA 2K11
## 4548                                         Spider-Man: Shattered Dimensions
## 4549                                                          Dante's Inferno
## 4556                                                Shaun White Skateboarding
## 4558                                               Major League Baseball 2K10
## 4559                                                        Arcania: Gothic 4
## 4560                                      SBK X: Superbike World Championship
## 4566                                                    CSI: Fatal Conspiracy
## 4569                                                       The Last Airbender
## 4572                                            World of Outlaws: Sprint Cars
## 4573                                Ben 10 Ultimate Alien: Cosmic Destruction
## 4574                                                              Pure Futbol
## 4575                                                           FIFA Soccer 11
## 4577                                                            Splatterhouse
## 4582                                                 How to Train Your Dragon
## 4583                                               Dynasty Warriors: Gundam 3
## 4584                                                   Dead or Alive Paradise
## 4593                                   The Lord of the Rings: Aragorn's Quest
## 4595                                                             MotoGP 09/10
## 4599                                                    CSI: Fatal Conspiracy
## 4605                                          Naval Assault: The Killing Tide
## 4608                                                      Clash of the Titans
## 4610                                                      Apache: Air Assault
## 4612                                                                   Create
## 4619                                                Shaun White Skateboarding
## 4624                                                    Sniper: Ghost Warrior
## 4625                                       Fist of the North Star: Ken's Rage
## 4626                                           Lufia: Curse of the Sinistrals
## 4638                           Marvel Super Hero Squad: The Infinity Gauntlet
## 4639                                    Prince of Persia: The Forgotten Sands
## 4641                                                               Darksiders
## 4642                                              Megamind: Ultimate Showdown
## 4644                                                    High Velocity Bowling
## 4646                                                 Ys: The Oath in Felghana
## 4650                                                  Record of Agarest War 2
## 4660                                         Power Gig: Rise of the SixString
## 4664                                              TRINITY: Souls of Zill O'll
## 4667                                                 How to Train Your Dragon
## 4668                                                            Dead Rising 2
## 4669                                                                   Create
## 4680                                      Divinity II: The Dragon Knight Saga
## 4689                                                                 Venetica
## 4699                                           Naruto Shippuden: Kizuna Drive
## 4705                                                             Just Cause 2
## 4706                                                         Gladiator Begins
## 4710                                                 Tom Clancy's Ghost Recon
## 4711                                                PixelJunk Monsters Deluxe
## 4713                                              Megamind: Ultimate Showdown
## 4718                                                                 Venetica
## 4725                                            Fat Princess: Fistful of Cake
## 4728                                         Power Gig: Rise of the SixString
## 4731                                                                   nail'd
## 4733                                                           Lost in Shadow
## 4737                                                             Lost Horizon
## 4739                                                           Puzzle Quest 2
## 4743                                                              Blood Drive
## 4747                                                             Split/Second
## 4749                                                             Dementium II
## 4750                                      BlazBlue: Calamity Trigger Portable
## 4753                                               John Daly's ProStroke Golf
## 4754                                                            Truth or Lies
## 4762                                       Cabela's North American Adventures
## 4764                                                     Shrek: Forever After
## 4766                                   Tom Clancy's Splinter Cell: Conviction
## 4768                                         Lucha Libre AAA: Heroes del Ring
## 4770                                            Sakura Wars: So Long, My Love
## 4784                            Harry Potter and the Deathly Hallows - Part 1
## 4786                                                                   nail'd
## 4795                                                         MySims SkyHeroes
## 4804                                                        Arcania: Gothic 4
## 4818                                                         Disgaea Infinite
## 4820                                      Phantom Brave: The Hermuda Triangle
## 4822                                                           Last Rebellion
## 4824                                                           Quantum Theory
## 4831                                                 Knights in the Nightmare
## 4833                                                              Rock Band 3
## 4834                                                Data East Arcade Classics
## 4843                                                              Bejeweled 3
## 4875                            Legend of the Guardians: The Owls of Ga'Hoole
## 4876                                                              Blood Drive
## 4880                                                           Emergency 2012
## 4908                                                          TRON: Evolution
## 4914                                                    Tournament of Legends
## 4924                                                                     Blur
## 4930                                                                   Create
## 4942                                                            Ivy the Kiwi?
## 4952                                                                  F1 2010
## 4959                                                    Front Mission Evolved
## 4967                                         Lucha Libre AAA: Heroes del Ring
## 4968                                                      Tom Clancy's HAWX 2
## 4972                                               TNA iMPACT: Cross the Line
## 4976                                                                   MorphX
## 4983                                                            Ivy the Kiwi?
## 4992                                                              Singularity
## 4995                                                           Worms Reloaded
## 4997                                                  Ship Simulator Extremes
## 4999                                                         Rock of the Dead
## 5011                                                  Attack of the Movies 3D
## 5013                                                             Split/Second
## 5016                                                            The Kore Gang
## 5025                                                             Patrician IV
## 5029                                                    CSI: Fatal Conspiracy
## 5053                                                           Alpha Protocol
## 5058                                                      Apache: Air Assault
## 5059                                    Prince of Persia: The Forgotten Sands
## 5064                                              Jikandia: The Timeless Land
## 5087                                        Star Wars: The Force Unleashed II
## 5096                                      Commander: Conquest of the Americas
## 5105                                             LEGO Harry Potter: Years 1-4
## 5111                                      Age of Conan: Rise of the Godslayer
## 5116                                         Divinity II: Flames of Vengeance
## 5118                                                            Lost Planet 2
## 5136                                                           Cities XL 2011
## 5138                                                         Star Trek Online
## 5176                                                               Darksiders
## 5187                                              James Bond 007: Blood Stone
## 5192                                            Blood Bowl: Legendary Edition
## 5210                                               Disciples III: Renaissance
## 5212                                                                Dark Void
## 5273                                             The Eye of Judgment: Legends
## 5278                                                        Wii Sports Resort
## 5279                                                New Super Mario Bros. Wii
## 5280                                                             Wii Fit Plus
## 5281                                           Call of Duty: Modern Warfare 2
## 5283                                           Call of Duty: Modern Warfare 2
## 5284                                                               The Sims 3
## 5285                                                               Just Dance
## 5286                                               Uncharted 2: Among Thieves
## 5287                                                             Halo 3: ODST
## 5288                           Dragon Quest IX: Sentinels of the Starry Skies
## 5289                                                      Assassin's Creed II
## 5290                                                       Forza Motorsport 3
## 5291                                                       Final Fantasy XIII
## 5292                                                      Assassin's Creed II
## 5293                                                          Resident Evil 5
## 5295                                                    Batman: Arkham Asylum
## 5296                                                        Street Fighter IV
## 5297                                                            Left 4 Dead 2
## 5298                                                         EA Sports Active
## 5301                                                           FIFA Soccer 10
## 5302                                                          Resident Evil 5
## 5303                                                    Batman: Arkham Asylum
## 5305                                                              Borderlands
## 5306                                       The Legend of Zelda: Spirit Tracks
## 5308                                                               Killzone 2
## 5309                                                        Street Fighter IV
## 5310                                                                 inFAMOUS
## 5311                                                            Madden NFL 10
## 5312                                                                 Tekken 6
## 5313                                    Professor Layton and the Last Specter
## 5314                                                    Need for Speed: Shift
## 5315                                                                Halo Wars
## 5316                                                           FIFA Soccer 10
## 5317                                                    God of War Collection
## 5319                                                      Dragon Age: Origins
## 5320                                                          LittleBigPlanet
## 5321                                                            Madden NFL 10
## 5322                                                Pro Evolution Soccer 2010
## 5323                                      Sonic's Ultimate Genesis Collection
## 5325                                                       Monster Hunter Tri
## 5326                                                            Scribblenauts
## 5327                                      Your Shape featuring Jenny McCarthy
## 5328                                                              Borderlands
## 5329                                                      UFC 2009 Undisputed
## 5331                                                Kingdom Hearts 358/2 Days
## 5332                                                    Need for Speed: Shift
## 5333                                                         Toy Story Mania!
## 5335                                                         Phineas and Ferb
## 5336                                                            Demon's Souls
## 5337                                                      UFC 2009 Undisputed
## 5338                                                   The Beatles: Rock Band
## 5343                                                      Dragon Age: Origins
## 5345                                Pokemon Mystery Dungeon: Explorers of Sky
## 5346                                                            Guitar Hero 5
## 5347                                                      Fight Night Round 4
## 5351                                      Sonic's Ultimate Genesis Collection
## 5352                                                      Fight Night Round 4
## 5353                            LEGO Indiana Jones 2: The Adventure Continues
## 5355                                                 Bakugan: Battle Brawlers
## 5356                                               Hasbro Family Game Night 2
## 5357                                                           Gardening Mama
## 5358                                         Grand Theft Auto: Chinatown Wars
## 5359                                                              [Prototype]
## 5360                                                   The Beatles: Rock Band
## 5361                                                                 Tekken 6
## 5362                                                          Deal or No Deal
## 5363                                                             LEGO Battles
## 5364                                                              [Prototype]
## 5365                                             Assassin's Creed: Bloodlines
## 5366                                                                Bayonetta
## 5368                                       PokéPark Wii: Pikachu's Adventure
## 5369                                               WWE SmackDown vs. Raw 2010
## 5370                                                           FIFA Soccer 10
## 5372                                                            Guitar Hero 5
## 5373                                                          Rabbids Go Home
## 5374                                                            Guitar Hero 5
## 5375                                                                 Yakuza 3
## 5376                                                   The Beatles: Rock Band
## 5377                                                            Guitar Hero 5
## 5378                                               Sonic and the Black Knight
## 5379                                                                  Skate 2
## 5380                                                        Empire: Total War
## 5383                                                  Tiger Woods PGA Tour 10
## 5385                                         Grand Theft Auto: Chinatown Wars
## 5386                                                                  DJ Hero
## 5387                                   Resident Evil: The Darkside Chronicles
## 5388                                               WWE SmackDown vs. Raw 2010
## 5389                                                            MySims Agents
## 5390                                                  MotorStorm: Arctic Edge
## 5391                            LEGO Indiana Jones 2: The Adventure Continues
## 5393                                                      NERF N-Strike Elite
## 5394                                                                   DiRT 2
## 5395                                                                   EyePet
## 5397                                                           FIFA Soccer 10
## 5399                                                                 NBA 2K10
## 5400                                                            Brutal Legend
## 5401                                                                Band Hero
## 5403                                                         NCAA Football 10
## 5404                                                            Brutal Legend
## 5405                                                          Tony Hawk: RIDE
## 5406                                                   Guitar Hero: Metallica
## 5407                                                                Bayonetta
## 5408                                      Operation Flashpoint: Dragon Rising
## 5411                                      Operation Flashpoint: Dragon Rising
## 5412                                              Marvel: Ultimate Alliance 2
## 5414                                                        MX vs. ATV Reflex
## 5415                                                                  DJ Hero
## 5416                                                  Resistance: Retribution
## 5417                            LEGO Indiana Jones 2: The Adventure Continues
## 5418                                           Call of Duty: Modern Warfare 2
## 5419                                           Call of Juarez: Bound in Blood
## 5420                                                                  F1 2009
## 5421                                                 Phantasy Star Portable 2
## 5422                                                   Red Faction: Guerrilla
## 5424                                             Ghostbusters: The Video Game
## 5425                                                Endless Ocean: Blue World
## 5426                                                     Ninja Gaiden Sigma 2
## 5427                                          The House of the Dead: Overkill
## 5428                                             Ghostbusters: The Video Game
## 5429                                                                 NBA 2K10
## 5430                                                                  Skate 2
## 5431                                                    Need for Speed: Nitro
## 5433                                                Pro Evolution Soccer 2010
## 5434                                                         NCAA Football 10
## 5435                                                                   DiRT 2
## 5437                                                Pro Evolution Soccer 2010
## 5438                                                   Guitar Hero: Metallica
## 5439                                Star Wars The Clone Wars: Republic Heroes
## 5440                                                         The Godfather II
## 5441                                                                Band Hero
## 5442                                                Star Ocean: The Last Hope
## 5443                                                               Invizimals
## 5444                                                  Tiger Woods PGA Tour 10
## 5445                                                                 MadWorld
## 5448                                                Dragon Ball: Raging Blast
## 5449                                    Star Wars Battlefront: Elite Squadron
## 5450                                                                  DJ Hero
## 5451                                   Harry Potter and the Half-Blood Prince
## 5452                                          Drawn to Life: The Next Chapter
## 5455                                          The Lord of the Rings: Conquest
## 5456                                                                Band Hero
## 5457                                                         The Godfather II
## 5458                                                    Need for Speed: Shift
## 5459                                                   Red Faction: Guerrilla
## 5461                                              Marvel: Ultimate Alliance 2
## 5462                                               WWE SmackDown vs. Raw 2010
## 5464                                     Indiana Jones and the Staff of Kings
## 5465                                                            Madden NFL 10
## 5466                                                         MLB 09: The Show
## 5467                                                        MX vs. ATV Reflex
## 5470                             Ace Attorney Investigations: Miles Edgeworth
## 5472                                                           LEGO Rock Band
## 5475                                            IL-2 Sturmovik: Birds of Prey
## 5477                                                 Bakugan: Battle Brawlers
## 5479                                                                   NHL 10
## 5481                                                  Tiger Woods PGA Tour 10
## 5483                                          Drawn to Life: The Next Chapter
## 5484                                                 Real Heroes: Firefighter
## 5487                                          The Lord of the Rings: Conquest
## 5488                                                              Wolfenstein
## 5489                                   Shin Megami Tensei: Persona 3 Portable
## 5491                                             Ghostbusters: The Video Game
## 5494                                                   Guitar Hero: Metallica
## 5496                                   Harry Potter and the Half-Blood Prince
## 5497                                                                      Wet
## 5498                                                   Metroid Prime: Trilogy
## 5499                                        Jak and Daxter: The Lost Frontier
## 5501                                                          Tony Hawk: RIDE
## 5502                                                   Sacred 2: Fallen Angel
## 5503                                                Major League Baseball 2K9
## 5504                                                            MySims Racing
## 5506                                                       Secret Agent Clank
## 5507                                           Call of Juarez: Bound in Blood
## 5508                                                Muramasa: The Demon Blade
## 5511                                                          Tony Hawk: RIDE
## 5512                                                         WarioWare D.I.Y.
## 5514                                                  Guitar Hero: Smash Hits
## 5515                                                        Tom Clancy's HAWX
## 5517                                     Final Fantasy: The 4 Heroes of Light
## 5519                                             The Sims 3: World Adventures
## 5520                                               BlazBlue: Calamity Trigger
## 5521                                                                   NHL 10
## 5523                                                              The Conduit
## 5525                                                       3D Dot Game Heroes
## 5526                                                                       Up
## 5527                                                           LEGO Rock Band
## 5528                                                        Tom Clancy's HAWX
## 5530                                                              Wolfenstein
## 5531                                                    Lips: Number One Hits
## 5532                                                  Legends of WrestleMania
## 5533                                                              NBA Live 10
## 5534                                                   Sacred 2: Fallen Angel
## 5539                                               WWE SmackDown vs. Raw 2010
## 5540                                                     Terminator Salvation
## 5541                                               F.E.A.R. 2: Project Origin
## 5542                                                                  F1 2009
## 5543                                                               SimAnimals
## 5545                                            IL-2 Sturmovik: Birds of Prey
## 5547                                                Pro Evolution Soccer 2010
## 5548                            Naruto Shippuden: Clash of Ninja Revolution 3
## 5549                                                      Dragon Age: Origins
## 5550                                              SoulCalibur: Broken Destiny
## 5551                                                Dragon Ball: Raging Blast
## 5552                                                             The Saboteur
## 5556                                                               Picross 3D
## 5558                                    Star Wars Battlefront: Elite Squadron
## 5561                                                      Rock Band Unplugged
## 5563                                                             The Saboteur
## 5568                                                            MySims Racing
## 5569                                               F.E.A.R. 2: Project Origin
## 5570                                         Warhammer 40,000: Dawn of War II
## 5572                                                    Dead Space Extraction
## 5573                                          Silent Hill: Shattered Memories
## 5575                         Final Fantasy Crystal Chronicles: Echoes of Time
## 5576                                        Jak and Daxter: The Lost Frontier
## 5578                                                     Boom Blox Bash Party
## 5582                                            Dynasty Warriors: Strikeforce
## 5585                                                           LEGO Rock Band
## 5586                                                              NBA Live 10
## 5590                                  Dance Dance Revolution: Hottest Party 3
## 5591                                                                  G-Force
## 5592                                                       Samurai Warriors 3
## 5593                                       Ben 10 Alien Force: Vilgax Attacks
## 5594                                          Food Network: Cook or Be Cooked
## 5600                                                                Band Hero
## 5601                                Star Wars The Clone Wars: Republic Heroes
## 5602                                             Ghostbusters: The Video Game
## 5610                                                       NASCAR Kart Racing
## 5611                                                  Guitar Hero: Smash Hits
## 5613                                                           LEGO Rock Band
## 5615                                                  Marvel Super Hero Squad
## 5624                                                         Katamari Forever
## 5625                                                       Six Flags Fun Park
## 5626                                   Rune Factory 3: A Fantasy Harvest Moon
## 5637                                                               Spore Hero
## 5638                                             Ghostbusters: The Video Game
## 5639                                Sherlock Holmes: The Mystery of the Mummy
## 5642                                                  Legends of WrestleMania
## 5644                    Final Fantasy Crystal Chronicles: The Crystal Bearers
## 5646                                Star Wars The Clone Wars: Republic Heroes
## 5651                                                        Dawn of Discovery
## 5653                                                       Virtua Tennis 2009
## 5654                                                    Need for Speed: Nitro
## 5655                                Naruto Shippuden: Ultimate Ninja Heroes 3
## 5659                                                          Trivial Pursuit
## 5661                                         Guitar Hero On Tour: Modern Hits
## 5662                                                                   DiRT 2
## 5664                                                       Virtua Tennis 2009
## 5665                                                    Overlord: Dark Legend
## 5666                                                  Wanted: Weapons of Fate
## 5667                                                              Mini Ninjas
## 5668                               Fragile Dreams: Farewell Ruins of the Moon
## 5670                                                            Left 4 Dead 2
## 5672                                                                      SAW
## 5673                                     Dragon Ball Z: Attack of the Saiyans
## 5674                                                          Bionic Commando
## 5675                                               BlazBlue: Calamity Trigger
## 5676                                                  Marvel Super Hero Squad
## 5680                                           Football Manager Handheld 2010
## 5682                                                  Guitar Hero: Smash Hits
## 5683                                                                 NHL 2K10
## 5684                                   Teenage Mutant Ninja Turtles: Smash-Up
## 5686                                                     Terminator Salvation
## 5690                                                              Mini Ninjas
## 5691                                                              Mini Ninjas
## 5692                                                  MotorStorm: Arctic Edge
## 5693                                               Dynasty Warriors 6 Empires
## 5696                                                       NCAA Basketball 10
## 5699                                                              Ninja Blade
## 5701                                                       Virtua Tennis 2009
## 5702                                                         MLB 09: The Show
## 5705                                   Harry Potter and the Half-Blood Prince
## 5709                                                  Battlestations: Pacific
## 5711                                              Marvel: Ultimate Alliance 2
## 5712                                                              Overlord II
## 5713                                                    Batman: Arkham Asylum
## 5716                                                                   DiRT 2
## 5721                                                                  DJ Hero
## 5722                                                                 Tekken 6
## 5724                                                              Overlord II
## 5725                                   Harry Potter and the Half-Blood Prince
## 5729                                                                     Fuel
## 5731                                                               SimAnimals
## 5735                                                      Monsters vs. Aliens
## 5737                                                            Magna Carta 2
## 5741                                    Shaun White Snowboarding: World Stage
## 5742                                                   Guitar Hero: Van Halen
## 5744                                                              Mini Ninjas
## 5746                                                                       Up
## 5747                                                      Little King's Story
## 5748                                            Dynasty Warriors: Strikeforce
## 5751                                                  Wanted: Weapons of Fate
## 5752                        The Chronicles of Riddick: Assault on Dark Athena
## 5754                                                               The BIGS 2
## 5756                                          Dead Rising: Chop Till You Drop
## 5757                                                              DeathSmiles
## 5758                                                                      SAW
## 5760                                           Assassin's Creed II: Discovery
## 5761                                                   Guitar Hero: Van Halen
## 5762                                                          Bionic Commando
## 5763                                                          Trivial Pursuit
## 5765                                     Indiana Jones and the Staff of Kings
## 5766                                      Shin Megami Tensei: Strange Journey
## 5767                                           Ice Age: Dawn of the Dinosaurs
## 5768                                                   Guitar Hero: Van Halen
## 5776                                                                Section 8
## 5777                                       Shin Megami Tensei: Devil Survivor
## 5781                                                Major League Baseball 2K9
## 5782                                                         MLB 09: The Show
## 5790                                                 ExciteBots: Trick Racing
## 5796                         Final Fantasy Crystal Chronicles: Echoes of Time
## 5799                                                                       Up
## 5803                                     Indiana Jones and the Staff of Kings
## 5809                                     Indiana Jones and the Staff of Kings
## 5810                                                 X-Men Origins: Wolverine
## 5811                                                Disgaea 2: Dark Hero Days
## 5812                        The Chronicles of Riddick: Assault on Dark Athena
## 5816                                                                     Fuel
## 5817                                                              NBA Live 10
## 5818                                               Lunar: Silver Star Harmony
## 5821                                                 Bakugan: Battle Brawlers
## 5823                                               Dynasty Warriors 6 Empires
## 5824                                              G.I. Joe: The Rise of Cobra
## 5828                                                             Afro Samurai
## 5829                Broken Sword: Shadow of the Templars - The Director's Cut
## 5830                                                Divinity II: Ego Draconis
## 5831                                                 Bakugan: Battle Brawlers
## 5833                                               Disney's A Christmas Carol
## 5840                                            Dynasty Warriors: Strikeforce
## 5846                                                                 Ys Seven
## 5850                                                                  G-Force
## 5853                            Pinball Hall of Fame: The Williams Collection
## 5854                                                  Guitar Hero: Smash Hits
## 5855                                              Shin Megami Tensei: Persona
## 5856                                       Ben 10 Alien Force: Vilgax Attacks
## 5858                                                                Tropico 3
## 5859                                                         Deadly Creatures
## 5865                                                Hannah Montana: The Movie
## 5867                                                               The BIGS 2
## 5868                                               50 Cent: Blood on the Sand
## 5871                                               Bass Pro Shops: The Strike
## 5872                                                          Cursed Mountain
## 5873                                                       A Boy and His Blob
## 5874                                              G.I. Joe: The Rise of Cobra
## 5875                                                     Way of the Samurai 3
## 5878                                                                   StokEd
## 5885                                                                Planet 51
## 5888                                     Dragon Ball: Revenge of King Piccolo
## 5889                                                           Infinite Space
## 5890                                              Marvel: Ultimate Alliance 2
## 5896                                                             Afro Samurai
## 5898                                                 X-Men Origins: Wolverine
## 5906                                                      Spectrobes: Origins
## 5908                                                         Spore Hero Arena
## 5909                                                 X-Men Origins: Wolverine
## 5910                                                 Space Invaders Extreme 2
## 5911                                                        Dawn of Discovery
## 5912                                                        Arc Rise Fantasia
## 5914                                               50 Cent: Blood on the Sand
## 5919                                                                    Risen
## 5924                                           Ice Age: Dawn of the Dinosaurs
## 5928                                                           The Munchables
## 5935                                             Ghostbusters: The Video Game
## 5936                                                                   MotoGP
## 5939                                                         Half-Minute Hero
## 5942                                                              Borderlands
## 5943                                                         Trinity Universe
## 5946                                Naruto Shippuden: Dragon Blade Chronicles
## 5948                                                          Velvet Assassin
## 5950                                                Major League Baseball 2K9
## 5952                                                                 Race Pro
## 5954                                                                Stormrise
## 5961                                                      Monsters vs. Aliens
## 5962                                                         Fairytale Fights
## 5965                                                         Fairytale Fights
## 5966                                                                  G-Force
## 5973                                                               Blood Bowl
## 5974                                      Leisure Suit Larry: Box Office Bust
## 5977                                                   Marble Saga: Kororinpa
## 5978                                                 The King of Fighters XII
## 5982                                                       Heroes over Europe
## 5988                                      Sherlock Holmes vs. Jack the Ripper
## 5990                                                 Chaotic: Shadow Warriors
## 5992                                                                Stormrise
## 5993                                                        Cars: Race-O-Rama
## 5998                                                                 NHL 2K10
## 6000                                                  Puzzle Quest: Galactrix
## 6001                               Naruto Shippuden: Legends: Akatsuki Rising
## 6015                                                                 NHL 2K10
## 6018                                              G.I. Joe: The Rise of Cobra
## 6022                                        Harvest Moon: Hero of Leaf Valley
## 6024                                                              Hexyz Force
## 6027                                                     PANGYA: Fantasy Golf
## 6030                                                                  ArmA II
## 6032                                                                 X-Blades
## 6033                                                                    Risen
## 6036                                                       Heroes over Europe
## 6037                                             Valhalla Knights: Eldar Saga
## 6040                                              G.I. Joe: The Rise of Cobra
## 6043                                                            Rogue Warrior
## 6047                                                          Puzzle Kingdoms
## 6048                                                                 X-Blades
## 6049                                             Phantom Brave: We Meet Again
## 6051                                                               The BIGS 2
## 6062                                      Eat Lead: The Return of Matt Hazard
## 6063                                                     Jurassic: The Hunted
## 6065                              Teenage Mutant Ninja Turtles: Arcade Attack
## 6067                                      Eat Lead: The Return of Matt Hazard
## 6070                                           Ice Age: Dawn of the Dinosaurs
## 6072                                                              Mytran Wars
## 6073                                                           Undead Knights
## 6076                                 Atelier Annie: Alchemists of Sera Island
## 6079                            Pinball Hall of Fame: The Williams Collection
## 6080                                             Academy of Champions: Soccer
## 6084                                                        Peggle: Dual Shot
## 6090                                                 Tenchu: Shadow Assassins
## 6092                                                           A Witch's Tale
## 6094                                                 The King of Fighters XII
## 6097                                                                 Coraline
## 6099                                                Where the Wild Things Are
## 6102                                        Cloudy With a Chance of Meatballs
## 6103                                                Astro Boy: The Video Game
## 6106                                                                  Calling
## 6107                           Night at the Museum: Battle of the Smithsonian
## 6108                                                                 Spyborgs
## 6116                                                Astro Boy: The Video Game
## 6122                                                Where the Wild Things Are
## 6123                                                             DJ Max Fever
## 6124                                                        Dawn of Discovery
## 6125                                                            Rogue Warrior
## 6132                                              The Book of Unwritten Tales
## 6137                                          The Lord of the Rings: Conquest
## 6139                                        Cloudy With a Chance of Meatballs
## 6144                                                        JU-ON: The Grudge
## 6147                                                                Miami Law
## 6154                                                      The Whispered World
## 6156                                         Agatha Christie: The ABC Murders
## 6162                                                 Rolling Stone: Drum King
## 6163                                      Leisure Suit Larry: Box Office Bust
## 6168                                                   Dragon Ball: Evolution
## 6170                                            Harvest Moon: Frantic Farming
## 6172                                             Blue Dragon: Awakened Shadow
## 6174                                                         Tornado Outbreak
## 6180                                                          Darkest of Days
## 6182                                   Hakuoki: Demon of the Fleeting Blossom
## 6184                                       Burnout Paradise: The Ultimate Box
## 6186                                     Raven Squad: Operation Hidden Dagger
## 6187                                                               Beaterator
## 6192                        Fighting Fantasy: The Warlock of Firetop Mountain
## 6195                                                        Shadow of Destiny
## 6196                                                    Mimana Iyar Chronicle
## 6198                                                         Tornado Outbreak
## 6202                                                                Damnation
## 6212                                                   Obscure: The Aftermath
## 6213                                Henry Hatsworth in the Puzzling Adventure
## 6216                                               ShellShock 2: Blood Trails
## 6218                                        Cloudy With a Chance of Meatballs
## 6226                                          Mad Dog McCree: Gunslinger Pack
## 6234                                                          Don King Boxing
## 6237                                               ShellShock 2: Blood Trails
## 6240                                                         Tornado Outbreak
## 6245                                                       NBA 10: The Inside
## 6250                                                      Samurai Shodown Sen
## 6253                                                  Armored Core 3 Portable
## 6257                                                 MLB Front Office Manager
## 6262                                                      C.O.P.: The Recruit
## 6270                                               Infernal: Hell's Vengeance
## 6275                                                               Torchlight
## 6276                                      Rogue Trooper: Quartz Zone Massacre
## 6278                                               F.E.A.R. 2: Project Origin
## 6281                                                Divinity II: Ego Draconis
## 6282                                                        Overlord: Minions
## 6284                                                       Hearts of Iron III
## 6291                                                           Monster Racers
## 6293                                                               Speed Zone
## 6298                                                 MLB Front Office Manager
## 6301                                                                Damnation
## 6303                                                    Football Manager 2010
## 6309                                                          Resident Evil 5
## 6312                                                          WipEout HD Fury
## 6317                                            IL-2 Sturmovik: Birds of Prey
## 6332                                                            Big Bang Mini
## 6334                                          S.T.A.L.K.E.R.: Call of Pripyat
## 6340                                                    Need for Speed: Shift
## 6341                                                  Brave: A Warrior's Tale
## 6354                                                             The Saboteur
## 6355                                                            Mirror's Edge
## 6358                                                                 Coraline
## 6364                                         Black Sigil: Blade of the Exiled
## 6370                                                      Aliens in the Attic
## 6377                                                                 Venetica
## 6378                                      Operation Flashpoint: Dragon Rising
## 6388                                                       Plants vs. Zombies
## 6392                                                                   DiRT 2
## 6393                            LEGO Indiana Jones 2: The Adventure Continues
## 6397                                                                     Moon
## 6399                                                           FIFA Soccer 10
## 6403                                                            Pool Hall Pro
## 6404                                                              Wolfenstein
## 6411                                                                Tropico 3
## 6416                                                 Runaway: A Twist of Fate
## 6418                                                        Tom Clancy's HAWX
## 6431                                                               Blood Bowl
## 6432                                        Company of Heroes: Tales of Valor
## 6440                                                            Metal Slug XX
## 6451                                                  Stoked: Big Air Edition
## 6458                                                                 C.O.R.E.
## 6464                                                             Saints Row 2
## 6470                                           Secret Files 2: Puritas Cordis
## 6480                                                                Section 8
## 6481                                                     Superstars V8 Racing
## 6487                                           Call of Juarez: Bound in Blood
## 6488                                                   Red Faction: Guerrilla
## 6490                                                                  RACE On
## 6492                                                              Overlord II
## 6498                                                               Men of War
## 6503                                          Guilty Gear XX Accent Core Plus
## 6510                                               Codename: Panzers Cold War
## 6511                                   Harry Potter and the Half-Blood Prince
## 6519                                                                    Braid
## 6524                                                      Monsters vs. Aliens
## 6528                                                             The Last Guy
## 6537                                Star Wars The Clone Wars: Republic Heroes
## 6550                                                  Battlestations: Pacific
## 6555                                          The Lord of the Rings: Conquest
## 6556                                                                    Worms
## 6561                                                                 Inkheart
## 6562                                                                  Demigod
## 6567                                                                  Ceville
## 6568                                              Brandish: The Dark Revenant
## 6572                                                      Tom Clancy's EndWar
## 6575                                           Grey's Anatomy: The Video Game
## 6581                                                                     Fuel
## 6585                                                             Order of War
## 6587                                                                      SAW
## 6588                                                                Stormrise
## 6596                                                              Mini Ninjas
## 6600                                                             Elven Legacy
## 6606                                                               WorldShift
## 6613                                                             Still Life 2
## 6615                                     Raven Squad: Operation Hidden Dagger
## 6617                                                       East India Company
## 6630                                       Majesty 2: The Fantasy Kingdom Sim
## 6642                                                         The Last Remnant
## 6661                                                              BattleForge
## 6662                                                          Groovin' Blocks
## 6670                        The Chronicles of Riddick: Assault on Dark Athena
## 6690                                                Pro Evolution Soccer 2010
## 6694                                          King's Bounty: Armored Princess
## 6696                                                                    Trine
## 6704                                                           Mario Kart Wii
## 6705                                                  Super Smash Bros. Brawl
## 6706                                                      Grand Theft Auto IV
## 6707                                                      Grand Theft Auto IV
## 6708                                                Pokémon Platinum Version
## 6709                                               Call of Duty: World at War
## 6710                                                           Gears of War 2
## 6711                                 Metal Gear Solid 4: Guns of the Patriots
## 6712                                                          LittleBigPlanet
## 6713                                             Monster Hunter Freedom Unite
## 6714                                               Call of Duty: World at War
## 6716                                                                Fallout 3
## 6717                                               Animal Crossing: City Folk
## 6718                                                                 Fable II
## 6719                                                                Fallout 3
## 6720                              LEGO Indiana Jones: The Original Adventures
## 6721                                                  Guitar Hero: World Tour
## 6722                                                              Left 4 Dead
## 6723                                                     Guitar Hero: On Tour
## 6724                                               LEGO Batman: The Videogame
## 6725                                  Professor Layton and the Unwound Future
## 6726                                                                Wii Music
## 6727                                            God of War: Chains of Olympus
## 6729                                                            Rhythm Heaven
## 6730                                               LEGO Batman: The Videogame
## 6731                                                            Kung Fu Panda
## 6732                                                             Saints Row 2
## 6733                                                   Kirby Super Star Ultra
## 6734                                                   Sega Superstars Tennis
## 6735                                           Star Wars: The Force Unleashed
## 6736                                                  Guitar Hero: World Tour
## 6737                                                           FIFA Soccer 09
## 6738                                                              Style Savvy
## 6739                                                            Madden NFL 09
## 6740                                                              Deca Sports
## 6742                                                                     Pure
## 6743                                                             Resistance 2
## 6744                                               Midnight Club: Los Angeles
## 6745                                        Tom Clancy's Rainbow Six: Vegas 2
## 6746                                               Midnight Club: Los Angeles
## 6748                                                           FIFA Soccer 09
## 6749                                         Pokemon Ranger: Shadows of Almia
## 6750                                                  Dissidia: Final Fantasy
## 6751                                           Star Wars: The Force Unleashed
## 6752                                                              Rock Band 2
## 6753                              LEGO Indiana Jones: The Original Adventures
## 6754                                                          Sonic Unleashed
## 6756                                               Need For Speed: Undercover
## 6757                                                           Carnival Games
## 6758                                          Rayman Raving Rabbids: TV Party
## 6759                                                               Dead Space
## 6760                                            Mortal Kombat vs. DC Universe
## 6761                                                         Burnout Paradise
## 6762                                                           FIFA Soccer 09
## 6763                                               Call of Duty: World at War
## 6764                                            Mortal Kombat vs. DC Universe
## 6765                                                  Guitar Hero: World Tour
## 6766                                                     Mario Super Sluggers
## 6767                                                                 Monopoly
## 6768                                                            Madden NFL 09
## 6769                                                             Game Party 2
## 6770                                           Star Wars: The Force Unleashed
## 6772                                                 Dance Dance Revolution X
## 6775                                               Need For Speed: Undercover
## 6776                                                             Saints Row 2
## 6777                                                                   We Ski
## 6778                                                         Big Beach Sports
## 6779                                      Shaun White Snowboarding: Road Trip
## 6780                               Star Wars The Clone Wars: Lightsaber Duels
## 6781                                                              Army of Two
## 6782                                                                Far Cry 2
## 6783                                  Dance Dance Revolution: Hottest Party 2
## 6784                                                           SoulCalibur IV
## 6785                                                          Devil May Cry 4
## 6786                                             Guitar Hero: On Tour Decades
## 6787                               Dragon Quest V: Hand of the Heavenly Bride
## 6789                                                Carnival Games: Mini Golf
## 6791                                           Active Life: Outdoor Challenge
## 6793                                                           MySims Kingdom
## 6794                                                              Rock Band 2
## 6795                                                            Madden NFL 09
## 6796                             Drawn To Life: SpongeBob SquarePants Edition
## 6797                                                   007: Quantum of Solace
## 6798                                                           SoulCalibur IV
## 6800                                                 Battlefield: Bad Company
## 6802                                                 Hasbro Family Game Night
## 6803                                                                 BioShock
## 6804                                         Tiger Woods PGA Tour 09 All-Play
## 6805                                                               Dead Space
## 6807                                                                Far Cry 2
## 6808                              LEGO Indiana Jones: The Original Adventures
## 6810                                                         Burnout Paradise
## 6811                                                 MotorStorm: Pacific Rift
## 6812                                                           FIFA Soccer 09
## 6813                                                          Devil May Cry 4
## 6814                                        Tom Clancy's Rainbow Six: Vegas 2
## 6815                                                           Chrono Trigger
## 6816                                                 Battlefield: Bad Company
## 6817                                World of Warcraft: Wrath of the Lich King
## 6818                                               LEGO Batman: The Videogame
## 6822                                                   Guitar Hero: Aerosmith
## 6823                                               LEGO Batman: The Videogame
## 6824                                                                  NBA 2K9
## 6826                                 Jillian Michaels' Fitness Ultimatum 2009
## 6827                                                      Valkyria Chronicles
## 6828                                                  Tomb Raider: Underworld
## 6830                                           Star Wars: The Force Unleashed
## 6831                                     SOCOM: U.S. Navy SEALs Confrontation
## 6832                                               WWE SmackDown vs. Raw 2009
## 6833                                                   Guitar Hero: Aerosmith
## 6834                                                                Boom Blox
## 6835                                                Pro Evolution Soccer 2008
## 6837                              LEGO Indiana Jones: The Original Adventures
## 6838                                                              Army of Two
## 6839                                                                    Spore
## 6840                                                            Mirror's Edge
## 6841                                            Worldwide Soccer Manager 2009
## 6844                                                   007: Quantum of Solace
## 6845                                                            Mirror's Edge
## 6846                                                                     GRID
## 6847                                                            NERF N-Strike
## 6849                                           Star Wars: The Force Unleashed
## 6851                                                         Prince of Persia
## 6852                                                  Tomb Raider: Underworld
## 6853                                             Naruto: Ultimate Ninja Storm
## 6854                                                          Spore Creatures
## 6855                                               Bully: Scholarship Edition
## 6856                                           Mercenaries 2: World in Flames
## 6857                                                   Sega Superstars Tennis
## 6858                                    Guinness World Records: The Videogame
## 6859                              LEGO Indiana Jones: The Original Adventures
## 6861                                                          Sonic Unleashed
## 6862                                                              Rock Band 2
## 6863                                                                   Wall-E
## 6864                                                          Ninja Gaiden II
## 6865                                                         Prince of Persia
## 6867                                                                     Haze
## 6868                                                   Guitar Hero: Aerosmith
## 6870                                                  Midnight Club: LA Remix
## 6871                                                Pro Evolution Soccer 2008
## 6873                                                                Fallout 3
## 6874                                                                  de Blob
## 6875                                                     My Weight Loss Coach
## 6876                                                          Sonic Unleashed
## 6878                                                   Phantasy Star Portable
## 6879                                               WWE SmackDown vs. Raw 2009
## 6880                           White Knight Chronicles: International Edition
## 6881                                                            SingStar Abba
## 6882                                         Brothers in Arms: Hell's Highway
## 6883                                               WWE SmackDown vs. Raw 2009
## 6884                                                            Kung Fu Panda
## 6885                                                      Tom Clancy's EndWar
## 6887                                               Sonic Riders: Zero Gravity
## 6889                                                                     Pure
## 6891                                               Call of Duty: World at War
## 6893                                                  FIFA Soccer 09 All-Play
## 6894                                                          Fossil Fighters
## 6896                                                           Samba De Amigo
## 6897                                   Sonic Chronicles: The Dark Brotherhood
## 6898                                           Star Wars: The Force Unleashed
## 6899                                                      Grand Theft Auto IV
## 6900                                     Kingdom Hearts Re: Chain of Memories
## 6902                                                                     GRID
## 6904                                              Cooking Mama: World Kitchen
## 6905                                         Brothers in Arms: Hell's Highway
## 6906                                           Mercenaries 2: World in Flames
## 6908                                               Dragon Ball Z: Burst Limit
## 6909                                                     The Legendary Starfy
## 6911                                                   Madden NFL 09 All-Play
## 6912                                               WWE SmackDown vs. Raw 2009
## 6913                                      Sid Meier's Civilization Revolution
## 6915                                            Shin Megami Tensei: Persona 4
## 6919                                                      Ben 10: Alien Force
## 6920                                                   Guitar Hero: Aerosmith
## 6922                                                                Too Human
## 6923                                  Star Wars The Clone Wars: Jedi Alliance
## 6924                                      Sid Meier's Civilization Revolution
## 6925                                                                     Lips
## 6926                                                Need for Speed: ProStreet
## 6928                                                          Sonic Unleashed
## 6931                                               Need For Speed: Undercover
## 6932                                                                   Wall-E
## 6933                                               WWE SmackDown vs. Raw 2009
## 6934                                                                    Turok
## 6936                                                        Tales of Vesperia
## 6938                                              Harvest Moon: Animal Parade
## 6941                                                            Madden NFL 09
## 6942                                                              NBA Live 09
## 6943                                                         NCAA Football 09
## 6944                                                     Infinite Undiscovery
## 6945                                                         MLB 08: The Show
## 6946                                               The Sims 2: Apartment Pets
## 6947                                                         The Last Remnant
## 6948                                                                 Iron Man
## 6949                                                              Mass Effect
## 6951                                                                    Turok
## 6956                                                      Tom Clancy's EndWar
## 6957                                                            Kung Fu Panda
## 6958                                                 Shaun White Snowboarding
## 6959                                               Scene It? Box Office Smash
## 6960                                                  Tiger Woods PGA Tour 09
## 6961                                                  Tiger Woods PGA Tour 09
## 6962                                                   007: Quantum of Solace
## 6965                                               Need For Speed: Undercover
## 6967                                           Lost Planet: Extreme Condition
## 6968                                                                 Iron Man
## 6969                                                   Condemned 2: Bloodshot
## 6971                                                                   Wall-E
## 6972                                                                  NBA 2K9
## 6974                                               Fire Emblem: Shadow Dragon
## 6975                                                Major League Baseball 2K8
## 6979                                                                    Okami
## 6982                                                                 Monopoly
## 6983                                                               Dead Space
## 6987                                                  Naruto: The Broken Bond
## 6988                                                                 Iron Man
## 6990                                                          Lost: Via Domus
## 6991                                                               Top Spin 3
## 6993                                                         NCAA Football 09
## 6995                                                                 Skate it
## 6998                                                                 Iron Man
## 7001                                                               Top Spin 3
## 7003                                  The Legend of Spyro: Dawn of the Dragon
## 7004                                                               Top Spin 3
## 7005                                                                     Bolt
## 7007                                                  Frontlines: Fuel of War
## 7008                          Dora The Explorer: Dora Saves the Snow Princess
## 7013                                                               CrossworDS
## 7014                                             Viva Pinata: Pocket Paradise
## 7016                                                                 Iron Man
## 7021                                           Summer Sports: Paradise Island
## 7024                                       Magician's Quest: Mysterious Times
## 7026                 SpongeBob SquarePants featuring Nicktoons: Globs of Doom
## 7027                                Tales of Symphonia: Dawn of the New World
## 7029                                                                 We Cheer
## 7030                                                              NBA Live 09
## 7031                                            Disgaea 3: Absence of Justice
## 7032                                                     Way of the Samurai 3
## 7033                                   Rune Factory 2: A Fantasy Harvest Moon
## 7035                                                            Kung Fu Panda
## 7036                                           Spectrobes: Beyond the Portals
## 7038                                                                 Iron Man
## 7039                                                                   NHL 09
## 7040                                               Bully: Scholarship Edition
## 7042                                                          Lost: Via Domus
## 7043                                                  Crash: Mind Over Mutant
## 7044                                                        Sega Bass Fishing
## 7046                                               Dynasty Warriors: Gundam 2
## 7049                                               Dragon Ball Z: Burst Limit
## 7050                                                   Sniper: Art of Victory
## 7051                                                           FIFA Soccer 09
## 7052                                                        Alone in the Dark
## 7054                                                                Far Cry 2
## 7056                                                     You're in the Movies
## 7057                                                              Dark Sector
## 7062                                                              Dark Sector
## 7063                                                     Ford Racing Off Road
## 7064                                                    Unreal Tournament III
## 7065                            Pinball Hall of Fame: The Williams Collection
## 7066                                                  Crash: Mind Over Mutant
## 7067                                         Viva Pinata: Trouble in Paradise
## 7068                                                         Emergency Heroes
## 7070                                                          SimCity Creator
## 7071                                  The Legend of Spyro: Dawn of the Dragon
## 7075                                                  Tomb Raider: Underworld
## 7077                                                          Brain Challenge
## 7079                                              Enemy Territory: Quake Wars
## 7082                                                Celebrity Sports Showdown
## 7083                                      Sid Meier's Civilization Revolution
## 7084                                                Viking: Battle for Asgard
## 7086                                  The Legend of Spyro: Dawn of the Dragon
## 7087                                                           Eternal Sonata
## 7091                                                           Disney Sing It
## 7092                                                  Crash: Mind Over Mutant
## 7095                                                         MLB 08: The Show
## 7096                                                  Crash: Mind Over Mutant
## 7098                                  Valkyrie Profile: Covenant of the Plume
## 7103                                               Spider-Man: Web of Shadows
## 7106                                 The Chronicles of Narnia: Prince Caspian
## 7108                                                                   Wall-E
## 7110                                                   Sega Superstars Tennis
## 7120                                                   Condemned 2: Bloodshot
## 7122                                                                MotoGP 08
## 7123                                      Naruto: Clash of Ninja Revolution 2
## 7124                                                   Sega Superstars Tennis
## 7125                                                Viking: Battle for Asgard
## 7127                                                      The Incredible Hulk
## 7128                                           Mercenaries 2: World in Flames
## 7130                                              Madagascar: Escape 2 Africa
## 7136                                                           Disney Sing It
## 7140                                                   Rune Factory: Frontier
## 7142                                        Naruto Shippuden: Ninja Destiny 2
## 7143                                            Dragon Ball Z: Infinite World
## 7144                                           Castlevania: Order of Ecclesia
## 7146                                 The Chronicles of Narnia: Prince Caspian
## 7149                                                  Tiger Woods PGA Tour 09
## 7151                                                               LocoRoco 2
## 7153                                                                MotoGP 08
## 7156                                              Enemy Territory: Quake Wars
## 7159                                                                 Monopoly
## 7160                                                          SimCity Creator
## 7164                                               Dynasty Warriors: Gundam 2
## 7165                                             Star Ocean: Second Evolution
## 7167                                                                   NHL 09
## 7168                                                                 Fracture
## 7170                                                         MLB 08: The Show
## 7171                                                       MX vs. ATV Untamed
## 7172                                                  Golden Axe: Beast Rider
## 7173                                            The Witcher: Enhanced Edition
## 7174                                                  Golden Axe: Beast Rider
## 7179                                                            FIFA Street 3
## 7181                                                 Shaun White Snowboarding
## 7184                                                            FIFA Street 3
## 7189                                                              Monster Lab
## 7191                                  The Legend of Spyro: Dawn of the Dragon
## 7193                                                Major League Baseball 2K8
## 7199                                    Resident Evil Archives: Resident Evil
## 7200                                        Dance Dance Revolution Universe 3
## 7202                                                        Glory of Heracles
## 7204                                                          Zoo Tycoon 2 DS
## 7205                                                         FlatOut: Head On
## 7206                                             Harvest Moon: Magical Melody
## 7207                                           Turning Point: Fall of Liberty
## 7209                                                        Warriors Orochi 2
## 7217                                              Kenka Bancho: Badass Rumble
## 7221                                                       Siren: Blood Curse
## 7222                                                          Rock Revolution
## 7223                                                                WWII Aces
## 7224                                                                 The Club
## 7229                                                        My Japanese Coach
## 7231                                                      The Incredible Hulk
## 7233                                                       Suikoden Tierkreis
## 7234                                     Etrian Odyssey II: Heroes of Lagaard
## 7235                                                      The Incredible Hulk
## 7240                                               Spider-Man: Web of Shadows
## 7242                                                                Legendary
## 7244                       Nancy Drew: The Mystery of the Clue Bender Society
## 7245                                                                NASCAR 09
## 7246                                                                NASCAR 09
## 7251                                    The Mummy: Tomb of the Dragon Emperor
## 7252                                               Spider-Man: Web of Shadows
## 7253                                          Don King Presents: Prizefighter
## 7254                                                                     Bolt
## 7255                                                       Dynasty Warriors 6
## 7258                                         SBK Superbike World Championship
## 7262                                           Turning Point: Fall of Liberty
## 7265                                         AC/DC LIVE: Rock Band Track Pack
## 7271                                                              Avalon Code
## 7272                               Resident Evil Archives: Resident Evil Zero
## 7274                                        PDC World Championship Darts 2008
## 7275                                                     Sands of Destruction
## 7278                                                                 The Club
## 7280                                                               Cross Edge
## 7281                                              Madagascar: Escape 2 Africa
## 7285                                                            Ultimate Band
## 7290                                         AC/DC LIVE: Rock Band Track Pack
## 7291                                                       Valhalla Knights 2
## 7292                                               Need For Speed: Undercover
## 7298                                                   FaceBreaker K.O. Party
## 7301                                                           Luminous Arc 2
## 7305                                                              Ragnarok DS
## 7309                                                     NBA Live 09 All-Play
## 7310                                                       NCAA Basketball 09
## 7311                                                   KORG DS-10 Synthesizer
## 7315                                                                   Afrika
## 7323                                               Ninja Gaiden: Dragon Sword
## 7324                                              Age of Empires: Mythologies
## 7325                                         SBK Superbike World Championship
## 7326                                                    Baja: Edge of Control
## 7327                                               Spider-Man: Web of Shadows
## 7331                                                         Blue Dragon Plus
## 7332                                                 Tenchu: Shadow Assassins
## 7337                                 Dark Messiah of Might and Magic Elements
## 7339                                                          Warriors Orochi
## 7343                                                    Record of Agarest War
## 7344                                                    Baja: Edge of Control
## 7345                                                  Bleach: The 3rd Phantom
## 7346                                           Mana Khemia 2: Fall of Alchemy
## 7349                                               Dynasty Warriors: Gundam 2
## 7350                                                      Shiren the Wanderer
## 7351                                                     Conflict: Denied Ops
## 7362                                                              FaceBreaker
## 7363                                                  Tomb Raider: Underworld
## 7365                                                 Armored Core: For Answer
## 7367                                                                Nostalgia
## 7368                                                     Conflict: Denied Ops
## 7371                                                                     Bolt
## 7372                                                  NBA Ballers: Chosen One
## 7373                                                               Disgaea DS
## 7375                                               Call of Duty: World at War
## 7377                                             Mushroom Men: The Spore Wars
## 7378                                                        Alone in the Dark
## 7379                                                       Six Flags Fun Park
## 7380                                 The Chronicles of Narnia: Prince Caspian
## 7385                                               Sonic Riders: Zero Gravity
## 7389                                               WWE SmackDown vs. Raw 2009
## 7390                                               Rapala Fishing Frenzy 2009
## 7392                                                                 Skate it
## 7395                                                                  NHL 2K9
## 7398                                 The Chronicles of Narnia: Prince Caspian
## 7399                                                       NBA 09: The Inside
## 7400                                                                Let's TAP
## 7404                                          Professor Heinz Wolff's Gravity
## 7405                                                              FaceBreaker
## 7406                                             Hellboy: The Science of Evil
## 7414                                                NCAA Football 09 All-Play
## 7415                                                     Castlevania Judgment
## 7416                                        NPPL: Championship Paintball 2009
## 7418                                                    Goosebumps HorrorLand
## 7419                                                                 Fracture
## 7425                                                                   Klonoa
## 7429                                                              Time Hollow
## 7430                                           Tak and the Guardians of Gross
## 7435                                                      MLB Power Pros 2008
## 7436                                                       NBA 09: The Inside
## 7441                                                   Space Invaders Extreme
## 7443                                                 Armored Core: For Answer
## 7449                           The Wizard of Oz: Beyond The Yellow Brick Road
## 7453                                                          Class of Heroes
## 7455                                                        NFL Head Coach 09
## 7460                                                           Eternal Poison
## 7461                                                         Dream Pinball 3D
## 7468                                                  NBA Ballers: Chosen One
## 7470                                                             Metal Slug 7
## 7474                                                                Nitrobike
## 7481  Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon
## 7487                                                                Ninjatown
## 7488                                               Alone in the Dark: Inferno
## 7489                                                      MLB Power Pros 2008
## 7492                                                                Legendary
## 7494                                                       Secret Agent Clank
## 7500                                            Cabela's Dangerous Hunts 2009
## 7502                                                          Dokapon Kingdom
## 7503                                                        Warriors Orochi 2
## 7507                                            Brothers in Arms: Double Time
## 7512                                                   Obscure: The Aftermath
## 7517                                         Chessmaster: The Art of Learning
## 7520                              Major League Baseball 2K8 Fantasy All-Stars
## 7523                                                             Ninja Reflex
## 7526                                        NPPL: Championship Paintball 2009
## 7530                                                   Overlord: Raising Hell
## 7533                                          The Sky Crawlers: Innocent Aces
## 7534                                                                Raiden IV
## 7539                                       Onechanbara: Bikini Zombie Slayers
## 7540                                                     Dragon Ball: Origins
## 7546                                                      Tecmo Bowl: Kickoff
## 7549                                                      Tom Clancy's EndWar
## 7550                                                        NFL Head Coach 09
## 7553                                                  Warhammer: Battle March
## 7555                                                                     Zubo
## 7559                                                             Pimp My Ride
## 7560                                                             Space Chimps
## 7562                         Karaoke Revolution Presents American Idol Encore
## 7568                                                  Death Jr.: Root of Evil
## 7569                                          Mushroom Men: Rise of the Fungi
## 7570                                             Hellboy: The Science of Evil
## 7575                                         Trauma Center: Under the Knife 2
## 7577                                                                Patapon 2
## 7578                                                           Princess Debut
## 7581                                                                  Exit DS
## 7582                                    Yggdra Union: We'll Never Fight Alone
## 7583                                           Universe at War: Earth Assault
## 7586                                                     Blitz: The League II
## 7589                                               Help Wanted: 50 Wacky Jobs
## 7591                                            Mana Khemia: Student Alliance
## 7592                                                                 NFL Tour
## 7594                                               Spider-Man: Web of Shadows
## 7597                                          Harvey Birdman: Attorney at Law
## 7607                                       Blast Works: Build, Trade, Destroy
## 7608                                 Little League World Series Baseball 2008
## 7610                                             Family Party: 30 Great Games
## 7613                                               Rygar: The Battle of Argus
## 7614                                        Prinny: Can I Really Be the Hero?
## 7615                                                               echochrome
## 7617                                                      Tom Clancy's EndWar
## 7618                                                             Lock's Quest
## 7620                                                   Spectral Force Genesis
## 7622                                                   Space Invaders Extreme
## 7627                                                        Supreme Commander
## 7629                                                          Red Bull BC One
## 7632                                    The Mummy: Tomb of the Dragon Emperor
## 7633                                                          Battle Fantasia
## 7634                                                  Jumper: Griffin's Story
## 7637                                               The Sims 2: Apartment Life
## 7640                                                                1 vs. 100
## 7644                                                     Raiden Fighters Aces
## 7646                                                 Knights in the Nightmare
## 7649                                          Harvey Birdman: Attorney at Law
## 7652                                        Miami Nights: Singles in the City
## 7654                                      Agatha Christie: Evil Under the Sun
## 7660                               SafeCracker: The Ultimate Puzzle Adventure
## 7661                             Super Robot Taisen OG Saga: Endless Frontier
## 7662                                                    Line Rider 2: Unbound
## 7666                                                  Tomb Raider: Underworld
## 7668                                             Code Lyoko: Fall of X.A.N.A.
## 7669                                                    Worms: A Space Oddity
## 7672                                                            TrackMania DS
## 7674                                                             Soul Bubbles
## 7675                                                         Bangai-O Spirits
## 7676                                                Lost in Blue: Shipwrecked
## 7679                                               Need For Speed: Undercover
## 7684                                  Elebits: The Adventures of Kai and Zero
## 7686                                                     The Legend of Kage 2
## 7687                                                                  Baroque
## 7690                                Agatha Christie: And Then There Were None
## 7691                              The History Channel: Battle for the Pacific
## 7696                         The King of Fighters Collection: The Orochi Saga
## 7701                                                           Hammerin' Hero
## 7707                                                              Robocalypse
## 7708                                                            Homie Rollerz
## 7710                                                     Silent Hill: Origins
## 7712                                               SNK Arcade Classics Vol. 1
## 7715                                               Digimon World Championship
## 7718                                                           Target: Terror
## 7732                                                    Flower, Sun, and Rain
## 7734                                        Prince of Persia: The Fallen King
## 7736                                   Steambot Chronicles: Battle Tournament
## 7740                                                              Insecticide
## 7743                                                         Crimson Gem Saga
## 7746                                                                  NHL 2K9
## 7752                                                           From The Abyss
## 7754                                               LEGO Batman: The Videogame
## 7755                                                        Alone in the Dark
## 7762                                                   Secret Files: Tunguska
## 7771                                                              Theresia...
## 7772                                                   Sacred 2: Fallen Angel
## 7773                                                  Jumper: Griffin's Story
## 7776                                            Vampire Rain: Altered Species
## 7782                                                        Warriors Orochi 2
## 7783                                                Samurai Shodown Anthology
## 7788                                                        Hail to the Chimp
## 7795                                                   Neverland Card Battles
## 7798                                            Rhapsody: A Musical Adventure
## 7807                                                              Nanostray 2
## 7808                                                          Dokapon Journey
## 7809                                                          Bejeweled Twist
## 7811                                                        Hail to the Chimp
## 7812                                                   Secret Files: Tunguska
## 7821                                           Deadliest Catch: Alaskan Storm
## 7828                                               Rapala Fishing Frenzy 2009
## 7830                                              Wonder World Amusement Park
## 7835                                    Assassin's Creed: Altair's Chronicles
## 7838                                                                 Lux-Pain
## 7844                                                           The Dark Spire
## 7846                                                    Backyard Baseball '09
## 7851                                                                    SPRay
## 7856                                             Hellboy: The Science of Evil
## 7858                              LEGO Indiana Jones: The Original Adventures
## 7862                                                          Devil May Cry 4
## 7872                                           Twin Strike: Operation Thunder
## 7876                                      Little Red Riding Hood's Zombie BBQ
## 7880                                         Ferrari Challenge Trofeo Pirelli
## 7884                     Teenage Zombies: Invasion of the Alien Brain Thingys
## 7885                                                             World of Goo
## 7887                                                S.T.A.L.K.E.R.: Clear Sky
## 7892                                                            Hotel Giant 2
## 7912                                                                 Toy Shop
## 7935                                                            GTR Evolution
## 7936                                                   Sins of a Solar Empire
## 7937                                                   007: Quantum of Solace
## 7942                                                               Jack Keane
## 7952                                                                   MySims
## 7953                                               Bully: Scholarship Edition
## 7958                                                      X3: Terran Conflict
## 7968                                       Warhammer Online: Age of Reckoning
## 7972                       George of the Jungle and the Search for the Secret
## 7977                                              Stronghold Crusader Extreme
## 7978                                                    Line Rider 2: Unbound
## 7979                                        Tom Clancy's Rainbow Six: Vegas 2
## 7981                                         Brothers in Arms: Hell's Highway
## 7985                                                            Kung Fu Panda
## 7986                                                  Frontlines: Fuel of War
## 7988                                                              Left 4 Dead
## 7996                                                           FIFA Soccer 09
## 8005                                               Spider-Man: Web of Shadows
## 8009                             The Lord of the Rings Online: Mines of Moria
## 8021                                                          Crysis: Warhead
## 8025                                                                   NHL 09
## 8027                                                                Legendary
## 8029                                                         Emergency Mayhem
## 8034                                                            Peggle Nights
## 8042                                               Pirates of the Burning Sea
## 8044                                                          Lost: Via Domus
## 8046                                                                   Wall-E
## 8048                                                          A Vampyre Story
## 8059                                                         Imperium Romanum
## 8063                                                                    Turok
## 8083                                                            Banjo-Kazooie
## 8091                                                     Conflict: Denied Ops
## 8092                                                FlatOut: Ultimate Carnage
## 8097                                                        Alone in the Dark
## 8100                                              Madagascar: Escape 2 Africa
## 8131                                                                  Wii Fit
## 8132                                                                   Halo 3
## 8133                                                       Super Mario Galaxy
## 8134                                           Call of Duty 4: Modern Warfare
## 8135                                                           Mario Party DS
## 8136                                                            Mario Party 8
## 8138                                           Call of Duty 4: Modern Warfare
## 8139                                        LEGO Star Wars: The Complete Saga
## 8140                                                         Assassin's Creed
## 8141                                 Professor Layton and the Curious Village
## 8142                                   The Legend of Zelda: Phantom Hourglass
## 8143                                         Guitar Hero III: Legends of Rock
## 8144                                                 Link's Crossbow Training
## 8146                                               Uncharted: Drake's Fortune
## 8147                                                         Assassin's Creed
## 8148                                        LEGO Star Wars: The Complete Saga
## 8149                                         Guitar Hero III: Legends of Rock
## 8150                                         Guitar Hero III: Legends of Rock
## 8151                                                  Gran Turismo 5 Prologue
## 8152                                   World of Warcraft: The Burning Crusade
## 8153                                                            God of War II
## 8154                                                       Forza Motorsport 2
## 8155                                                           Carnival Games
## 8156                                  Professor Layton and the Diabolical Box
## 8157                            Flash Focus: Vision Training in Minutes a Day
## 8158                                            Big Brain Academy: Wii Degree
## 8160                                                        Super Paper Mario
## 8161                                                                   MySims
## 8162                                                Pro Evolution Soccer 2008
## 8163                                      Cooking Mama 2: Dinner With Friends
## 8164                                           Crisis Core: Final Fantasy VII
## 8165                                                           FIFA Soccer 08
## 8166                                           The Elder Scrolls IV: Oblivion
## 8167                                       Dragon Ball Z: Budokai Tenkaichi 3
## 8168                                                              Mass Effect
## 8169                                                   Cooking Mama: Cook Off
## 8171                                                                 BioShock
## 8173                                               Sonic and the Secret Rings
## 8174                                                   Mario Strikers Charged
## 8175                                        LEGO Star Wars: The Complete Saga
## 8176                                                            Madden NFL 08
## 8177                                                 Monster Hunter Freedom 2
## 8179                                                               Game Party
## 8180                                                Need for Speed: ProStreet
## 8181                                                            Madden NFL 08
## 8182                                                WWE SmackDown vs Raw 2008
## 8183                                        LEGO Star Wars: The Complete Saga
## 8184                                         Guitar Hero III: Legends of Rock
## 8186                                                           Guitar Hero II
## 8188                                           Call of Duty: Roads to Victory
## 8189                                    Dance Dance Revolution: Hottest Party
## 8190                                                Need for Speed: ProStreet
## 8191                                                Need for Speed: ProStreet
## 8193                                                              TouchMaster
## 8195                                                  Rayman Raving Rabbids 2
## 8196                                                           The Orange Box
## 8197                                              Metroid Prime 3: Corruption
## 8200                                                           FIFA Soccer 08
## 8201                                                                Crackdown
## 8202                                                          Deal or No Deal
## 8205                                 Star Wars Battlefront: Renegade Squadron
## 8206                                                           Heavenly Sword
## 8207                                                                   MySims
## 8208                                  Dragon Quest IV: Chapters of the Chosen
## 8210                                                Pro Evolution Soccer 2008
## 8212                                   Resident Evil: The Umbrella Chronicles
## 8213                                                        The Simpsons Game
## 8214                                                        The Simpsons Game
## 8215                                                           Sonic Rivals 2
## 8217                                                             SingStar Pop
## 8218                                                            My Word Coach
## 8219                                                WWE SmackDown vs Raw 2008
## 8220                                                             Smarty Pants
## 8224                                        Final Fantasy XII: Revenant Wings
## 8225                                                           FIFA Soccer 08
## 8227                                                           FIFA Soccer 08
## 8228                                                WWE SmackDown vs Raw 2008
## 8230                                                          Namco Museum DS
## 8231                                                            EA Playground
## 8232                                     Rockstar Games presents Table Tennis
## 8233                                          Tom Clancy's Rainbow Six: Vegas
## 8235                                    Winter Sports: The Ultimate Challenge
## 8237                                               Ben 10: Protector of Earth
## 8238                                                     Diddy Kong Racing DS
## 8239                                                         Final Fantasy IV
## 8240                                                 Medal of Honor: Airborne
## 8242                                                     The Sims 2: Castaway
## 8243                                                WWE SmackDown vs Raw 2008
## 8244                              Final Fantasy Tactics: The War of the Lions
## 8245                                                     Sonic Rush Adventure
## 8246                                                  Medal of Honor Heroes 2
## 8247                                           Call of Duty 4: Modern Warfare
## 8248                                                       Ninja Gaiden Sigma
## 8249                                            Hot Shots Golf: Out of Bounds
## 8250                                                                 SingStar
## 8251                                            Worldwide Soccer Manager 2008
## 8253                                        Guitar Hero Encore: Rocks The 80s
## 8254                                                Need for Speed: ProStreet
## 8255                                                 Medal of Honor: Airborne
## 8257                                                         Virtua Fighter 5
## 8258                                                        The Simpsons Game
## 8259                                                Pro Evolution Soccer 2008
## 8260                                                           The Orange Box
## 8261                                                            Endless Ocean
## 8262                                                                  Warhawk
## 8263                                                                     DiRT
## 8264                                           Call of Duty 4: Modern Warfare
## 8266                                                          Virtua Tennis 3
## 8268                                                        The Simpsons Game
## 8269                           Tom Clancy's Ghost Recon Advanced Warfighter 2
## 8270                                                           FIFA Soccer 08
## 8271                                                  Tiger Woods PGA Tour 08
## 8272                                       Dragon Ball Z: Budokai Tenkaichi 3
## 8273                           Tom Clancy's Ghost Recon Advanced Warfighter 2
## 8275                                        Naruto: Clash of Ninja Revolution
## 8276                                        Ace Combat 6: Fires of Liberation
## 8277                                                        The Simpsons Game
## 8278                                             Apollo Justice: Ace Attorney
## 8279                                                WWE SmackDown vs Raw 2008
## 8280                                                            Madden NFL 08
## 8281                                      Grand Theft Auto: Vice City Stories
## 8282                                                         MLB 07: The Show
## 8283                                                    Build-A-Bear Workshop
## 8285                                                             Lost Odyssey
## 8286                                                             Spider-Man 3
## 8287                                                        The Simpsons Game
## 8289                                                            Madden NFL 08
## 8290                                                                     DiRT
## 8291                                                          Warriors Orochi
## 8294                                                 Tomb Raider: Anniversary
## 8295                                                                  NBA 2K8
## 8296                                                              Ratatouille
## 8297                                Harry Potter and the Order of the Phoenix
## 8299                                        Blazing Angels: Squadrons of WWII
## 8300                                                            Time Crisis 4
## 8301                                        Harvest Moon: Tree of Tranquility
## 8303                                                             Stranglehold
## 8304                                                                  Patapon
## 8306                                                  Rayman Raving Rabbids 2
## 8308                                                         NCAA Football 08
## 8309                                                     The Sims 2: Castaway
## 8311                                                  The World Ends With You
## 8312                                                            Drawn to Life
## 8313                                                              Ghost Squad
## 8316                           Final Fantasy Tactics A2: Grimoire of the Rift
## 8317                                                               Spectrobes
## 8318                                          Tom Clancy's Rainbow Six: Vegas
## 8319                                                       Namco Museum Remix
## 8320                                 Pirates of the Caribbean: At World's End
## 8321                                                  Tiger Woods PGA Tour 08
## 8323                                     Harvest Moon DS: Island of Happiness
## 8324                                                              NBA Live 08
## 8325                                                Major League Baseball 2K7
## 8326                                                                    Skate
## 8327                                               Ben 10: Protector of Earth
## 8328                                                                   Crysis
## 8329                                                     The Sims 2: Castaway
## 8330                                                            Madden NFL 08
## 8331                                                       Dynasty Warriors 6
## 8332           Dragon Quest Swords: The Masked Queen and the Tower of Mirrors
## 8333                                                               Two Worlds
## 8334                                                         NCAA Football 08
## 8335                                      Metal Gear Solid: Portable Ops Plus
## 8337                                                       MX vs. ATV Untamed
## 8338                                               Hot Shots Golf: Open Tee 2
## 8339                                        Cars: Mater-National Championship
## 8340                                                             Spider-Man 3
## 8341                                                    Unreal Tournament III
## 8342                          Final Fantasy Crystal Chronicles: Ring of Fates
## 8343                                               Tony Hawk's Proving Ground
## 8344                                                             The Darkness
## 8346                                                              Ratatouille
## 8349                                                Wario: Master of Disguise
## 8354                                              Star Ocean: First Departure
## 8355                                                       Stuntman: Ignition
## 8356                                                              NBA Live 08
## 8357                                              Juiced 2: Hot Import Nights
## 8358                                                          Sega Rally Revo
## 8359                                        Shin Megami Tensei: Persona 3 FES
## 8362                                                 Donkey Kong Barrel Blast
## 8366                                                                  NBA 2K8
## 8367                                                       The Golden Compass
## 8370                                                               SimCity DS
## 8372                                        Final Fantasy Anniversary Edition
## 8373                                                       Blacksite: Area 51
## 8377                                                             Spider-Man 3
## 8378                                                 Tomb Raider: Anniversary
## 8380                                                              Odin Sphere
## 8381                                                    NCAA March Madness 07
## 8383                                                                Manhunt 2
## 8384                                               Tony Hawk's Proving Ground
## 8385                                                                     TMNT
## 8386                                                           No More Heroes
## 8387                                                                  NBA 2K8
## 8388                                                                Purr Pals
## 8390                                                  Tiger Woods PGA Tour 08
## 8391                                                                 F.E.A.R.
## 8392                                                     Hotel Dusk: Room 215
## 8393                                                                Manhunt 2
## 8395                           Tom Clancy's Ghost Recon Advanced Warfighter 2
## 8396                                                       Stuntman: Ignition
## 8397                                                       The Golden Compass
## 8398                                                              NBA Live 08
## 8399                                                     Silent Hill: Origins
## 8400                                                                     Lair
## 8401                                                              Ratatouille
## 8403                                                                 The BIGS
## 8405                                                              Ratatouille
## 8407                                                               Picross DS
## 8408                                     Final Fantasy II Anniversary Edition
## 8409                                                     Test Drive Unlimited
## 8410                                        Dance Dance Revolution Universe 2
## 8411                                                     NBA Street Homecourt
## 8415                                                                   Boogie
## 8416                                                Fire Emblem: Radiant Dawn
## 8417                                                          Shrek the Third
## 8418                                           Scene It? Lights Camera Action
## 8420                                                      Crash of the Titans
## 8422                                                  Dynasty Warriors Gundam
## 8423                                                             Spider-Man 3
## 8424                                                         The Sims 2: Pets
## 8425                                                                Shadowrun
## 8426                                                    Crazy Taxi: Fare Wars
## 8428                                                             Spider-Man 3
## 8431                                Harry Potter and the Order of the Phoenix
## 8432                                            Syphon Filter: Logan's Shadow
## 8435                                                       MX vs. ATV Untamed
## 8436                                                       The Golden Compass
## 8437                                            The New York Times Crosswords
## 8439                                                        Burnout Dominator
## 8440                                                      Crash of the Titans
## 8442                                 Pirates of the Caribbean: At World's End
## 8444                                                          Sega Rally Revo
## 8445                                                    Worms: Open Warfare 2
## 8446                                               Tony Hawk's Proving Ground
## 8450                                                             The Darkness
## 8451                                               Thrillville: Off the Rails
## 8453                                         Nicktoons: Attack of the Toybots
## 8457                                                             Def Jam Icon
## 8458                                   The Legend of Spyro: The Eternal Night
## 8462                                 Pirates of the Caribbean: At World's End
## 8463                                               Thrillville: Off the Rails
## 8465                                 Pirates of the Caribbean: At World's End
## 8467                                                      Crash of the Titans
## 8468                                                                TimeShift
## 8469                                    Castlevania: The Dracula X Chronicles
## 8471                                                      300: March to Glory
## 8473                                        Cars: Mater-National Championship
## 8474                                                                 BioShock
## 8476                                                  Medal of Honor Heroes 2
## 8477                                                NiGHTS: Journey of Dreams
## 8478                                                        Beowulf: The Game
## 8479                                                                 Overlord
## 8483                                                Naruto: Path of the Ninja
## 8484                                                 Tomb Raider: Anniversary
## 8485                                Fantastic Four: Rise of the Silver Surfer
## 8486                                              Juiced 2: Hot Import Nights
## 8488                                               Looney Tunes: Acme Arsenal
## 8491                                                         NCAA Football 08
## 8493                                                    Brunswick Pro Bowling
## 8495                                                       MX vs. ATV Untamed
## 8496                                                           The Dog Island
## 8498                                       Kingdom Under Fire: Circle of Doom
## 8499                                                Spider-Man: Friend or Foe
## 8500                                                                    Skate
## 8502                                                                 The BIGS
## 8503                                              Juiced 2: Hot Import Nights
## 8504                                   The Legend of Spyro: The Eternal Night
## 8505                                Harry Potter and the Order of the Phoenix
## 8506                                                     The Sims 2: Castaway
## 8509                                                                     TMNT
## 8511                                                    Worms: Open Warfare 2
## 8513                                                            Chicken Shoot
## 8514                                                             Def Jam Icon
## 8516                                                         Battalion Wars 2
## 8518                                                                    Conan
## 8521                                  Puzzle Quest: Challenge of the Warlords
## 8522                                 Pirates of the Caribbean: At World's End
## 8523                                                      The Eye of Judgment
## 8524                                                       Mega Man ZX Advent
## 8525                                                           Bee Movie Game
## 8526                                                     Planet Puzzle League
## 8527                                                  Naruto: Rise of a Ninja
## 8528                                                           Etrian Odyssey
## 8530                                                                 SSX Blur
## 8532                                                            EA Playground
## 8533                                                           Eternal Sonata
## 8534                                          Dance Dance Revolution Universe
## 8535                                          Warhammer 40,000: Squad Command
## 8536                                                       Beautiful Katamari
## 8537                                                                 Folklore
## 8538                                                   Clive Barker's Jericho
## 8539                                                      Crash of the Titans
## 8541                                                         MLB 07: The Show
## 8543                                                           Fishing Master
## 8545                                                            WipEout Pulse
## 8548                                                                Manhunt 2
## 8551                                                              NBA Live 08
## 8552                                                                 Contra 4
## 8556                                   Final Fantasy XI: Wings of the Goddess
## 8557                                                             Stranglehold
## 8558                                                       Dynasty Warriors 6
## 8561                                                             Spider-Man 3
## 8562                                Harry Potter and the Order of the Phoenix
## 8563                                                Spider-Man: Friend or Foe
## 8566                                           Prince of Persia: Rival Swords
## 8567                                                            Madden NFL 08
## 8568                                                 Trauma Center: New Blood
## 8569                                                           MLB Power Pros
## 8571                                  Puzzle Quest: Challenge of the Warlords
## 8573                                                                NASCAR 08
## 8574                                                       The Golden Compass
## 8577                                       Bladestorm: The Hundred Years' War
## 8578                                                          Shrek the Third
## 8579                                                         Jackass the Game
## 8580                                                                Surf's Up
## 8581                                               Syphon Filter: Dark Mirror
## 8582                                                         MLB 07: The Show
## 8586                                                  Virtua Fighter 5 Online
## 8589                                                             The Warriors
## 8590                                Harry Potter and the Order of the Phoenix
## 8591                                                       Stuntman: Ignition
## 8594                                                                 The BIGS
## 8599                                                     All-Pro Football 2K8
## 8600                                                              Fish Tycoon
## 8606                                                   Battlestations: Midway
## 8609                                 Tom Clancy's Splinter Cell: Double Agent
## 8613                                                          Sega Rally Revo
## 8615                                                                   NHL 08
## 8616                                              Juiced 2: Hot Import Nights
## 8617                                                                   NHL 08
## 8619                                                               MotoGP '07
## 8620                                               Tony Hawk's Proving Ground
## 8623                                                           Armored Core 4
## 8624                                                Major League Baseball 2K7
## 8625                                                   Dancing With The Stars
## 8627                                                             Luminous Arc
## 8629                                                              Ghost Rider
## 8630                                                               Driver '76
## 8631                                Harry Potter and the Order of the Phoenix
## 8633                                                                NASCAR 08
## 8634                                               Viva Pinata: Party Animals
## 8636                                               Looney Tunes: Acme Arsenal
## 8637                                                                NASCAR 08
## 8642                                                Mortal Kombat: Armageddon
## 8644                                               Tony Hawk's Proving Ground
## 8648                                                            Dinosaur King
## 8650                                                           Touch the Dead
## 8651                                                         Jackass the Game
## 8652                                              Aliens vs Predator: Requiem
## 8658                                   The Legend of Spyro: The Eternal Night
## 8659                                                    Rayman Raving Rabbids
## 8660                                                             Vampire Rain
## 8661                                  Final Fantasy Fables: Chocobo's Dungeon
## 8662                                                    NCAA March Madness 07
## 8664                                                           Enchanted Arms
## 8665                                       Dragon Ball Z: Harukanaru Densetsu
## 8666                                                              Monster Jam
## 8667                                                   Clive Barker's Jericho
## 8669                                              Soldier of Fortune: Payback
## 8672                                                          Warriors Orochi
## 8673                                                                    Conan
## 8676                                                  Dynasty Warriors Gundam
## 8677                                                  Chibi-Robo! Park Patrol
## 8678                                           One Piece: Unlimited Adventure
## 8681                                              Disney's Meet the Robinsons
## 8683                                              Dragon Blade: Wrath of Fire
## 8686                                                           Call of Juarez
## 8687                                                              Van Helsing
## 8688                                                Spider-Man: Friend or Foe
## 8689                                                      SoulCalibur Legends
## 8690                                                        College Hoops 2K7
## 8691                                                        College Hoops 2K8
## 8696                                              Mercury Meltdown Revolution
## 8697                                                           Bee Movie Game
## 8702                                                          Fuzion Frenzy 2
## 8705                                           Pursuit Force: Extreme Justice
## 8706                                                      Dementium: The Ward
## 8707                                                           Bomberman Land
## 8713                                               Thrillville: Off the Rails
## 8714                                                        Beowulf: The Game
## 8715                                                         Dewy's Adventure
## 8716                                                                 The BIGS
## 8717                                                              NBA Live 08
## 8718                                                                TimeShift
## 8722                                                             Arcana Heart
## 8723                                                       Godzilla Unleashed
## 8725                                                     All-Pro Football 2K8
## 8729                                         The Godfather: Blackhand Edition
## 8731                                                     NBA Street Homecourt
## 8732                                                                 WordJong
## 8733                                                 Samurai Warriors: Katana
## 8734                                                       Bleach: Dark Souls
## 8737                                Fantastic Four: Rise of the Silver Surfer
## 8738                                Blazing Angels 2: Secret Missions of WWII
## 8739                                              Soldier of Fortune: Payback
## 8742                                        Cars: Mater-National Championship
## 8743                                                    Rayman Raving Rabbids
## 8745                                                Spider-Man: Friend or Foe
## 8747                                                              Ratatouille
## 8748                                                  Geometry Wars: Galaxies
## 8750                                            Victorious Boxers: Revolution
## 8751                                                            Chicken Shoot
## 8752                                             Scarface: The World is Yours
## 8753                                                         Cranium Kabookii
## 8756                                                           The Orange Box
## 8759                                                             Wild ARMs XF
## 8760                                                        College Hoops 2K8
## 8762                                Blazing Angels 2: Secret Missions of WWII
## 8769                                                                  NHL 2K8
## 8771                                                            Fatal Inertia
## 8773                                             Anno 1701: Dawn of Discovery
## 8774                                                                   NBA 08
## 8775                                                   Summon Night: Twin Age
## 8776                                                   Puzzle de Harvest Moon
## 8780                                           7 Wonders of the Ancient World
## 8781                                                                  Baroque
## 8782                                                          Hour of Victory
## 8783                                                 Indianapolis 500 Legends
## 8784                                                Need for Speed: ProStreet
## 8786                                                       Impossible Mission
## 8787                                  Puzzle Quest: Challenge of the Warlords
## 8788                                                      Star Trek: Conquest
## 8793                                                  Geometry Wars: Galaxies
## 8794                                         Godzilla Unleashed: Double Smash
## 8795                                                WWE SmackDown vs Raw 2008
## 8798                                                                  Cruis'n
## 8799                                                 Marvel Trading Card Game
## 8805                                                          Dokapon Kingdom
## 8806                                                     Retro Game Challenge
## 8807                                Fantastic Four: Rise of the Silver Surfer
## 8808                                     Monster Madness: Battle for Suburbia
## 8810                                           Prince of Persia: Rival Swords
## 8813                                                                     TMNT
## 8815                                                           MLB Power Pros
## 8820                                                             The Settlers
## 8823                                                               Cake Mania
## 8834                                                FlatOut: Ultimate Carnage
## 8835                                                             Rocky Balboa
## 8840                                               Thrillville: Off the Rails
## 8849                                                                Surf's Up
## 8850                                                                 Draglade
## 8851                                                           Bee Movie Game
## 8855                                                                     Myst
## 8859                                                                   Opoona
## 8861                                                                MotoGP 07
## 8862                                                        Shining Force EXA
## 8865                                                               Heatseeker
## 8867                                                             Glory Days 2
## 8868                                       Bladestorm: The Hundred Years' War
## 8869                                                                   Halo 2
## 8870                                                 Medal of Honor: Vanguard
## 8872                                           Code Lyoko: Quest for Infinity
## 8874                                                    NCAA March Madness 08
## 8875                                     InuYasha: Secret of the Divine Jewel
## 8876                                                   Atari Classics Evolved
## 8877                                                   Ultimate Mortal Kombat
## 8881                                                        Beowulf: The Game
## 8889                                                            Zoids Assault
## 8895                                       Samurai Warriors 2: Xtreme Legends
## 8897                                                           F.E.A.R. Files
## 8899                                                         NCAA Football 08
## 8900                                            America's Army: True Soldiers
## 8902                                                       Blacksite: Area 51
## 8903                                   Death Jr. and the Science Fair of Doom
## 8905                                                           Ninjabread Man
## 8909                                               Looney Tunes: Acme Arsenal
## 8911                                                                    Crush
## 8916                     World Series of Poker 2008: Battle for the Bracelets
## 8918                                                           Alien Syndrome
## 8921                                                            Madden NFL 08
## 8923                                                        Puchi Puchi Virus
## 8928                                                            Cosmic Family
## 8929                                                  Alvin and the Chipmunks
## 8931                                         Romance of the Three Kingdoms XI
## 8935                              Aqua Teen Hunger Force: Zombie Ninja Pro-Am
## 8937                                                       Operation Darkness
## 8938                                                           R-Type Command
## 8941                                                    Record of Agarest War
## 8944                                                      The Sims 2: Seasons
## 8947                                                       Operation: Vietnam
## 8948                                                                Anubis II
## 8951                                                         Dragoneer's Aria
## 8952                                                                       N+
## 8960                                  Age of Empires III: The Asian Dynasties
## 8964                                                     Legend of the Dragon
## 8968                                          Warhammer 40,000: Squad Command
## 8971                                             Showtime Championship Boxing
## 8972                                                           Bomberman Land
## 8975                                                               Theme Park
## 8976                                                           Alien Syndrome
## 8977                                                    Unreal Tournament III
## 8978                                                              Arkanoid DS
## 8981                                                              The Witcher
## 8982                                                    Coded Arms: Contagion
## 8986                                              Warriors of the Lost Empire
## 8988                              The History Channel: Battle for the Pacific
## 8992                                      Mana Khemia: Alchemists of Al-Revis
## 8993                                                  Tiger Woods PGA Tour 08
## 8994                                      S.T.A.L.K.E.R.: Shadow of Chernobyl
## 9003                                    Izuna 2: The Unemployed Ninja Returns
## 9004                                                  Alvin and the Chipmunks
## 9007                                                 Medal of Honor: Airborne
## 9009                                          UEFA Champions League 2006-2007
## 9016                                                     Metal Slug Anthology
## 9017                                                         Jenga World Tour
## 9026                                                           Furu Furu Park
## 9030                                                             GrimGrimoire
## 9035                                                          Virtua Tennis 3
## 9041                                                    Cabela's Trophy Bucks
## 9042                                                               Code Lyoko
## 9043                                                               Pool Party
## 9044                                     Silent Hunter: Wolves of the Pacific
## 9046                                                        Supreme Commander
## 9047                                Fantastic Four: Rise of the Silver Surfer
## 9048                                                             Pony Friends
## 9050                                               Guilty Gear XX Accent Core
## 9052                                Fantastic Four: Rise of the Silver Surfer
## 9053                                                          Virtua Tennis 3
## 9054                                                            Front Mission
## 9060                                                  Castle of Shikigami III
## 9061                                                 City Life: World Edition
## 9062                                                     Smash Court Tennis 3
## 9065                                               Thrillville: Off the Rails
## 9066                                                           Dead Head Fred
## 9069                                                Need for Speed: ProStreet
## 9072                                               Guilty Gear XX Accent Core
## 9076                                       Company of Heroes: Opposing Fronts
## 9078                                              Samurai Warriors 2: Empires
## 9082                                                                Surf's Up
## 9084                                                     SWAT: Target Liberty
## 9085                                                         Empire Earth III
## 9087                                                      Brothers In Arms DS
## 9088                                                                     TMNT
## 9091                                       Supreme Commander: Forged Alliance
## 9092                                                     Meteos: Disney Magic
## 9093                                                                 Rugby 08
## 9094                                                Bubble Bobble Double Shot
## 9095                                                          Bionicle Heroes
## 9096                                Harry Potter and the Order of the Phoenix
## 9098                                              Napoleon Dynamite: The Game
## 9106                                                        World in Conflict
## 9107                                                 Tomb Raider: Anniversary
## 9112                                          Women's Volleyball Championship
## 9131                                              Combat Mission: Shock Force
## 9137                                                                       N+
## 9144                                                                Hot Pixel
## 9146                                                                   NBA 08
## 9147                                                          Resident Evil 4
## 9156                                                   Driver: Parallel Lines
## 9159                                                 Medal of Honor: Vanguard
## 9160                                                   The Sims 2: Bon Voyage
## 9161                                                                AniMates!
## 9166                                              Napoleon Dynamite: The Game
## 9171                                                              Viva Pinata
## 9173                                          The Settlers: Rise of an Empire
## 9179                                                        SimCity Societies
## 9184                                                                     DiRT
## 9190                                                     Test Drive Unlimited
## 9196                                                            Balls of Fury
## 9197                                                                 Overlord
## 9200                                                 The Fast and the Furious
## 9203                                                      Legend: Hand of God
## 9205                                                             Spider-Man 3
## 9208                                                         Hellgate: London
## 9215                                                        Nervous Brickdown
## 9216                                         Guitar Hero III: Legends of Rock
## 9227                                                        Chili Con Carnage
## 9228                                  Puzzle Quest: Challenge of the Warlords
## 9233                                                                    Worms
## 9254                                                             Gears of War
## 9260                                              Enemy Territory: Quake Wars
## 9262                                                           FIFA Soccer 08
## 9264                                                            Drone Tactics
## 9268                                                      Ship Simulator 2008
## 9270                               Neverwinter Nights 2: Mask of the Betrayer
## 9274                                                           Theatre Of War
## 9278                                                     Metal Slug Anthology
## 9282                                                           Rail Simulator
## 9283                                                Spider-Man: Friend or Foe
## 9287                                                 F.E.A.R. Perseus Mandate
## 9295                                                                TimeShift
## 9296                                                   Battlestations: Midway
## 9302                                   Fullmetal Alchemist: Trading Card Game
## 9306                                              Juiced 2: Hot Import Nights
## 9310                               Dungeon Explorer: Warriors of Ancient Arts
## 9313                                      Hoshigami: Ruining Blue Earth Remix
## 9314                                                   Clive Barker's Jericho
## 9316                                                          Sega Rally Revo
## 9323                                                          Hospital Tycoon
## 9328                                                               Wii Sports
## 9329                                                    New Super Mario Bros.
## 9330                                                                 Wii Play
## 9332                                   The Legend of Zelda: Twilight Princess
## 9333                                                             Gears of War
## 9334                                                        Final Fantasy XII
## 9335                                                             Cooking Mama
## 9336                                                           Guitar Hero II
## 9337                                      Grand Theft Auto: Vice City Stories
## 9338                                                            Madden NFL 07
## 9339                                Winning Eleven: Pro Evolution Soccer 2007
## 9340                                           The Elder Scrolls IV: Oblivion
## 9341                                                  Resistance: Fall of Man
## 9342                                                                   Daxter
## 9344                                                               MotorStorm
## 9345                                   Grand Theft Auto: Liberty City Stories
## 9346                                                          Clubhouse Games
## 9348                                                Personal Trainer: Cooking
## 9349                                                  WarioWare: Smooth Moves
## 9350                                                        Yoshi's Island DS
## 9351                                                           Call of Duty 3
## 9352                                  LEGO Star Wars II: The Original Trilogy
## 9354                                                    Medal of Honor Heroes
## 9356                                               WWE SmackDown vs. RAW 2007
## 9357                                                Marvel: Ultimate Alliance
## 9358                                      Need for Speed Carbon: Own the City
## 9359                                          Super Monkey Ball: Banana Blitz
## 9361                                                               Saints Row
## 9362                                                           Pokemon Ranger
## 9363                                                                Tetris DS
## 9364                                                              Dead Rising
## 9365                                                        Final Fantasy III
## 9366                                                         The Sims 2: Pets
## 9367                                 SOCOM: U.S. Navy SEALs: Combined Assault
## 9368                                          Tom Clancy's Rainbow Six: Vegas
## 9369                                                       Kirby Squeak Squad
## 9370                                                            Madden NFL 07
## 9371                                             Dragon Quest Monsters: Joker
## 9373                                                         NCAA Football 07
## 9375                                                      Fight Night Round 3
## 9376                                                    Need for Speed Carbon
## 9377                                                              Viva Pinata
## 9378                                                       Mario Hoops 3 on 3
## 9379                                   The Legend of Zelda: Twilight Princess
## 9380                                                Pokemon Battle Revolution
## 9381                                                      Fight Night Round 3
## 9382                             Tom Clancy's Ghost Recon Advanced Warfighter
## 9383                                                           Call of Duty 3
## 9385                                     Dirge of Cerberus: Final Fantasy VII
## 9387                                                      Fight Night Round 3
## 9389                                                             Sonic Rivals
## 9390                                                    Rayman Raving Rabbids
## 9391                                  LEGO Star Wars II: The Original Trilogy
## 9392                                                            Ridge Racer 7
## 9393                                                    Need for Speed Carbon
## 9394                                           Lost Planet: Extreme Condition
## 9395                                                              NBA Live 07
## 9396                                                    Need for Speed Carbon
## 9397                                                                    Black
## 9398                                                    Need for Speed Carbon
## 9400                                                                     Cars
## 9402                                                                     Cars
## 9403                                             Scarface: The World is Yours
## 9404                              Mario vs. Donkey Kong 2: March of the Minis
## 9405                                           Metal Gear Solid: Portable Ops
## 9406                                       Midnight Club 3: DUB Edition Remix
## 9407                                                       Sonic the Hedgehog
## 9408                                                                     Cars
## 9411                                                                 Yakuza 2
## 9412                                                            The Godfather
## 9413                                  LEGO Star Wars II: The Original Trilogy
## 9414                                                           Call of Duty 3
## 9415                                                Mortal Kombat: Armageddon
## 9416                                  SOCOM: U.S. Navy SEALs Fireteam Bravo 2
## 9417                                         Dance Dance Revolution SuperNOVA
## 9418                                                       Sonic the Hedgehog
## 9419                                                            Madden NFL 07
## 9422                                         Ace Combat X: Skies of Deception
## 9424                                                                     Cars
## 9425                                  LEGO Star Wars II: The Original Trilogy
## 9426                                                          Gangs of London
## 9428                                                                    Bully
## 9429                                                         MLB 06: The Show
## 9430                                                                     Cars
## 9432                                SpongeBob SquarePants: The Yellow Avenger
## 9433                                                             Sonic Riders
## 9434                                                              Blue Dragon
## 9435                                                         Hot Shots Tennis
## 9436                                                     Killzone: Liberation
## 9438                                               Monster 4X4: World Circuit
## 9439                                                    Tony Hawk's Project 8
## 9440                                Winning Eleven: Pro Evolution Soccer 2007
## 9441                                                                 Lemmings
## 9442                                                Marvel: Ultimate Alliance
## 9444                                                         The Sims 2: Pets
## 9445                                       Dragon Ball Z: Budokai Tenkaichi 2
## 9446                                 Tom Clancy's Splinter Cell: Double Agent
## 9447                                                                  NBA 2K7
## 9448                                                      Worms: Open Warfare
## 9449                                                    Metroid Prime Hunters
## 9450                                                 Genji: Days of the Blade
## 9451                                     Rockstar Games presents Table Tennis
## 9452                                                     MVP 06 NCAA Baseball
## 9454                                                 Mortal Kombat: Unchained
## 9455                                                         NCAA Football 07
## 9456                                                  Tiger Woods PGA Tour 07
## 9457                                        MX vs. ATV Unleashed: On the Edge
## 9460                                                                Red Steel
## 9462                                        Blazing Angels: Squadrons of WWII
## 9463                                               WWE SmackDown vs. RAW 2007
## 9464                                                              Thrillville
## 9465                                                 Onimusha: Dawn of Dreams
## 9466                                  LEGO Star Wars II: The Original Trilogy
## 9467                                                                    Okami
## 9468                                                    Tony Hawk's Project 8
## 9469                                                            Madden NFL 07
## 9471                                                       Samurai Warriors 2
## 9472                                                           Jaws Unleashed
## 9473                                                                  NBA 2K7
## 9474                                             Naruto: Uzumaki Chronicles 2
## 9475                                              FIFA World Cup Germany 2006
## 9476                                                           Arena Football
## 9478                                                    Tony Hawk's Project 8
## 9480                                                         NCAA Football 07
## 9485                                              Dragon Ball Z: Shin Budokai
## 9486                                                           Over the Hedge
## 9487                                     Rune Factory: A Fantasy Harvest Moon
## 9488                                                             Excite Truck
## 9490                                                         Star Fox Command
## 9492                                     Mystery Dungeon: Shiren the Wanderer
## 9493                                                            GT Pro Series
## 9494                                                            Madden NFL 07
## 9495                                                      Tomb Raider: Legend
## 9496                                                      Fight Night Round 3
## 9498                                            The Sims 2: Open for Business
## 9499                                                              NBA Live 07
## 9500                                          Ace Combat Zero: The Belkan War
## 9501                                                                   NHL 07
## 9502                                                             Sonic Riders
## 9503                                               WWE SmackDown vs. RAW 2007
## 9505                                               Avatar: The Last Airbender
## 9506                                                      Hitman: Blood Money
## 9507                                                          Burnout Revenge
## 9508                                                            Madden NFL 07
## 9509                     SpongeBob SquarePants: Creature from the Krusty Krab
## 9510                                                    Tony Hawk's Project 8
## 9512                                             Scarface: The World is Yours
## 9513                     SpongeBob SquarePants: Creature from the Krusty Krab
## 9515                                                  Tiger Woods PGA Tour 07
## 9516                                              FIFA World Cup Germany 2006
## 9517                                                         Children of Mana
## 9519                                             Valkyrie Profile 2: Silmeria
## 9520                                                      NBA Ballers: Phenom
## 9521                                                    Need for Speed Carbon
## 9523                               Pirates of the Caribbean: Dead Man's Chest
## 9524                                                              NBA Live 07
## 9525                                                  Brothers In Arms: D-Day
## 9526                                                      Tomb Raider: Legend
## 9527                                                Bleach: The Blade of Fate
## 9528                                                           NFL Head Coach
## 9530                                            Shin Megami Tensei: Persona 3
## 9531                                                Major League Baseball 2K6
## 9533                                  LEGO Star Wars II: The Original Trilogy
## 9535                                                             Dawn of Mana
## 9536                                    Tales of the World: Radiant Mythology
## 9537                                             Microsoft Flight Simulator X
## 9538                                                  Naruto: Ninja Council 3
## 9539                                                       Juiced: Eliminator
## 9540                                                               25 to Life
## 9542                                                                    Black
## 9544                                        Blazing Angels: Squadrons of WWII
## 9545                                                 X-Men: The Official Game
## 9547                                             Battlefield 2: Modern Combat
## 9548                                                Marvel: Ultimate Alliance
## 9549                                               Rampage: Total Destruction
## 9551                                            Castlevania: Portrait of Ruin
## 9552                                                  Ice Age 2: The Meltdown
## 9553                                                      Hitman: Blood Money
## 9554                                                Marvel: Ultimate Alliance
## 9555                                                                 LocoRoco
## 9556                                                      Super Dragon Ball Z
## 9557                                                Major League Baseball 2K6
## 9558                                                                  NBA 2K7
## 9560                                               Rampage: Total Destruction
## 9561                                                      Tomb Raider: Legend
## 9562                                     The Legend of Spyro: A New Beginning
## 9563                                                            FIFA Street 2
## 9564                            Xenosaga Episode III: Also sprach Zarathustra
## 9565                                                Marvel: Ultimate Alliance
## 9566                                                         NCAA Football 07
## 9567                                                        Elite Beat Agents
## 9568                                                Valkyrie Profile: Lenneth
## 9569                                                               Suikoden V
## 9571                                                    Need for Speed Carbon
## 9572                                                         MLB 06: The Show
## 9573                                                           Over the Hedge
## 9574                                               Dynasty Warriors 5 Empires
## 9575                                            Trauma Center: Second Opinion
## 9576                                                                 Tenchu Z
## 9577                                                     MVP 06 NCAA Baseball
## 9578                                                                 F.E.A.R.
## 9579                             Tom Clancy's Ghost Recon Advanced Warfighter
## 9580                                                             Jeanne d'Arc
## 9581                                               Avatar: The Last Airbender
## 9582                                        Untold Legends: The Warriors Code
## 9583                                               Street Fighter Alpha 3 MAX
## 9584                                                      Fight Night Round 3
## 9585                                               Disgaea 2: Cursed Memories
## 9586                     SpongeBob SquarePants: Creature from the Krusty Krab
## 9588                                                              Teen Titans
## 9589                                                Major League Baseball 2K6
## 9590                                                                  Elebits
## 9591                                                  Bleach: Shattered Blade
## 9592                                                                     Prey
## 9593                                                     Test Drive Unlimited
## 9600                                                             24: The Game
## 9602                                                         The Sims 2: Pets
## 9603                                       Capcom Classics Collection Remixed
## 9604                                                                1701 A.D.
## 9607                                               Syphon Filter: Dark Mirror
## 9610                                       Dragon Ball Z: Budokai Tenkaichi 2
## 9612                                                 Final Fantasy VI Advance
## 9613                                                             Chromehounds
## 9614                               Pirates of the Caribbean: Dead Man's Chest
## 9616                                                   Driver: Parallel Lines
## 9617                                                              Mega Man ZX
## 9618                                                              Wild ARMs 5
## 9621                                               Avatar: The Last Airbender
## 9623                                                           Over the Hedge
## 9626                                                                   NHL 07
## 9629                                                         The Sims 2: Pets
## 9630                                                                   NBA 07
## 9632                                                         Superman Returns
## 9633                                                        MLB SlugFest 2006
## 9635                                                  Final Fantasy V Advance
## 9636                                            Naruto: Ultimate Ninja Heroes
## 9638                                            Resident Evil: Deadly Silence
## 9639                               Pirates of the Caribbean: Dead Man's Chest
## 9640                                           The Elder Scrolls IV: Oblivion
## 9641                                                              Teen Titans
## 9645                                                   Dead or Alive Xtreme 2
## 9646                                                                     Cars
## 9647                                                               The Outfit
## 9649                     Pirates of the Caribbean: The Legend of Jack Sparrow
## 9650                                                Digimon World: Data Squad
## 9652                                               Far Cry Instincts Predator
## 9655                                      Final Fantasy Fables: Chocobo Tales
## 9656                                                         Valhalla Knights
## 9657                                              FIFA World Cup Germany 2006
## 9659                                              Naruto: Path of the Ninja 2
## 9662                                                            Lunar Knights
## 9663                                Final Fantasy XI: Treasures of Aht Urhgan
## 9664                                           Disgaea: Afternoon of Darkness
## 9667                                                    Justice League Heroes
## 9668                                                         Super Swing Golf
## 9669                                                 Tony Hawk's Downhill Jam
## 9670                                         Age of Empires: The Age of Kings
## 9671                                              Growlanser: Heritage of War
## 9674                                                                Full Auto
## 9676                                                          Over G Fighters
## 9677                                                        College Hoops 2K7
## 9679                                               Rampage: Total Destruction
## 9681                                                            Madden NFL 07
## 9685                                            Mobile Suit Gundam: Crossfire
## 9686                                       Midnight Club 3: DUB Edition Remix
## 9687                                                              Thrillville
## 9688                         The King of Fighters Collection: The Orochi Saga
## 9689                                      Need for Speed Carbon: Own the City
## 9691                                                                   NBA 07
## 9693                                             Untold Legends: Dark Kingdom
## 9695                                                           Armored Core 4
## 9696                                                  The King of Fighters XI
## 9697                                   Tom Clancy's Splinter Cell: Essentials
## 9698                                                               Family Guy
## 9700                                                           Enchanted Arms
## 9701                                                         Final Fantasy XI
## 9702                                                    Naruto: Ninja Destiny
## 9704                                                   Phantasy Star Universe
## 9705                                     The Legend of Spyro: A New Beginning
## 9708                                              Samurai Warriors 2: Empires
## 9709                                                  Tiger Woods PGA Tour 07
## 9714                                                 Full Auto 2: Battlelines
## 9716                                Winning Eleven: Pro Evolution Soccer 2007
## 9720                                                 X-Men: The Official Game
## 9721                                                               Top Spin 2
## 9725                                                                   NHL 07
## 9727                                                               25 to Life
## 9731                                                     Guilty Gear Judgment
## 9735                                           Dungeon Siege: Throne of Agony
## 9737                                                            Culdcept SAGA
## 9740                                                                   Eragon
## 9742                                         Scarface: Money. Power. Respect.
## 9743                                                        Blitz: The League
## 9744                                                                FlatOut 2
## 9745                   Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress
## 9746                                                          Field Commander
## 9747                                                        Custom Robo Arena
## 9748                                 Innocent Life: A Futuristic Harvest Moon
## 9750                                                                Bomberman
## 9752                                       Project Sylpheed: Arc of Deception
## 9754                                              Super Monkey Ball Adventure
## 9755                                                           Jaws Unleashed
## 9756                                                 X-Men: The Official Game
## 9760                                                           Arena Football
## 9762                                                      Mega Man Powered Up
## 9765                                                      Hitman: Blood Money
## 9766                                                       PaRappa The Rapper
## 9767                                                        The Da Vinci Code
## 9769                                                     Metal Slug Anthology
## 9771                                                  Cabela's African Safari
## 9772                                                               Just Cause
## 9774                                                                   Eragon
## 9781                                                               Happy Feet
## 9782                                                               MotoGP '06
## 9783                                                                Magnetica
## 9786                                                            FIFA Street 2
## 9788                                                  Kororinpa: Marble Mania
## 9791                                                      Tomb Raider: Legend
## 9792                                                          Rumble Roses XX
## 9794                                                             Sonic Riders
## 9795                                               Cabela's Alaskan Adventure
## 9796                                              FIFA World Cup Germany 2006
## 9797                                          Spider-Man: Battle for New York
## 9799                                 Tom Clancy's Splinter Cell: Double Agent
## 9800                                               Star Wars: Lethal Alliance
## 9801                                        Onechanbara: Bikini Samurai Squad
## 9803                                               Dynasty Warriors 5 Empires
## 9806                                                    Mega Man X Collection
## 9808                                                                  NHL 2K7
## 9813                           Neopets Petpet Adventures: The Wand of Wishing
## 9816                                                           Curious George
## 9818                                                        College Hoops 2K6
## 9819                                                           NFL Head Coach
## 9820                                                               Lost Magic
## 9821                                                   Phantasy Star Universe
## 9823                                                       Every Extend Extra
## 9824                                                                NASCAR 07
## 9826                                                            FIFA Street 2
## 9828                                                              Open Season
## 9832                                                                    Odama
## 9833                                                          Bionicle Heroes
## 9835                                               Avatar: The Last Airbender
## 9837                                                             Pimp My Ride
## 9841                                              FIFA World Cup Germany 2006
## 9844                                                 X-Men: The Official Game
## 9847                                                  The Godfather: Mob Wars
## 9849                                Winning Eleven: Pro Evolution Soccer 2007
## 9852                                                     Baten Kaitos Origins
## 9854                                                 X-Men: The Official Game
## 9855                                                            The Ant Bully
## 9858                                                             Sudoku Mania
## 9859                                                             Bullet Witch
## 9860                                                     NBA Ballers: Rebound
## 9862                                                                  Contact
## 9866                                                         Digimon World DS
## 9868                                            Ar tonelico: Melody of Elemia
## 9869                                                  Castlevania Double Pack
## 9870                                                   Power Stone Collection
## 9871                                          SNK vs. Capcom Card Fighters DS
## 9872                                                   Medieval II: Total War
## 9873                                                                   NASCAR
## 9874                                                                 Barnyard
## 9877                                                          Touch Detective
## 9880                                               Riviera: The Promised Land
## 9881                                       Def Jam Fight For NY: The Takeover
## 9886                                                    Justice League Heroes
## 9888                                            Viewtiful Joe: Red Hot Rumble
## 9889                                       Nobunaga's Ambition: Iron Triangle
## 9891                                                         Spectral Force 3
## 9892                                                            The Ant Bully
## 9894                                  LEGO Star Wars II: The Original Trilogy
## 9896                                                            Monster House
## 9902                                                 Star Wars: Empire at War
## 9903                                                       TOCA Race Driver 3
## 9904                                                            FIFA Street 2
## 9905                                                      Pac-Man World Rally
## 9906                                        Blazing Angels: Squadrons of WWII
## 9907                                                                  NHL 2K7
## 9909                                                     State of Emergency 2
## 9910                                                The King of Fighters 2006
## 9911                                                  Ice Age 2: The Meltdown
## 9912                                                 Earth Defense Force 2017
## 9913                                                      Tomb Raider: Legend
## 9914                                                    From Russia With Love
## 9915                                                        Far Cry Vengeance
## 9916                                              Super Monkey Ball Adventure
## 9917                                                      Worms: Open Warfare
## 9918                                               Ultimate Ghosts 'n Goblins
## 9919                                                       Samurai Warriors 2
## 9924                                              Far Cry Instincts Evolution
## 9927                                                         Superman Returns
## 9931                                                   Kengo: Legend of The 9
## 9932                                             Stacked with Daniel Negreanu
## 9936                                                 Dave Mirra BMX Challenge
## 9938                                                              Open Season
## 9940                                                                BeatMania
## 9942                                                          Bionicle Heroes
## 9943                                                      Tomb Raider: Legend
## 9944                                             Warhammer: Battle For Atluma
## 9947                                                           Deep Labyrinth
## 9948                                                                 God Hand
## 9951                                                   Driver: Parallel Lines
## 9953                                                 X-Men: The Official Game
## 9958                                       Full Spectrum Warrior: Ten Hammers
## 9960                                                     Miami Vice: The Game
## 9962                                                   Escape from Bug Island
## 9963                                                       Gradius Collection
## 9964                                                          Bionicle Heroes
## 9970                                                  Commandos: Strike Force
## 9972                                              Star Trek: Tactical Assault
## 9977                                                 The Fast and the Furious
## 9978                                                         Mercury Meltdown
## 9980                                               Urban Chaos: Riot Response
## 9981                            Tom Clancy's Ghost Recon: Advanced Warfighter
## 9983                                                             Gun Showdown
## 9985                                 Tom Clancy's Splinter Cell: Double Agent
## 9988                                           Blade Dancer: Lineage of Light
## 9989                                                             Scurge: Hive
## 9990                                                              NBA Live 07
## 9991                                                              Titan Quest
## 9993                                                                 Gothic 3
## 9994                                                  Final Fight: Streetwise
## 9996                          Marc Ecko's Getting Up: Contents Under Pressure
## 10002                                              Death Jr. II: Root of Evil
## 10003                                           Samurai Champloo: Sidetracked
## 10010                                                     Tenchu: Dark Secret
## 10015                                              OutRun 2006: Coast 2 Coast
## 10016                                               Guilty Gear Dust Strikers
## 10021                                    PQ2: Practical Intelligence Quotient
## 10027                                                 Dynasty Warriors Vol. 2
## 10029                                                                Rugby 06
## 10030                   The Lord of the Rings: The Battle for Middle-Earth II
## 10031                                                   Need for Speed Carbon
## 10033                                                                   B-Boy
## 10035                                                 Snoopy vs the Red Baron
## 10038                                                Ys: The Ark of Napishtim
## 10044                                                       Company of Heroes
## 10045                                                             Wing Island
## 10047                                                   March of the Penguins
## 10051                                               Art of Fighting Anthology
## 10055                                                               FlatOut 2
## 10056                                                           Rogue Trooper
## 10059                                                           FIFA Street 2
## 10062                                                 WarTech: Senko no Ronde
## 10063                                                    IL-2 Sturmovik: 1946
## 10066                                                  Secret Files: Tunguska
## 10067                                                               NASCAR 07
## 10071                                                        The Sims 2: Pets
## 10074                                                                Barnyard
## 10075                                             Heroes of Might and Magic V
## 10076                                 Metal Gear Solid: Digital Graphic Novel
## 10080                                                       The Da Vinci Code
## 10081                                                     Bomberman: Act Zero
## 10082                                          Dreamfall: The Longest Journey
## 10088                                             FIFA World Cup Germany 2006
## 10091                               Greg Hastings' Tournament Paintball Max'd
## 10094                                                               Caesar IV
## 10095                                                              Chaos Wars
## 10096                                            Scarface: The World is Yours
## 10097                                    Fatal Fury: Battle Archives Volume 1
## 10098                                              OutRun 2006: Coast 2 Coast
## 10104                                         Monster Kingdom: Jewel Summoner
## 10107                                                   Painkiller: Hell Wars
## 10109                                                           Bounty Hounds
## 10110                                                      TOCA Race Driver 3
## 10114                                                            DarkStar One
## 10115                                                     Hitman: Blood Money
## 10118                                              Rapala Tournament Fishing!
## 10120                                        Rise of Nations: Rise of Legends
## 10123                                            FIFA World Cup: Germany 2006
## 10124                                           Dungeon Maker: Hunting Ground
## 10125                                                                  MotoGP
## 10126                                                        Astonishia Story
## 10132                                                           Dance Factory
## 10133                             The Legend of Heroes III: Song of the Ocean
## 10139                                                             Nacho Libre
## 10149                                                        Race Driver 2006
## 10152                                                          Turn It Around
## 10154                                                MechAssault: Phantom War
## 10156                                             Star Trek: Tactical Assault
## 10157                                                                 NBA 2K7
## 10159                                                Warhammer: Mark of Chaos
## 10160                                                        Warship Gunner 2
## 10165                                                                  NHL 07
## 10166                                                   Guild Wars: Nightfall
## 10168                                             Super Monkey Ball Adventure
## 10169                                                           Madden NFL 07
## 10170                                        Justice League Heroes: The Flash
## 10172                                                        Battlefield 2142
## 10181                                              Spy Hunter: Nowhere To Run
## 10182                                                    Neverwinter Nights 2
## 10183                         Star Wars: Empire at War - Forces of Corruption
## 10184                                                      AMF Xtreme Bowling
## 10185                                                               Tank Beat
## 10188                                                               ParaWorld
## 10190                               Rengoku II:  The Stairway To H.E.A.V.E.N.
## 10193                                          Mage Knight: Destiny's Soldier
## 10199                                                            Rule of Rose
## 10201                                                     Pac-Man World Rally
## 10205                                     Eureka Seven Vol. 2: The New Vision
## 10208                                                           Freedom Wings
## 10213                   The Lord of the Rings: The Battle for Middle-Earth II
## 10222                                   Ruff Trigger: The Vanocore Conspiracy
## 10225                                       Blazing Angels: Squadrons of WWII
## 10229                                                      TOCA Race Driver 3
## 10241                                              Urban Chaos: Riot Response
## 10243                                                   Tycoon City: New York
## 10253                                                                  NBA 07
## 10254                                                           Rogue Trooper
## 10255                                                     Tomb Raider: Legend
## 10258                                  Pirates: Legend of the Black Buccaneer
## 10259                                      Aedis Eclipse: Generation of Chaos
## 10262                                                 Final Fight: Streetwise
## 10265                                                              Just Cause
## 10266                                             Army Men: Major Malfunction
## 10272                                                      Stronghold Legends
## 10274                                 LEGO Star Wars II: The Original Trilogy
## 10277                                                       Star Trek: Legacy
## 10282                                                   Online Chess Kingdoms
## 10283                                                         Hummer Badlands
## 10285                                                              Just Cause
## 10293                                                    Guild Wars: Factions
## 10300                                                          Call of Juarez
## 10301                                                   Rayman Raving Rabbids
## 10309                                               Marvel: Ultimate Alliance
## 10317                               Greg Hastings' Tournament Paintball Max'd
## 10321                                                                    Myst
## 10325                                                       Micro Machines V4
## 10335                                                           Mario Kart DS
## 10336                            Brain Age: Train Your Brain in Minutes a Day
## 10337                             Brain Age 2: More Training in Minutes a Day
## 10338                                             Animal Crossing: Wild World
## 10339                                  Grand Theft Auto: Liberty City Stories
## 10340                                                       Big Brain Academy
## 10341                                                           Madden NFL 06
## 10342                                                              God of War
## 10343                                             Need for Speed: Most Wanted
## 10344                                                       Kingdom Hearts II
## 10345                                                          FIFA Soccer 06
## 10348                                                                Tekken 5
## 10349                                            Midnight Club 3: DUB Edition
## 10350                                                         Resident Evil 4
## 10351                                               Star Wars: Battlefront II
## 10353                              Star Wars Episode III: Revenge of the Sith
## 10354                                                              Sonic Rush
## 10356                                             Call Of Duty 2: Big Red One
## 10357                                                             Guitar Hero
## 10358                                      Devil May Cry 3: Dante's Awakening
## 10359                                       Need for Speed: Most Wanted 5-1-0
## 10361               Peter Jackson's King Kong: The Official Game of the Movie
## 10362                                                          Call of Duty 2
## 10363                              Pokémon Mystery Dungeon: Blue Rescue Team
## 10364                                           Grand Theft Auto: San Andreas
## 10366                                                           Madden NFL 06
## 10367                                                        NCAA Football 06
## 10369                                                    50 Cent: Bulletproof
## 10370                                                SOCOM 3: U.S. Navy SEALs
## 10371                                                         Resident Evil 4
## 10372                                               Star Wars: Battlefront II
## 10373                                        Dragon Ball Z: Budokai Tenkaichi
## 10376                                                    Super Mario Strikers
## 10379                                                           Mario Party 7
## 10380                                                       MVP Baseball 2005
## 10381                                               Major League Baseball 2K5
## 10382                                                Mario Superstar Baseball
## 10386                                                      Dynasty Warriors 5
## 10387                                                              The Sims 2
## 10388                                                                  Doom 3
## 10389                                                  Monster Hunter Freedom
## 10390                                       Need for Speed Underground Rivals
## 10391                                                              Madagascar
## 10392                                                           SingStar '80s
## 10395                                                   The Sims 2: Nightlife
## 10396                                      Tamagotchi Connection: Corner Shop
## 10397                                             Need for Speed: Most Wanted
## 10398                                            Pokemon XD: Gale of Darkness
## 10399                                                     Ratchet: Deadlocked
## 10400                              Star Wars Episode III: Revenge of the Sith
## 10401                                               Star Wars: Battlefront II
## 10403                                                                     Gun
## 10405                                                  Shadow of the Colossus
## 10406                                        Dance Dance Revolution Extreme 2
## 10410                                   SOCOM: U.S. Navy SEALs Fireteam Bravo
## 10411                                             Call Of Duty 2: Big Red One
## 10412                                Tom Clancy's Splinter Cell: Chaos Theory
## 10413                                Untold Legends: Brotherhood of the Blade
## 10414                                          Namco Museum Battle Collection
## 10415                                                       Star Fox: Assault
## 10416                                                         SoulCalibur III
## 10417                                                       World Tour Soccer
## 10418                                                           NBA Street V3
## 10419                                                        Forza Motorsport
## 10420                                             Need for Speed: Most Wanted
## 10421                                                    MX vs. ATV Unleashed
## 10422                                                            WipEout Pure
## 10423                                                    Super Princess Peach
## 10424                                                     Shadow The Hedgehog
## 10425                                                     Mario Party Advance
## 10426                                                           Zoo Tycoon DS
## 10427                                                        NCAA Football 06
## 10428                                           Grand Theft Auto: San Andreas
## 10429                                Tom Clancy's Splinter Cell: Chaos Theory
## 10432                                                              The Sims 2
## 10434                                            Phoenix Wright: Ace Attorney
## 10435                                                         Burnout Revenge
## 10437                                                       Blitz: The League
## 10438                                                 Tiger Woods PGA Tour 06
## 10439                                                                 NBA 2K6
## 10440                                                     Fight Night Round 2
## 10441                                                            Rogue Galaxy
## 10442                                                         Burnout Legends
## 10443                                              Sly 3: Honor Among Thieves
## 10444                                         Tony Hawk's Underground 2 Remix
## 10445                                                  MediEvil: Resurrection
## 10446                                                              The Sims 2
## 10447                                                                  Yakuza
## 10448                                                       Perfect Dark Zero
## 10449                                  Marvel Nemesis: Rise of the Imperfects
## 10450                                                   Donkey Kong Country 3
## 10451                                                  Twisted Metal: Head On
## 10456                                                           Madden NFL 06
## 10457                                                              Coded Arms
## 10458                                            Midnight Club 3: DUB Edition
## 10459                              Star Wars Episode III: Revenge of the Sith
## 10460                                                     Ultimate Spider-Man
## 10462                                                     Kirby: Canvas Curse
## 10464                                            Doom 3: Resurrection of Evil
## 10465                                                            Spider-Man 2
## 10466                                                             Jade Empire
## 10467                                                Ape Escape: On the Loose
## 10469                                             Halo 2 Multiplayer Map Pack
## 10470                                            Mortal Kombat: Shaolin Monks
## 10471                                       Prince of Persia: The Two Thrones
## 10473                                                          FIFA Soccer 06
## 10474                                            Star Wars: Republic Commando
## 10477                                       Brothers In Arms: Road to Hill 30
## 10478                                                         Radiata Stories
## 10479                                                 Disney's Chicken Little
## 10481                                               Champions: Return to Arms
## 10482                                     Harry Potter and the Goblet of Fire
## 10483                                                             NBA Live 06
## 10485                                    X-Men Legends II: Rise of Apocalypse
## 10486                                           NASCAR 06: Total Team Control
## 10487                                          Tony Hawk's American Wasteland
## 10489                                                             Half-Life 2
## 10490                                                Final Fantasy IV Advance
## 10491                                     Harry Potter and the Goblet of Fire
## 10492                                                     Shadow The Hedgehog
## 10493                                                     Fight Night Round 2
## 10497                                                          Romancing SaGa
## 10498                                       Prince of Persia: The Two Thrones
## 10499                                                                  NHL 06
## 10500                                                       Far Cry Instincts
## 10501                                        ATV Offroad Fury: Blazin' Trails
## 10502                                                      Tales of the Abyss
## 10503                                                           Madden NFL 06
## 10504                                      Dynasty Warriors 5: Xtreme Legends
## 10505                                            Battlefield 2: Modern Combat
## 10506                                             Need for Speed: Most Wanted
## 10507                                                           Batman Begins
## 10508                                               Major League Baseball 2K5
## 10509                                                Archer Maclean's Mercury
## 10510                                         Metal Gear Solid 3: Subsistence
## 10512                                                    Jak X: Combat Racing
## 10513                                                   Crash Tag Team Racing
## 10514                                           Fire Emblem: Path of Radiance
## 10515                               The Incredible Hulk: Ultimate Destruction
## 10516                                                   NCAA March Madness 06
## 10517               Peter Jackson's King Kong: The Official Game of the Movie
## 10518                                                         Burnout Revenge
## 10519                                        Medal of Honor: European Assault
## 10520                                                                  NBA 06
## 10521                                                                  Juiced
## 10522                                                            The Warriors
## 10523                                                Mario Tennis: Power Tour
## 10524                                                        We Love Katamari
## 10525                                                                     Gun
## 10527                                                            The Punisher
## 10528                                                             SSX On Tour
## 10530                                              Capcom Classics Collection
## 10531                                                         Shrek SuperSlam
## 10532                                                             Fantastic 4
## 10533                                                 The Matrix: Path of Neo
## 10534                                    Dragon Ball Z: Supersonic Warriors 2
## 10535                                                             Grandia III
## 10536                                                       Tales of Legendia
## 10538                                                 Tiger Woods PGA Tour 06
## 10539                                                               L.A. Rush
## 10541                                                   World Series of Poker
## 10543                                                         Dead or Alive 4
## 10544                                       Dance Dance Revolution: Mario Mix
## 10546                                  Disney's Kim Possible 3: Team Possible
## 10547                                       Brothers In Arms: Earned in Blood
## 10548                                                    Dragon Ball Z: Sagas
## 10549                                       Brothers In Arms: Road to Hill 30
## 10550                                            Delta Force: Black Hawk Down
## 10553                                                                 Area 51
## 10555                                                     WWE WrestleMania 21
## 10557                                           World Soccer Winning Eleven 9
## 10559                                    X-Men Legends II: Rise of Apocalypse
## 10560                                            Battlefield 2: Modern Combat
## 10561                                                    50 Cent: Bulletproof
## 10562                                       Dragon Quest Heroes: Rocket Slime
## 10565                                                Naruto: Ultimate Ninja 3
## 10568          The Chronicles of Narnia: The Lion, The Witch and The Wardrobe
## 10569                                             Castlevania: Dawn of Sorrow
## 10570                                                SEGA Classics Collection
## 10571                                                                 NHL 2K6
## 10572                                          Tony Hawk's American Wasteland
## 10574                                                             NBA Live 06
## 10575                                     Harry Potter and the Goblet of Fire
## 10577                                          Castlevania: Curse of Darkness
## 10578                                             Condemned: Criminal Origins
## 10579                                      Tom Clancy's Rainbow Six: Lockdown
## 10581                                      Ed, Edd n Eddy: The Mis-Edventures
## 10582                                                   From Russia With Love
## 10583                                                 Gauntlet: Seven Sorrows
## 10585                                                          Battalion Wars
## 10586                                                                MLB 2006
## 10587                                                    MX vs. ATV Unleashed
## 10588                                             WWE SmackDown! vs. RAW 2006
## 10589                                                    Suzuki TT Superbikes
## 10590                                                     Ultimate Spider-Man
## 10593                                                              The Sims 2
## 10594                                               Advance Wars: Dual Strike
## 10595                               Tom Clancy's Ghost Recon 2: Summit Strike
## 10598                                  Marvel Nemesis: Rise of the Imperfects
## 10599                                                      Bratz: Rock Angelz
## 10600                                                      Age of Empires III
## 10601                                       Dance Dance Revolution Ultramix 3
## 10602                                                     Ultimate Spider-Man
## 10603                                                                 Quake 4
## 10604                                                  NFL Street 2 Unleashed
## 10605                                                                  Robots
## 10606                                                                    NARC
## 10607                                 The Incredibles: Rise of the Underminer
## 10608                                                                 NBA 2K6
## 10612                                          Trauma Center: Under the Knife
## 10614                                      Tom Clancy's Rainbow Six: Lockdown
## 10615                                       Charlie and the Chocolate Factory
## 10617                                                  WWE Day of Reckoning 2
## 10618                               SpongeBob SquarePants: The Yellow Avenger
## 10619                                                    Herbie: Fully Loaded
## 10620                                                Kameo: Elements of Power
## 10621                                            Delta Force: Black Hawk Down
## 10623                                                              The Sims 2
## 10625                                             Call Of Duty 2: Big Red One
## 10626                                                  NeoGeo Battle Coliseum
## 10628                                                       MVP Baseball 2005
## 10631                                                           NBA Street V3
## 10632                                                               Darkwatch
## 10633                                          Tony Hawk's American Wasteland
## 10636                                  Marvel Nemesis: Rise of the Imperfects
## 10637                                                             FIFA Street
## 10638                                                 The Matrix: Path of Neo
## 10639                                            Mortal Kombat: Shaolin Monks
## 10640                                       Brothers In Arms: Earned in Blood
## 10642                                              Mega Man Maverick Hunter X
## 10644                                                 Tiger Woods PGA Tour 06
## 10645                              Star Wars Episode III: Revenge of the Sith
## 10646                                                     Ultimate Spider-Man
## 10650                                       Charlie and the Chocolate Factory
## 10651                                             Neopets: The Darkest Faerie
## 10653                                                   Full Spectrum Warrior
## 10654                                                           NBA Street V3
## 10655                                                             NBA Live 06
## 10656                                             Need for Speed: Most Wanted
## 10657                                                                 Area 51
## 10658                                          Ford Mustang: The Legend Lives
## 10659                                                   Heroes of the Pacific
## 10660                                                            Trace Memory
## 10661                                    X-Men Legends II: Rise of Apocalypse
## 10663                                           Sakura Wars: So Long, My Love
## 10665                                          Dragon Ball GT: Transformation
## 10666                                                            The Warriors
## 10668                                  Marvel Nemesis: Rise of the Imperfects
## 10670                                               True Crime: New York City
## 10671                                                                 Pac-Pix
## 10673                                           NASCAR 06: Total Team Control
## 10674                                                          Shadow of Rome
## 10675                                                             Fantastic 4
## 10677                                                 InuYasha: Feudal Combat
## 10678                                             Need for Speed: Most Wanted
## 10682                                              Oddworld: Stranger's Wrath
## 10684               Peter Jackson's King Kong: The Official Game of the Movie
## 10685                                                               Rayman DS
## 10686                                                   Metroid Prime Pinball
## 10689                                         Medal of Honor European Assault
## 10690                                                                  NHL 06
## 10692                                                              The Sims 2
## 10693                                                             Devil Kings
## 10694                                       America's Army: Rise of a Soldier
## 10695                                      Ed, Edd n Eddy: The Mis-Edventures
## 10696                                    X-Men Legends II: Rise of Apocalypse
## 10700                                                                     MLB
## 10701                                           TimeSplitters: Future Perfect
## 10702                                            Harvest Moon: Magical Melody
## 10703                                                       DK: King of Swing
## 10704                                                Super Monkey Ball Deluxe
## 10705               Peter Jackson's King Kong: The Official Game of the Movie
## 10706                                                    Dragon Ball Z: Sagas
## 10707                                                   Crash Tag Team Racing
## 10710                                                             Fantastic 4
## 10711                                            Tony Hawk's American Sk8land
## 10712                                  Midway Arcade Treasures: Extended Play
## 10713                                     Harry Potter and the Goblet of Fire
## 10714                                     Harry Potter and the Goblet of Fire
## 10716                                                                  Meteos
## 10717                               The Incredible Hulk: Ultimate Destruction
## 10720                                                                 NBA 2K6
## 10722                                              Genji: Dawn of the Samurai
## 10724                           Pinball Hall of Fame: The Gottlieb Collection
## 10725                                                             SSX On Tour
## 10726                                                  Spartan: Total Warrior
## 10728                                                    NBA Street: Showdown
## 10731                                                   From Russia With Love
## 10732                                                                  NBA 06
## 10734                                                         Shrek SuperSlam
## 10736                                                                     NBA
## 10737                                                                 NHL 2K6
## 10738                                                        World Poker Tour
## 10739                                                            MVP Baseball
## 10740                                            Tony Hawk's American Sk8land
## 10741                                                         Pac-Man World 3
## 10742                                                               Darkwatch
## 10745                                                   World Series of Poker
## 10746                                                           Batman Begins
## 10747                                                      Project: Snowblind
## 10748                                                 Evil Dead: Regeneration
## 10749                                                    Tiger Woods PGA Tour
## 10750                                                    Dragon Ball Z: Sagas
## 10752                                                        Suikoden Tactics
## 10753                                                   NCAA March Madness 06
## 10757                                                                 The Con
## 10758                                                       Dead to Rights II
## 10759          The Chronicles of Narnia: The Lion, The Witch and The Wardrobe
## 10761                                                   From Russia With Love
## 10762                                                           Ridge Racer 6
## 10763                        Teenage Mutant Ninja Turtles 3: Mutant Nightmare
## 10764                                                    Playboy: The Mansion
## 10765                                                 Tiger Woods PGA Tour 06
## 10766                                               Predator: Concrete Jungle
## 10767                                                    Big Mutha Truckers 2
## 10769                                                            Sniper Elite
## 10770                                     Harry Potter and the Goblet of Fire
## 10772               Peter Jackson's King Kong: The Official Game of the Movie
## 10773                                                 Conflict: Global Terror
## 10774                                                               Death Jr.
## 10775                                                       Rise of the Kasai
## 10777                          Ty the Tasmanian Tiger 3: Night of the Quinkan
## 10778                                          Samurai Warriors: State of War
## 10779                                            Close Combat: First to Fight
## 10780                                                                    NARC
## 10782                                                 Gauntlet: Seven Sorrows
## 10785          The Chronicles of Narnia: The Lion, The Witch and The Wardrobe
## 10786                                                     Shadow The Hedgehog
## 10787                                                                     Gun
## 10792                                       Charlie and the Chocolate Factory
## 10793                                                Armored Core: Last Raven
## 10794                                                         Burnout Legends
## 10795                                                                  Juiced
## 10798                                           The Suffering: Ties That Bind
## 10799                                                         EyeToy: Kinetic
## 10801                                               True Crime: New York City
## 10802                                                     Fight Night Round 2
## 10806                                                           Batman Begins
## 10807                                               Star Wars: Battlefront II
## 10808                                           Beat Down: Fists of Vengeance
## 10809                                                             SSX On Tour
## 10812                                             Sid Meier's Civilization IV
## 10813                                                           Pursuit Force
## 10815                                                   Crash Tag Team Racing
## 10816                                                         True Swing Golf
## 10817                                           TimeSplitters: Future Perfect
## 10821                                 The Incredibles: Rise of the Underminer
## 10824                                                    Spyro: Shadow Legacy
## 10826                                                                 Amped 3
## 10828                                                     Ultimate Spider-Man
## 10829                                           Tak: The Great Juju Challenge
## 10830                                                         Digimon World 4
## 10831                                              Kingdom Under Fire: Heroes
## 10833                                                                Infected
## 10835                                            Enthusia Professional Racing
## 10837                                                     Kingdom of Paradise
## 10838                                                               Bomberman
## 10839                                                                 Killer7
## 10840                                                         Indigo Prophecy
## 10841                                         FIFA 06: Road to FIFA World Cup
## 10842                                                 Musashi: Samurai Legend
## 10845                                                        187: Ride or Die
## 10846                                                                   Geist
## 10848                                                  Brain Boost: Beta Wave
## 10850                               The Incredible Hulk: Ultimate Destruction
## 10851                                       Prince of Persia: The Two Thrones
## 10853                                                           Batman Begins
## 10855                                                Super Monkey Ball Deluxe
## 10858                                       Shadow Hearts: From The New World
## 10859                                                               L.A. Rush
## 10860                                                             Wild ARMs 4
## 10862                                                             SSX On Tour
## 10863                                                          Gretzky NHL 06
## 10866           Tim Burton's The Nightmare Before Christmas: The Pumpkin King
## 10872                    World Championship Poker 2: Featuring Howard Lederer
## 10877                                                    Retro Atari Classics
## 10878                                            Need for Speed Underground 2
## 10879                                                Ys: The Ark of Napishtim
## 10880               Peter Jackson's King Kong: The Official Game of the Movie
## 10883                                               Dead to Rights: Reckoning
## 10884                                     Disney's Kim Possible: Kimmunicator
## 10885                                         Mega Man Anniversary Collection
## 10886                                                            Drakengard 2
## 10888                                                   Heroes of the Pacific
## 10889                                                            Ape Escape 3
## 10893                                                  Spartan: Total Warrior
## 10894                                                           Advent Rising
## 10896                                                   Crash Tag Team Racing
## 10897                            Makai Kingdom: Chronicles of the Sacred Tome
## 10898                                                           Madden NFL 06
## 10901                                                                 Zathura
## 10902                                                      Lunar: Dragon Song
## 10908                                                             Psychonauts
## 10909                                     Airborne Troops: Countdown to D-Day
## 10910                                          Castlevania: Curse of Darkness
## 10911                                             Battles of Prince of Persia
## 10914                                                             FIFA Soccer
## 10916                                                       Shining Force NEO
## 10919                                                             Cold Winter
## 10920                              Stubbs the Zombie in Rebel Without a Pulse
## 10921                                                              Spy vs Spy
## 10922                                                               Cold Fear
## 10926                                                  GoldenEye: Rogue Agent
## 10927                                                          FIFA Soccer 06
## 10928                                                Mortal Kombat: Deception
## 10929                                                      Project: Snowblind
## 10932                                                            Lost in Blue
## 10933                                                             Constantine
## 10934                                       Charlie and the Chocolate Factory
## 10935                                                         Real World Golf
## 10938                                                   Frogger: Helmet Chaos
## 10939                                         Rengoku: The Tower of Purgatory
## 10940                                                          Bust-A-Move DS
## 10942                                                         Mega Man Zero 4
## 10944                                                 Tiger Woods PGA Tour 06
## 10946                                                       Dead to Rights II
## 10949                                                                Top Spin
## 10950                                                                  Pariah
## 10952                                                             Banjo-Pilot
## 10953                                                       Gallop Racer 2006
## 10954                                                 Frogger: Ancient Shadow
## 10955                                Tom Clancy's Splinter Cell: Chaos Theory
## 10956                                                             Gretzky NHL
## 10957                                                        Death By Degrees
## 10958                                                             FIFA Street
## 10959                                                 Conflict: Global Terror
## 10960                                                     Monster Rancher EVO
## 10961                  Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.
## 10963                                                         Indigo Prophecy
## 10964                                                                 NHL 2K6
## 10965                                                       College Hoops 2K6
## 10966                                               Predator: Concrete Jungle
## 10969                                                    Playboy: The Mansion
## 10971                                                         Pac-Man World 3
## 10973                              The Legend of Heroes: A Tear of Vermillion
## 10977                                                             Psychonauts
## 10981                                                      Ninja Gaiden Black
## 10983                                                         Shrek SuperSlam
## 10984                           Total Overdose: A Gunslinger's Tale in Mexico
## 10985                                         Romance of the Three Kingdoms X
## 10986                                                               GripShift
## 10987                                      Fullmetal Alchemist: Dual Sympathy
## 10988                                                              Rugby 2005
## 10993                                                            Sniper Elite
## 10994                                           The Suffering: Ties That Bind
## 10997                                                         Digimon World 4
## 10998                          Ty the Tasmanian Tiger 3: Night of the Quinkan
## 11000                                              Fire Pro Wrestling Returns
## 11001            Tim Burton's The Nightmare Before Christmas: Oogie's Revenge
## 11004                                                                 Killer7
## 11008                                  Marvel Nemesis: Rise of the Imperfects
## 11009                                                                    Exit
## 11010                                                              Smart Bomb
## 11011                                              Hello Kitty: Roller Rescue
## 11014                                Shin Megami Tensei: Digital Devil Saga 2
## 11017                                                                  NHL 06
## 11018                                          Fatal Frame III: The Tormented
## 11019                                                           Battlefield 2
## 11020                                           TimeSplitters: Future Perfect
## 11027                                                       Silent Hunter III
## 11029                                                             Urban Reign
## 11032                                    Stuart Little 3: Big Photo Adventure
## 11036                                                           In The Groove
## 11038                                             The Hustle: Detroit Streets
## 11039                                                         Pac-Man World 3
## 11041                                                              Still Life
## 11042                                                    Big Mutha Truckers 2
## 11046                                                      TMNT: Mutant Melee
## 11047                                                  Combat: Task Force 121
## 11049                                              Tom Clancy's Ghost Recon 2
## 11051                                                         Haunting Ground
## 11053                                Tom Clancy's Splinter Cell: Chaos Theory
## 11055                                 Ghost in the Shell: Stand Alone Complex
## 11057                                              Colosseum: Road to Freedom
## 11059                                      Real Time Conflict: Shogun Empires
## 11060                                                  Spartan: Total Warrior
## 11061                                                Fable: The Lost Chapters
## 11067                                              The King of Fighters 02/03
## 11070                                                    Gunstar Super Heroes
## 11071                                                        187: Ride or Die
## 11073                                                        World Poker Tour
## 11074                                                             NanoBreaker
## 11077                                                                 Tokobot
## 11078                               Land of the Dead: Road to Fiddler's Green
## 11081                                    Atelier Iris 2: The Azoth Of Destiny
## 11087                                                               Cold Fear
## 11088                              Call of Cthulhu: Dark Corners of the Earth
## 11090                                                          Call of Duty 2
## 11091                                                          Serious Sam II
## 11096                                                                   Trapt
## 11098                                                             PoPoLoCrois
## 11099                        Teenage Mutant Ninja Turtles 3: Mutant Nightmare
## 11102                                                             Constantine
## 11103                                                               Nanostray
## 11105                                           Viewtiful Joe: Red Hot Rumble
## 11106                                                  The Sims 2: University
## 11107                                                     Generation of Chaos
## 11108                                                      Pump It Up: Exceed
## 11114                                             Rebelstar: Tactical Command
## 11115                                                      Dynasty Warriors 5
## 11117                                                           Legend of Kay
## 11119                                                         Sigma Star Saga
## 11122                                            Star Wars: Republic Commando
## 11126                                                     Ms Saga: A New Dawn
## 11127                                                   Crime Life: Gang Wars
## 11128                                                              Rugby 2005
## 11133                                                             Raze's Hell
## 11134                                      Tom Clancy's Rainbow Six: Lockdown
## 11136                                                          The Bible Game
## 11137                                                Bubble Bobble Revolution
## 11141                                             Operation Flashpoint: Elite
## 11145                                                 Red Ninja: End of Honor
## 11147                                                           Outlaw Tennis
## 11153                                                               Aeon Flux
## 11154                                                         Shattered Union
## 11155                                                         Worms 4: Mayhem
## 11156                                                          Imperial Glory
## 11160                                                                  Stolen
## 11161                                                              The Movies
## 11165                                                     Steambot Chronicles
## 11167                                                         Without Warning
## 11177                                          Special Forces: Nemesis Strike
## 11178                                       WRC: FIA World Rally Championship
## 11182                                                         Electroplankton
## 11186                                                  Tork: Prehistoric Punk
## 11190                                                         Digimon World 4
## 11191                                                              Guild Wars
## 11192                              S.L.A.I.: Steel Lancer Arena International
## 11195                                                         Empire Earth II
## 11196                                                            Atomic Betty
## 11198                                                Popeye: Rush for Spinach
## 11200                    Spectral Souls: Resurrection of the Ethereal Empires
## 11210                                                              Metal Saga
## 11211                                                                  SWAT 4
## 11212                                                        Dungeon Siege II
## 11217                                                                Cold War
## 11218                                      Ed, Edd n Eddy: The Mis-Edventures
## 11220                           Total Overdose: A Gunslinger's Tale in Mexico
## 11222                                                               ScrapLand
## 11224                                                Falcon 4.0: Allied Force
## 11226                                                              GT Legends
## 11228                                                                 Zathura
## 11229                                                            Iron Phoenix
## 11230                                                         Indigo Prophecy
## 11231                                                                 Quake 4
## 11233                                                     SBK: Snowboard Kids
## 11238                                                        Chicago Enforcer
## 11239                                                       Motocross Mania 3
## 11240                                                      Pump It Up: Exceed
## 11242                                                       Starship Troopers
## 11243                                                   Heroes of the Pacific
## 11246                                                 Red Ninja: End of Honor
## 11247                                                      TMNT: Mutant Melee
## 11250                                                     Top Gear RPM Tuning
## 11255                                                          Dragon Booster
## 11256                                                            Sniper Elite
## 11257                                                Kao the Kangaroo Round 2
## 11259                                               Space Invaders Revolution
## 11260                                             Codename: Panzers Phase Two
## 11264                                                LifeSigns: Surgical Unit
## 11265                                                               Aeon Flux
## 11266                                                          Serious Sam II
## 11273                                           Grand Theft Auto: San Andreas
## 11274                                                          Gran Turismo 4
## 11277                                                                  Halo 2
## 11278                                            Need for Speed Underground 2
## 11279                                                Pokémon Emerald Version
## 11280                                                       World of Warcraft
## 11281                           Dragon Quest VIII: Journey of the Cursed King
## 11282                                                         Madden NFL 2005
## 11283                                         Metal Gear Solid 3: Snake Eater
## 11284                             World Soccer Winning Eleven 8 International
## 11285                                                        FIFA Soccer 2005
## 11286                                                  Star Wars: Battlefront
## 11287                                                            Spider-Man 2
## 11288                                              Sonic Mega Collection Plus
## 11289                                               Call of Duty: Finest Hour
## 11290                                                     Burnout 3: Takedown
## 11291                                                                   Fable
## 11292                                                            ESPN NFL 2K5
## 11293                                                           NBA Live 2005
## 11295                                                             Half-Life 2
## 11296                                                         The Incredibles
## 11297                                               Tony Hawk's Underground 2
## 11298                                   James Bond 007: Everything or Nothing
## 11300                                            Need for Speed Underground 2
## 11301                                     Paper Mario: The Thousand-Year Door
## 11302                                          Dance Dance Revolution Extreme
## 11304                                                Hot Shots Golf: Open Tee
## 11305                                                Dragon Ball Z: Budokai 3
## 11306                                                           X-Men Legends
## 11307                                                            MX Unleashed
## 11308                                                Mortal Kombat: Deception
## 11309                                                                 Shrek 2
## 11311                                                                   Jak 3
## 11312                                       Kingdom Hearts: Chain of Memories
## 11313                                                  Sly 2: Band of Thieves
## 11314                                               The Getaway: Black Monday
## 11315                                         The SpongeBob SquarePants Movie
## 11316                                                   Def Jam: Fight for NY
## 11317                                              The Urbz: Sims in the City
## 11318                                                  Star Wars: Battlefront
## 11320                                                         Madden NFL 2005
## 11321                                            Ace Combat 5: The Unsung War
## 11322                                                             NBA Ballers
## 11323                                                           Mario Party 6
## 11326                                        Prince of Persia: Warrior Within
## 11327                                                            ESPN NFL 2K5
## 11328                                                      NCAA Football 2005
## 11329                                                            NFL Street 2
## 11330                                                            ESPN NBA 2K5
## 11331                                                        Fight Night 2004
## 11332                            Tom Clancy's Splinter Cell: Pandora Tomorrow
## 11334                                                 Onimusha 3: Demon Siege
## 11335                                                       Red Dead Revolver
## 11336                                               Tiger Woods PGA Tour 2005
## 11337                                   Classic NES Series: Super Mario Bros.
## 11338                                     The Legend of Zelda: The Minish Cap
## 11339                                                              NFL Street
## 11340                                          NASCAR 2005: Chase for the Cup
## 11341                                                             Ridge Racer
## 11342                                                         Sonic Advance 3
## 11343                Star Wars Knights of the Old Republic II: The Sith Lords
## 11344                                              Tom Clancy's Ghost Recon 2
## 11345                                                        Samurai Warriors
## 11347                                                 Donkey Kong Jungle Beat
## 11348                                                       MVP Baseball 2004
## 11350                                                 Metroid Prime 2: Echoes
## 11351                                                                Corvette
## 11352                                                     Burnout 3: Takedown
## 11353                                                            Transformers
## 11354                                                    Champions of Norrath
## 11356                            Tom Clancy's Splinter Cell: Pandora Tomorrow
## 11357                                                            Ninja Gaiden
## 11358                                                                  Driv3r
## 11359                                                   Donkey Kong Country 2
## 11360                                                      Mario Power Tennis
## 11361                                               Call of Duty: Finest Hour
## 11362                                                      ATV Offroad Fury 3
## 11363                                                                Pikmin 2
## 11365                                                   Mario vs. Donkey Kong
## 11366                                  Tom Clancy's Ghost Recon: Jungle Storm
## 11367                                                Bad Boys: Miami Takedown
## 11369                                 Tom Clancy's Rainbow Six 3: Black Arrow
## 11370                                                            Spider-Man 2
## 11372                                              Tom Clancy's Ghost Recon 2
## 11373                                                            Spider-Man 2
## 11374                                                                 Shrek 2
## 11375                                Harry Potter and the Prisoner of Azkaban
## 11377                                                        FIFA Soccer 2005
## 11378                                                            ESPN NBA 2K5
## 11379                                                World Championship Poker
## 11380                                                                Killzone
## 11381                                         The SpongeBob SquarePants Movie
## 11383                                              Sonic Mega Collection Plus
## 11384                                                                MLB 2005
## 11385                                                           X-Men Legends
## 11386                                                           NBA Live 2005
## 11387                                 Classic NES Series: The Legend of Zelda
## 11388                                          Fire Emblem: The Sacred Stones
## 11389                                                            ESPN NHL 2K5
## 11391                                               Tiger Woods PGA Tour 2005
## 11392                                                            Spider-Man 2
## 11393                                                         The Incredibles
## 11394                                                  ESPN College Hoops 2K5
## 11395                                                   Metroid: Zero Mission
## 11396                                        Lizzie McGuire 2: Lizzie Diaries
## 11397                             The Legend of Zelda: Four Swords Adventures
## 11398                                              Tom Clancy's Rainbow Six 3
## 11399                                                       Hitman: Contracts
## 11400                                        Prince of Persia: Warrior Within
## 11401                                                            Pokemon Dash
## 11402                                                                  Driv3r
## 11403                                         Syphon Filter: The Omega Strain
## 11404                                                Mortal Kombat: Deception
## 11405                                                         That's So Raven
## 11406                                                              Shark Tale
## 11407                                               Tony Hawk's Underground 2
## 11408                                         Classic NES Series: Donkey Kong
## 11409                                                   Full Spectrum Warrior
## 11410                                                         Katamari Damacy
## 11412                                             Power Rangers: Dino Thunder
## 11414                                                                   Mafia
## 11415                     Classic NES Series: Zelda II: The Adventure of Link
## 11416                                                      Mario Pinball Land
## 11417                                         Baldur's Gate: Dark Alliance II
## 11418                                                              Shark Tale
## 11419                                                      NCAA Football 2005
## 11420                                                        Fight Night 2004
## 11423                                                              NFL Street
## 11425                                   Street Fighter Anniversary Collection
## 11426                                                             Suikoden IV
## 11428                                                       Yoshi Topsy-Turvy
## 11429                                 Crash Bandicoot Purple: Ripto's Rampage
## 11430                                                    Spyro: A Hero's Tail
## 11431                                                       Crash: Twinsanity
## 11432                                                  GoldenEye: Rogue Agent
## 11433                                   James Bond 007: Everything or Nothing
## 11436                         Lemony Snicket's A Series of Unfortunate Events
## 11438                                              Tak 2: The Staff of Dreams
## 11439                                              The Urbz: Sims in the City
## 11440                                                    Strike Force Bowling
## 11441                                      XGRA: Extreme G-Racing Association
## 11443                                                    Texas Hold 'Em Poker
## 11444                                               Dragon Ball Z: Buu's Fury
## 11446                                       Hot Wheels: Stunt Track Challenge
## 11447                                                       MVP Baseball 2004
## 11449                                                       Asphalt: Urban GT
## 11450                                         Mega Man Anniversary Collection
## 11451                                    The Lord of the Rings: The Third Age
## 11454                                     Spyro Orange: The Cortex Conspiracy
## 11455                                                Naruto: Ultimate Ninja 2
## 11456                                          Resident Evil Outbreak File #2
## 11458                                           Classic NES Series: Dr. Mario
## 11460                                Cabela's Big Game Hunter 2005 Adventures
## 11462                                                                 Shrek 2
## 11463                                                       Red Dead Revolver
## 11464                                         The SpongeBob SquarePants Movie
## 11467                                     Greg Hastings' Tournament Paintball
## 11471                                                 NCAA March Madness 2005
## 11472                                                       Conflict: Vietnam
## 11474                                                       Blitz: The League
## 11475                                   Ty the Tasmanian Tiger 2: Bush Rescue
## 11476                                                           X-Men Legends
## 11477                                Harry Potter and the Prisoner of Azkaban
## 11478                                                        Dynasty Warriors
## 11480                                      Dragon Ball Z: Supersonic Warriors
## 11481                                                             NBA Ballers
## 11482                                                 Silent Hill 4: The Room
## 11485                                                  Dead or Alive Ultimate
## 11486      The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies
## 11487                                                          Monster Hunter
## 11488                                               Tony Hawk's Underground 2
## 11489                                                            Spider-Man 2
## 11491                                                  GoldenEye: Rogue Agent
## 11493                                       Need for Speed: Porsche Unleashed
## 11494                                                            NFL Street 2
## 11495                                                Godzilla: Save the Earth
## 11496                                       Metal Gear Solid: The Twin Snakes
## 11500                                                                NHL 2005
## 11503                                        Samurai Warriors: Xtreme Legends
## 11504                                                           NBA Live 2005
## 11505                                                    WWE Day of Reckoning
## 11507                                                Mario Golf: Advance Tour
## 11509                            Teenage Mutant Ninja Turtles 2: Battle Nexus
## 11510                                                             Van Helsing
## 11512                                                            MX Unleashed
## 11515                                             Classic NES Series: Metroid
## 11516                                            Need for Speed Underground 2
## 11517                                 InuYasha: The Secret of the Cursed Mask
## 11519                                                        EyeToy: AntiGrav
## 11521                                                            ESPN NHL 2K5
## 11522                                                        American Chopper
## 11524                         Lemony Snicket's A Series of Unfortunate Events
## 11526                                   James Bond 007: Everything or Nothing
## 11527                                       Dance Dance Revolution Ultramix 2
## 11528                                         Mega Man Anniversary Collection
## 11532                                                           The Suffering
## 11534                                                         Atari Anthology
## 11535                                              The Urbz: Sims in the City
## 11538                                               Call of Duty: Finest Hour
## 11539                                                            Rumble Roses
## 11540                                                          Donkey Konga 2
## 11541                                                         Madden NFL 2005
## 11542                                                  ESPN College Hoops 2K5
## 11543                                                                 FlatOut
## 11545                                                           EyeToy Play 2
## 11546                                Harry Potter and the Prisoner of Azkaban
## 11548                                                             Custom Robo
## 11549                                                  GoldenEye: Rogue Agent
## 11550                                                MechAssault 2: Lone Wolf
## 11551                                                      Rapala Pro Fishing
## 11555                                                              NFL Street
## 11557            Tim Burton's The Nightmare Before Christmas: Oogie's Revenge
## 11559                                                       Hitman: Contracts
## 11560                                              The Urbz: Sims in the City
## 11561                                     Leisure Suit Larry: Magna Cum Laude
## 11562                                                      Ape Escape Academy
## 11563                                              Tak 2: The Staff of Dreams
## 11564                                         Classic NES Series: Castlevania
## 11568                                             Karaoke Revolution Volume 3
## 11569                                       Kingdom Under Fire: The Crusaders
## 11570                                              Dynasty Warriors 4 Empires
## 11572                                               Midway Arcade Treasures 2
## 11573                                          Showdown: Legends of Wrestling
## 11576                                                     MLB SlugFest Loaded
## 11577                                                              The Sims 2
## 11578                                                             Mega Man X8
## 11579                                    The Lord of the Rings: The Third Age
## 11581                                                    Feel the Magic XY/XX
## 11582                                        Psi-Ops: The Mindgate Conspiracy
## 11583                                                    Spyro: A Hero's Tail
## 11585                                                           Viewtiful Joe
## 11587                       Backyard Wrestling 2: There Goes the Neighborhood
## 11588                                                 NCAA March Madness 2005
## 11590                                                Dragon Ball Z: Budokai 2
## 11592                                                             Athens 2004
## 11593                                                          Rocky: Legends
## 11594                                                  RalliSport Challenge 2
## 11595                                                  RollerCoaster Tycoon 3
## 11596                      Fullmetal Alchemist 2: Curse of the Crimson Elixir
## 11597                                                            BloodRayne 2
## 11598                                                            Duel Masters
## 11600                                                           Ford Racing 3
## 11602                                                     Armored Core: Nexus
## 11605                                        King of Fighters: Maximum Impact
## 11607                                                            MTX Mototrax
## 11608                                         Baldur's Gate: Dark Alliance II
## 11609                                                         Madden NFL 2005
## 11610                                                       MVP Baseball 2004
## 11611                                                                Polarium
## 11613                                                            Men of Valor
## 11616                                   Final Fantasy XI: Chains of Promathia
## 11621                                    Harvest Moon: Another Wonderful Life
## 11623                                                        Grand Theft Auto
## 11625                                                 Shadow Hearts: Covenant
## 11626                                             Karaoke Revolution Volume 2
## 11627                                          Test Drive: Eve of Destruction
## 11628                                                                   Mafia
## 11631                                                       The Polar Express
## 11633                                                       Conflict: Vietnam
## 11635                                                      NCAA Football 2005
## 11636                                                  Hamtaro: Ham-Ham Games
## 11637                           Galactic Wrestling: Featuring Ultimate Muscle
## 11638                                                         Mega Man Zero 3
## 11641                                    The Lord of the Rings: The Third Age
## 11642                                                           The Suffering
## 11643                                                         Viewtiful Joe 2
## 11644                                                     Shellshock: Nam '67
## 11645                                             Magna Carta: Tears of Blood
## 11647                         The Dukes of Hazzard: Return of the General Lee
## 11648                                                          Crash 'N' Burn
## 11649                                                         The Bard's Tale
## 11650                                                  Star Wars: Battlefront
## 11651                                            Tenchu: Return From Darkness
## 11652                                                              Neo Contra
## 11653                                                         Viewtiful Joe 2
## 11655                                                Unreal II: The Awakening
## 11658                                                   Beyblade G-Revolution
## 11659                                               Capcom Fighting Evolution
## 11661                                            Pitfall: The Lost Expedition
## 11664                                   Ty the Tasmanian Tiger 2: Bush Rescue
## 11668                                                       Taiko Drum Master
## 11669                                           Forgotten Realms: Demon Stone
## 11670                                                   MC Groovz Dance Craze
## 11671                                        Prince of Persia: Warrior Within
## 11672                                                                 Manhunt
## 11676                                                                  Sudeki
## 11677                            Teenage Mutant Ninja Turtles 2: Battle Nexus
## 11678                                                   Tenchu: Fatal Shadows
## 11679                                Harry Potter and the Prisoner of Azkaban
## 11682                                                              Fight Club
## 11684                                                   Vietcong: Purple Haze
## 11686                                                Bad Boys: Miami Takedown
## 11687                                             Mega Man X: Command Mission
## 11688                                Cabela's Big Game Hunter 2005 Adventures
## 11689                                                 Silent Hill 4: The Room
## 11691                                                      UFC: Sudden Impact
## 11694                                                        Gretzky NHL 2005
## 11695                                        Psi-Ops: The Mindgate Conspiracy
## 11696                                                   Thief: Deadly Shadows
## 11703                                                                Catwoman
## 11705                                            Terminator 3: The Redemption
## 11706                                                  World Tour Soccer 2006
## 11707                                                         Sega Superstars
## 11708                                     Leisure Suit Larry: Magna Cum Laude
## 11709                                                                 FlatOut
## 11710                                                              Zoo Keeper
## 11711                                                  World Tour Soccer 2005
## 11715                                                             Trigger Man
## 11716                                                                NHL 2005
## 11717                                              Atelier Iris: Eternal Mana
## 11719                                                        American Chopper
## 11720                                                           Get On Da Mic
## 11721                                                   Army Men: Sarge's War
## 11722                                   Street Fighter Anniversary Collection
## 11723                                                 Shadow Ops: Red Mercury
## 11725                                                            BloodRayne 2
## 11728                                                          Ridge Racer DS
## 11729                                                       Crash: Twinsanity
## 11731                                 Darkstalkers Chronicle: The Chaos Tower
## 11732                                                  Guilty Gear X2 #Reload
## 11734                                                    Tiger Woods PGA Tour
## 11735                                                            Second Sight
## 11736                                                           Phantom Brave
## 11737                                                        FIFA Soccer 2005
## 11738                                MTV Music Generator 3: This Is the Remix
## 11739                The Legend of Heroes II: Prophecy of the Moonlight Witch
## 11742                                                    Spyro: A Hero's Tail
## 11743                                                      Gungrave: Overdose
## 11744                                              Mr. Driller: Drill Spirits
## 11745                                                Godzilla: Save the Earth
## 11747                                                  Fear Factor: Unleashed
## 11748                                                UEFA Euro 2004: Portugal
## 11751                                                             King Arthur
## 11752                                                            The Guy Game
## 11754                                                             Chessmaster
## 11755                                                     WWE Survivor Series
## 11756                                                Destruction Derby Arenas
## 11757                                            Shaman King: Power of Spirit
## 11759                                  Shin Megami Tensei: Digital Devil Saga
## 11761                            Teenage Mutant Ninja Turtles 2: Battle Nexus
## 11765                                     Smash Court Tennis Pro Tournament 2
## 11766                                             Mega Man X: Command Mission
## 11768                         Lemony Snicket's A Series of Unfortunate Events
## 11769                                            The X Files: Resist or Serve
## 11770                                                               Breakdown
## 11774                                          CSI: Crime Scene Investigation
## 11775                                          Cabela's Deer Hunt 2005 Season
## 11776                                                         Dead Man's Hand
## 11780                                                            Phantom Dust
## 11781                                                               Ping Pals
## 11783                                                   AirForce Delta Strike
## 11784                                                Worms Forts: Under Siege
## 11785                                                                   Alias
## 11787                                   Ty the Tasmanian Tiger 2: Bush Rescue
## 11788                                                       The Polar Express
## 11791                                                              Fight Club
## 11793                                                            Metal Slug 3
## 11795                                              Riviera: The Promised Land
## 11798                                                         Rome: Total War
## 11799                                                                  Doom 3
## 11800                                                    Colin McRae Rally 04
## 11801                                       Hot Wheels: Stunt Track Challenge
## 11802                                                             Van Helsing
## 11804                                                         The Bard's Tale
## 11805                                                           Alien Hominid
## 11806                                                   Silent Scope Complete
## 11808                                                          Rocky: Legends
## 11810                                           Star Trek: Shattered Universe
## 11813                                                       Guilty Gear Isuka
## 11815                                                          Crash 'N' Burn
## 11816                                                           Shining Tears
## 11817                                                                  Scaler
## 11818                                                               Gradius V
## 11819                                                  Digimon Rumble Arena 2
## 11820                                                           Alien Hominid
## 11822                                                Trivial Pursuit unhinged
## 11824                             World Soccer Winning Eleven 8 International
## 11825                                          Test Drive: Eve of Destruction
## 11828                                                      Karaoke Revolution
## 11829                                           Forgotten Realms: Demon Stone
## 11831                                                               Astro Boy
## 11834                                                  Counter-Strike: Source
## 11839                          Shining Force: Resurrection of the Dark Dragon
## 11840                                                      Metal Slug Advance
## 11841                                                        FIFA Soccer 2005
## 11842                                                      Seven Samurai 20XX
## 11843                            Tom Clancy's Splinter Cell: Pandora Tomorrow
## 11844                                      Nobunaga's Ambition: Rise to Power
## 11845                                                         Samurai Western
## 11853                         The Dukes of Hazzard: Return of the General Lee
## 11854                                            Pitfall: The Lost Expedition
## 11855                                       Stella Deus: The Gate of Eternity
## 11856                                                   Vietcong: Purple Haze
## 11859                                MTV Music Generator 3: This Is the Remix
## 11861                                            Need for Speed Underground 2
## 11862                      The Lord of the Rings: The Battle for Middle-Earth
## 11863                                                              Kessen III
## 11864                                                         Wrath Unleashed
## 11865                                             Serious Sam: Next Encounter
## 11867                                                            Second Sight
## 11868                                                        Samurai Warriors
## 11869                                                            The Guy Game
## 11870                                                           Crimson Sea 2
## 11871                                                                Catwoman
## 11872                                            Pitfall: The Lost Expedition
## 11873                                                    River City Ransom EX
## 11875                                                                NHL 2005
## 11878                                                                 Obscure
## 11879                                            Future Tactics: The Uprising
## 11880                                              Armored Core: Nine Breaker
## 11882                                           Fallout: Brotherhood of Steel
## 11883                                                Worms Forts: Under Siege
## 11884                                                            Wings of War
## 11885                                                             RPG Maker 3
## 11886                                                       Gallop Racer 2004
## 11887                          Mobile Suit Gundam Seed: Never Ending Tomorrow
## 11890                                            Arc the Lad: End of Darkness
## 11891                            Tom Clancy's Splinter Cell: Pandora Tomorrow
## 11895                                            Terminator 3: The Redemption
## 11897                              Mobile Suit Gundam: Gundam vs. Zeta Gundam
## 11902                                                    Tron 2.0: Killer App
## 11903                                                    Racing Gears Advance
## 11904                                                            Zoo Tycoon 2
## 11905                                                                Catwoman
## 11906                                         Samurai Jack: The Shadow of Aku
## 11909                                              Tom Clancy's Rainbow Six 3
## 11911                                                          Amazing Island
## 11916                                                UEFA Euro 2004: Portugal
## 11920                                           Fallout: Brotherhood of Steel
## 11924                                                            Second Sight
## 11925                                                                   Alias
## 11930                                           Warhammer 40,000: Dawn of War
## 11931                        Fatal Frame II: Crimson Butterfly Director's Cut
## 11932                                                  Colin McRae Rally 2005
## 11933                                            World Championship Pool 2004
## 11935                                                                 Far Cry
## 11937                                                         Wrath Unleashed
## 11940                                                Bad Boys: Miami Takedown
## 11941                                              Boktai 2: Solar Boy Django
## 11951                                                  Digimon Rumble Arena 2
## 11952                                                           Port Royale 2
## 11953                                           Star Trek: Shattered Universe
## 11956                                                            Pure Pinball
## 11957                                                  Headhunter: Redemption
## 11959                                         Dragon Ball: Advanced Adventure
## 11960                                                       Echo Night Beyond
## 11961                                                                Cy Girls
## 11962                                                                  Scaler
## 11963                                Harry Potter and the Prisoner of Azkaban
## 11966                                                                 Obscure
## 11970                                                           Crimson Tears
## 11971                                  Battle Assault 3 featuring Gundam Seed
## 11974                                             Galleon: Islands of Mystery
## 11975                                                        Graffiti Kingdom
## 11978                                                        Knights of Honor
## 11980                                                   Street Jam Basketball
## 11983                                                              Syberia II
## 11984                                                     Battlefield Vietnam
## 11985                                            Baldur's Gate: Dark Alliance
## 11991                                                     Serious Sam Advance
## 11992                                        Steel Battalion: Line of Contact
## 11997                                                   Pro Fishing Challenge
## 11998                                             Serious Sam: Next Encounter
## 11999                              Knight's Apprentice: Memorick's Adventures
## 12000                                                                    Kuon
## 12006                                                  Headhunter: Redemption
## 12007                                                              Painkiller
## 12009                                                  Digimon Rumble Arena 2
## 12011                                                      Castle Shikigami 2
## 12013                                                  Unreal Tournament 2004
## 12017                                                              Syberia II
## 12020                                                  Colin McRae Rally 2005
## 12022                                                             Evil Genius
## 12029                                               Tiger Woods PGA Tour 2005
## 12032                                                              Powerdrome
## 12034                                             Wade Hixton's Counter Punch
## 12035                                              Need for Speed Underground
## 12037                                                       Final Fantasy X-2
## 12039                                              Medal of Honor: Rising Sun
## 12041                                                             EyeToy Play
## 12042                                                 Tony Hawk's Underground
## 12043                           The Lord of the Rings: The Return of the King
## 12044                                               True Crime: Streets of LA
## 12045                                                        Enter the Matrix
## 12046                                                            Sonic Heroes
## 12047                                               SOCOM II: U.S. Navy SEALs
## 12048                             World Soccer Winning Eleven 7 International
## 12051                                                                  Jak II
## 12053                                                                The Sims
## 12054                                              Tom Clancy's Splinter Cell
## 12055                                                      Pokémon Colosseum
## 12057                                                   The Sims: Bustin' Out
## 12058                                                Dragon Ball Z: Budokai 2
## 12059                                     Prince of Persia: The Sands of Time
## 12060                                  Star Wars: Knights of the Old Republic
## 12062                                           Final Fantasy Tactics Advance
## 12063                                                      Dynasty Warriors 4
## 12065                                                           Mario Party 5
## 12066                                                          SoulCalibur II
## 12067                                                     Donkey Kong Country
## 12068                                                           NBA Live 2004
## 12069                                                         Devil May Cry 2
## 12070                                                        Crash Nitro Kart
## 12071                                                       NBA Street Vol. 2
## 12072                                                        Def Jam Vendetta
## 12073                                                  The Sims: Makin' Magic
## 12074                                         DDRMAX2: Dance Dance Revolution
## 12075                                                        Midnight Club II
## 12077                                        Star Ocean: Till The End of Time
## 12078                                              Need for Speed Underground
## 12079                                                     The Sims: Superstar
## 12080                                                                   SSX 3
## 12082                                                      NCAA Football 2004
## 12083                         SpongeBob SquarePants: Battle for Bikini Bottom
## 12084                                               Tiger Woods PGA Tour 2004
## 12085                                                          Kirby Air Ride
## 12086                                                            Sonic Heroes
## 12088                                              Tom Clancy's Rainbow Six 3
## 12089                                         Warcraft III: The Frozen Throne
## 12090                                              Mario Golf: Toadstool Tour
## 12091                                                          SoulCalibur II
## 12092                                       Final Fantasy: Crystal Chronicles
## 12095                                                 Resident Evil: Outbreak
## 12097                                               True Crime: Streets of LA
## 12098                                            Crash Bandicoot 2: N-Tranced
## 12100                                      Max Payne 2: The Fall of Max Payne
## 12103                  Pirates of the Caribbean: The Curse of the Black Pearl
## 12104                                                                 Manhunt
## 12105                                                 Tony Hawk's Underground
## 12106                                      Sonic Adventure DX: Director's Cut
## 12108                           Lara Croft Tomb Raider: The Angel of Darkness
## 12112                                              Need for Speed Underground
## 12113                                                        Enter the Matrix
## 12114                                                 The Simpsons: Road Rage
## 12115                                                Cabela's Dangerous Hunts
## 12116                                              Medal of Honor: Rising Sun
## 12117                                                            Donkey Konga
## 12118                                               Tak and the Power of Juju
## 12119                                                 Tenchu: Wrath of Heaven
## 12120                           The Lord of the Rings: The Return of the King
## 12121                                                          Counter-Strike
## 12122                                                      Tales of Symphonia
## 12123                                    Dragon Ball Z: The Legacy of Goku II
## 12124                                                         Madden NFL 2004
## 12125                                                     NASCAR Thunder 2004
## 12126                                                 Dragon Ball Z: Taiketsu
## 12127                                                                    Hulk
## 12128                                                       MVP Baseball 2003
## 12129                                                Naruto: Clash of Ninja 2
## 12130                                                 NCAA March Madness 2004
## 12132                                                           Ford Racing 2
## 12133                                                          SoulCalibur II
## 12135                                                             Fire Emblem
## 12136                                                                NHL 2004
## 12137                         SpongeBob SquarePants: Battle for Bikini Bottom
## 12140                                        Castlevania: Lament of Innocence
## 12141                                     Prince of Persia: The Sands of Time
## 12143                                            Teenage Mutant Ninja Turtles
## 12144                                            Teenage Mutant Ninja Turtles
## 12146                                                    Tokyo Xtreme Racer 3
## 12147                                                            Sonic Heroes
## 12148                                       Harry Potter: Quidditch World Cup
## 12149                                                            Finding Nemo
## 12150                                     Crimson Skies: High Road to Revenge
## 12151                                Tom Clancy's Ghost Recon: Island Thunder
## 12152                                      Dynasty Warriors 4: Xtreme Legends
## 12154                                                             Brute Force
## 12155                              Star Wars Rogue Squadron III: Rebel Strike
## 12156                                          Harvest Moon: A Wonderful Life
## 12157                                                        FIFA Soccer 2004
## 12161                                                           Sword of Mana
## 12163                                 Mobile Suit Gundam: Encounters in Space
## 12164                                             Virtua Fighter 4: Evolution
## 12165                                                           Silent Hill 3
## 12167                                                 Tony Hawk's Underground
## 12168                                                             Kill.Switch
## 12169                                                  Dragon Ball Z: Budokai
## 12170                           The Lord of the Rings: The Return of the King
## 12171                                                       NBA Street Vol. 2
## 12172                                                  Naruto: Clash of Ninja
## 12173                              Return to Castle Wolfenstein: Tides of War
## 12175                                                                MLB 2004
## 12178                                                   The Sims: Bustin' Out
## 12179                                                               F-Zero GX
## 12180                                       Advance Wars 2: Black Hole Rising
## 12181                                                              Drakengard
## 12182                                      Max Payne 2: The Fall of Max Payne
## 12183                                                 X2: Wolverine's Revenge
## 12185                                               Tiger Woods PGA Tour 2004
## 12186                                                           Viewtiful Joe
## 12188                                                           Time Crisis 3
## 12189                                                  Naruto: Ultimate Ninja
## 12190                                                 Tony Hawk's Underground
## 12191                              Backyard Wrestling: Don't Try This at Home
## 12193                                   Dead or Alive Xtreme Beach Volleyball
## 12194                                   Harvest Moon: Friends of Mineral Town
## 12196                                                             Mega Man X7
## 12197                                      Terminator 3: Rise of the Machines
## 12198                         SpongeBob SquarePants: Battle for Bikini Bottom
## 12199                                                                    XIII
## 12200                                               True Crime: Streets of LA
## 12202                           The Lord of the Rings: The Return of the King
## 12203                                                   The Sims: Bustin' Out
## 12204                                                               WWE Raw 2
## 12205                                Fullmetal Alchemist and the Broken Angel
## 12206                                           Dr. Seuss' The Cat in the Hat
## 12208                                                       ESPN NFL Football
## 12209                                               Tak and the Power of Juju
## 12210                                                           American Idol
## 12211                                         Dance Dance Revolution Ultramix
## 12212                                                         Front Mission 4
## 12214                                                     ESPN NBA Basketball
## 12215                                                              The Hobbit
## 12216                                                     War of the Monsters
## 12217                                                Legacy of Kain: Defiance
## 12218                                                      MLB SlugFest 20-04
## 12219                    Return to Castle Wolfenstein: Operation Resurrection
## 12221                                                        Freedom Fighters
## 12222                                                         Madden NFL 2004
## 12224                                                           NBA Live 2004
## 12225                                            Looney Tunes: Back in Action
## 12226                                                        Midnight Club II
## 12227                                             SplashDown: Rides Gone Wild
## 12229                                                                The Sims
## 12232                                                            Spy Hunter 2
## 12234                                            Secret Weapons Over Normandy
## 12235                                                     Downhill Domination
## 12237                                                        Crash Nitro Kart
## 12239                                                                Top Spin
## 12240                                                        Enter the Matrix
## 12241                                     Star Wars Jedi Knight: Jedi Academy
## 12244                                                       Spawn: Armageddon
## 12246                                                             Wario World
## 12250                                                                  Primal
## 12251                                                      NCAA Football 2004
## 12252                                                                Bionicle
## 12253                                                         Mega Man Zero 2
## 12254                                          Hunter: The Reckoning  Wayward
## 12255                                             EverQuest Online Adventures
## 12257                                              Medal of Honor: Rising Sun
## 12258                                                                The Sims
## 12259                                                              Dog's Life
## 12260                                                  All-Star Baseball 2004
## 12262                                                   Hot Wheels World Race
## 12265                                      Zone of the Enders: The 2nd Runner
## 12267                                                        NFL GameDay 2004
## 12269                                               Tak and the Power of Juju
## 12270                                       Harry Potter: Quidditch World Cup
## 12271                                                                 I-Ninja
## 12273                                                                   SSX 3
## 12275                                                             Chessmaster
## 12276                                       Harry Potter: Quidditch World Cup
## 12278                                            Shin Megami Tensei: Nocturne
## 12279                                                                   SSX 3
## 12280                                                 Risk: Global Domination
## 12281                                                         Pokemon Channel
## 12285                                    High Heat Major League Baseball 2004
## 12286                                                       ESPN NFL Football
## 12288                                    Arc the Lad: Twilight of the Spirits
## 12290                                                 Batman: Rise of Sin Tzu
## 12292                                                          WWE Crush Hour
## 12293                                         Star Wars: Flight of the Falcon
## 12294                                                 Resident Evil: Dead Aim
## 12297                                                      Karaoke Revolution
## 12298                                        Metal Arms: Glitch in the System
## 12299                                                       Monster Rancher 4
## 12300                                            Teenage Mutant Ninja Turtles
## 12302                                         Banjo-Kazooie: Grunty's Revenge
## 12303                                                    WWE Wrestlemania XIX
## 12304                                                                    Hulk
## 12305                                                  Deus Ex: Invisible War
## 12306                                                    Way of the Samurai 2
## 12307                                               Disgaea: Hour of Darkness
## 12308                                                 Spy Kids 3-D: Game Over
## 12309                                              Power Rangers: Ninja Storm
## 12310                                                SWAT: Global Strike Team
## 12312                                     Prince of Persia: The Sands of Time
## 12313                                        Frogger's Adventures: The Rescue
## 12314                                        Disney's Extreme Skate Adventure
## 12316                                                          NFL Fever 2004
## 12317                                                        Crash Nitro Kart
## 12318                                                         Madden NFL 2004
## 12321                                                       Midtown Madness 3
## 12322                                            Spyro: Attack of the Rhynocs
## 12323                                                            Chaos Legion
## 12324                                                Crazy Taxi: Catch a Ride
## 12326                                        Pride FC: Fighting Championships
## 12328                                            Teenage Mutant Ninja Turtles
## 12330                                              Need for Speed Underground
## 12332                                            Duel Masters: Sempai Legends
## 12333                                                Pirates of the Caribbean
## 12334                                                               SimCity 4
## 12335                                                 Rayman 3: Hoodlum Havoc
## 12336                                                              Links 2004
## 12337                                                      Tales of Phantasia
## 12338                                           Monster 4x4: Masters of Metal
## 12340                                                     R: Racing Evolution
## 12342                                                 ATV Quad Power Racing 2
## 12343                                   Harry Potter and the Sorcerer's Stone
## 12344                                                           Kung Fu Chaos
## 12346                                   Mission: Impossible - Operation Surma
## 12350                                            Summer Heat Beach Volleyball
## 12351                                             Castlevania: Aria of Sorrow
## 12352                                             Tao Feng: Fist of the Lotus
## 12353                          Baten Kaitos: Eternal Wings and the Lost Ocean
## 12354                                                           NBA Live 2004
## 12356                                        Jurassic Park: Operation Genesis
## 12358                                                     ESPN NBA Basketball
## 12360                                                       Outlaw Volleyball
## 12362                                                        Crash Nitro Kart
## 12364                                                       NBA ShootOut 2004
## 12365                                            Secret Weapons Over Normandy
## 12367                                                                 Amped 2
## 12368                                         Billy Hatcher and the Giant Egg
## 12369                                                                    XIII
## 12370                                                        Def Jam Vendetta
## 12371                                               World Series Baseball 2K3
## 12373                                                                    Vexx
## 12374                                                                Corvette
## 12375                                              Burnout 2: Point of Impact
## 12376                                                             Kill.Switch
## 12382                                                               My Street
## 12386                                                     NASCAR Thunder 2004
## 12388                                              Tom Clancy's Splinter Cell
## 12389                                                         ESPN NHL Hockey
## 12391                                                         The Italian Job
## 12392                                                        Freedom Fighters
## 12393                                     Soldier of Fortune II: Double Helix
## 12394                                                                 BlowOut
## 12395                                                           NFL Blitz Pro
## 12397                                                               Rogue Ops
## 12400                                                              Rugby 2004
## 12401                                                   Naruto: Ninja Council
## 12406                                                   Maximo vs Army of Zin
## 12408                                         Cabela's Deer Hunt: 2004 Season
## 12409                                                                Bionicle
## 12411                                                 X2: Wolverine's Revenge
## 12412                                                              EVE Online
## 12416                              Harvest Moon: More Friends of Mineral Town
## 12417                                                 X2: Wolverine's Revenge
## 12419                                                       MVP Baseball 2003
## 12421                                                   IHRA Drag Racing 2004
## 12422                                                                 Gladius
## 12425                                                        The Great Escape
## 12426                                                              The Hobbit
## 12428                                             Mace Griffin: Bounty Hunter
## 12429                                                Legacy of Kain: Defiance
## 12430                                      Aliens versus Predator: Extinction
## 12431                                                            NHL Hitz Pro
## 12433                                                                    Hulk
## 12434                                       Robin Hood: Defender of the Crown
## 12435                                                            R-Type Final
## 12436                                       Harry Potter: Quidditch World Cup
## 12437                                  EverQuest Online Adventures: Frontiers
## 12440                                    Indiana Jones and the Emperor's Tomb
## 12441                                  Buffy the Vampire Slayer: Chaos Bleeds
## 12442                                                                   Siren
## 12443                                                               Amplitude
## 12444                                                Tokyo Xtreme Racer DRIFT
## 12445                                               Tiger Woods PGA Tour 2004
## 12446                                                          EyeToy: Groove
## 12448                                                                NHL 2004
## 12449                                                   NBA Inside Drive 2004
## 12450                                                              The Hobbit
## 12451                                        Metal Arms: Glitch in the System
## 12453                                                SWAT: Global Strike Team
## 12454                                     Goblin Commander: Unleash the Horde
## 12455                                                                RoadKill
## 12457                                            Looney Tunes: Back in Action
## 12458                                          Hunter: The Reckoning Redeemer
## 12459                                                       Spawn: Armageddon
## 12460                                   James Bond 007: Everything or Nothing
## 12461                                                      State of Emergency
## 12462                                           Mega Man Network Transmission
## 12463                              Backyard Wrestling: Don't Try This at Home
## 12465                                                 Midway Arcade Treasures
## 12466                                                      ESPN College Hoops
## 12467                                                       Kya: Dark Lineage
## 12470                                                   Hot Wheels World Race
## 12472                                       Fatal Frame II: Crimson Butterfly
## 12473                                                      Dynasty Warriors 4
## 12474                           Wakeboarding Unleashed Featuring Shaun Murray
## 12477                                                       F-Zero: GP Legend
## 12478                                               Tiger Woods PGA Tour 2004
## 12479                                                    Battlestar Galactica
## 12481                                          Warhammer 40,000: Fire Warrior
## 12482                                              Burnout 2: Point of Impact
## 12483                                                      NCAA Football 2004
## 12485                                     Prince of Persia: The Sands of Time
## 12487                                               World Series Baseball 2K3
## 12489                                          Fugitive Hunter: War on Terror
## 12491                                             Medal of Honor: Infiltrator
## 12492                                                Tom Clancy's Ghost Recon
## 12493                                         Boktai: The Sun is in Your Hand
## 12494                                                 Grabbed by the Ghoulies
## 12495                                                                Rayman 3
## 12497                                      Terminator 3: Rise of the Machines
## 12499                                             Sphinx and the Cursed Mummy
## 12500                                  Star Wars: Knights of the Old Republic
## 12502                                                           Dino Crisis 3
## 12504                                                                 NBA Jam
## 12505                                                                    Apex
## 12506                                                                 Gladius
## 12509                                               James Bond 007: Nightfire
## 12511                                   Mission: Impossible - Operation Surma
## 12512                                                    RollerCoaster Tycoon
## 12513                                               Hitman 2: Silent Assassin
## 12514                                          Crouching Tiger, Hidden Dragon
## 12516                                                                Whiplash
## 12517                                                              Alter Echo
## 12518                                                       Backyard Baseball
## 12519                                                  All-Star Baseball 2004
## 12521                                                        Freedom Fighters
## 12522                                                     Armed and Dangerous
## 12524                                                                Worms 3D
## 12526                                                          Red Faction II
## 12527                                                            Voodoo Vince
## 12529                                                 X2: Wolverine's Revenge
## 12531                                           Gladiator: Sword of Vengeance
## 12533                                                Onimusha: Blade Warriors
## 12534                                        Disney's Extreme Skate Adventure
## 12536                                                              Nightshade
## 12537                                  Buffy the Vampire Slayer: Chaos Bleeds
## 12538                                             Sphinx and the Cursed Mummy
## 12539                                                              Smash Cars
## 12540                                                  Growlanser Generations
## 12541                                          Mega Man Battle Chip Challenge
## 12542                                                   Batman: Dark Tomorrow
## 12543                                                 Batman: Rise of Sin Tzu
## 12545                                                         ESPN NHL Hockey
## 12546                                        Disney's Extreme Skate Adventure
## 12548                                               Naval Ops: Warship Gunner
## 12549                                          The King of Fighters 2000/2001
## 12550                                                         NHL Rivals 2004
## 12551                                                       Dynasty Tactics 2
## 12554                                             Mace Griffin: Bounty Hunter
## 12555                                                            SimCity 2000
## 12556                                                           UFC: Tapout 2
## 12558                                                                    Vexx
## 12559                                                     F1 Career Challenge
## 12560                                        Metal Arms: Glitch in the System
## 12561                                                    Road Rash: Jailbreak
## 12562                                                                 Syberia
## 12563                                             Bujingai: The Forsaken City
## 12565                                                     Capcom vs. SNK 2 EO
## 12567                                                                NHL 2004
## 12569                                              Tom Clancy's Splinter Cell
## 12573                                                                MotoGP 2
## 12575                                                             Speed Kings
## 12577                                                             Ribbit King
## 12578                                                           Bloody Roar 4
## 12579                                                                 I-Ninja
## 12580                                                 Wild ARMs: Alter Code F
## 12583                                                             Ghosthunter
## 12584                                                 Astro Boy: Omega Factor
## 12585                                                       Freestyle Metal X
## 12586                                                                 Ikaruga
## 12589                                                          Top Gear Rally
## 12590                                                                    XIII
## 12592                                                          Sega GT Online
## 12594                                                        Onimusha Tactics
## 12595                                                    Ultimate Brain Games
## 12596                                      Aliens versus Predator: Extinction
## 12597                                                            RTX Red Rock
## 12598                                                         Shining Soul II
## 12599                                                         The Italian Job
## 12600                                         Space Channel 5 Special Edition
## 12601                                                      Big Mutha Truckers
## 12602                                   Harry Potter and the Sorcerer's Stone
## 12603                                    High Heat Major League Baseball 2004
## 12605                                           Superman: Shadow of Apokolips
## 12606                                                   Batman: Dark Tomorrow
## 12608                                                                RoadKill
## 12610                   Phantasy Star Online Episode III: C.A.R.D. Revolution
## 12611                                                          WWE Crush Hour
## 12612                                                Resident Evil 3: Nemesis
## 12613                                                  All-Star Baseball 2004
## 12615                                                  Conflict: Desert Storm
## 12616                                                                Futurama
## 12617                                                 Rayman 3: Hoodlum Havoc
## 12618                                                                 Gladius
## 12619                                                                 I-Ninja
## 12627                                        Romance of the Three Kingdoms IX
## 12628                                   Harry Potter and the Sorcerer's Stone
## 12630                                                        FIFA Soccer 2004
## 12631                                                 Rayman 3: Hoodlum Havoc
## 12633                                                                Lifeline
## 12634                    Microsoft Flight Simulator 2004: A Century of Flight
## 12635                                                       Spawn: Armageddon
## 12636                                        Jurassic Park: Operation Genesis
## 12637                                                 Batman: Rise of Sin Tzu
## 12638                                                            World Racing
## 12640                                                                Worms 3D
## 12641                                                            NHL Hitz Pro
## 12642                                                                Bionicle
## 12644                                      XGRA: Extreme G Racing Association
## 12647                                                    Muppets Party Cruise
## 12650                                                                    Vexx
## 12652                                               Flipnic: Ultimate Pinball
## 12653                                               Oddworld: Munch's Oddysee
## 12654                                        Resident Evil - Code: Veronica X
## 12656                                                                Worms 3D
## 12657                                                         Resident Evil 2
## 12659                                                        Lost Kingdoms II
## 12661                                                             Speed Kings
## 12662                                           Gladiator: Sword of Vengeance
## 12664                                                Wing Commander: Prophecy
## 12667                                                      Medabots: Infinity
## 12669                                                           NFL Blitz Pro
## 12670                           Wakeboarding Unleashed Featuring Shaun Murray
## 12671                                              Otogi 2: Immortal Warriors
## 12672                                                       Piglet's Big Game
## 12673                                                          IndyCar Series
## 12676                                                        FIFA Soccer 2004
## 12677                                                       Shrek Super Party
## 12680                                                             Arx Fatalis
## 12682                                                        The Lost Vikings
## 12685                                                     Rock 'N Roll Racing
## 12686                                                              Freelancer
## 12689                                              Need for Speed Underground
## 12692                                                   Double Dragon Advance
## 12693                                                                   Yager
##       Platform Year_of_Release       Genre
## 1          PS4            2016      Sports
## 3          PS4            2016     Shooter
## 4          PS4            2016     Shooter
## 5          PS4            2016     Shooter
## 6          PS4            2016     Shooter
## 7         XOne            2016      Sports
## 8         XOne            2016     Shooter
## 9          PS4            2016      Action
## 10        XOne            2016     Shooter
## 11        XOne            2016     Shooter
## 12         PS4            2016     Shooter
## 13         PS4            2016      Sports
## 14         PS4            2016      Action
## 15         PS4            2016      Sports
## 16         PS4            2016      Action
## 17         PS4            2016 RolePlaying
## 20        XOne            2016     Shooter
## 23        XOne            2016      Sports
## 24         PS4            2016    Fighting
## 25         PS4            2016      Action
## 26        XOne            2016      Racing
## 27        XOne            2016     Shooter
## 28        WiiU            2016      Action
## 29        XOne            2016      Sports
## 30        WiiU            2016    Fighting
## 32         PS4            2016      Sports
## 33         3DS            2016      Action
## 34         PS4            2016    Fighting
## 36        XOne            2016      Action
## 38         PS4            2016     Shooter
## 41         PS4            2016      Action
## 42         PS4            2016      Action
## 43         PS4            2016      Action
## 45          PC            2016  Simulation
## 46         PS4            2016      Action
## 48        XOne            2016      Action
## 49         PS4            2016      Sports
## 50        XOne            2016     Shooter
## 52        XOne            2016      Action
## 53          PC            2016     Shooter
## 55         PS4            2016     Shooter
## 56        XOne            2016     Shooter
## 57         PS4            2016      Sports
## 59        WiiU            2016 RolePlaying
## 60        XOne            2016      Sports
## 61         PS4            2016  Simulation
## 62          PC            2016     Shooter
## 64         PS4            2016   Adventure
## 66         PS4            2016   Adventure
## 68          PC            2016     Shooter
## 69         PS4            2016 RolePlaying
## 73         PS4            2016     Shooter
## 74         PS4            2016      Sports
## 75         PS4            2016      Racing
## 76        WiiU            2016     Shooter
## 77        XOne            2016      Action
## 78         PS4            2016     Shooter
## 79         PS4            2016    Fighting
## 80        XOne            2016      Action
## 81         PS4            2016    Platform
## 82         PS4            2016      Action
## 84         PS4            2016 RolePlaying
## 85         PS4            2016      Sports
## 87          PC            2016 RolePlaying
## 89         3DS            2016        Misc
## 90        XOne            2016    Fighting
## 91         PS4            2016      Action
## 93        XOne            2016      Action
## 94         PS4            2016      Sports
## 100        PS4            2016      Action
## 101       XOne            2016      Sports
## 102        PS4            2016     Shooter
## 103        PS4            2016        Misc
## 104         PC            2016    Strategy
## 105       XOne            2016      Sports
## 107       XOne            2016      Sports
## 108       WiiU            2016      Action
## 110         PC            2016    Strategy
## 113       XOne            2016      Action
## 115        3DS            2016 RolePlaying
## 116        PSV            2016 RolePlaying
## 117        3DS            2016    Platform
## 118        PS4            2016      Action
## 122       XOne            2016      Action
## 123        PS4            2016 RolePlaying
## 127        3DS            2016      Action
## 128         PC            2016      Action
## 129        PS4            2016 RolePlaying
## 135       XOne            2016 RolePlaying
## 136         PC            2016      Action
## 137       XOne            2016    Platform
## 140       XOne            2016     Shooter
## 141       XOne            2016     Shooter
## 142        PS4            2016    Fighting
## 143        PSV            2016 RolePlaying
## 144        PS4            2016      Action
## 145       WiiU            2016      Action
## 146       XOne            2016      Action
## 147        PS4            2016    Platform
## 148        PS4            2016    Strategy
## 150        PSV            2016 RolePlaying
## 151       XOne            2016     Shooter
## 152        PS4            2016      Action
## 153        PS4            2016      Action
## 154         PC            2016     Shooter
## 157       XOne            2016   Adventure
## 158         PC            2016    Strategy
## 162       XOne            2016      Racing
## 168         PC            2016   Adventure
## 169        PSV            2016        Misc
## 173         PC            2016      Action
## 179         PC            2016      Sports
## 181        3DS            2016      Action
## 184        PS4            2016 RolePlaying
## 185       XOne            2016      Action
## 186        PS4            2016      Action
## 191         PC            2016  Simulation
## 192        PS4            2016     Shooter
## 197       XOne            2016    Platform
## 198        PSV            2016    Fighting
## 202        PS4            2016      Action
## 203         PC            2016  Simulation
## 206        PS4            2016      Racing
## 209        3DS            2016      Action
## 215        PS4            2016    Fighting
## 216         PC            2016     Shooter
## 218        PS4            2016    Platform
## 219         PC            2016     Shooter
## 222        PS4            2016     Shooter
## 223        PS4            2016      Action
## 225       XOne            2016      Action
## 226        PS4            2016      Racing
## 228        3DS            2016   Adventure
## 229         PC            2016 RolePlaying
## 231        PS4            2016   Adventure
## 232        PSV            2016      Action
## 234         PC            2016    Platform
## 237        PS4            2016      Racing
## 238       XOne            2016    Fighting
## 239       XOne            2016      Action
## 240        PSV            2016   Adventure
## 242        PS4            2016 RolePlaying
## 247       XOne            2016      Action
## 253         PC            2016    Fighting
## 256         PC            2016      Sports
## 258       XOne            2016      Action
## 264        PS4            2016    Platform
## 266       XOne            2016      Action
## 268        PS4            2016     Shooter
## 272        3DS            2016      Action
## 274        PS4            2016        Misc
## 276         PC            2016     Shooter
## 277        PS4            2016      Racing
## 278       XOne            2016      Sports
## 279       XOne            2016    Strategy
## 282        PS4            2016      Racing
## 283        PSV            2016   Adventure
## 284       XOne            2016     Shooter
## 286        PS4            2016      Racing
## 287         PC            2016   Adventure
## 289        PS4            2016      Action
## 291       XOne            2016      Action
## 297        PS4            2016      Sports
## 300        PS4            2016   Adventure
## 302        PS4            2016      Action
## 309         PC            2016     Shooter
## 310       XOne            2016        Misc
## 323        PS4            2016     Shooter
## 327         PC            2016 RolePlaying
## 331         PC            2016      Action
## 333         PC            2016      Racing
## 334        PS4            2016      Action
## 337        PS4            2016      Action
## 339       XOne            2016      Racing
## 345       WiiU            2016    Platform
## 347        PSV            2016 RolePlaying
## 355        PS4            2016      Action
## 357       XOne            2016 RolePlaying
## 362        PS4            2016      Action
## 365        PS4            2016   Adventure
## 375        PS4            2016   Adventure
## 381        PS4            2016      Action
## 383        PSV            2016   Adventure
## 390        PS4            2016     Shooter
## 396         PC            2016      Sports
## 397       XOne            2016      Action
## 399         PC            2016  Simulation
## 401        PS4            2016      Action
## 404       XOne            2016    Platform
## 411        PS4            2016      Action
## 418        PS4            2016      Sports
## 431         PC            2016      Action
## 433       XOne            2016      Racing
## 436         PC            2016      Racing
## 437        PS4            2016      Action
## 438         PC            2016      Sports
## 439        PS4            2016     Shooter
## 442        3DS            2016      Action
## 445       XOne            2016      Action
## 446         PC            2016 RolePlaying
## 449       XOne            2016      Action
## 452         PC            2016   Adventure
## 453       XOne            2016      Action
## 462       XOne            2016  Simulation
## 467         PC            2016      Action
## 469        PS4            2016      Action
## 471        PS4            2016   Adventure
## 476         PC            2016      Racing
## 477        PS4            2016 RolePlaying
## 478        PS4            2016      Action
## 487       XOne            2016      Racing
## 491       WiiU            2016      Action
## 504        PS4            2015      Sports
## 507        PS4            2015 RolePlaying
## 508        PS4            2015      Action
## 509       XOne            2015     Shooter
## 510       WiiU            2015     Shooter
## 511       XOne            2015 RolePlaying
## 512        PS4            2015 RolePlaying
## 513        PS4            2015      Action
## 514        PS4            2015      Sports
## 516        PS4            2015      Action
## 517        PS4            2015      Action
## 519       XOne            2015     Shooter
## 520       XOne            2015      Sports
## 521        PS4            2015      Sports
## 522       WiiU            2015    Platform
## 523        3DS            2015  Simulation
## 524        PS4            2015    Fighting
## 526        PS4            2015      Action
## 528       XOne            2015      Sports
## 529        3DS            2015      Action
## 530       XOne            2015      Sports
## 532        PS4            2015     Shooter
## 533        PS4            2015     Shooter
## 534        PS4            2015      Action
## 535        PS4            2015     Shooter
## 536        PS4            2015      Action
## 537       XOne            2015      Racing
## 539        PS4            2015     Shooter
## 543        PS4            2015   Adventure
## 544       WiiU            2015        Misc
## 546       XOne            2015      Action
## 547       XOne            2015    Fighting
## 548       XOne            2015   Adventure
## 549       XOne            2015     Shooter
## 550       XOne            2015 RolePlaying
## 551       WiiU            2015    Platform
## 552       XOne            2015      Action
## 553       XOne            2015      Action
## 554         PC            2015 RolePlaying
## 555       XOne            2015 RolePlaying
## 556        3DS            2015 RolePlaying
## 557        PS4            2015      Sports
## 558       XOne            2015     Shooter
## 559       XOne            2015     Shooter
## 561         PC            2015      Action
## 562        3DS            2015      Action
## 563        PS4            2015    Fighting
## 564        PS4            2015      Racing
## 567        PS4            2015     Shooter
## 570        PS4            2015      Sports
## 571       XOne            2015      Action
## 572        PS4            2015      Action
## 574        PS4            2015     Shooter
## 578        PS4            2015        Misc
## 580       WiiU            2015 RolePlaying
## 581        PS4            2015      Sports
## 582       XOne            2015        Misc
## 586       XOne            2015      Action
## 591        PS4            2015      Action
## 593         PC            2015 RolePlaying
## 597        PS4            2015      Racing
## 598       XOne            2015      Action
## 601       XOne            2015     Shooter
## 602        PS4            2015      Sports
## 605       XOne            2015      Sports
## 606       WiiU            2015        Misc
## 610       XOne            2015        Misc
## 611        PS4            2015      Action
## 614       WiiU            2015      Action
## 615         PC            2015    Strategy
## 617       WiiU            2015      Action
## 618        PS4            2015      Action
## 619       WiiU            2015    Platform
## 622        3DS            2015 RolePlaying
## 625       WiiU            2015      Action
## 627       XOne            2015      Sports
## 628       XOne            2015        Misc
## 629        PS4            2015      Action
## 632       WiiU            2015      Sports
## 633       XOne            2015     Shooter
## 637       WiiU            2015        Misc
## 639       XOne            2015      Action
## 641        PS4            2015 RolePlaying
## 647        PS4            2015        Misc
## 651        PSV            2015 RolePlaying
## 652        PS4            2015        Misc
## 655         PC            2015  Simulation
## 660        3DS            2015    Fighting
## 661        3DS            2015        Misc
## 662       XOne            2015        Misc
## 663       XOne            2015    Fighting
## 665        PSV            2015        Misc
## 667        PS4            2015  Simulation
## 668        PS4            2015      Action
## 670        PS4            2015      Action
## 672        PS4            2015 RolePlaying
## 677       XOne            2015      Action
## 678        PS4            2015    Platform
## 681       XOne            2015      Racing
## 684        3DS            2015 RolePlaying
## 685         PC            2015    Strategy
## 688        PS4            2015 RolePlaying
## 689       XOne            2015      Racing
## 690        3DS            2015 RolePlaying
## 691       XOne            2015      Action
## 693         PC            2015    Strategy
## 695        3DS            2015 RolePlaying
## 697         PC            2015     Shooter
## 698        PS4            2015      Action
## 703        PS4            2015      Racing
## 704         PC            2015  Simulation
## 705        3DS            2015    Strategy
## 707         PC            2015      Action
## 709        PS4            2015      Sports
## 712         PC            2015      Sports
## 713         PC            2015      Action
## 717       WiiU            2015        Misc
## 719         PC            2015     Shooter
## 722        PS4            2015    Fighting
## 723        PSV            2015      Action
## 725        PS4            2015      Action
## 727        PS4            2015      Sports
## 730        PS4            2015      Action
## 733        PS4            2015      Action
## 734        PSV            2015      Action
## 736        PSV            2015      Action
## 737        3DS            2015 RolePlaying
## 738        3DS            2015  Simulation
## 747        PS4            2015      Action
## 749         PC            2015      Action
## 750         PC            2015  Simulation
## 751        3DS            2015    Platform
## 753       XOne            2015      Action
## 755         PC            2015     Shooter
## 756        PS4            2015   Adventure
## 759        PS4            2015      Action
## 761         PC            2015      Action
## 762        PS4            2015      Action
## 764         PC            2015      Racing
## 766        PS4            2015      Sports
## 770       XOne            2015      Sports
## 771       WiiU            2015      Action
## 773        PS4            2015      Action
## 774        PS4            2015      Sports
## 779        PSV            2015      Action
## 783       XOne            2015      Sports
## 785        PS4            2015 RolePlaying
## 786       XOne            2015      Sports
## 788         PC            2015 RolePlaying
## 789       XOne            2015      Racing
## 790        PSV            2015      Action
## 791       XOne            2015      Action
## 795        PS4            2015    Fighting
## 796        PS4            2015      Action
## 798       WiiU            2015    Platform
## 799        PS4            2015      Action
## 804        PSV            2015   Adventure
## 805        3DS            2015      Action
## 808        PS4            2015      Action
## 810         PC            2015      Action
## 815       XOne            2015      Sports
## 820        PS4            2015      Action
## 821        PS4            2015    Platform
## 825         PC            2015      Action
## 828         PC            2015      Action
## 834        PS4            2015    Strategy
## 839        PS4            2015 RolePlaying
## 841        PS4            2015 RolePlaying
## 852        PS4            2015   Adventure
## 855        3DS            2015      Puzzle
## 858        PS4            2015      Action
## 859        PSV            2015 RolePlaying
## 861        PS4            2015     Shooter
## 866       WiiU            2015      Action
## 869        PSV            2015 RolePlaying
## 871        PS4            2015      Sports
## 872        PS4            2015      Sports
## 888         PC            2015      Racing
## 891         PC            2015    Fighting
## 893       XOne            2015      Action
## 894       XOne            2015 RolePlaying
## 899        PS4            2015   Adventure
## 903         PC            2015    Strategy
## 904        PS4            2015      Action
## 912         PC            2015      Sports
## 913        3DS            2015    Platform
## 916       XOne            2015   Adventure
## 918        PS4            2015    Fighting
## 919        3DS            2015      Action
## 920        3DS            2015      Action
## 934         PC            2015      Action
## 938        PS4            2015 RolePlaying
## 939        PS4            2015      Action
## 940        PSV            2015 RolePlaying
## 942        PSV            2015 RolePlaying
## 948        PS4            2015    Fighting
## 970         PC            2015      Action
## 988        PS4            2015      Puzzle
## 991         PC            2015      Racing
## 999        PS4            2015      Action
## 1001       PS4            2015      Action
## 1005        PC            2015      Action
## 1021       PS3            2015   Adventure
## 1028       PSV            2015      Action
## 1040      XOne            2015      Action
## 1045        PC            2015      Action
## 1056      XOne            2015   Adventure
## 1092      WiiU            2015      Action
## 1093      WiiU            2015      Puzzle
## 1098      WiiU            2015        Misc
## 1104      XOne            2015      Action
## 1109       PS4            2014      Action
## 1111       PS4            2014     Shooter
## 1113      WiiU            2014      Racing
## 1114       PS4            2014      Sports
## 1115       PS4            2014     Shooter
## 1116      XOne            2014      Action
## 1117      XOne            2014     Shooter
## 1125       PS4            2014      Action
## 1126       PS4            2014     Shooter
## 1127       PS4            2014      Action
## 1128       3DS            2014 RolePlaying
## 1129      XOne            2014      Action
## 1130      XOne            2014     Shooter
## 1132      XOne            2014     Shooter
## 1133        PC            2014  Simulation
## 1134       PS4            2014      Action
## 1135      XOne            2014     Shooter
## 1137       PS4            2014      Action
## 1140       PS4            2014      Sports
## 1141       PS4            2014      Sports
## 1142      XOne            2014      Sports
## 1143       PS4            2014      Racing
## 1146       PS4            2014 RolePlaying
## 1149       PS4            2014    Platform
## 1150       3DS            2014    Platform
## 1152       PS4            2014      Action
## 1154       PS4            2014      Racing
## 1155      XOne            2014      Sports
## 1156      XOne            2014     Shooter
## 1159      XOne            2014      Action
## 1160      XOne            2014      Sports
## 1161       PS4            2014     Shooter
## 1162      WiiU            2014    Platform
## 1165      XOne            2014      Racing
## 1166       3DS            2014    Platform
## 1167      X360            2014     Shooter
## 1168      XOne            2014      Action
## 1171       PS3            2014      Action
## 1172      X360            2014      Action
## 1173       PS3            2014 RolePlaying
## 1174       PS4            2014      Action
## 1177      WiiU            2014      Action
## 1179      WiiU            2014      Puzzle
## 1180       PS4            2014      Sports
## 1181      XOne            2014     Shooter
## 1182       PS4            2014     Shooter
## 1184      X360            2014     Shooter
## 1185       PS4            2014      Sports
## 1186      X360            2014      Action
## 1187       PS4            2014    Platform
## 1190      XOne            2014 RolePlaying
## 1191       PS4            2014      Action
## 1192       PS3            2014      Action
## 1193       PS3            2014 RolePlaying
## 1194      X360            2014 RolePlaying
## 1196        PC            2014 RolePlaying
## 1203       PS3            2014      Sports
## 1204      WiiU            2014      Action
## 1205       PS4            2014      Sports
## 1207      X360            2014 RolePlaying
## 1209        PC            2014 RolePlaying
## 1210      WiiU            2014        Misc
## 1211       3DS            2014 RolePlaying
## 1212       PS4            2014      Sports
## 1213      X360            2014     Shooter
## 1214      WiiU            2014      Action
## 1216      XOne            2014     Shooter
## 1217       PS4            2014     Shooter
## 1218      XOne            2014     Shooter
## 1219      XOne            2014      Action
## 1220       PS4            2014      Action
## 1225       PSV            2014 RolePlaying
## 1227       PSV            2014     Shooter
## 1228      WiiU            2014      Action
## 1229      X360            2014      Sports
## 1230      XOne            2014      Racing
## 1232        PC            2014     Shooter
## 1235       PS3            2014      Sports
## 1236       PS4            2014     Shooter
## 1237       PS3            2014     Shooter
## 1240      XOne            2014      Sports
## 1241       PS4            2014      Action
## 1242       PS4            2014      Sports
## 1245       PS3            2014      Action
## 1247      XOne            2014      Sports
## 1248        PC            2014     Shooter
## 1252        PC            2014      Action
## 1253       3DS            2014 RolePlaying
## 1254      XOne            2014        Misc
## 1255      XOne            2014      Action
## 1257       PS4            2014 RolePlaying
## 1258      XOne            2014     Shooter
## 1260       3DS            2014        Misc
## 1261       3DS            2014      Sports
## 1262        PC            2014      Action
## 1263      XOne            2014      Sports
## 1270      X360            2014      Action
## 1274        PC            2014     Shooter
## 1275        PC            2014      Action
## 1277       PS4            2014      Action
## 1281       PS3            2014    Fighting
## 1282      XOne            2014      Action
## 1283       PS3            2014      Sports
## 1284      X360            2014      Sports
## 1285       PS4            2014      Racing
## 1286       3DS            2014  Simulation
## 1287      XOne            2014      Sports
## 1288       PS3            2014      Racing
## 1289        PC            2014     Shooter
## 1291       PS4            2014        Misc
## 1294      WiiU            2014      Sports
## 1295       3DS            2014        Misc
## 1297        PC            2014    Strategy
## 1299       3DS            2014 RolePlaying
## 1301        PC            2014      Action
## 1302      XOne            2014     Shooter
## 1303      XOne            2014    Platform
## 1306       PSV            2014        Misc
## 1307       PS4            2014      Action
## 1310      WiiU            2014      Action
## 1312       PS3            2014    Fighting
## 1316       PSV            2014 RolePlaying
## 1318        PC            2014     Shooter
## 1319       3DS            2014      Action
## 1320      XOne            2014      Action
## 1321        PC            2014      Sports
## 1324      WiiU            2014      Action
## 1327       PS3            2014      Action
## 1328        PC            2014      Action
## 1331      XOne            2014      Action
## 1332       3DS            2014      Action
## 1338       PS3            2014        Misc
## 1341      XOne            2014      Racing
## 1342       PS4            2014      Action
## 1343       PS4            2014      Action
## 1345       PS4            2014      Sports
## 1347       PSV            2014      Action
## 1349      X360            2014      Racing
## 1351       PSV            2014      Action
## 1352      XOne            2014 RolePlaying
## 1354       3DS            2014      Action
## 1355      X360            2014    Fighting
## 1358       PSV            2014      Action
## 1359       PS4            2014   Adventure
## 1360      XOne            2014      Sports
## 1361       PSV            2014    Fighting
## 1362       PSV            2014      Action
## 1365       PS3            2014      Action
## 1366       PS4            2014 RolePlaying
## 1367       PS4            2014      Action
## 1368        PC            2014 RolePlaying
## 1371       PSV            2014 RolePlaying
## 1374      XOne            2014        Misc
## 1378      XOne            2014        Misc
## 1379       PS3            2014 RolePlaying
## 1380       PSV            2014   Adventure
## 1381       PS4            2014      Racing
## 1382       PS3            2014      Racing
## 1383        PC            2014 RolePlaying
## 1384      XOne            2014        Misc
## 1385       PSV            2014        Misc
## 1389      X360            2014      Racing
## 1391       PS3            2014    Fighting
## 1392      XOne            2014      Action
## 1393        PC            2014      Racing
## 1396       PS3            2014 RolePlaying
## 1398        PC            2014 RolePlaying
## 1400      XOne            2014        Misc
## 1404       PSV            2014 RolePlaying
## 1406       PS3            2014 RolePlaying
## 1409        PC            2014     Shooter
## 1412      XOne            2014      Sports
## 1416       PSV            2014    Platform
## 1419       PS3            2014    Fighting
## 1421       PSV            2014    Fighting
## 1423      WiiU            2014      Action
## 1424       PSV            2014      Action
## 1425       PSV            2014      Action
## 1427       PSV            2014 RolePlaying
## 1435        PC            2014  Simulation
## 1436       PS3            2014      Action
## 1438       PSV            2014      Action
## 1440      WiiU            2014      Action
## 1444       PSV            2014      Action
## 1445       PS3            2014      Racing
## 1446       PSV            2014      Sports
## 1448       PSV            2014    Fighting
## 1449      X360            2014   Adventure
## 1451       PS3            2014 RolePlaying
## 1461       PS4            2014 RolePlaying
## 1462        PC            2014      Racing
## 1464       PSV            2014 RolePlaying
## 1468       PS3            2014   Adventure
## 1472       PS3            2014    Fighting
## 1473       PS3            2014      Action
## 1474      X360            2014      Action
## 1477      X360            2014      Racing
## 1478        PC            2014 RolePlaying
## 1481       PS4            2014      Action
## 1482      WiiU            2014   Adventure
## 1484       PS4            2014      Sports
## 1486       3DS            2014      Action
## 1487       PS3            2014 RolePlaying
## 1488      X360            2014    Fighting
## 1491       PSV            2014 RolePlaying
## 1492       3DS            2014      Action
## 1495       PS3            2014 RolePlaying
## 1497       PS3            2014      Action
## 1500      X360            2014      Action
## 1501       PSV            2014 RolePlaying
## 1506       PSV            2014 RolePlaying
## 1507       PSV            2014      Action
## 1508      XOne            2014      Action
## 1514      X360            2014    Fighting
## 1515       PS4            2014      Action
## 1520       PSV            2014 RolePlaying
## 1522      X360            2014 RolePlaying
## 1523       PSV            2014      Action
## 1525      WiiU            2014      Action
## 1532        PC            2014      Action
## 1534      X360            2014      Racing
## 1541       3DS            2014 RolePlaying
## 1543      X360            2014      Action
## 1546      X360            2014  Simulation
## 1547       PS3            2014 RolePlaying
## 1549       PS3            2014     Shooter
## 1550        PC            2014      Action
## 1554      X360            2014 RolePlaying
## 1558       PS4            2014 RolePlaying
## 1562      X360            2014      Action
## 1571      X360            2014     Shooter
## 1572       PS4            2014    Strategy
## 1577      XOne            2014      Action
## 1582        PC            2014      Action
## 1587       PS4            2014      Action
## 1588       PS4            2014      Sports
## 1595        PC            2014      Racing
## 1601      XOne            2014      Sports
## 1606        PC            2014 RolePlaying
## 1610       PS3            2014      Racing
## 1616        PC            2014      Racing
## 1620       PS4            2014 RolePlaying
## 1622       3DS            2014   Adventure
## 1624        PC            2014     Shooter
## 1627        PC            2014 RolePlaying
## 1628       PS3            2014 RolePlaying
## 1629        PC            2014      Action
## 1632       3DS            2014      Action
## 1636        PC            2014 RolePlaying
## 1641        PC            2014 RolePlaying
## 1652       PS3            2014      Sports
## 1659       PSV            2014    Platform
## 1688        PC            2014      Action
## 1690       PS3            2013      Action
## 1691      X360            2013      Action
## 1693      X360            2013     Shooter
## 1694       PS3            2013     Shooter
## 1696       PS3            2013      Sports
## 1697       PS3            2013      Action
## 1699       3DS            2013      Action
## 1700      WiiU            2013    Platform
## 1701      X360            2013      Sports
## 1702       PS4            2013     Shooter
## 1703       PS3            2013      Action
## 1704       PS4            2013     Shooter
## 1706       PS3            2013     Shooter
## 1707      X360            2013     Shooter
## 1709      X360            2013      Action
## 1710       PS3            2013      Racing
## 1711       3DS            2013      Action
## 1712       PS4            2013      Sports
## 1713      XOne            2013     Shooter
## 1714       PS4            2013      Action
## 1715       PS4            2013     Shooter
## 1716      X360            2013      Sports
## 1718       PS3            2013      Action
## 1719       PS3            2013      Action
## 1720      WiiU            2013    Platform
## 1722      X360            2013      Sports
## 1723      X360            2013      Action
## 1724      XOne            2013      Racing
## 1726       PS3            2013      Sports
## 1729      XOne            2013     Shooter
## 1730       PS4            2013      Racing
## 1731      X360            2013     Shooter
## 1732       3DS            2013        Misc
## 1733       PS3            2013 RolePlaying
## 1736      X360            2013      Action
## 1737       PS3            2013      Sports
## 1738       PS3            2013      Action
## 1740      WiiU            2013        Misc
## 1742       PS4            2013    Platform
## 1743       PS3            2013     Shooter
## 1744        PC            2013    Strategy
## 1745      X360            2013      Action
## 1746       PS3            2013   Adventure
## 1747       PS4            2013      Action
## 1749      XOne            2013      Action
## 1750      X360            2013     Shooter
## 1754       PS4            2013      Sports
## 1755      X360            2013      Action
## 1756        PC            2013  Simulation
## 1757       PS3            2013      Action
## 1758      X360            2013 RolePlaying
## 1759      X360            2013    Fighting
## 1760      XOne            2013      Action
## 1761        PC            2013     Shooter
## 1762      X360            2013    Platform
## 1763       PS3            2013 RolePlaying
## 1764       PS3            2013      Racing
## 1765       PS3            2013      Action
## 1766       PS3            2013    Fighting
## 1767      XOne            2013      Sports
## 1768       PS3            2013      Sports
## 1769      WiiU            2013    Strategy
## 1770      X360            2013      Sports
## 1771      WiiU            2013    Platform
## 1772      X360            2013      Sports
## 1774       PS3            2013 RolePlaying
## 1776       PS3            2013    Platform
## 1777      X360            2013        Misc
## 1778      X360            2013      Action
## 1780      X360            2013      Action
## 1781       PS3            2013      Action
## 1782       PS3            2013      Action
## 1783       PS3            2013      Action
## 1785       PS3            2013      Action
## 1786       PS3            2013    Fighting
## 1787       3DS            2013   Adventure
## 1789      XOne            2013      Sports
## 1790      X360            2013     Shooter
## 1791       PS4            2013      Sports
## 1792       3DS            2013      Action
## 1793       PS3            2013     Shooter
## 1794      WiiU            2013      Sports
## 1795       PS3            2013      Sports
## 1796      XOne            2013      Sports
## 1797       PSV            2013     Shooter
## 1798       PSV            2013 RolePlaying
## 1799       PS3            2013      Action
## 1800      X360            2013      Racing
## 1801      X360            2013      Action
## 1803      X360            2013     Shooter
## 1804       3DS            2013      Puzzle
## 1805       PS3            2013      Action
## 1806       PS3            2013      Sports
## 1807      WiiU            2013      Action
## 1808        PC            2013    Strategy
## 1810      XOne            2013      Racing
## 1811      X360            2013      Action
## 1812      WiiU            2013    Platform
## 1813        PC            2013     Shooter
## 1814       PS3            2013      Action
## 1817        PC            2013      Action
## 1818        PC            2013      Sports
## 1819      X360            2013     Shooter
## 1820        PC            2013     Shooter
## 1821       PSV            2013   Adventure
## 1822       PS3            2013     Shooter
## 1823       PS3            2013      Action
## 1824       PS3            2013      Action
## 1825      WiiU            2013      Action
## 1827      WiiU            2013        Misc
## 1828      WiiU            2013    Platform
## 1829       3DS            2013 RolePlaying
## 1830       PS3            2013    Fighting
## 1831       PS3            2013    Platform
## 1832      X360            2013     Shooter
## 1833      X360            2013     Shooter
## 1834       PS3            2013    Platform
## 1835       PS3            2013      Sports
## 1836       PS3            2013      Racing
## 1837      X360            2013      Sports
## 1838       PS3            2013 RolePlaying
## 1842       PSV            2013 RolePlaying
## 1843       PS3            2013     Shooter
## 1844      X360            2013    Fighting
## 1845       3DS            2013    Platform
## 1846      X360            2013      Action
## 1848      XOne            2013        Misc
## 1850       PS3            2013      Action
## 1851      X360            2013      Action
## 1852      X360            2013      Action
## 1853       PS3            2013     Shooter
## 1854       3DS            2013 RolePlaying
## 1855      X360            2013    Platform
## 1856       PSV            2013      Action
## 1858       3DS            2013      Action
## 1859       PS4            2013        Misc
## 1860       PS3            2013      Action
## 1863       PS3            2013   Adventure
## 1864      WiiU            2013      Action
## 1865        PC            2013      Sports
## 1866      WiiU            2013    Platform
## 1867       PS4            2013    Platform
## 1868       3DS            2013      Action
## 1869      X360            2013  Simulation
## 1874       PS3            2013        Misc
## 1875       PS3            2013      Racing
## 1876       PS3            2013      Sports
## 1878       PSV            2013 RolePlaying
## 1879       PS3            2013     Shooter
## 1880      X360            2013      Sports
## 1882       PSV            2013      Action
## 1884       PS3            2013     Shooter
## 1885      WiiU            2013     Shooter
## 1886        PC            2013    Strategy
## 1888       PS3            2013     Shooter
## 1889       PSV            2013        Misc
## 1890       PS3            2013      Action
## 1892        PC            2013      Action
## 1893       PS3            2013 RolePlaying
## 1894      WiiU            2013      Action
## 1895       3DS            2013   Adventure
## 1896       PS3            2013    Fighting
## 1897      X360            2013      Racing
## 1900       PS3            2013    Strategy
## 1902      WiiU            2013      Action
## 1903       PS3            2013        Misc
## 1904      X360            2013    Strategy
## 1905       PS3            2013     Shooter
## 1906      X360            2013      Racing
## 1908      X360            2013 RolePlaying
## 1909       3DS            2013      Action
## 1915       3DS            2013 RolePlaying
## 1916      X360            2013      Action
## 1917      X360            2013     Shooter
## 1918       PS3            2013    Platform
## 1919        PC            2013      Racing
## 1920       PS3            2013     Shooter
## 1921       PSV            2013    Platform
## 1922       3DS            2013    Platform
## 1924      XOne            2013        Misc
## 1926       PS4            2013      Sports
## 1928      X360            2013      Action
## 1929       PS3            2013      Action
## 1930       PSV            2013 RolePlaying
## 1932       PS3            2013      Action
## 1937       PS4            2013    Strategy
## 1938      X360            2013     Shooter
## 1941       PS3            2013 RolePlaying
## 1942       PS3            2013      Action
## 1944        PC            2013     Shooter
## 1945       PS3            2013     Shooter
## 1946      X360            2013     Shooter
## 1947      WiiU            2013  Simulation
## 1948       PS3            2013 RolePlaying
## 1949      XOne            2013      Sports
## 1950       PS3            2013 RolePlaying
## 1953      XOne            2013    Fighting
## 1955      WiiU            2013    Fighting
## 1956        PC            2013      Action
## 1958      WiiU            2013      Action
## 1961        PC            2013      Action
## 1964        PC            2013      Action
## 1965       PS3            2013 RolePlaying
## 1968       PSV            2013 RolePlaying
## 1970        PC            2013     Shooter
## 1971      X360            2013      Action
## 1973      X360            2013      Action
## 1976       PSV            2013 RolePlaying
## 1977        PC            2013      Action
## 1978       PSV            2013 RolePlaying
## 1981      XOne            2013    Strategy
## 1982       PS4            2013    Platform
## 1984       PS3            2013      Action
## 1986      X360            2013      Action
## 1987       PS3            2013 RolePlaying
## 1991      X360            2013     Shooter
## 1992       PSP            2013 RolePlaying
## 1993       PS3            2013  Simulation
## 1998       PSV            2013   Adventure
## 2005       3DS            2013 RolePlaying
## 2007      X360            2013      Action
## 2011      WiiU            2013      Action
## 2012      X360            2013     Shooter
## 2013      WiiU            2013      Action
## 2015       PS3            2013  Simulation
## 2019       PSV            2013      Sports
## 2023        PC            2013     Shooter
## 2024       PSV            2013 RolePlaying
## 2025        PC            2013      Action
## 2030      WiiU            2013      Puzzle
## 2031       PSV            2013      Action
## 2032       3DS            2013      Puzzle
## 2033       PSV            2013   Adventure
## 2048      WiiU            2013    Platform
## 2050       PSV            2013      Action
## 2055       PS3            2013    Platform
## 2056        PC            2013     Shooter
## 2060      X360            2013    Platform
## 2062        PC            2013  Simulation
## 2080       PS3            2013 RolePlaying
## 2082       PS3            2013 RolePlaying
## 2086        PC            2013      Racing
## 2087       PSV            2013 RolePlaying
## 2090      WiiU            2013      Action
## 2094        PC            2013      Action
## 2096      X360            2013      Racing
## 2100      WiiU            2013    Platform
## 2101        PC            2013     Shooter
## 2106        PC            2013     Shooter
## 2109       PS3            2013      Action
## 2115       3DS            2013      Action
## 2118       PS3            2013      Racing
## 2121        PC            2013      Action
## 2125        PC            2013     Shooter
## 2126       3DS            2013      Action
## 2135       3DS            2013    Platform
## 2143       PSV            2013 RolePlaying
## 2146       PS3            2013    Fighting
## 2159       PSV            2013   Adventure
## 2175      WiiU            2013     Shooter
## 2182      WiiU            2013    Fighting
## 2184       PS3            2013 RolePlaying
## 2191       PS3            2013      Action
## 2205        PC            2013      Action
## 2206        PC            2013    Platform
## 2213       PSV            2013   Adventure
## 2234       PS3            2012     Shooter
## 2235      X360            2012     Shooter
## 2236       3DS            2012    Platform
## 2237      X360            2012     Shooter
## 2238       3DS            2012  Simulation
## 2239       PS3            2012      Action
## 2241       Wii            2012        Misc
## 2242       PS3            2012      Action
## 2243      X360            2012      Action
## 2244      WiiU            2012    Platform
## 2245      X360            2012      Action
## 2246        PC            2012 RolePlaying
## 2247      WiiU            2012        Misc
## 2248       PS3            2012     Shooter
## 2249       Wii            2012        Misc
## 2250       PS3            2012     Shooter
## 2251      X360            2012     Shooter
## 2252      X360            2012 RolePlaying
## 2253      X360            2012     Shooter
## 2254      X360            2012      Sports
## 2255      X360            2012      Sports
## 2257       PS3            2012      Sports
## 2258       Wii            2012      Action
## 2259       PS3            2012      Sports
## 2260        PC            2012      Action
## 2261       3DS            2012 RolePlaying
## 2262       PS3            2012     Shooter
## 2263       PS3            2012      Action
## 2264       3DS            2012 RolePlaying
## 2265      X360            2012      Racing
## 2266      X360            2012     Shooter
## 2267       PS3            2012     Shooter
## 2268        PC            2012 RolePlaying
## 2269      X360            2012      Action
## 2270       PS3            2012 RolePlaying
## 2271      X360            2012      Action
## 2272      X360            2012      Action
## 2273      X360            2012      Action
## 2274      X360            2012     Shooter
## 2275       3DS            2012      Action
## 2276      X360            2012      Racing
## 2277       PS3            2012      Sports
## 2278       PS3            2012      Action
## 2279        PC            2012     Shooter
## 2280       PSV            2012      Action
## 2281      X360            2012     Shooter
## 2282       PS3            2012 RolePlaying
## 2283       PS3            2012      Action
## 2286       PS3            2012      Action
## 2287       PSV            2012      Action
## 2288      X360            2012      Action
## 2289       3DS            2012      Action
## 2290       3DS            2012 RolePlaying
## 2291      X360            2012      Action
## 2292       PSV            2012    Platform
## 2293       PS3            2012      Sports
## 2294      X360            2012      Action
## 2295       PS3            2012      Action
## 2297      X360            2012        Misc
## 2298       PS3            2012      Action
## 2299       PS3            2012      Action
## 2301      X360            2012      Action
## 2302       3DS            2012 RolePlaying
## 2303       PSV            2012 RolePlaying
## 2304      X360            2012      Action
## 2305       PS3            2012      Action
## 2306       PS3            2012      Action
## 2307       PS3            2012      Action
## 2308       PS3            2012      Racing
## 2309       PS3            2012      Action
## 2310        DS            2012 RolePlaying
## 2312      WiiU            2012      Action
## 2313      X360            2012      Action
## 2314        PC            2012 RolePlaying
## 2315        PC            2012     Shooter
## 2317        PC            2012  Simulation
## 2319       PS3            2012     Shooter
## 2320       3DS            2012      Sports
## 2321       PS3            2012      Action
## 2323       PS3            2012     Shooter
## 2324        PC            2012      Action
## 2325        PC            2012     Shooter
## 2326       PS3            2012      Sports
## 2327       3DS            2012      Action
## 2328       PS3            2012      Sports
## 2329      X360            2012      Action
## 2331      X360            2012      Sports
## 2333       PS3            2012      Action
## 2334       3DS            2012      Action
## 2335      X360            2012      Action
## 2336      X360            2012 RolePlaying
## 2337       PS3            2012      Action
## 2338       PS3            2012 RolePlaying
## 2339       PS3            2012    Fighting
## 2340       PS3            2012      Action
## 2341       PS3            2012 RolePlaying
## 2342      X360            2012     Shooter
## 2343       PS3            2012    Fighting
## 2345       PS3            2012      Action
## 2346      X360            2012        Misc
## 2348       3DS            2012      Puzzle
## 2349      X360            2012      Action
## 2350      X360            2012      Action
## 2351      X360            2012 RolePlaying
## 2353      X360            2012      Action
## 2355       3DS            2012      Action
## 2356       PS3            2012    Fighting
## 2357       PS3            2012      Action
## 2360       3DS            2012  Simulation
## 2361       PS3            2012    Fighting
## 2362       PS3            2012    Fighting
## 2364        PC            2012    Strategy
## 2365      X360            2012      Sports
## 2369       Wii            2012      Action
## 2373      X360            2012      Sports
## 2374       PS3            2012      Action
## 2375       PSV            2012    Fighting
## 2376       PS3            2012      Sports
## 2377       PS3            2012    Fighting
## 2379       3DS            2012      Action
## 2380      X360            2012    Strategy
## 2382       3DS            2012      Action
## 2383       PS3            2012      Action
## 2384      X360            2012    Fighting
## 2386      X360            2012   Adventure
## 2387       PSV            2012      Sports
## 2389       PS3            2012    Strategy
## 2390       PS3            2012     Shooter
## 2391       3DS            2012 RolePlaying
## 2392       PSV            2012      Action
## 2393       PS3            2012     Shooter
## 2394       PSV            2012    Platform
## 2395       PS3            2012      Sports
## 2397      X360            2012      Action
## 2399      X360            2012      Sports
## 2400       PSV            2012     Shooter
## 2401       3DS            2012        Misc
## 2402      X360            2012      Sports
## 2404      X360            2012      Racing
## 2407      X360            2012      Action
## 2408      X360            2012     Shooter
## 2409      X360            2012    Fighting
## 2410      WiiU            2012      Action
## 2411       PS3            2012      Action
## 2413       3DS            2012      Action
## 2414       PS3            2012      Action
## 2415       PSV            2012      Action
## 2416      X360            2012    Fighting
## 2417      X360            2012      Action
## 2418       PSV            2012      Action
## 2419       PS3            2012      Action
## 2420      X360            2012      Action
## 2422       PS3            2012        Misc
## 2423        PC            2012     Shooter
## 2424       PS3            2012  Simulation
## 2426      X360            2012     Shooter
## 2427      WiiU            2012     Shooter
## 2428       PSV            2012     Shooter
## 2430       PS3            2012      Action
## 2431       PSV            2012 RolePlaying
## 2432        PC            2012      Action
## 2434       3DS            2012      Action
## 2435       PS3            2012  Simulation
## 2436       3DS            2012 RolePlaying
## 2437       PS3            2012      Action
## 2439      X360            2012     Shooter
## 2442       3DS            2012      Action
## 2444      WiiU            2012      Action
## 2445      WiiU            2012        Misc
## 2446      WiiU            2012      Action
## 2449      WiiU            2012      Sports
## 2450       PSV            2012      Racing
## 2451      WiiU            2012      Action
## 2453      X360            2012    Fighting
## 2455       PSV            2012      Action
## 2456        PC            2012      Action
## 2457       PS3            2012      Action
## 2459      X360            2012      Action
## 2460      X360            2012    Fighting
## 2461       PS3            2012      Action
## 2462       PS3            2012     Shooter
## 2463       PS3            2012      Racing
## 2466      X360            2012      Sports
## 2468        PC            2012 RolePlaying
## 2469       PSV            2012      Sports
## 2470       PS3            2012    Fighting
## 2471       PS3            2012      Action
## 2472       PSV            2012      Racing
## 2474       PS3            2012      Action
## 2475       3DS            2012      Action
## 2479       PSV            2012      Action
## 2480      X360            2012 RolePlaying
## 2484      X360            2012      Racing
## 2485      WiiU            2012        Misc
## 2490       PS3            2012      Action
## 2491      X360            2012      Action
## 2492       PS3            2012 RolePlaying
## 2493       PS3            2012      Action
## 2494      X360            2012 RolePlaying
## 2495      X360            2012      Action
## 2496      X360            2012      Action
## 2497        PC            2012      Action
## 2498       PSV            2012      Action
## 2499      X360            2012      Action
## 2500       PS3            2012   Adventure
## 2501       PS3            2012 RolePlaying
## 2502       PS3            2012  Simulation
## 2503       PSV            2012        Misc
## 2504      X360            2012      Racing
## 2505       PS3            2012      Sports
## 2507      WiiU            2012      Action
## 2509      WiiU            2012      Sports
## 2511       PSV            2012        Misc
## 2512        PC            2012     Shooter
## 2514        PC            2012 RolePlaying
## 2515       3DS            2012   Adventure
## 2516       PS3            2012 RolePlaying
## 2517        PC            2012      Action
## 2519      X360            2012  Simulation
## 2522       PS3            2012   Adventure
## 2523       3DS            2012 RolePlaying
## 2526       PS3            2012      Action
## 2530       3DS            2012      Action
## 2531       3DS            2012    Fighting
## 2532      X360            2012  Simulation
## 2535       PSV            2012      Action
## 2537       PSV            2012      Action
## 2539       PS3            2012      Sports
## 2544      X360            2012      Action
## 2545       PSV            2012      Sports
## 2546       PSV            2012    Fighting
## 2547      X360            2012      Action
## 2553      X360            2012     Shooter
## 2554      X360            2012      Sports
## 2555       PSV            2012      Action
## 2556      X360            2012      Sports
## 2558       PS3            2012      Racing
## 2561        PC            2012 RolePlaying
## 2562        PC            2012     Shooter
## 2564      X360            2012      Action
## 2565       PS3            2012 RolePlaying
## 2566       PS3            2012      Racing
## 2567       PS3            2012      Action
## 2568       PS3            2012 RolePlaying
## 2570        PC            2012  Simulation
## 2573       PS3            2012 RolePlaying
## 2574       3DS            2012    Platform
## 2575      X360            2012  Simulation
## 2576        PC            2012      Action
## 2577      WiiU            2012      Action
## 2582       Wii            2012      Action
## 2583       3DS            2012    Platform
## 2584        PC            2012      Racing
## 2585       3DS            2012      Action
## 2586       PS3            2012     Shooter
## 2589      X360            2012 RolePlaying
## 2590        PC            2012     Shooter
## 2591       PS3            2012      Action
## 2595      WiiU            2012      Action
## 2601      X360            2012    Fighting
## 2602      WiiU            2012      Action
## 2603      X360            2012        Misc
## 2604      WiiU            2012      Sports
## 2607       3DS            2012    Platform
## 2608       PS3            2012     Shooter
## 2609        PC            2012      Action
## 2614      WiiU            2012      Action
## 2615       PSV            2012    Fighting
## 2620      X360            2012      Racing
## 2623        PC            2012      Action
## 2627       PS3            2012    Fighting
## 2632      X360            2012      Action
## 2634      X360            2012      Racing
## 2638      X360            2012     Shooter
## 2639       PS3            2012      Action
## 2642       3DS            2012      Puzzle
## 2654       PS3            2012      Racing
## 2655        PC            2012      Sports
## 2657      WiiU            2012      Action
## 2660        PC            2012 RolePlaying
## 2663        PC            2012      Racing
## 2665        PC            2012    Platform
## 2670      X360            2012  Simulation
## 2680        PC            2012   Adventure
## 2681       PS3            2012     Shooter
## 2685        PC            2012      Action
## 2687      X360            2012    Fighting
## 2688       PS3            2012   Adventure
## 2689       PSV            2012      Action
## 2698      X360            2012     Shooter
## 2700      X360            2012      Action
## 2703       PSV            2012      Racing
## 2714      X360            2012        Misc
## 2728        PC            2012     Shooter
## 2732      X360            2012    Fighting
## 2734       PS3            2012      Racing
## 2744        PC            2012      Action
## 2750       PS3            2012 RolePlaying
## 2769       3DS            2012   Adventure
## 2771      WiiU            2012        Misc
## 2774        PC            2012     Shooter
## 2776        PC            2012      Sports
## 2797      X360            2012      Action
## 2800        PC            2012    Strategy
## 2803        PC            2012    Fighting
## 2805        PC            2012      Racing
## 2828        PC            2012      Racing
## 2832      X360            2012   Adventure
## 2833      X360            2012      Action
## 2859       PS3            2012      Sports
## 2867       PSV            2012      Action
## 2877        PC            2012      Action
## 2880      X360            2012    Fighting
## 2887      X360            2011     Shooter
## 2888       PS3            2011     Shooter
## 2889       3DS            2011      Racing
## 2890       3DS            2011    Platform
## 2891       Wii            2011        Misc
## 2892      X360            2011 RolePlaying
## 2893      X360            2011     Shooter
## 2894       PS3            2011     Shooter
## 2895       PS3            2011      Action
## 2897       PS3            2011 RolePlaying
## 2898      X360            2011     Shooter
## 2899       PS3            2011      Action
## 2900      X360            2011      Action
## 2901      X360            2011      Racing
## 2903       PS3            2011      Action
## 2904      X360            2011      Action
## 2906       Wii            2011      Action
## 2907        PC            2011 RolePlaying
## 2910       PS3            2011    Platform
## 2911       PS3            2011   Adventure
## 2912        PC            2011 RolePlaying
## 2913       PS3            2011    Fighting
## 2916       Wii            2011      Action
## 2917        PC            2011     Shooter
## 2918       PS3            2011     Shooter
## 2919      X360            2011      Action
## 2920      X360            2011   Adventure
## 2921      X360            2011      Sports
## 2922       PS3            2011 RolePlaying
## 2923      X360            2011      Sports
## 2924       PS3            2011      Action
## 2925      X360            2011     Shooter
## 2926      X360            2011      Action
## 2927      X360            2011        Misc
## 2928      X360            2011      Sports
## 2929       PS3            2011      Action
## 2930       PS3            2011      Sports
## 2931       PS3            2011      Action
## 2932       PS3            2011      Sports
## 2933      X360            2011    Fighting
## 2934      X360            2011     Shooter
## 2935      X360            2011        Misc
## 2936       PS3            2011 RolePlaying
## 2937      X360            2011        Misc
## 2938       PS3            2011      Action
## 2939       PS3            2011      Action
## 2941       Wii            2011      Action
## 2942        PC            2011     Shooter
## 2943       PS3            2011     Shooter
## 2944       Wii            2011    Platform
## 2945      X360            2011     Shooter
## 2946       PS3            2011    Platform
## 2947       Wii            2011      Action
## 2949       PSV            2011     Shooter
## 2950       Wii            2011        Misc
## 2951      X360            2011     Shooter
## 2952        PC            2011      Sports
## 2953       PS3            2011 RolePlaying
## 2954       PS3            2011     Shooter
## 2955      X360            2011      Action
## 2956      X360            2011     Shooter
## 2957       PS3            2011 RolePlaying
## 2958        DS            2011    Strategy
## 2959        PC            2011    Strategy
## 2960       PS3            2011     Shooter
## 2961      X360            2011    Platform
## 2962      X360            2011     Shooter
## 2963       PS3            2011     Shooter
## 2964      X360            2011      Action
## 2965      X360            2011      Action
## 2966       PS3            2011    Fighting
## 2968       PS3            2011     Shooter
## 2969       PS3            2011      Action
## 2970      X360            2011    Fighting
## 2972       PS3            2011 RolePlaying
## 2973       3DS            2011    Fighting
## 2974       PS3            2011      Racing
## 2975       PS3            2011    Fighting
## 2976       PS3            2011      Action
## 2977      X360            2011      Sports
## 2978       3DS            2011      Action
## 2980       3DS            2011      Action
## 2981       PS3            2011        Misc
## 2982      X360            2011        Misc
## 2983      X360            2011      Action
## 2984       PS3            2011    Fighting
## 2985        DS            2011    Strategy
## 2989       PS3            2011      Racing
## 2990      X360            2011     Shooter
## 2991      X360            2011      Action
## 2992       Wii            2011      Action
## 2993      X360            2011     Shooter
## 2994       3DS            2011    Platform
## 2995       PS3            2011    Platform
## 2996      X360            2011      Sports
## 2997        DS            2011    Platform
## 2998      X360            2011 RolePlaying
## 2999      X360            2011      Action
## 3000        PC            2011      Action
## 3001       3DS            2011  Simulation
## 3002       PS3            2011      Racing
## 3003       PS3            2011      Action
## 3004       3DS            2011     Shooter
## 3005       PS3            2011      Action
## 3006      X360            2011        Misc
## 3008       Wii            2011        Misc
## 3009       PS3            2011      Action
## 3010       PS3            2011     Shooter
## 3012       PS3            2011     Shooter
## 3014       PS3            2011      Sports
## 3015       PS3            2011      Action
## 3016       PSP            2011    Fighting
## 3017      X360            2011        Misc
## 3018      X360            2011     Shooter
## 3019       PS3            2011      Sports
## 3020       3DS            2011 RolePlaying
## 3021       PS3            2011      Action
## 3022       Wii            2011     Shooter
## 3024       PS3            2011     Shooter
## 3025      X360            2011    Fighting
## 3026       PS3            2011     Shooter
## 3027      X360            2011    Platform
## 3029      X360            2011      Sports
## 3031       3DS            2011  Simulation
## 3032        PC            2011     Shooter
## 3033       PS3            2011     Shooter
## 3034       Wii            2011      Action
## 3035        PC            2011      Action
## 3036       PS3            2011      Action
## 3037        PC            2011      Action
## 3038      X360            2011 RolePlaying
## 3039       PS3            2011     Shooter
## 3041      X360            2011      Racing
## 3042      X360            2011      Racing
## 3043       PS3            2011   Adventure
## 3044      X360            2011      Sports
## 3045      X360            2011  Simulation
## 3046      X360            2011      Racing
## 3047        PC            2011  Simulation
## 3048       PS3            2011      Sports
## 3049        PC            2011 RolePlaying
## 3053       Wii            2011 RolePlaying
## 3054       3DS            2011    Platform
## 3055        PC            2011      Action
## 3056        PC            2011  Simulation
## 3057       PS3            2011        Misc
## 3058       3DS            2011      Action
## 3059       PS3            2011      Action
## 3061      X360            2011      Sports
## 3062       3DS            2011  Simulation
## 3064       PS3            2011      Action
## 3065       PS3            2011    Fighting
## 3066       PS3            2011     Shooter
## 3067        PC            2011    Strategy
## 3068        PC            2011      Action
## 3069        PC            2011     Shooter
## 3070       PS3            2011      Sports
## 3071       PS3            2011   Adventure
## 3072       PS3            2011      Sports
## 3073       Wii            2011      Action
## 3074       3DS            2011      Action
## 3075       PS3            2011 RolePlaying
## 3076       PSP            2011      Action
## 3077      X360            2011      Action
## 3078      X360            2011     Shooter
## 3079       PSP            2011 RolePlaying
## 3080       PS3            2011      Action
## 3081       PSV            2011      Sports
## 3082       Wii            2011    Platform
## 3083      X360            2011      Racing
## 3085      X360            2011    Fighting
## 3086      X360            2011 RolePlaying
## 3090        PC            2011      Action
## 3091       PS3            2011     Shooter
## 3092       PS3            2011        Misc
## 3093      X360            2011        Misc
## 3096       PS3            2011 RolePlaying
## 3098      X360            2011      Action
## 3099      X360            2011     Shooter
## 3100      X360            2011   Adventure
## 3101       3DS            2011      Racing
## 3102       3DS            2011      Action
## 3103       PS3            2011    Fighting
## 3104      X360            2011      Action
## 3105       3DS            2011      Action
## 3106       3DS            2011      Racing
## 3107       3DS            2011      Action
## 3109       PS3            2011      Racing
## 3110       Wii            2011        Misc
## 3113      X360            2011      Action
## 3114       PS3            2011 RolePlaying
## 3115       PS3            2011      Racing
## 3119      X360            2011      Sports
## 3120       PS3            2011     Shooter
## 3121       PS3            2011     Shooter
## 3122       3DS            2011    Fighting
## 3123      X360            2011     Shooter
## 3124       PS3            2011     Shooter
## 3125       PS3            2011      Sports
## 3128      X360            2011     Shooter
## 3130       3DS            2011      Puzzle
## 3137      X360            2011      Sports
## 3138       PS3            2011    Fighting
## 3139      X360            2011  Simulation
## 3140        PC            2011     Shooter
## 3144      X360            2011     Shooter
## 3146       Wii            2011      Sports
## 3147       3DS            2011      Sports
## 3150       3DS            2011    Strategy
## 3152       3DS            2011      Action
## 3153      X360            2011     Shooter
## 3154       PS3            2011 RolePlaying
## 3155       3DS            2011 RolePlaying
## 3157        PC            2011      Action
## 3159       3DS            2011      Sports
## 3163        PC            2011     Shooter
## 3164      X360            2011 RolePlaying
## 3166        PC            2011      Action
## 3171       Wii            2011      Sports
## 3173       PS3            2011      Action
## 3174       Wii            2011    Fighting
## 3175      X360            2011    Fighting
## 3177       PSP            2011    Fighting
## 3178       3DS            2011    Strategy
## 3181      X360            2011      Action
## 3182      X360            2011    Fighting
## 3185       Wii            2011      Action
## 3187       Wii            2011   Adventure
## 3190        PC            2011     Shooter
## 3192      X360            2011        Misc
## 3193       PS3            2011      Action
## 3194       PS3            2011      Action
## 3195       PS3            2011     Shooter
## 3200        PC            2011 RolePlaying
## 3201       PS3            2011      Action
## 3202       PS3            2011      Sports
## 3204      X360            2011   Adventure
## 3206       3DS            2011      Puzzle
## 3207        DS            2011 RolePlaying
## 3209       Wii            2011 RolePlaying
## 3210      X360            2011      Sports
## 3211      X360            2011      Racing
## 3212       PS3            2011    Fighting
## 3213       3DS            2011      Action
## 3215      X360            2011    Fighting
## 3218       PSV            2011    Platform
## 3220       PSV            2011    Fighting
## 3222       PS3            2011     Shooter
## 3224        PC            2011     Shooter
## 3226      X360            2011     Shooter
## 3227      X360            2011      Action
## 3228       PS3            2011      Action
## 3230       PS3            2011      Action
## 3231      X360            2011      Sports
## 3234       PSP            2011        Misc
## 3236       Wii            2011      Action
## 3237      X360            2011      Action
## 3238       PS3            2011      Racing
## 3240       PS3            2011      Action
## 3241        PC            2011    Strategy
## 3244      X360            2011      Sports
## 3245      X360            2011     Shooter
## 3246       PS3            2011      Action
## 3248       PS3            2011      Action
## 3253        PC            2011      Action
## 3255       PS3            2011      Action
## 3257      X360            2011      Action
## 3259        PC            2011   Adventure
## 3262       3DS            2011  Simulation
## 3264       PSV            2011      Action
## 3266        PC            2011     Shooter
## 3267      X360            2011      Action
## 3269      X360            2011      Action
## 3270      X360            2011        Misc
## 3271       PS3            2011      Action
## 3273      X360            2011      Action
## 3277        PC            2011 RolePlaying
## 3280      X360            2011      Sports
## 3283       PS3            2011        Misc
## 3285       3DS            2011    Fighting
## 3287       PS3            2011 RolePlaying
## 3292       Wii            2011      Racing
## 3293       PS3            2011      Action
## 3294       3DS            2011    Platform
## 3295       PS3            2011     Shooter
## 3297       PSV            2011      Action
## 3299        PC            2011      Action
## 3300      X360            2011      Action
## 3307       Wii            2011      Action
## 3310       PS3            2011    Platform
## 3312       Wii            2011        Misc
## 3313      X360            2011        Misc
## 3314       3DS            2011      Action
## 3316        PC            2011     Shooter
## 3318       PS3            2011      Sports
## 3321        PC            2011 RolePlaying
## 3323       PS3            2011     Shooter
## 3326       PS3            2011    Strategy
## 3328       PS3            2011    Fighting
## 3330       PS3            2011      Action
## 3331       PS3            2011      Sports
## 3334       PS3            2011      Action
## 3337       3DS            2011      Action
## 3339       3DS            2011        Misc
## 3341       Wii            2011    Fighting
## 3346        PC            2011      Racing
## 3349      X360            2011     Shooter
## 3350       PS3            2011      Action
## 3351        PC            2011      Action
## 3352       PS3            2011      Action
## 3353      X360            2011      Action
## 3357       PS3            2011     Shooter
## 3358        PC            2011      Racing
## 3362       PSP            2011    Fighting
## 3365       Wii            2011    Platform
## 3366        PC            2011     Shooter
## 3368       PS3            2011        Misc
## 3371       PS3            2011     Shooter
## 3374       PSV            2011      Racing
## 3376        PC            2011 RolePlaying
## 3379       PS3            2011    Platform
## 3380      X360            2011      Action
## 3382       PS3            2011      Racing
## 3385       PS3            2011      Action
## 3386       PS3            2011      Action
## 3387       PSP            2011      Sports
## 3389       Wii            2011      Racing
## 3390        PC            2011    Strategy
## 3391       3DS            2011      Racing
## 3392       3DS            2011   Adventure
## 3393        DS            2011      Action
## 3395      X360            2011      Action
## 3397      X360            2011      Action
## 3403        PC            2011      Sports
## 3404        PC            2011     Shooter
## 3408       3DS            2011   Adventure
## 3410        PC            2011     Shooter
## 3412       3DS            2011      Action
## 3413        PC            2011      Racing
## 3415      X360            2011    Platform
## 3419       Wii            2011      Action
## 3425      X360            2011      Action
## 3429       3DS            2011        Misc
## 3430       PSP            2011 RolePlaying
## 3431        PC            2011      Action
## 3434       3DS            2011    Platform
## 3435      X360            2011      Action
## 3438       PS3            2011      Action
## 3439       Wii            2011      Sports
## 3444       Wii            2011      Sports
## 3448      X360            2011   Adventure
## 3451       3DS            2011        Misc
## 3454        PC            2011     Shooter
## 3456      X360            2011    Fighting
## 3462      X360            2011      Action
## 3468       PSV            2011      Racing
## 3471       PSP            2011    Fighting
## 3472       3DS            2011      Action
## 3474      X360            2011      Action
## 3477      X360            2011      Action
## 3492       PS3            2011        Misc
## 3493      X360            2011     Shooter
## 3494        DS            2011      Action
## 3495       PSV            2011      Puzzle
## 3497       PS3            2011   Adventure
## 3498       PS3            2011    Fighting
## 3499       Wii            2011     Shooter
## 3510        PC            2011   Adventure
## 3512       3DS            2011      Action
## 3520        PC            2011 RolePlaying
## 3521      X360            2011      Sports
## 3528        DS            2011    Platform
## 3529        PC            2011     Shooter
## 3530       PS3            2011  Simulation
## 3535       3DS            2011   Adventure
## 3539       PS3            2011     Shooter
## 3544      X360            2011     Shooter
## 3545      X360            2011      Sports
## 3547       PSV            2011    Fighting
## 3548        PC            2011    Platform
## 3551       3DS            2011    Fighting
## 3559      X360            2011        Misc
## 3561      X360            2011      Action
## 3577       3DS            2011        Misc
## 3579       Wii            2011      Action
## 3587       3DS            2011      Action
## 3588       3DS            2011    Platform
## 3594       3DS            2011    Fighting
## 3595      X360            2011        Misc
## 3597       PS3            2011    Fighting
## 3598      X360            2011     Shooter
## 3601        PC            2011    Strategy
## 3602      X360            2011      Sports
## 3606       PSV            2011      Action
## 3610      X360            2011      Racing
## 3611       3DS            2011      Racing
## 3614       PSV            2011        Misc
## 3616      X360            2011  Simulation
## 3622       3DS            2011      Puzzle
## 3623       PS3            2011    Fighting
## 3629       Wii            2011      Action
## 3630        PC            2011     Shooter
## 3631       Wii            2011        Misc
## 3633       PS3            2011      Action
## 3635        PC            2011   Adventure
## 3637       3DS            2011     Shooter
## 3638       3DS            2011      Action
## 3647       PS3            2011      Action
## 3652      X360            2011    Fighting
## 3655        PC            2011      Sports
## 3659        PC            2011    Strategy
## 3663      X360            2011      Action
## 3665        PC            2011      Action
## 3678       PS3            2011      Racing
## 3694        PC            2011     Shooter
## 3704      X360            2011    Fighting
## 3705       PS3            2011  Simulation
## 3709      X360            2011      Racing
## 3710        PC            2011    Strategy
## 3715        DS            2011    Platform
## 3721       PSP            2011 RolePlaying
## 3726        PC            2011    Strategy
## 3732        PC            2011   Adventure
## 3737        PC            2011      Action
## 3747        DS            2011      Action
## 3758        PC            2011  Simulation
## 3762        PC            2011  Simulation
## 3763        PC            2011    Strategy
## 3766        PC            2011      Action
## 3767        PC            2011  Simulation
## 3769       Wii            2011   Adventure
## 3789        PC            2011      Sports
## 3803       PSP            2011   Adventure
## 3820        PC            2011      Sports
## 3821       3DS            2011 RolePlaying
## 3824        PC            2011    Strategy
## 3831        PC            2011  Simulation
## 3837        PC            2011    Strategy
## 3838        PC            2011 RolePlaying
## 3840        PC            2011    Platform
## 3847        PC            2011      Action
## 3853        PC            2011    Strategy
## 3872        PC            2011  Simulation
## 3879        PC            2011      Action
## 3896        PC            2011 RolePlaying
## 3898        PC            2011  Simulation
## 3931        PC            2011 RolePlaying
## 3954       PS3            2011      Action
## 3957      X360            2011        Misc
## 3974        PC            2011    Strategy
## 3977        PC            2011     Shooter
## 3991        PC            2011    Strategy
## 4021        PC            2011     Shooter
## 4022        PC            2011    Strategy
## 4023      X360            2010        Misc
## 4025      X360            2010     Shooter
## 4026       PS3            2010     Shooter
## 4027       PS3            2010      Racing
## 4028      X360            2010     Shooter
## 4029       Wii            2010        Misc
## 4030       Wii            2010        Misc
## 4031       Wii            2010    Platform
## 4033       PS3            2010      Action
## 4034       Wii            2010    Platform
## 4035      X360            2010      Action
## 4036      X360            2010      Sports
## 4037      X360            2010 RolePlaying
## 4038       PS3            2010      Sports
## 4040        PC            2010    Strategy
## 4041       PS3            2010      Action
## 4042       Wii            2010        Misc
## 4043      X360            2010 RolePlaying
## 4044       PS3            2010      Sports
## 4045      X360            2010      Sports
## 4046      X360            2010      Action
## 4047      X360            2010     Shooter
## 4048      X360            2010        Misc
## 4049       PS3            2010 RolePlaying
## 4050      X360            2010 RolePlaying
## 4051       PS3            2010   Adventure
## 4052       Wii            2010    Platform
## 4053       PS3            2010     Shooter
## 4054       PS3            2010      Action
## 4055       PS3            2010     Shooter
## 4056       PS3            2010      Racing
## 4057      X360            2010      Sports
## 4058        DS            2010      Puzzle
## 4059      X360            2010      Sports
## 4060      X360            2010     Shooter
## 4062        DS            2010        Misc
## 4063       Wii            2010      Action
## 4065       PS3            2010      Sports
## 4066       PS3            2010      Sports
## 4067      X360            2010      Sports
## 4068        DS            2010      Action
## 4069      X360            2010  Simulation
## 4071      X360            2010      Racing
## 4072      X360            2010     Shooter
## 4073      X360            2010 RolePlaying
## 4074      X360            2010      Action
## 4075        PC            2010 RolePlaying
## 4076       Wii            2010      Sports
## 4077       PSP            2010      Action
## 4079       PSP            2010 RolePlaying
## 4083       PS3            2010      Sports
## 4084       PS3            2010  Simulation
## 4086        DS            2010    Platform
## 4087       PS3            2010      Action
## 4088       PS3            2010      Action
## 4089        DS            2010 RolePlaying
## 4090        PC            2010  Simulation
## 4091       Wii            2010    Platform
## 4092        PC            2010    Strategy
## 4093      X360            2010  Simulation
## 4094      X360            2010      Action
## 4095      X360            2010      Action
## 4096      X360            2010      Action
## 4097       PS3            2010     Shooter
## 4099       PS3            2010      Action
## 4100      X360            2010      Action
## 4101       PS3            2010      Action
## 4102        DS            2010      Puzzle
## 4104      X360            2010      Action
## 4105      X360            2010      Racing
## 4106        DS            2010 RolePlaying
## 4107       PS3            2010    Fighting
## 4110       Wii            2010     Shooter
## 4111       PS3            2010      Action
## 4112       Wii            2010      Action
## 4113       PS3            2010      Racing
## 4114      X360            2010      Action
## 4115      X360            2010    Fighting
## 4116      X360            2010      Sports
## 4118       PS3            2010      Action
## 4119        DS            2010 RolePlaying
## 4120        DS            2010    Platform
## 4121       Wii            2010      Sports
## 4122        PC            2010      Sports
## 4123       PS3            2010      Sports
## 4124       PS3            2010    Fighting
## 4125       PSP            2010      Sports
## 4126        PC            2010 RolePlaying
## 4127      X360            2010     Shooter
## 4129       PS3            2010      Racing
## 4130      X360            2010     Shooter
## 4131       PS3            2010      Action
## 4132      X360            2010      Racing
## 4133       PS3            2010    Fighting
## 4134       PS3            2010      Action
## 4136       Wii            2010      Sports
## 4138      X360            2010     Shooter
## 4139      X360            2010      Action
## 4140       PS3            2010     Shooter
## 4143       Wii            2010        Misc
## 4144       PSP            2010      Action
## 4145       PS3            2010 RolePlaying
## 4148       Wii            2010        Misc
## 4149      X360            2010     Shooter
## 4151       PS3            2010     Shooter
## 4153        DS            2010 RolePlaying
## 4155      X360            2010      Sports
## 4156      X360            2010      Action
## 4157       PS3            2010      Sports
## 4159       Wii            2010 RolePlaying
## 4161      X360            2010      Racing
## 4162      X360            2010        Misc
## 4163      X360            2010    Fighting
## 4164      X360            2010        Misc
## 4166      X360            2010      Sports
## 4168       PS3            2010      Sports
## 4169       PS3            2010     Shooter
## 4170       PS3            2010      Sports
## 4171      X360            2010        Misc
## 4173       PS3            2010        Misc
## 4174       PS3            2010    Fighting
## 4176       PSP            2010      Sports
## 4178      X360            2010    Fighting
## 4179        DS            2010 RolePlaying
## 4184       Wii            2010      Action
## 4186       PS3            2010        Misc
## 4187       Wii            2010   Adventure
## 4188       PS3            2010 RolePlaying
## 4190      X360            2010      Sports
## 4191       Wii            2010        Misc
## 4193       PS3            2010 RolePlaying
## 4194       PS3            2010      Sports
## 4195       PS3            2010      Racing
## 4196        PC            2010     Shooter
## 4199       PS3            2010     Shooter
## 4200      X360            2010      Sports
## 4201       PS3            2010      Action
## 4202       PS3            2010    Platform
## 4204        DS            2010 RolePlaying
## 4205        DS            2010  Simulation
## 4208      X360            2010      Action
## 4209        PC            2010    Strategy
## 4210       PSP            2010      Action
## 4211       PS3            2010      Action
## 4217       PS3            2010      Action
## 4218      X360            2010    Fighting
## 4220       Wii            2010        Misc
## 4221       PS3            2010 RolePlaying
## 4222       Wii            2010     Shooter
## 4223      X360            2010      Action
## 4224       Wii            2010        Misc
## 4226       PS3            2010 RolePlaying
## 4227       PS3            2010     Shooter
## 4228      X360            2010      Sports
## 4229       Wii            2010        Misc
## 4232      X360            2010    Fighting
## 4233      X360            2010      Racing
## 4236       PS3            2010      Sports
## 4237       PS2            2010      Action
## 4239      X360            2010      Racing
## 4241       PS3            2010    Fighting
## 4242      X360            2010        Misc
## 4243        DS            2010     Shooter
## 4248       PS3            2010        Misc
## 4249       Wii            2010      Puzzle
## 4250        DS            2010  Simulation
## 4251       PS3            2010      Action
## 4252        PC            2010      Action
## 4256      X360            2010      Action
## 4257       PS3            2010      Action
## 4259       Wii            2010      Sports
## 4260      X360            2010     Shooter
## 4261       Wii            2010      Action
## 4262       PS3            2010     Shooter
## 4263       PSP            2010 RolePlaying
## 4264       Wii            2010    Fighting
## 4265       PSP            2010 RolePlaying
## 4267       PSP            2010      Racing
## 4270      X360            2010      Sports
## 4271       PS3            2010        Misc
## 4272       PSP            2010 RolePlaying
## 4273      X360            2010      Sports
## 4274       Wii            2010   Adventure
## 4276       PS3            2010    Strategy
## 4284        PC            2010     Shooter
## 4287      X360            2010     Shooter
## 4290       Wii            2010      Action
## 4291       PSP            2010      Sports
## 4292        PC            2010  Simulation
## 4293       Wii            2010      Racing
## 4297      X360            2010      Action
## 4299       Wii            2010        Misc
## 4301       PSP            2010     Shooter
## 4302       PS3            2010      Action
## 4305       PS3            2010      Action
## 4306       PS3            2010 RolePlaying
## 4307        DS            2010   Adventure
## 4309       PS3            2010 RolePlaying
## 4311       PS3            2010 RolePlaying
## 4312       Wii            2010      Sports
## 4313       Wii            2010      Action
## 4316      X360            2010     Shooter
## 4317       PS3            2010      Action
## 4321       PS3            2010      Action
## 4322       PSP            2010      Sports
## 4323       PS3            2010        Misc
## 4327      X360            2010        Misc
## 4328        DS            2010      Action
## 4329       PS3            2010    Fighting
## 4330      X360            2010      Action
## 4331       Wii            2010      Sports
## 4333        PC            2010      Action
## 4334       Wii            2010      Action
## 4335        PC            2010 RolePlaying
## 4336       PS3            2010      Action
## 4337       PS3            2010      Sports
## 4338      X360            2010      Sports
## 4339      X360            2010 RolePlaying
## 4341       PS3            2010      Action
## 4342       PS3            2010        Misc
## 4343      X360            2010      Sports
## 4345        DS            2010   Adventure
## 4346       PS3            2010      Sports
## 4353        PC            2010      Racing
## 4354       PS3            2010    Fighting
## 4355       PSP            2010      Action
## 4356       Wii            2010        Misc
## 4357      X360            2010      Action
## 4360      X360            2010      Action
## 4362       PS3            2010      Action
## 4363      X360            2010    Fighting
## 4365      X360            2010    Strategy
## 4366       PS3            2010      Sports
## 4370       PS3            2010     Shooter
## 4372       PS3            2010      Sports
## 4373      X360            2010 RolePlaying
## 4377      X360            2010      Sports
## 4380       Wii            2010      Action
## 4381       PS3            2010        Misc
## 4384       PSP            2010     Shooter
## 4387       PSP            2010 RolePlaying
## 4388      X360            2010    Fighting
## 4389        DS            2010 RolePlaying
## 4390       PSP            2010 RolePlaying
## 4391        PC            2010    Strategy
## 4392      X360            2010      Action
## 4393       PS3            2010      Action
## 4395        DS            2010    Platform
## 4397      X360            2010      Action
## 4399       PSP            2010      Action
## 4402        DS            2010 RolePlaying
## 4403        DS            2010      Action
## 4405      X360            2010        Misc
## 4406       Wii            2010      Action
## 4409       Wii            2010      Sports
## 4410       PS3            2010     Shooter
## 4411      X360            2010 RolePlaying
## 4413       PSP            2010  Simulation
## 4416       Wii            2010      Action
## 4417       PS3            2010   Adventure
## 4423       PS3            2010     Shooter
## 4424       PS3            2010      Sports
## 4427      X360            2010        Misc
## 4429      X360            2010      Action
## 4433       Wii            2010      Action
## 4435       Wii            2010      Sports
## 4437        PC            2010    Strategy
## 4443      X360            2010    Strategy
## 4447      X360            2010    Strategy
## 4450        DS            2010  Simulation
## 4452      X360            2010      Action
## 4455       PSP            2010    Fighting
## 4456      X360            2010      Sports
## 4460        PC            2010  Simulation
## 4462       PS3            2010      Action
## 4464        DS            2010        Misc
## 4467       PS3            2010        Misc
## 4469       Wii            2010      Sports
## 4472        DS            2010 RolePlaying
## 4474        PC            2010     Shooter
## 4475       Wii            2010      Action
## 4477       PS3            2010      Sports
## 4479       PS3            2010 RolePlaying
## 4481       Wii            2010      Action
## 4483       Wii            2010      Action
## 4488       Wii            2010      Racing
## 4497       Wii            2010      Sports
## 4499       PS3            2010      Racing
## 4505       PSP            2010      Sports
## 4506        DS            2010      Action
## 4509       PS3            2010      Racing
## 4512       PSP            2010    Fighting
## 4515      X360            2010      Action
## 4516       Wii            2010      Action
## 4518       PSP            2010      Sports
## 4519      X360            2010     Shooter
## 4522       PS3            2010      Action
## 4523      X360            2010  Simulation
## 4524      X360            2010        Misc
## 4526      X360            2010     Shooter
## 4527       PS3            2010  Simulation
## 4532        DS            2010 RolePlaying
## 4534       PS3            2010      Action
## 4535        PC            2010     Shooter
## 4536      X360            2010        Misc
## 4539       PS3            2010    Platform
## 4541        PC            2010    Strategy
## 4542       PS3            2010     Shooter
## 4544      X360            2010   Adventure
## 4547        PC            2010      Action
## 4548        DS            2010      Action
## 4549       PSP            2010      Action
## 4556       PS3            2010      Sports
## 4558       PS3            2010      Sports
## 4559        PC            2010 RolePlaying
## 4560      X360            2010      Racing
## 4566       PS3            2010   Adventure
## 4569        DS            2010      Action
## 4572      X360            2010      Racing
## 4573      X360            2010    Platform
## 4574      X360            2010      Sports
## 4575        PC            2010      Sports
## 4577      X360            2010      Action
## 4582       PS3            2010      Action
## 4583      X360            2010      Action
## 4584       PSP            2010        Misc
## 4593       PS3            2010      Action
## 4595      X360            2010      Racing
## 4599      X360            2010   Adventure
## 4605      X360            2010  Simulation
## 4608      X360            2010      Action
## 4610      X360            2010  Simulation
## 4612       PS3            2010      Action
## 4619      X360            2010      Sports
## 4624        PC            2010     Shooter
## 4625      X360            2010      Action
## 4626        DS            2010 RolePlaying
## 4638      X360            2010      Action
## 4639        DS            2010      Action
## 4641        PC            2010      Action
## 4642       PS3            2010      Action
## 4644       PS3            2010      Sports
## 4646       PSP            2010 RolePlaying
## 4650       PS3            2010 RolePlaying
## 4660       PS3            2010        Misc
## 4664       PS3            2010 RolePlaying
## 4667      X360            2010      Action
## 4668        PC            2010      Action
## 4669      X360            2010      Action
## 4680      X360            2010 RolePlaying
## 4689      X360            2010 RolePlaying
## 4699       PSP            2010      Action
## 4705        PC            2010      Action
## 4706       PSP            2010      Action
## 4710       Wii            2010     Shooter
## 4711       PSP            2010    Strategy
## 4713      X360            2010      Action
## 4718       PS3            2010 RolePlaying
## 4725       PSP            2010      Action
## 4728      X360            2010        Misc
## 4731       PS3            2010      Racing
## 4733       Wii            2010    Platform
## 4737        PC            2010   Adventure
## 4739        DS            2010      Puzzle
## 4743      X360            2010      Racing
## 4747       PSP            2010      Racing
## 4749        DS            2010     Shooter
## 4750       PSP            2010    Fighting
## 4753       PS3            2010      Sports
## 4754      X360            2010        Misc
## 4762      X360            2010      Sports
## 4764      X360            2010    Platform
## 4766        PC            2010      Action
## 4768       PS3            2010    Fighting
## 4770       Wii            2010 RolePlaying
## 4784        PC            2010      Action
## 4786      X360            2010      Racing
## 4795      X360            2010      Action
## 4804      X360            2010 RolePlaying
## 4818       PSP            2010   Adventure
## 4820       PSP            2010 RolePlaying
## 4822       PS3            2010 RolePlaying
## 4824      X360            2010     Shooter
## 4831       PSP            2010 RolePlaying
## 4833        DS            2010        Misc
## 4834       Wii            2010        Misc
## 4843        PC            2010      Puzzle
## 4875      X360            2010      Action
## 4876       PS3            2010      Racing
## 4880        PC            2010  Simulation
## 4908        PC            2010      Action
## 4914       Wii            2010    Fighting
## 4924        PC            2010      Racing
## 4930        PC            2010      Action
## 4942       Wii            2010      Puzzle
## 4952        PC            2010      Racing
## 4959        PC            2010     Shooter
## 4967      X360            2010    Fighting
## 4968        PC            2010      Action
## 4972       PSP            2010    Fighting
## 4976      X360            2010     Shooter
## 4983        DS            2010      Puzzle
## 4992        PC            2010     Shooter
## 4995        PC            2010    Strategy
## 4997        PC            2010  Simulation
## 4999      X360            2010     Shooter
## 5011      X360            2010     Shooter
## 5013        PC            2010      Racing
## 5016       Wii            2010    Platform
## 5025        PC            2010    Strategy
## 5029        PC            2010   Adventure
## 5053        PC            2010 RolePlaying
## 5058        PC            2010  Simulation
## 5059        PC            2010      Action
## 5064       PSP            2010 RolePlaying
## 5087        PC            2010      Action
## 5096        PC            2010    Strategy
## 5105        PC            2010      Action
## 5111        PC            2010 RolePlaying
## 5116        PC            2010 RolePlaying
## 5118        PC            2010     Shooter
## 5136        PC            2010  Simulation
## 5138        PC            2010 RolePlaying
## 5176       PS3            2010      Action
## 5187        PC            2010     Shooter
## 5192        PC            2010      Sports
## 5210        PC            2010    Strategy
## 5212        PC            2010      Action
## 5273       PSP            2010    Strategy
## 5278       Wii            2009      Sports
## 5279       Wii            2009    Platform
## 5280       Wii            2009      Sports
## 5281      X360            2009     Shooter
## 5283       PS3            2009     Shooter
## 5284        PC            2009  Simulation
## 5285       Wii            2009        Misc
## 5286       PS3            2009      Action
## 5287      X360            2009     Shooter
## 5288        DS            2009 RolePlaying
## 5289       PS3            2009      Action
## 5290      X360            2009      Racing
## 5291       PS3            2009 RolePlaying
## 5292      X360            2009      Action
## 5293       PS3            2009      Action
## 5295       PS3            2009      Action
## 5296       PS3            2009    Fighting
## 5297      X360            2009     Shooter
## 5298       Wii            2009      Sports
## 5301       PS3            2009      Sports
## 5302      X360            2009      Action
## 5303      X360            2009      Action
## 5305      X360            2009     Shooter
## 5306        DS            2009      Action
## 5308       PS3            2009     Shooter
## 5309      X360            2009    Fighting
## 5310       PS3            2009      Action
## 5311      X360            2009      Sports
## 5312       PS3            2009    Fighting
## 5313        DS            2009      Puzzle
## 5314       PS3            2009      Racing
## 5315      X360            2009    Strategy
## 5316      X360            2009      Sports
## 5317       PS3            2009      Action
## 5319      X360            2009 RolePlaying
## 5320       PSP            2009    Platform
## 5321       PS3            2009      Sports
## 5322       PS3            2009      Sports
## 5323       PS3            2009        Misc
## 5325       Wii            2009 RolePlaying
## 5326        DS            2009      Puzzle
## 5327       Wii            2009      Sports
## 5328       PS3            2009     Shooter
## 5329      X360            2009    Fighting
## 5331        DS            2009 RolePlaying
## 5332      X360            2009      Racing
## 5333       Wii            2009        Misc
## 5335        DS            2009      Action
## 5336       PS3            2009 RolePlaying
## 5337       PS3            2009    Fighting
## 5338       Wii            2009        Misc
## 5343       PS3            2009 RolePlaying
## 5345        DS            2009 RolePlaying
## 5346       Wii            2009        Misc
## 5347       PS3            2009    Fighting
## 5351      X360            2009        Misc
## 5352      X360            2009    Fighting
## 5353       Wii            2009      Action
## 5355        DS            2009      Action
## 5356       Wii            2009        Misc
## 5357        DS            2009      Puzzle
## 5358        DS            2009      Action
## 5359      X360            2009      Action
## 5360      X360            2009        Misc
## 5361      X360            2009    Fighting
## 5362       Wii            2009        Misc
## 5363        DS            2009    Strategy
## 5364       PS3            2009      Action
## 5365       PSP            2009      Action
## 5366       PS3            2009      Action
## 5368       Wii            2009   Adventure
## 5369       PS3            2009    Fighting
## 5370       PSP            2009      Sports
## 5372      X360            2009        Misc
## 5373       Wii            2009    Platform
## 5374       PS2            2009        Misc
## 5375       PS3            2009      Action
## 5376       PS3            2009        Misc
## 5377       PS3            2009        Misc
## 5378       Wii            2009    Platform
## 5379      X360            2009      Sports
## 5380        PC            2009    Strategy
## 5383       Wii            2009      Sports
## 5385       PSP            2009      Action
## 5386      X360            2009        Misc
## 5387       Wii            2009      Action
## 5388      X360            2009    Fighting
## 5389       Wii            2009   Adventure
## 5390       PSP            2009      Racing
## 5391      X360            2009      Action
## 5393       Wii            2009     Shooter
## 5394       PS3            2009      Racing
## 5395       PS3            2009  Simulation
## 5397       Wii            2009      Sports
## 5399      X360            2009      Sports
## 5400      X360            2009      Action
## 5401       Wii            2009        Misc
## 5403      X360            2009      Sports
## 5404       PS3            2009      Action
## 5405       Wii            2009      Sports
## 5406       Wii            2009        Misc
## 5407      X360            2009      Action
## 5408      X360            2009     Shooter
## 5411       PS3            2009     Shooter
## 5412      X360            2009 RolePlaying
## 5414       PS3            2009      Racing
## 5415       PS3            2009        Misc
## 5416       PSP            2009     Shooter
## 5417       PS3            2009      Action
## 5418        PC            2009     Shooter
## 5419       PS3            2009     Shooter
## 5420       Wii            2009      Racing
## 5421       PSP            2009 RolePlaying
## 5422      X360            2009     Shooter
## 5424       Wii            2009      Action
## 5425       Wii            2009  Simulation
## 5426       PS3            2009      Action
## 5427       Wii            2009     Shooter
## 5428       PS3            2009      Action
## 5429       PS3            2009      Sports
## 5430       PS3            2009      Sports
## 5431       Wii            2009      Racing
## 5433      X360            2009      Sports
## 5434       PS3            2009      Sports
## 5435      X360            2009      Racing
## 5437       PSP            2009      Sports
## 5438      X360            2009        Misc
## 5439       Wii            2009      Action
## 5440      X360            2009      Action
## 5441      X360            2009        Misc
## 5442      X360            2009 RolePlaying
## 5443       PSP            2009    Strategy
## 5444       PS3            2009      Sports
## 5445       Wii            2009      Action
## 5448       PS3            2009    Fighting
## 5449       PSP            2009     Shooter
## 5450       Wii            2009        Misc
## 5451       Wii            2009      Action
## 5452       Wii            2009      Puzzle
## 5455       PS3            2009      Action
## 5456       PS3            2009        Misc
## 5457       PS3            2009      Action
## 5458       PSP            2009      Racing
## 5459       PS3            2009     Shooter
## 5461       PS3            2009 RolePlaying
## 5462       Wii            2009    Fighting
## 5464       Wii            2009      Action
## 5465       Wii            2009      Sports
## 5466       PS3            2009      Sports
## 5467      X360            2009      Racing
## 5470        DS            2009   Adventure
## 5472       Wii            2009        Misc
## 5475       PS3            2009  Simulation
## 5477       Wii            2009      Action
## 5479      X360            2009      Sports
## 5481      X360            2009      Sports
## 5483        DS            2009      Puzzle
## 5484       Wii            2009      Action
## 5487      X360            2009      Action
## 5488       PS3            2009     Shooter
## 5489       PSP            2009 RolePlaying
## 5491      X360            2009      Action
## 5494       PS3            2009        Misc
## 5496        DS            2009      Action
## 5497       PS3            2009     Shooter
## 5498       Wii            2009     Shooter
## 5499       PSP            2009    Platform
## 5501      X360            2009      Sports
## 5502       PS3            2009 RolePlaying
## 5503      X360            2009      Sports
## 5504        DS            2009      Racing
## 5506       PS2            2009    Platform
## 5507      X360            2009     Shooter
## 5508       Wii            2009 RolePlaying
## 5511       PS3            2009      Sports
## 5512        DS            2009        Misc
## 5514       Wii            2009        Misc
## 5515      X360            2009      Action
## 5517        DS            2009 RolePlaying
## 5519        PC            2009  Simulation
## 5520       PS3            2009    Fighting
## 5521       PS3            2009      Sports
## 5523       Wii            2009     Shooter
## 5525       PS3            2009 RolePlaying
## 5526       Wii            2009      Action
## 5527      X360            2009        Misc
## 5528       PS3            2009      Action
## 5530      X360            2009     Shooter
## 5531      X360            2009        Misc
## 5532       PS3            2009    Fighting
## 5533       PS3            2009      Sports
## 5534      X360            2009 RolePlaying
## 5539        DS            2009    Fighting
## 5540       PS3            2009     Shooter
## 5541      X360            2009     Shooter
## 5542       PSP            2009      Racing
## 5543        DS            2009  Simulation
## 5545      X360            2009  Simulation
## 5547       Wii            2009      Sports
## 5548       Wii            2009    Fighting
## 5549        PC            2009 RolePlaying
## 5550       PSP            2009    Fighting
## 5551      X360            2009    Fighting
## 5552      X360            2009      Action
## 5556        DS            2009      Puzzle
## 5558        DS            2009     Shooter
## 5561       PSP            2009        Misc
## 5563       PS3            2009      Action
## 5568       Wii            2009      Racing
## 5569       PS3            2009     Shooter
## 5570        PC            2009    Strategy
## 5572       Wii            2009     Shooter
## 5573       Wii            2009      Action
## 5575        DS            2009 RolePlaying
## 5576       PS2            2009    Platform
## 5578       Wii            2009      Puzzle
## 5582       PSP            2009      Action
## 5585        DS            2009        Misc
## 5586      X360            2009      Sports
## 5590       Wii            2009  Simulation
## 5591       Wii            2009      Action
## 5592       Wii            2009      Action
## 5593       Wii            2009      Action
## 5594       Wii            2009        Misc
## 5600        DS            2009        Misc
## 5601       PS3            2009      Action
## 5602       PS2            2009      Action
## 5610       Wii            2009      Racing
## 5611      X360            2009        Misc
## 5613       PS3            2009        Misc
## 5615        DS            2009    Fighting
## 5624       PS3            2009      Puzzle
## 5625       Wii            2009        Misc
## 5626        DS            2009 RolePlaying
## 5637       Wii            2009  Simulation
## 5638        DS            2009      Action
## 5639        DS            2009   Adventure
## 5642      X360            2009    Fighting
## 5644       Wii            2009      Action
## 5646      X360            2009      Action
## 5651        PC            2009  Simulation
## 5653       PS3            2009      Sports
## 5654        DS            2009      Racing
## 5655       PSP            2009    Fighting
## 5659      X360            2009        Misc
## 5661        DS            2009        Misc
## 5662       Wii            2009      Racing
## 5664       Wii            2009      Sports
## 5665       Wii            2009      Action
## 5666      X360            2009     Shooter
## 5667       Wii            2009      Action
## 5668       Wii            2009 RolePlaying
## 5670        PC            2009     Shooter
## 5672       PS3            2009      Action
## 5673        DS            2009 RolePlaying
## 5674       PS3            2009    Platform
## 5675      X360            2009    Fighting
## 5676       Wii            2009    Fighting
## 5680       PSP            2009      Sports
## 5682       PS3            2009        Misc
## 5683       Wii            2009      Sports
## 5684       Wii            2009    Fighting
## 5686      X360            2009     Shooter
## 5690       PS3            2009      Action
## 5691        DS            2009      Action
## 5692       PS2            2009      Racing
## 5693       PS3            2009      Action
## 5696       PS3            2009      Sports
## 5699      X360            2009      Action
## 5701      X360            2009      Sports
## 5702       PS2            2009      Sports
## 5705       PS3            2009      Action
## 5709      X360            2009    Strategy
## 5711       Wii            2009 RolePlaying
## 5712      X360            2009      Action
## 5713        PC            2009      Action
## 5716       PSP            2009      Racing
## 5721       PS2            2009        Misc
## 5722       PSP            2009    Fighting
## 5724       PS3            2009      Action
## 5725      X360            2009      Action
## 5729      X360            2009      Racing
## 5731       Wii            2009  Simulation
## 5735       PS3            2009      Action
## 5737      X360            2009 RolePlaying
## 5741       Wii            2009      Sports
## 5742      X360            2009        Misc
## 5744      X360            2009      Action
## 5746      X360            2009      Action
## 5747       Wii            2009    Strategy
## 5748       PS3            2009      Action
## 5751       PS3            2009     Shooter
## 5752      X360            2009     Shooter
## 5754       Wii            2009      Sports
## 5756       Wii            2009      Action
## 5757      X360            2009     Shooter
## 5758      X360            2009      Action
## 5760        DS            2009      Action
## 5761       Wii            2009        Misc
## 5762      X360            2009    Platform
## 5763       PS3            2009        Misc
## 5765       PS2            2009      Action
## 5766        DS            2009 RolePlaying
## 5767       Wii            2009      Action
## 5768       PS3            2009        Misc
## 5776      X360            2009     Shooter
## 5777        DS            2009 RolePlaying
## 5781       Wii            2009      Sports
## 5782       PSP            2009      Sports
## 5790       Wii            2009      Racing
## 5796       Wii            2009 RolePlaying
## 5799       PS3            2009      Action
## 5803       PSP            2009      Action
## 5809        DS            2009      Action
## 5810       Wii            2009      Action
## 5811       PSP            2009 RolePlaying
## 5812       PS3            2009     Shooter
## 5816       PS3            2009      Racing
## 5817       PSP            2009      Sports
## 5818       PSP            2009 RolePlaying
## 5821      X360            2009      Action
## 5823      X360            2009      Action
## 5824      X360            2009      Action
## 5828      X360            2009      Action
## 5829       Wii            2009   Adventure
## 5830      X360            2009 RolePlaying
## 5831       PS3            2009      Action
## 5833        DS            2009   Adventure
## 5840      X360            2009      Action
## 5846       PSP            2009 RolePlaying
## 5850       PS3            2009      Action
## 5853       PS3            2009        Misc
## 5854       PS2            2009        Misc
## 5855       PSP            2009 RolePlaying
## 5856      X360            2009      Action
## 5858      X360            2009    Strategy
## 5859       Wii            2009      Action
## 5865      X360            2009   Adventure
## 5867      X360            2009      Sports
## 5868      X360            2009     Shooter
## 5871      X360            2009      Sports
## 5872       Wii            2009   Adventure
## 5873       Wii            2009    Platform
## 5874       PS3            2009      Action
## 5875      X360            2009      Action
## 5878      X360            2009      Sports
## 5885       Wii            2009      Action
## 5888       Wii            2009      Action
## 5889        DS            2009 RolePlaying
## 5890        DS            2009 RolePlaying
## 5896       PS3            2009      Action
## 5898        DS            2009      Action
## 5906       Wii            2009 RolePlaying
## 5908        DS            2009  Simulation
## 5909       PSP            2009      Action
## 5910        DS            2009     Shooter
## 5911       Wii            2009  Simulation
## 5912       Wii            2009 RolePlaying
## 5914       PS3            2009     Shooter
## 5919      X360            2009 RolePlaying
## 5924       PS3            2009      Action
## 5928       Wii            2009      Action
## 5935       PSP            2009      Action
## 5936       Wii            2009      Racing
## 5939       PSP            2009 RolePlaying
## 5942        PC            2009     Shooter
## 5943       PS3            2009 RolePlaying
## 5946       Wii            2009      Action
## 5948      X360            2009     Shooter
## 5950       PS3            2009      Sports
## 5952      X360            2009      Racing
## 5954       PS3            2009    Strategy
## 5961      X360            2009      Action
## 5962      X360            2009      Action
## 5965       PS3            2009      Action
## 5966      X360            2009      Action
## 5973      X360            2009      Sports
## 5974      X360            2009   Adventure
## 5977       Wii            2009      Puzzle
## 5978       PS3            2009    Fighting
## 5982       PS3            2009  Simulation
## 5988      X360            2009   Adventure
## 5990      X360            2009      Action
## 5992      X360            2009    Strategy
## 5993      X360            2009      Racing
## 5998       PS3            2009      Sports
## 6000        DS            2009      Puzzle
## 6001       PSP            2009    Fighting
## 6015      X360            2009      Sports
## 6018       PS2            2009      Action
## 6022       PSP            2009  Simulation
## 6024       PSP            2009 RolePlaying
## 6027       PSP            2009      Sports
## 6030        PC            2009     Shooter
## 6032      X360            2009      Action
## 6033        PC            2009 RolePlaying
## 6036      X360            2009  Simulation
## 6037       Wii            2009 RolePlaying
## 6040        DS            2009      Action
## 6043       PS3            2009     Shooter
## 6047        DS            2009      Puzzle
## 6048       PS3            2009      Action
## 6049       Wii            2009 RolePlaying
## 6051       PS3            2009      Sports
## 6062       PS3            2009     Shooter
## 6063      X360            2009     Shooter
## 6065        DS            2009      Action
## 6067      X360            2009     Shooter
## 6070      X360            2009      Action
## 6072       PSP            2009    Strategy
## 6073       PSP            2009      Action
## 6076        DS            2009 RolePlaying
## 6079      X360            2009        Misc
## 6080       Wii            2009      Sports
## 6084        DS            2009      Puzzle
## 6090       PSP            2009      Action
## 6092        DS            2009 RolePlaying
## 6094      X360            2009    Fighting
## 6097       PS2            2009      Action
## 6099      X360            2009    Platform
## 6102       Wii            2009    Platform
## 6103       PS2            2009      Action
## 6106       Wii            2009   Adventure
## 6107      X360            2009      Action
## 6108       Wii            2009      Action
## 6116       Wii            2009      Action
## 6122       PS3            2009    Platform
## 6123       PSP            2009        Misc
## 6124        DS            2009  Simulation
## 6125      X360            2009     Shooter
## 6132        PC            2009   Adventure
## 6137        DS            2009      Action
## 6139       PS3            2009    Platform
## 6144       Wii            2009      Action
## 6147        DS            2009   Adventure
## 6154        PC            2009   Adventure
## 6156        DS            2009   Adventure
## 6162       Wii            2009        Misc
## 6163       PS3            2009   Adventure
## 6168       PSP            2009    Fighting
## 6170        DS            2009      Puzzle
## 6172        DS            2009 RolePlaying
## 6174       Wii            2009      Action
## 6180      X360            2009     Shooter
## 6182       PSP            2009   Adventure
## 6184        PC            2009      Racing
## 6186      X360            2009     Shooter
## 6187       PSP            2009        Misc
## 6192        DS            2009 RolePlaying
## 6195       PSP            2009   Adventure
## 6196       PSP            2009 RolePlaying
## 6198       PS3            2009      Action
## 6202       PS3            2009     Shooter
## 6212       PSP            2009      Action
## 6213        DS            2009      Puzzle
## 6216      X360            2009     Shooter
## 6218      X360            2009    Platform
## 6226       Wii            2009     Shooter
## 6234        DS            2009      Sports
## 6237       PS3            2009     Shooter
## 6240      X360            2009      Action
## 6245       PSP            2009      Sports
## 6250      X360            2009    Fighting
## 6253       PSP            2009  Simulation
## 6257       PS3            2009      Sports
## 6262        DS            2009      Action
## 6270      X360            2009     Shooter
## 6275        PC            2009 RolePlaying
## 6276       Wii            2009     Shooter
## 6278        PC            2009     Shooter
## 6281        PC            2009 RolePlaying
## 6282        DS            2009      Puzzle
## 6284        PC            2009    Strategy
## 6291        DS            2009      Racing
## 6293       Wii            2009      Racing
## 6298      X360            2009      Sports
## 6301      X360            2009     Shooter
## 6303        PC            2009      Sports
## 6309        PC            2009      Action
## 6312       PS3            2009      Racing
## 6317        DS            2009  Simulation
## 6332        DS            2009     Shooter
## 6334        PC            2009     Shooter
## 6340        PC            2009      Racing
## 6341      X360            2009      Action
## 6354        PC            2009      Action
## 6355        PC            2009    Platform
## 6358       Wii            2009      Action
## 6364        DS            2009 RolePlaying
## 6370        DS            2009      Action
## 6377        PC            2009 RolePlaying
## 6378        PC            2009     Shooter
## 6388        PC            2009    Strategy
## 6392        PC            2009      Racing
## 6393        PC            2009      Action
## 6397        DS            2009   Adventure
## 6399        PC            2009      Sports
## 6403       Wii            2009      Sports
## 6404        PC            2009     Shooter
## 6411        PC            2009    Strategy
## 6416        PC            2009   Adventure
## 6418        PC            2009      Action
## 6431        PC            2009      Sports
## 6432        PC            2009    Strategy
## 6440       PSP            2009     Shooter
## 6451      X360            2009      Sports
## 6458        DS            2009     Shooter
## 6464        PC            2009      Action
## 6470        PC            2009   Adventure
## 6480        PC            2009     Shooter
## 6481       PS3            2009      Racing
## 6487        PC            2009     Shooter
## 6488        PC            2009     Shooter
## 6490        PC            2009      Racing
## 6492        PC            2009      Action
## 6498        PC            2009    Strategy
## 6503       Wii            2009    Fighting
## 6510        PC            2009    Strategy
## 6511        PC            2009      Action
## 6519        PC            2009    Platform
## 6524        PC            2009      Action
## 6528       PS3            2009      Action
## 6537        PC            2009      Action
## 6550        PC            2009    Strategy
## 6555        PC            2009      Action
## 6556       PS3            2009    Strategy
## 6561        DS            2009   Adventure
## 6562        PC            2009    Strategy
## 6567        PC            2009      Action
## 6568       PSP            2009 RolePlaying
## 6572        PC            2009    Strategy
## 6575        PC            2009   Adventure
## 6581        PC            2009      Racing
## 6585        PC            2009    Strategy
## 6587        PC            2009      Action
## 6588        PC            2009    Strategy
## 6596        PC            2009      Action
## 6600        PC            2009    Strategy
## 6606        PC            2009    Strategy
## 6613        PC            2009   Adventure
## 6615        PC            2009     Shooter
## 6617        PC            2009    Strategy
## 6630        PC            2009  Simulation
## 6642        PC            2009 RolePlaying
## 6661        PC            2009    Strategy
## 6662       Wii            2009      Puzzle
## 6670        PC            2009     Shooter
## 6690        PC            2009      Sports
## 6694        PC            2009 RolePlaying
## 6696        PC            2009      Action
## 6704       Wii            2008      Racing
## 6705       Wii            2008    Fighting
## 6706      X360            2008      Action
## 6707       PS3            2008      Action
## 6708        DS            2008 RolePlaying
## 6709      X360            2008     Shooter
## 6710      X360            2008     Shooter
## 6711       PS3            2008      Action
## 6712       PS3            2008    Platform
## 6713       PSP            2008 RolePlaying
## 6714       PS3            2008     Shooter
## 6716      X360            2008 RolePlaying
## 6717       Wii            2008  Simulation
## 6718      X360            2008 RolePlaying
## 6719       PS3            2008 RolePlaying
## 6720      X360            2008      Action
## 6721       Wii            2008        Misc
## 6722      X360            2008     Shooter
## 6723        DS            2008        Misc
## 6724      X360            2008      Action
## 6725        DS            2008      Puzzle
## 6726       Wii            2008        Misc
## 6727       PSP            2008      Action
## 6729        DS            2008        Misc
## 6730        DS            2008      Action
## 6731      X360            2008      Action
## 6732      X360            2008      Action
## 6733        DS            2008    Platform
## 6734      X360            2008      Sports
## 6735      X360            2008      Action
## 6736      X360            2008        Misc
## 6737       PS3            2008      Sports
## 6738        DS            2008  Simulation
## 6739      X360            2008      Sports
## 6740       Wii            2008      Sports
## 6742      X360            2008      Racing
## 6743       PS3            2008     Shooter
## 6744       PS3            2008      Racing
## 6745      X360            2008     Shooter
## 6746      X360            2008      Racing
## 6748       PS2            2008      Sports
## 6749        DS            2008 RolePlaying
## 6750       PSP            2008    Fighting
## 6751       PS3            2008      Action
## 6752      X360            2008        Misc
## 6753        DS            2008      Action
## 6754       Wii            2008    Platform
## 6756       PS3            2008      Racing
## 6757        DS            2008        Misc
## 6758       Wii            2008        Misc
## 6759       PS3            2008      Action
## 6760       PS3            2008    Fighting
## 6761       PS3            2008      Racing
## 6762      X360            2008      Sports
## 6763       Wii            2008     Shooter
## 6764      X360            2008    Fighting
## 6765       PS3            2008        Misc
## 6766       Wii            2008      Sports
## 6767       Wii            2008        Misc
## 6768       PS3            2008      Sports
## 6769       Wii            2008        Misc
## 6770       Wii            2008      Action
## 6772       PS2            2008  Simulation
## 6775      X360            2008      Racing
## 6776       PS3            2008      Action
## 6777       Wii            2008      Sports
## 6778       Wii            2008      Sports
## 6779       Wii            2008      Sports
## 6780       Wii            2008      Action
## 6781      X360            2008     Shooter
## 6782      X360            2008      Action
## 6783       Wii            2008  Simulation
## 6784      X360            2008    Fighting
## 6785       PS3            2008      Action
## 6786        DS            2008        Misc
## 6787        DS            2008 RolePlaying
## 6789       Wii            2008      Sports
## 6791       Wii            2008      Sports
## 6793       Wii            2008  Simulation
## 6794       PS3            2008        Misc
## 6795       PS2            2008      Sports
## 6796        DS            2008   Adventure
## 6797      X360            2008      Action
## 6798       PS3            2008    Fighting
## 6800      X360            2008     Shooter
## 6802       Wii            2008      Puzzle
## 6803       PS3            2008     Shooter
## 6804       Wii            2008      Sports
## 6805      X360            2008      Action
## 6807       PS3            2008      Action
## 6808       PS2            2008      Action
## 6810      X360            2008      Racing
## 6811       PS3            2008      Racing
## 6812       PSP            2008      Sports
## 6813      X360            2008      Action
## 6814       PS3            2008     Shooter
## 6815        DS            2008 RolePlaying
## 6816       PS3            2008     Shooter
## 6817        PC            2008 RolePlaying
## 6818       PS3            2008      Action
## 6822       Wii            2008        Misc
## 6823       PS2            2008      Action
## 6824      X360            2008      Sports
## 6826       Wii            2008      Sports
## 6827       PS3            2008 RolePlaying
## 6828       PS3            2008      Action
## 6830       PS2            2008      Action
## 6831       PS3            2008     Shooter
## 6832       PS2            2008    Fighting
## 6833      X360            2008        Misc
## 6834       Wii            2008      Puzzle
## 6835       Wii            2008      Sports
## 6837       PSP            2008      Action
## 6838       PS3            2008     Shooter
## 6839        PC            2008    Strategy
## 6840      X360            2008    Platform
## 6841        PC            2008  Simulation
## 6844       PS3            2008      Action
## 6845       PS3            2008    Platform
## 6846       PS3            2008      Racing
## 6847       Wii            2008     Shooter
## 6849       PSP            2008      Action
## 6851       PS3            2008      Action
## 6852      X360            2008      Action
## 6853       PS3            2008    Fighting
## 6854        DS            2008  Simulation
## 6855      X360            2008      Action
## 6856      X360            2008     Shooter
## 6857       Wii            2008      Sports
## 6858       Wii            2008      Action
## 6859       PS3            2008      Action
## 6861       PS3            2008    Platform
## 6862       Wii            2008        Misc
## 6863       Wii            2008    Platform
## 6864      X360            2008      Action
## 6865      X360            2008      Action
## 6867       PS3            2008     Shooter
## 6868       PS3            2008        Misc
## 6870       PSP            2008      Racing
## 6871       PSP            2008      Sports
## 6873        PC            2008 RolePlaying
## 6874       Wii            2008    Platform
## 6875        DS            2008      Sports
## 6876      X360            2008    Platform
## 6878       PSP            2008 RolePlaying
## 6879       PS3            2008    Fighting
## 6880       PS3            2008 RolePlaying
## 6881       PS3            2008        Misc
## 6882       PS3            2008     Shooter
## 6883      X360            2008    Fighting
## 6884       Wii            2008      Action
## 6885      X360            2008    Strategy
## 6887       Wii            2008      Racing
## 6889       PS3            2008      Racing
## 6891        DS            2008     Shooter
## 6893       Wii            2008      Sports
## 6894        DS            2008 RolePlaying
## 6896       Wii            2008        Misc
## 6897        DS            2008 RolePlaying
## 6898        DS            2008      Action
## 6899        PC            2008      Action
## 6900       PS2            2008 RolePlaying
## 6902      X360            2008      Racing
## 6904       Wii            2008  Simulation
## 6905      X360            2008     Shooter
## 6906       PS3            2008     Shooter
## 6908       PS3            2008    Fighting
## 6909        DS            2008    Platform
## 6911       Wii            2008      Sports
## 6912       Wii            2008    Fighting
## 6913      X360            2008    Strategy
## 6915       PS2            2008 RolePlaying
## 6919       Wii            2008      Action
## 6920       PS2            2008        Misc
## 6922      X360            2008 RolePlaying
## 6923        DS            2008      Action
## 6924       PS3            2008    Strategy
## 6925      X360            2008        Misc
## 6926       PSP            2008      Racing
## 6928       PS2            2008    Platform
## 6931       PSP            2008      Racing
## 6932       PS2            2008    Platform
## 6933       PSP            2008    Fighting
## 6934      X360            2008      Action
## 6936      X360            2008 RolePlaying
## 6938       Wii            2008  Simulation
## 6941       PSP            2008      Sports
## 6942      X360            2008      Sports
## 6943      X360            2008      Sports
## 6944      X360            2008 RolePlaying
## 6945       PS3            2008      Sports
## 6946        DS            2008  Simulation
## 6947      X360            2008 RolePlaying
## 6948       PS3            2008      Action
## 6949        PC            2008 RolePlaying
## 6951       PS3            2008      Action
## 6956       PS3            2008    Strategy
## 6957       PS2            2008      Action
## 6958       PS3            2008      Sports
## 6959      X360            2008        Misc
## 6960       PS3            2008      Sports
## 6961      X360            2008      Sports
## 6962       Wii            2008      Action
## 6965       Wii            2008      Racing
## 6967       PS3            2008     Shooter
## 6968       PSP            2008      Action
## 6969      X360            2008      Action
## 6971      X360            2008    Platform
## 6972       PS3            2008      Sports
## 6974        DS            2008 RolePlaying
## 6975      X360            2008      Sports
## 6979       Wii            2008      Action
## 6982      X360            2008        Misc
## 6983        PC            2008      Action
## 6987      X360            2008      Action
## 6988       Wii            2008      Action
## 6990      X360            2008      Action
## 6991       Wii            2008      Action
## 6993       PS3            2008      Sports
## 6995       Wii            2008      Sports
## 6998      X360            2008      Action
## 7001       PS3            2008      Action
## 7003       Wii            2008    Platform
## 7004      X360            2008      Action
## 7005       Wii            2008   Adventure
## 7007      X360            2008     Shooter
## 7008       Wii            2008    Platform
## 7013        DS            2008      Puzzle
## 7014        DS            2008  Simulation
## 7016       PS2            2008      Action
## 7021       Wii            2008      Sports
## 7024        DS            2008 RolePlaying
## 7026       Wii            2008      Action
## 7027       Wii            2008 RolePlaying
## 7029       Wii            2008  Simulation
## 7030       PS3            2008      Sports
## 7031       PS3            2008 RolePlaying
## 7032       PS3            2008      Action
## 7033        DS            2008 RolePlaying
## 7035       PS3            2008      Action
## 7036        DS            2008 RolePlaying
## 7038        DS            2008      Action
## 7039      X360            2008      Sports
## 7040       Wii            2008      Action
## 7042       PS3            2008      Action
## 7043       PS2            2008    Platform
## 7044       Wii            2008      Sports
## 7046       PS3            2008      Action
## 7049      X360            2008    Fighting
## 7050        PC            2008     Shooter
## 7051        DS            2008      Sports
## 7052      X360            2008   Adventure
## 7054        PC            2008      Action
## 7056      X360            2008        Misc
## 7057      X360            2008     Shooter
## 7062       PS3            2008     Shooter
## 7063       Wii            2008      Racing
## 7064      X360            2008     Shooter
## 7065       Wii            2008        Misc
## 7066      X360            2008    Platform
## 7067      X360            2008  Simulation
## 7068       Wii            2008      Racing
## 7070       Wii            2008  Simulation
## 7071        DS            2008    Platform
## 7075       Wii            2008      Action
## 7077        DS            2008        Misc
## 7079      X360            2008     Shooter
## 7082       Wii            2008      Sports
## 7083        DS            2008    Strategy
## 7084      X360            2008      Action
## 7086       PS3            2008    Platform
## 7087       PS3            2008 RolePlaying
## 7091      X360            2008        Misc
## 7092       Wii            2008    Platform
## 7095       PS2            2008      Sports
## 7096        DS            2008    Platform
## 7098        DS            2008 RolePlaying
## 7103      X360            2008      Action
## 7106       PS2            2008      Action
## 7108       PS3            2008    Platform
## 7110       PS3            2008      Sports
## 7120       PS3            2008      Action
## 7122       PS3            2008      Racing
## 7123       Wii            2008    Fighting
## 7124       PS2            2008      Sports
## 7125       PS3            2008      Action
## 7127       PS2            2008      Action
## 7128       PS2            2008     Shooter
## 7130       PS2            2008      Action
## 7136       PS3            2008        Misc
## 7140       Wii            2008 RolePlaying
## 7142        DS            2008    Fighting
## 7143       PS2            2008    Fighting
## 7144        DS            2008    Platform
## 7146       Wii            2008      Action
## 7149       PSP            2008      Sports
## 7151       PSP            2008    Platform
## 7153      X360            2008      Racing
## 7156       PS3            2008     Shooter
## 7159       PS3            2008        Misc
## 7160        DS            2008  Simulation
## 7164       PS2            2008      Action
## 7165       PSP            2008 RolePlaying
## 7167       PS3            2008      Sports
## 7168      X360            2008     Shooter
## 7170       PSP            2008      Sports
## 7171       Wii            2008      Racing
## 7172      X360            2008      Action
## 7173        PC            2008 RolePlaying
## 7174       PS3            2008      Action
## 7179       PS3            2008      Sports
## 7181       PSP            2008      Sports
## 7184      X360            2008      Sports
## 7189       Wii            2008 RolePlaying
## 7191      X360            2008    Platform
## 7193       PS3            2008      Sports
## 7199       Wii            2008      Action
## 7200      X360            2008  Simulation
## 7202        DS            2008 RolePlaying
## 7204        DS            2008    Strategy
## 7205       PSP            2008      Racing
## 7206       Wii            2008  Simulation
## 7207      X360            2008     Shooter
## 7209       PSP            2008      Action
## 7217       PSP            2008      Action
## 7221       PS3            2008      Action
## 7222      X360            2008        Misc
## 7223       Wii            2008  Simulation
## 7224      X360            2008     Shooter
## 7229        DS            2008        Misc
## 7231      X360            2008      Action
## 7233        DS            2008 RolePlaying
## 7234        DS            2008 RolePlaying
## 7235       PS3            2008      Action
## 7240       PS3            2008      Action
## 7242      X360            2008     Shooter
## 7244        DS            2008   Adventure
## 7245      X360            2008      Racing
## 7246       PS3            2008      Racing
## 7251       PS2            2008      Action
## 7252       Wii            2008      Action
## 7253      X360            2008      Sports
## 7254      X360            2008   Adventure
## 7255       PS2            2008      Action
## 7258       PS3            2008      Racing
## 7262       PS3            2008     Shooter
## 7265       PS3            2008        Misc
## 7271        DS            2008 RolePlaying
## 7272       Wii            2008      Action
## 7274       Wii            2008      Sports
## 7275        DS            2008 RolePlaying
## 7278       PS3            2008     Shooter
## 7280       PS3            2008 RolePlaying
## 7281       PS3            2008      Action
## 7285       Wii            2008        Misc
## 7290      X360            2008        Misc
## 7291       PSP            2008 RolePlaying
## 7292        DS            2008      Racing
## 7298       Wii            2008    Fighting
## 7301        DS            2008 RolePlaying
## 7305        DS            2008 RolePlaying
## 7309       Wii            2008      Sports
## 7310      X360            2008      Sports
## 7311        DS            2008        Misc
## 7315       PS3            2008   Adventure
## 7323        DS            2008      Action
## 7324        DS            2008    Strategy
## 7325      X360            2008      Racing
## 7326       PS3            2008      Racing
## 7327       PS2            2008      Action
## 7331        DS            2008 RolePlaying
## 7332       Wii            2008      Action
## 7337      X360            2008 RolePlaying
## 7339       PSP            2008      Action
## 7343      X360            2008 RolePlaying
## 7344      X360            2008      Racing
## 7345        DS            2008 RolePlaying
## 7346       PS2            2008 RolePlaying
## 7349      X360            2008      Action
## 7350       Wii            2008 RolePlaying
## 7351      X360            2008     Shooter
## 7362      X360            2008    Fighting
## 7363        DS            2008      Action
## 7365       PS3            2008  Simulation
## 7367        DS            2008 RolePlaying
## 7368       PS3            2008     Shooter
## 7371       PS3            2008   Adventure
## 7372      X360            2008      Sports
## 7373        DS            2008 RolePlaying
## 7375        PC            2008     Shooter
## 7377       Wii            2008      Action
## 7378       Wii            2008   Adventure
## 7379        DS            2008        Misc
## 7380      X360            2008      Action
## 7385       PS2            2008      Racing
## 7389        DS            2008    Fighting
## 7390       PS3            2008      Sports
## 7392        DS            2008      Sports
## 7395      X360            2008      Sports
## 7398       PS3            2008      Action
## 7399       PSP            2008      Sports
## 7400       Wii            2008        Misc
## 7404       Wii            2008      Puzzle
## 7405       PS3            2008    Fighting
## 7406       PS3            2008      Action
## 7414       Wii            2008      Sports
## 7415       Wii            2008    Fighting
## 7416       PS3            2008     Shooter
## 7418       Wii            2008   Adventure
## 7419       PS3            2008     Shooter
## 7425       Wii            2008    Platform
## 7429        DS            2008   Adventure
## 7430       Wii            2008      Action
## 7435       PS2            2008      Sports
## 7436       PS3            2008      Sports
## 7441        DS            2008     Shooter
## 7443      X360            2008  Simulation
## 7449        DS            2008 RolePlaying
## 7453       PSP            2008 RolePlaying
## 7455       PS3            2008      Sports
## 7460       PS2            2008 RolePlaying
## 7461       Wii            2008        Misc
## 7468       PS3            2008      Sports
## 7470        DS            2008     Shooter
## 7474       Wii            2008      Racing
## 7481       PS2            2008 RolePlaying
## 7487        DS            2008    Strategy
## 7488       PS3            2008   Adventure
## 7489       Wii            2008      Sports
## 7492       PS3            2008     Shooter
## 7494       PSP            2008    Platform
## 7500       PS3            2008      Sports
## 7502       Wii            2008 RolePlaying
## 7503       PS2            2008      Action
## 7507       Wii            2008     Shooter
## 7512       Wii            2008      Action
## 7517       PSP            2008        Misc
## 7520        DS            2008      Sports
## 7523       Wii            2008      Action
## 7526      X360            2008     Shooter
## 7530       PS3            2008      Action
## 7533       Wii            2008  Simulation
## 7534      X360            2008     Shooter
## 7539       Wii            2008      Action
## 7540        DS            2008      Action
## 7546        DS            2008      Sports
## 7549       PSP            2008    Strategy
## 7550      X360            2008      Sports
## 7553      X360            2008    Strategy
## 7555        DS            2008        Misc
## 7559       Wii            2008      Racing
## 7560      X360            2008    Platform
## 7562      X360            2008        Misc
## 7568       Wii            2008    Platform
## 7569        DS            2008      Action
## 7570      X360            2008      Action
## 7575        DS            2008  Simulation
## 7577       PSP            2008        Misc
## 7578        DS            2008        Misc
## 7581        DS            2008      Puzzle
## 7582       PSP            2008 RolePlaying
## 7583      X360            2008      Action
## 7586      X360            2008      Sports
## 7589       Wii            2008  Simulation
## 7591       PSP            2008 RolePlaying
## 7592      X360            2008      Sports
## 7594        DS            2008      Action
## 7597       PSP            2008   Adventure
## 7607       Wii            2008     Shooter
## 7608       Wii            2008      Sports
## 7610       Wii            2008        Misc
## 7613       Wii            2008      Action
## 7614       PSP            2008    Platform
## 7615       PSP            2008      Puzzle
## 7617        DS            2008    Strategy
## 7618        DS            2008    Strategy
## 7620        DS            2008 RolePlaying
## 7622       PSP            2008     Shooter
## 7627      X360            2008    Strategy
## 7629        DS            2008        Misc
## 7632       Wii            2008      Action
## 7633      X360            2008    Fighting
## 7634       Wii            2008      Action
## 7637        PC            2008  Simulation
## 7640        DS            2008        Misc
## 7644      X360            2008     Shooter
## 7646        DS            2008 RolePlaying
## 7649       Wii            2008   Adventure
## 7652        DS            2008  Simulation
## 7654       Wii            2008   Adventure
## 7660       Wii            2008      Puzzle
## 7661        DS            2008 RolePlaying
## 7662        DS            2008      Puzzle
## 7666        PC            2008      Action
## 7668        DS            2008   Adventure
## 7669       Wii            2008    Strategy
## 7672        DS            2008      Racing
## 7674        DS            2008      Puzzle
## 7675        DS            2008     Shooter
## 7676       Wii            2008   Adventure
## 7679        PC            2008      Racing
## 7684        DS            2008   Adventure
## 7686        DS            2008      Action
## 7687       Wii            2008 RolePlaying
## 7690       Wii            2008   Adventure
## 7691       PS3            2008     Shooter
## 7696       PSP            2008    Fighting
## 7701       PSP            2008      Action
## 7707        DS            2008    Strategy
## 7708        DS            2008      Racing
## 7710       PS2            2008      Action
## 7712       Wii            2008        Misc
## 7715        DS            2008 RolePlaying
## 7718       Wii            2008     Shooter
## 7732        DS            2008   Adventure
## 7734        DS            2008      Action
## 7736       PSP            2008    Fighting
## 7740        DS            2008      Action
## 7743       PSP            2008 RolePlaying
## 7746       Wii            2008      Sports
## 7752        DS            2008 RolePlaying
## 7754        PC            2008      Action
## 7755       PS2            2008   Adventure
## 7762       Wii            2008   Adventure
## 7771        DS            2008   Adventure
## 7772        PC            2008 RolePlaying
## 7773      X360            2008      Action
## 7776       PS3            2008      Action
## 7782      X360            2008      Action
## 7783       Wii            2008    Fighting
## 7788      X360            2008        Misc
## 7795       PSP            2008 RolePlaying
## 7798        DS            2008 RolePlaying
## 7807        DS            2008     Shooter
## 7808        DS            2008 RolePlaying
## 7809        PC            2008      Puzzle
## 7811       PS3            2008        Misc
## 7812        DS            2008   Adventure
## 7821      X360            2008      Sports
## 7828      X360            2008      Sports
## 7830       Wii            2008        Misc
## 7835        DS            2008    Platform
## 7838        DS            2008   Adventure
## 7844        DS            2008 RolePlaying
## 7846       Wii            2008      Sports
## 7851       Wii            2008      Action
## 7856       PSP            2008      Action
## 7858        PC            2008      Action
## 7862        PC            2008      Action
## 7872       Wii            2008     Shooter
## 7876        DS            2008     Shooter
## 7880       PS3            2008      Racing
## 7884        DS            2008   Adventure
## 7885        PC            2008      Puzzle
## 7887        PC            2008     Shooter
## 7892        PC            2008    Strategy
## 7912        DS            2008  Simulation
## 7935        PC            2008      Racing
## 7936        PC            2008    Strategy
## 7937        PC            2008      Action
## 7942        PC            2008   Adventure
## 7952        PC            2008  Simulation
## 7953        PC            2008      Action
## 7958        PC            2008  Simulation
## 7968        PC            2008 RolePlaying
## 7972       Wii            2008    Platform
## 7977        PC            2008    Strategy
## 7978       Wii            2008      Puzzle
## 7979        PC            2008     Shooter
## 7981        PC            2008     Shooter
## 7985        PC            2008      Action
## 7986        PC            2008     Shooter
## 7988        PC            2008     Shooter
## 7996        PC            2008      Sports
## 8005        PC            2008      Action
## 8009        PC            2008 RolePlaying
## 8021        PC            2008     Shooter
## 8025        PC            2008      Sports
## 8027        PC            2008     Shooter
## 8029       Wii            2008      Racing
## 8034        PC            2008      Puzzle
## 8042        PC            2008 RolePlaying
## 8044        PC            2008      Action
## 8046        PC            2008    Platform
## 8048        PC            2008   Adventure
## 8059        PC            2008    Strategy
## 8063        PC            2008      Action
## 8083      X360            2008    Platform
## 8091        PC            2008     Shooter
## 8092        PC            2008      Racing
## 8097        PC            2008   Adventure
## 8100        PC            2008      Action
## 8131       Wii            2007      Sports
## 8132      X360            2007     Shooter
## 8133       Wii            2007    Platform
## 8134      X360            2007     Shooter
## 8135        DS            2007        Misc
## 8136       Wii            2007        Misc
## 8138       PS3            2007     Shooter
## 8139       Wii            2007      Action
## 8140      X360            2007   Adventure
## 8141        DS            2007      Puzzle
## 8142        DS            2007      Action
## 8143       PS2            2007        Misc
## 8144       Wii            2007     Shooter
## 8146       PS3            2007      Action
## 8147       PS3            2007   Adventure
## 8148        DS            2007      Action
## 8149       Wii            2007        Misc
## 8150      X360            2007        Misc
## 8151       PS3            2007      Racing
## 8152        PC            2007 RolePlaying
## 8153       PS2            2007      Action
## 8154      X360            2007      Racing
## 8155       Wii            2007        Misc
## 8156        DS            2007      Puzzle
## 8157        DS            2007        Misc
## 8158       Wii            2007        Misc
## 8160       Wii            2007    Platform
## 8161        DS            2007  Simulation
## 8162       PS2            2007      Sports
## 8163        DS            2007  Simulation
## 8164       PSP            2007 RolePlaying
## 8165       PS2            2007      Sports
## 8166       PS3            2007 RolePlaying
## 8167       PS2            2007    Fighting
## 8168      X360            2007 RolePlaying
## 8169       Wii            2007  Simulation
## 8171      X360            2007     Shooter
## 8173       Wii            2007    Platform
## 8174       Wii            2007      Sports
## 8175      X360            2007      Action
## 8176       PS2            2007      Sports
## 8177       PSP            2007 RolePlaying
## 8179       Wii            2007        Misc
## 8180       PS2            2007      Racing
## 8181      X360            2007      Sports
## 8182       PS2            2007    Fighting
## 8183       PS3            2007      Action
## 8184       PS3            2007        Misc
## 8186      X360            2007        Misc
## 8188       PSP            2007     Shooter
## 8189       Wii            2007  Simulation
## 8190      X360            2007      Racing
## 8191       PS3            2007      Racing
## 8193        DS            2007      Puzzle
## 8195       Wii            2007        Misc
## 8196      X360            2007     Shooter
## 8197       Wii            2007     Shooter
## 8200       PS3            2007      Sports
## 8201      X360            2007     Shooter
## 8202        DS            2007        Misc
## 8205       PSP            2007     Shooter
## 8206       PS3            2007      Action
## 8207       Wii            2007  Simulation
## 8208        DS            2007 RolePlaying
## 8210       PS3            2007      Sports
## 8212       Wii            2007      Action
## 8213       PS2            2007      Action
## 8214        DS            2007      Action
## 8215       PSP            2007      Racing
## 8217       PS2            2007        Misc
## 8218        DS            2007        Misc
## 8219      X360            2007    Fighting
## 8220       Wii            2007        Misc
## 8224        DS            2007 RolePlaying
## 8225       PSP            2007      Sports
## 8227      X360            2007      Sports
## 8228       PS3            2007    Fighting
## 8230        DS            2007        Misc
## 8231       Wii            2007      Sports
## 8232       Wii            2007      Sports
## 8233       PS3            2007     Shooter
## 8235       Wii            2007      Sports
## 8237       Wii            2007      Action
## 8238        DS            2007      Racing
## 8239        DS            2007  Simulation
## 8240       PS3            2007     Shooter
## 8242       Wii            2007  Simulation
## 8243       PSP            2007    Fighting
## 8244       PSP            2007 RolePlaying
## 8245        DS            2007    Platform
## 8246       PSP            2007     Shooter
## 8247        PC            2007     Shooter
## 8248       PS3            2007      Action
## 8249       PS3            2007      Sports
## 8250       PS3            2007        Misc
## 8251        PC            2007      Sports
## 8253       PS2            2007        Misc
## 8254       Wii            2007      Racing
## 8255      X360            2007     Shooter
## 8257       PS3            2007    Fighting
## 8258       PSP            2007      Action
## 8259      X360            2007      Sports
## 8260       PS3            2007     Shooter
## 8261       Wii            2007   Adventure
## 8262       PS3            2007  Simulation
## 8263       PS3            2007      Racing
## 8264        DS            2007     Shooter
## 8266       PS3            2007      Sports
## 8268      X360            2007      Action
## 8269       PS3            2007     Shooter
## 8270       Wii            2007      Sports
## 8271       Wii            2007      Sports
## 8272       Wii            2007    Fighting
## 8273      X360            2007     Shooter
## 8275       Wii            2007    Fighting
## 8276      X360            2007  Simulation
## 8277       Wii            2007      Action
## 8278        DS            2007   Adventure
## 8279       Wii            2007    Fighting
## 8280       PS3            2007      Sports
## 8281       PS2            2007      Action
## 8282       PS2            2007      Sports
## 8283        DS            2007  Simulation
## 8285      X360            2007 RolePlaying
## 8286       PS2            2007    Platform
## 8287       PS3            2007      Action
## 8289       Wii            2007      Sports
## 8290      X360            2007      Racing
## 8291       PS2            2007      Action
## 8294       Wii            2007      Action
## 8295      X360            2007      Sports
## 8296       PS2            2007      Action
## 8297        DS            2007      Action
## 8299       Wii            2007  Simulation
## 8300       PS3            2007     Shooter
## 8301       Wii            2007  Simulation
## 8303      X360            2007     Shooter
## 8304       PSP            2007        Misc
## 8306        DS            2007        Misc
## 8308       PS2            2007      Sports
## 8309       PSP            2007  Simulation
## 8311        DS            2007 RolePlaying
## 8312        DS            2007      Action
## 8313       Wii            2007     Shooter
## 8316        DS            2007 RolePlaying
## 8317        DS            2007 RolePlaying
## 8318       PSP            2007     Shooter
## 8319       Wii            2007        Misc
## 8320       PS3            2007      Action
## 8321       PS3            2007      Sports
## 8323        DS            2007  Simulation
## 8324       PS2            2007      Sports
## 8325      X360            2007      Sports
## 8326      X360            2007      Sports
## 8327       PSP            2007      Action
## 8328        PC            2007     Shooter
## 8329        DS            2007  Simulation
## 8330       PSP            2007      Sports
## 8331       PS3            2007      Action
## 8332       Wii            2007 RolePlaying
## 8333      X360            2007 RolePlaying
## 8334      X360            2007      Sports
## 8335       PSP            2007      Action
## 8337      X360            2007      Racing
## 8338       PSP            2007      Sports
## 8339        DS            2007      Racing
## 8340       PS3            2007    Platform
## 8341       PS3            2007     Shooter
## 8342        DS            2007 RolePlaying
## 8343       PS2            2007      Sports
## 8344       PS3            2007     Shooter
## 8346       PSP            2007      Action
## 8349        DS            2007    Platform
## 8354       PSP            2007 RolePlaying
## 8355      X360            2007      Racing
## 8356       PS3            2007      Sports
## 8357      X360            2007      Racing
## 8358       PS3            2007      Racing
## 8359       PS2            2007 RolePlaying
## 8362       Wii            2007      Racing
## 8366       PS2            2007      Sports
## 8367        DS            2007      Action
## 8370        DS            2007  Simulation
## 8372       PSP            2007 RolePlaying
## 8373      X360            2007     Shooter
## 8377      X360            2007    Platform
## 8378       PSP            2007      Action
## 8380       PS2            2007 RolePlaying
## 8381       PS2            2007      Sports
## 8383       PS2            2007      Action
## 8384      X360            2007      Sports
## 8385      X360            2007      Action
## 8386       Wii            2007      Action
## 8387       PS3            2007      Sports
## 8388        DS            2007  Simulation
## 8390      X360            2007      Sports
## 8391       PS3            2007     Shooter
## 8392        DS            2007   Adventure
## 8393       Wii            2007      Action
## 8395       PSP            2007     Shooter
## 8396       PS3            2007      Racing
## 8397       PS2            2007      Action
## 8398      X360            2007      Sports
## 8399       PSP            2007      Action
## 8400       PS3            2007      Action
## 8401       PS3            2007      Action
## 8403       PS2            2007      Sports
## 8405       Wii            2007      Action
## 8407        DS            2007      Puzzle
## 8408       PSP            2007 RolePlaying
## 8409       PSP            2007      Racing
## 8410      X360            2007  Simulation
## 8411      X360            2007      Sports
## 8415       Wii            2007        Misc
## 8416       Wii            2007    Strategy
## 8417       PS2            2007      Action
## 8418      X360            2007        Misc
## 8420        DS            2007      Action
## 8422       PS3            2007      Action
## 8423       Wii            2007    Platform
## 8424       Wii            2007  Simulation
## 8425      X360            2007 RolePlaying
## 8426       PSP            2007      Racing
## 8428        DS            2007    Platform
## 8431       Wii            2007      Action
## 8432       PSP            2007     Shooter
## 8435       PS3            2007      Racing
## 8436      X360            2007      Action
## 8437        DS            2007      Puzzle
## 8439       PSP            2007      Racing
## 8440       Wii            2007      Action
## 8442       Wii            2007      Action
## 8444      X360            2007      Racing
## 8445       PSP            2007    Strategy
## 8446       PS3            2007      Sports
## 8450      X360            2007     Shooter
## 8451       Wii            2007    Strategy
## 8453       Wii            2007    Platform
## 8457       PS3            2007      Action
## 8458       PS2            2007    Platform
## 8462       PSP            2007      Action
## 8463       PS2            2007    Strategy
## 8465       PS2            2007      Action
## 8467       PS2            2007      Action
## 8468      X360            2007     Shooter
## 8469       PSP            2007    Platform
## 8471       PSP            2007      Action
## 8473       PS3            2007      Racing
## 8474        PC            2007     Shooter
## 8476       Wii            2007     Shooter
## 8477       Wii            2007    Platform
## 8478      X360            2007      Action
## 8479      X360            2007    Strategy
## 8483        DS            2007 RolePlaying
## 8484      X360            2007      Action
## 8485       PS2            2007      Action
## 8486       PS2            2007      Racing
## 8488       PS2            2007      Action
## 8491       PS3            2007      Sports
## 8493       Wii            2007      Sports
## 8495       PS2            2007      Racing
## 8496       Wii            2007   Adventure
## 8498      X360            2007 RolePlaying
## 8499       PS2            2007      Action
## 8500       PS3            2007      Sports
## 8502       Wii            2007      Sports
## 8503       PSP            2007      Racing
## 8504        DS            2007    Platform
## 8505       PSP            2007      Action
## 8506       PS2            2007  Simulation
## 8509       Wii            2007      Action
## 8511        DS            2007    Strategy
## 8513       Wii            2007      Action
## 8514      X360            2007      Action
## 8516       Wii            2007    Strategy
## 8518       PS3            2007      Action
## 8521        DS            2007      Puzzle
## 8522      X360            2007      Action
## 8523       PS3            2007        Misc
## 8524        DS            2007    Platform
## 8525       Wii            2007      Action
## 8526        DS            2007      Puzzle
## 8527      X360            2007      Action
## 8528        DS            2007 RolePlaying
## 8530       Wii            2007      Sports
## 8532        DS            2007      Sports
## 8533      X360            2007 RolePlaying
## 8534      X360            2007  Simulation
## 8535       PSP            2007    Strategy
## 8536      X360            2007      Puzzle
## 8537       PS3            2007 RolePlaying
## 8538      X360            2007     Shooter
## 8539      X360            2007      Action
## 8541       PS3            2007      Sports
## 8543       Wii            2007        Misc
## 8545       PSP            2007      Racing
## 8548       PSP            2007      Action
## 8551       PSP            2007      Sports
## 8552        DS            2007     Shooter
## 8556      X360            2007 RolePlaying
## 8557       PS3            2007     Shooter
## 8558      X360            2007      Action
## 8561       PSP            2007    Platform
## 8562      X360            2007      Action
## 8563      X360            2007      Action
## 8566       Wii            2007      Action
## 8567        XB            2007      Sports
## 8568       Wii            2007  Simulation
## 8569       Wii            2007      Sports
## 8571       Wii            2007      Puzzle
## 8573      X360            2007      Racing
## 8574       PS3            2007      Action
## 8577       PS3            2007      Action
## 8578       Wii            2007      Action
## 8579       PS2            2007      Action
## 8580        DS            2007      Sports
## 8581       PS2            2007     Shooter
## 8582       PSP            2007      Sports
## 8586      X360            2007    Fighting
## 8589       PSP            2007      Action
## 8590       PS2            2007      Action
## 8591       PS2            2007      Racing
## 8594      X360            2007      Sports
## 8599      X360            2007      Sports
## 8600        DS            2007  Simulation
## 8606      X360            2007    Strategy
## 8609       PS3            2007      Action
## 8613       PSP            2007      Racing
## 8615       PS3            2007      Action
## 8616       PS3            2007      Racing
## 8617      X360            2007      Action
## 8619      X360            2007      Racing
## 8620       Wii            2007      Sports
## 8623      X360            2007  Simulation
## 8624       PS3            2007      Sports
## 8625       Wii            2007        Misc
## 8627        DS            2007 RolePlaying
## 8629       PSP            2007      Action
## 8630       PSP            2007      Racing
## 8631       PS3            2007      Action
## 8633       PS2            2007      Racing
## 8634      X360            2007        Misc
## 8636       Wii            2007      Action
## 8637       PS3            2007      Racing
## 8642       Wii            2007    Fighting
## 8644        DS            2007      Sports
## 8648        DS            2007    Strategy
## 8650        DS            2007     Shooter
## 8651       PSP            2007      Action
## 8652       PSP            2007      Action
## 8658       Wii            2007    Platform
## 8659      X360            2007        Misc
## 8660      X360            2007      Action
## 8661       Wii            2007 RolePlaying
## 8662      X360            2007      Sports
## 8664       PS3            2007 RolePlaying
## 8665        DS            2007 RolePlaying
## 8666      X360            2007      Racing
## 8667       PS3            2007     Shooter
## 8669      X360            2007     Shooter
## 8672      X360            2007      Action
## 8673      X360            2007      Action
## 8676      X360            2007      Action
## 8677        DS            2007   Adventure
## 8678       Wii            2007   Adventure
## 8681       Wii            2007      Action
## 8683       Wii            2007      Action
## 8686      X360            2007     Shooter
## 8687        XB            2007      Action
## 8688       PSP            2007      Action
## 8689       Wii            2007      Action
## 8690       PS3            2007      Sports
## 8691      X360            2007      Sports
## 8696       Wii            2007      Action
## 8697      X360            2007      Action
## 8702      X360            2007        Misc
## 8705       PSP            2007      Action
## 8706        DS            2007     Shooter
## 8707       Wii            2007        Misc
## 8713      X360            2007    Strategy
## 8714       PS3            2007      Action
## 8715       Wii            2007    Platform
## 8716       PS3            2007      Sports
## 8717       Wii            2007      Sports
## 8718       PS3            2007     Shooter
## 8722       PS2            2007    Fighting
## 8723       Wii            2007    Fighting
## 8725       PS3            2007      Sports
## 8729       Wii            2007   Adventure
## 8731       PS3            2007      Sports
## 8732        DS            2007      Puzzle
## 8733       Wii            2007      Action
## 8734        DS            2007    Fighting
## 8737       PS3            2007      Action
## 8738       PS3            2007  Simulation
## 8739       PS3            2007     Shooter
## 8742      X360            2007      Racing
## 8743        DS            2007        Misc
## 8745       Wii            2007      Action
## 8747        GC            2007      Action
## 8748        DS            2007     Shooter
## 8750       Wii            2007    Fighting
## 8751        DS            2007      Action
## 8752       Wii            2007      Action
## 8753       Wii            2007        Misc
## 8756        PC            2007     Shooter
## 8759       PSP            2007 RolePlaying
## 8760       PS3            2007      Sports
## 8762      X360            2007  Simulation
## 8769      X360            2007      Sports
## 8771      X360            2007      Racing
## 8773        DS            2007  Simulation
## 8774       PS3            2007      Sports
## 8775        DS            2007 RolePlaying
## 8776        DS            2007      Puzzle
## 8780        DS            2007      Puzzle
## 8781       PS2            2007 RolePlaying
## 8782      X360            2007     Shooter
## 8783       Wii            2007      Racing
## 8784        DS            2007      Racing
## 8786        DS            2007    Platform
## 8787       PS2            2007      Puzzle
## 8788       Wii            2007    Strategy
## 8793       Wii            2007     Shooter
## 8794        DS            2007      Action
## 8795        DS            2007    Fighting
## 8798       Wii            2007      Racing
## 8799        DS            2007        Misc
## 8805       PS2            2007 RolePlaying
## 8806        DS            2007      Action
## 8807      X360            2007      Action
## 8808      X360            2007     Shooter
## 8810       PSP            2007      Action
## 8813       PSP            2007      Action
## 8815       PS2            2007      Sports
## 8820        DS            2007      Action
## 8823        DS            2007      Puzzle
## 8834      X360            2007      Racing
## 8835       PSP            2007      Sports
## 8840       PSP            2007    Strategy
## 8849      X360            2007      Sports
## 8850        DS            2007    Fighting
## 8851       PS2            2007      Action
## 8855        DS            2007   Adventure
## 8859       Wii            2007 RolePlaying
## 8861       PS2            2007      Racing
## 8862       PS2            2007 RolePlaying
## 8865       Wii            2007      Action
## 8867        DS            2007    Strategy
## 8868      X360            2007      Action
## 8869        PC            2007     Shooter
## 8870       Wii            2007     Shooter
## 8872       Wii            2007      Action
## 8874       PS3            2007      Sports
## 8875        DS            2007 RolePlaying
## 8876       PSP            2007        Misc
## 8877        DS            2007    Fighting
## 8881       PSP            2007      Action
## 8889      X360            2007    Strategy
## 8895       PS2            2007      Action
## 8897      X360            2007     Shooter
## 8899        XB            2007      Sports
## 8900      X360            2007     Shooter
## 8902       PS3            2007     Shooter
## 8903        DS            2007    Platform
## 8905       Wii            2007      Action
## 8909      X360            2007      Action
## 8911       PSP            2007      Puzzle
## 8916      X360            2007        Misc
## 8918       PSP            2007 RolePlaying
## 8921        GC            2007      Sports
## 8923        DS            2007      Puzzle
## 8928       Wii            2007        Misc
## 8929       PS2            2007        Misc
## 8931       PS2            2007    Strategy
## 8935       PS2            2007      Racing
## 8937      X360            2007 RolePlaying
## 8938       PSP            2007    Strategy
## 8941       PS3            2007 RolePlaying
## 8944        PC            2007  Simulation
## 8947        DS            2007     Shooter
## 8948       Wii            2007    Platform
## 8951       PSP            2007 RolePlaying
## 8952        DS            2007    Platform
## 8960        PC            2007    Strategy
## 8964       Wii            2007    Fighting
## 8968        DS            2007    Strategy
## 8971       Wii            2007    Fighting
## 8972       PSP            2007        Misc
## 8975        DS            2007  Simulation
## 8976       Wii            2007 RolePlaying
## 8977        PC            2007     Shooter
## 8978        DS            2007      Puzzle
## 8981        PC            2007 RolePlaying
## 8982       PSP            2007     Shooter
## 8986       PSP            2007 RolePlaying
## 8988      X360            2007     Shooter
## 8992       PS2            2007 RolePlaying
## 8993        DS            2007      Sports
## 8994        PC            2007     Shooter
## 9003        DS            2007 RolePlaying
## 9004       Wii            2007        Misc
## 9007        PC            2007     Shooter
## 9009      X360            2007      Sports
## 9016       PSP            2007     Shooter
## 9017       Wii            2007        Misc
## 9026       Wii            2007        Misc
## 9030       PS2            2007    Strategy
## 9035       PSP            2007      Sports
## 9041      X360            2007      Sports
## 9042        DS            2007      Action
## 9043       Wii            2007      Sports
## 9044        PC            2007  Simulation
## 9046        PC            2007    Strategy
## 9047       Wii            2007      Action
## 9048        DS            2007  Simulation
## 9050       PS2            2007    Fighting
## 9052        DS            2007      Action
## 9053      X360            2007      Sports
## 9054        DS            2007    Strategy
## 9060       Wii            2007     Shooter
## 9061        PC            2007  Simulation
## 9062       PSP            2007      Sports
## 9065        DS            2007    Strategy
## 9066       PSP            2007      Action
## 9069        PC            2007      Racing
## 9072       Wii            2007    Fighting
## 9076        PC            2007    Strategy
## 9078      X360            2007      Action
## 9082       PS3            2007      Sports
## 9084       PSP            2007     Shooter
## 9085        PC            2007    Strategy
## 9087        DS            2007     Shooter
## 9088        DS            2007      Action
## 9091        PC            2007    Strategy
## 9092        DS            2007      Puzzle
## 9093       PS2            2007      Sports
## 9094        DS            2007      Puzzle
## 9095       Wii            2007     Shooter
## 9096        PC            2007      Action
## 9098       PSP            2007      Puzzle
## 9106        PC            2007    Strategy
## 9107        PC            2007      Action
## 9112       PS2            2007      Sports
## 9131        PC            2007    Strategy
## 9137       PSP            2007    Platform
## 9144       PSP            2007      Puzzle
## 9146       PSP            2007      Sports
## 9147        PC            2007      Action
## 9156       Wii            2007      Racing
## 9159       PS2            2007     Shooter
## 9160        PC            2007  Simulation
## 9161        DS            2007  Simulation
## 9166        DS            2007      Puzzle
## 9171        PC            2007  Simulation
## 9173        PC            2007    Strategy
## 9179        PC            2007  Simulation
## 9184        PC            2007      Racing
## 9190        PC            2007      Racing
## 9196       Wii            2007      Sports
## 9197        PC            2007    Strategy
## 9200       PSP            2007      Racing
## 9203        PC            2007 RolePlaying
## 9205        PC            2007    Platform
## 9208        PC            2007 RolePlaying
## 9215        DS            2007      Puzzle
## 9216        PC            2007        Misc
## 9227       PSP            2007     Shooter
## 9228       PSP            2007      Puzzle
## 9233      X360            2007    Strategy
## 9254        PC            2007     Shooter
## 9260        PC            2007     Shooter
## 9262        PC            2007      Sports
## 9264        DS            2007    Strategy
## 9268        PC            2007  Simulation
## 9270        PC            2007 RolePlaying
## 9274        PC            2007    Strategy
## 9278       PS2            2007     Shooter
## 9282        PC            2007  Simulation
## 9283        PC            2007      Action
## 9287        PC            2007     Shooter
## 9295        PC            2007     Shooter
## 9296        PC            2007    Strategy
## 9302        DS            2007        Misc
## 9306        PC            2007      Racing
## 9310       PSP            2007 RolePlaying
## 9313        DS            2007 RolePlaying
## 9314        PC            2007     Shooter
## 9316        PC            2007      Racing
## 9323        PC            2007    Strategy
## 9328       Wii            2006      Sports
## 9329        DS            2006    Platform
## 9330       Wii            2006        Misc
## 9332       Wii            2006      Action
## 9333      X360            2006     Shooter
## 9334       PS2            2006 RolePlaying
## 9335        DS            2006  Simulation
## 9336       PS2            2006        Misc
## 9337       PSP            2006      Action
## 9338       PS2            2006      Sports
## 9339       PS2            2006      Sports
## 9340      X360            2006 RolePlaying
## 9341       PS3            2006     Shooter
## 9342       PSP            2006    Platform
## 9344       PS3            2006      Racing
## 9345       PS2            2006      Action
## 9346        DS            2006        Misc
## 9348        DS            2006        Misc
## 9349       Wii            2006      Puzzle
## 9350        DS            2006    Platform
## 9351      X360            2006     Shooter
## 9352       PS2            2006      Action
## 9354       PSP            2006     Shooter
## 9356       PS2            2006    Fighting
## 9357      X360            2006 RolePlaying
## 9358       PSP            2006      Racing
## 9359       Wii            2006        Misc
## 9361      X360            2006      Action
## 9362        DS            2006 RolePlaying
## 9363        DS            2006      Puzzle
## 9364      X360            2006      Action
## 9365        DS            2006 RolePlaying
## 9366        DS            2006  Simulation
## 9367       PS2            2006     Shooter
## 9368      X360            2006     Shooter
## 9369        DS            2006    Platform
## 9370      X360            2006      Sports
## 9371        DS            2006 RolePlaying
## 9373       PS2            2006      Sports
## 9375       PS3            2006    Fighting
## 9376      X360            2006      Racing
## 9377      X360            2006  Simulation
## 9378        DS            2006      Sports
## 9379        GC            2006      Action
## 9380       Wii            2006 RolePlaying
## 9381       PS2            2006    Fighting
## 9382      X360            2006     Shooter
## 9383       PS3            2006     Shooter
## 9385       PS2            2006     Shooter
## 9387      X360            2006    Fighting
## 9389       PSP            2006      Racing
## 9390       Wii            2006        Misc
## 9391       PSP            2006      Action
## 9392       PS3            2006      Racing
## 9393       PS2            2006      Racing
## 9394      X360            2006     Shooter
## 9395       PS2            2006      Sports
## 9396       Wii            2006      Racing
## 9397       PS2            2006     Shooter
## 9398       PS3            2006      Racing
## 9400       PS2            2006      Racing
## 9402       PSP            2006      Racing
## 9403       PS2            2006      Action
## 9404        DS            2006      Puzzle
## 9405       PSP            2006      Action
## 9406       PS2            2006      Racing
## 9407       PS3            2006    Platform
## 9408       GBA            2006      Racing
## 9411       PS2            2006   Adventure
## 9412       PS2            2006      Action
## 9413        DS            2006      Action
## 9414       PS2            2006     Shooter
## 9415       PS2            2006    Fighting
## 9416       PSP            2006     Shooter
## 9417       PS2            2006  Simulation
## 9418      X360            2006    Platform
## 9419        XB            2006      Sports
## 9422       PSP            2006  Simulation
## 9424        DS            2006      Racing
## 9425        GC            2006      Action
## 9426       PSP            2006   Adventure
## 9428       PS2            2006      Action
## 9429       PS2            2006      Sports
## 9430        GC            2006      Racing
## 9432       PSP            2006      Action
## 9433        GC            2006      Racing
## 9434      X360            2006 RolePlaying
## 9435       PS2            2006      Sports
## 9436       PSP            2006     Shooter
## 9438       Wii            2006      Racing
## 9439       PS2            2006      Sports
## 9440       PSP            2006      Sports
## 9441       PSP            2006      Puzzle
## 9442       PS2            2006 RolePlaying
## 9444       PSP            2006  Simulation
## 9445       PS2            2006    Fighting
## 9446      X360            2006      Action
## 9447       PS2            2006      Sports
## 9448       PSP            2006    Strategy
## 9449        DS            2006     Shooter
## 9450       PS3            2006      Action
## 9451      X360            2006      Sports
## 9452       PS2            2006      Sports
## 9454       PSP            2006    Fighting
## 9455      X360            2006      Sports
## 9456       PS2            2006      Sports
## 9457       PSP            2006      Racing
## 9460       Wii            2006     Shooter
## 9462       PS3            2006  Simulation
## 9463       PSP            2006    Fighting
## 9464       PS2            2006    Strategy
## 9465       PS2            2006      Action
## 9466      X360            2006      Action
## 9467       PS2            2006      Action
## 9468       PS3            2006      Sports
## 9469        GC            2006      Sports
## 9471       PS2            2006      Action
## 9472       PS2            2006      Action
## 9473      X360            2006      Sports
## 9474       PS2            2006      Action
## 9475       PS2            2006      Sports
## 9476       PS2            2006      Sports
## 9478       PSP            2006      Sports
## 9480        XB            2006      Sports
## 9485       PSP            2006    Fighting
## 9486       PS2            2006    Platform
## 9487        DS            2006 RolePlaying
## 9488       Wii            2006      Racing
## 9490        DS            2006     Shooter
## 9492        DS            2006 RolePlaying
## 9493       Wii            2006      Racing
## 9494       PS3            2006      Sports
## 9495       PS2            2006      Action
## 9496       PSP            2006    Fighting
## 9498        PC            2006  Simulation
## 9499       PSP            2006      Sports
## 9500       PS2            2006  Simulation
## 9501       PS2            2006      Sports
## 9502       PS2            2006      Racing
## 9503      X360            2006    Fighting
## 9505        GC            2006   Adventure
## 9506       PS2            2006      Action
## 9507      X360            2006      Racing
## 9508       Wii            2006      Sports
## 9509       Wii            2006    Platform
## 9510      X360            2006      Sports
## 9512        XB            2006      Action
## 9513        DS            2006    Platform
## 9515      X360            2006      Sports
## 9516      X360            2006      Sports
## 9517        DS            2006 RolePlaying
## 9519       PS2            2006 RolePlaying
## 9520       PS2            2006      Sports
## 9521        XB            2006      Racing
## 9523       GBA            2006   Adventure
## 9524      X360            2006      Sports
## 9525       PSP            2006     Shooter
## 9526       PSP            2006      Action
## 9527        DS            2006    Fighting
## 9528       PS2            2006      Sports
## 9530       PS2            2006 RolePlaying
## 9531       PS2            2006      Sports
## 9533        XB            2006      Action
## 9535       PS2            2006 RolePlaying
## 9536       PSP            2006 RolePlaying
## 9537        PC            2006  Simulation
## 9538        DS            2006      Action
## 9539       PSP            2006      Racing
## 9540       PS2            2006     Shooter
## 9542        XB            2006     Shooter
## 9544      X360            2006  Simulation
## 9545       PS2            2006      Action
## 9547      X360            2006     Shooter
## 9548       Wii            2006 RolePlaying
## 9549        GC            2006      Action
## 9551        DS            2006    Platform
## 9552       PS2            2006    Platform
## 9553      X360            2006      Action
## 9554       PS3            2006 RolePlaying
## 9555       PSP            2006    Platform
## 9556       PS2            2006    Fighting
## 9557      X360            2006      Sports
## 9558       PS3            2006      Sports
## 9560       PS2            2006      Action
## 9561      X360            2006      Action
## 9562        DS            2006    Platform
## 9563       PS2            2006      Sports
## 9564       PS2            2006 RolePlaying
## 9565       PSP            2006 RolePlaying
## 9566       PSP            2006      Sports
## 9567        DS            2006        Misc
## 9568       PSP            2006 RolePlaying
## 9569       PS2            2006 RolePlaying
## 9571        GC            2006      Racing
## 9572       PSP            2006      Sports
## 9573        GC            2006    Platform
## 9574       PS2            2006      Action
## 9575       Wii            2006  Simulation
## 9576      X360            2006      Action
## 9577        XB            2006      Sports
## 9578      X360            2006     Shooter
## 9579        XB            2006     Shooter
## 9580       PSP            2006 RolePlaying
## 9581        DS            2006   Adventure
## 9582       PSP            2006 RolePlaying
## 9583       PSP            2006    Fighting
## 9584        XB            2006    Fighting
## 9585       PS2            2006 RolePlaying
## 9586        GC            2006    Platform
## 9588        GC            2006      Action
## 9589        XB            2006      Sports
## 9590       Wii            2006      Action
## 9591       Wii            2006    Fighting
## 9592      X360            2006     Shooter
## 9593      X360            2006      Racing
## 9600       PS2            2006   Adventure
## 9602       PS2            2006  Simulation
## 9603       PSP            2006        Misc
## 9604        PC            2006  Simulation
## 9607       PSP            2006     Shooter
## 9610       Wii            2006    Fighting
## 9612       GBA            2006 RolePlaying
## 9613      X360            2006  Simulation
## 9614       PSP            2006   Adventure
## 9616       PS2            2006      Racing
## 9617        DS            2006    Platform
## 9618       PS2            2006 RolePlaying
## 9621       Wii            2006   Adventure
## 9623        DS            2006    Platform
## 9626      X360            2006      Sports
## 9629        GC            2006  Simulation
## 9630       PS3            2006      Sports
## 9632      X360            2006      Action
## 9633       PS2            2006      Sports
## 9635       GBA            2006 RolePlaying
## 9636       PSP            2006    Fighting
## 9638        DS            2006      Action
## 9639        DS            2006   Adventure
## 9640        PC            2006 RolePlaying
## 9641       PS2            2006      Action
## 9645      X360            2006      Sports
## 9646      X360            2006      Racing
## 9647      X360            2006      Action
## 9649       PS2            2006   Adventure
## 9650       PS2            2006 RolePlaying
## 9652      X360            2006     Shooter
## 9655        DS            2006   Adventure
## 9656       PSP            2006 RolePlaying
## 9657        XB            2006      Sports
## 9659        DS            2006 RolePlaying
## 9662        DS            2006 RolePlaying
## 9663       PS2            2006 RolePlaying
## 9664       PSP            2006 RolePlaying
## 9667       PSP            2006 RolePlaying
## 9668       Wii            2006      Sports
## 9669        DS            2006      Sports
## 9670        DS            2006    Strategy
## 9671       PS2            2006 RolePlaying
## 9674      X360            2006     Shooter
## 9676      X360            2006  Simulation
## 9677      X360            2006      Sports
## 9679       Wii            2006      Action
## 9681        DS            2006      Sports
## 9685       PS3            2006  Simulation
## 9686        XB            2006      Racing
## 9687       PSP            2006    Strategy
## 9688       PS2            2006    Fighting
## 9689        DS            2006      Racing
## 9691       PSP            2006      Sports
## 9693       PS3            2006 RolePlaying
## 9695       PS3            2006  Simulation
## 9696       PS2            2006    Fighting
## 9697       PSP            2006     Shooter
## 9698       PSP            2006      Action
## 9700      X360            2006 RolePlaying
## 9701      X360            2006 RolePlaying
## 9702        DS            2006    Fighting
## 9704       PS2            2006 RolePlaying
## 9705        GC            2006    Platform
## 9708       PS2            2006      Action
## 9709        XB            2006      Sports
## 9714       PS3            2006      Racing
## 9716        DS            2006      Sports
## 9720      X360            2006      Action
## 9721      X360            2006      Sports
## 9725       PSP            2006      Sports
## 9727        XB            2006     Shooter
## 9731       PSP            2006    Fighting
## 9735       PSP            2006 RolePlaying
## 9737      X360            2006 RolePlaying
## 9740        DS            2006      Action
## 9742       PSP            2006    Strategy
## 9743      X360            2006      Sports
## 9744       PS2            2006      Racing
## 9745       PSP            2006    Fighting
## 9746       PSP            2006    Strategy
## 9747        DS            2006    Fighting
## 9748       PSP            2006  Simulation
## 9750       PSP            2006      Puzzle
## 9752      X360            2006     Shooter
## 9754        GC            2006    Platform
## 9755        XB            2006      Action
## 9756        GC            2006      Action
## 9760        XB            2006      Sports
## 9762       PSP            2006    Platform
## 9765        XB            2006      Action
## 9766       PSP            2006        Misc
## 9767       PS2            2006      Action
## 9769       Wii            2006     Shooter
## 9771      X360            2006      Sports
## 9772      X360            2006      Action
## 9774      X360            2006      Action
## 9781       Wii            2006      Action
## 9782      X360            2006      Racing
## 9783        DS            2006      Puzzle
## 9786       PSP            2006      Sports
## 9788       Wii            2006      Puzzle
## 9791        XB            2006      Action
## 9792      X360            2006    Fighting
## 9794        XB            2006      Racing
## 9795      X360            2006      Sports
## 9796        GC            2006      Sports
## 9797        DS            2006    Platform
## 9799       Wii            2006      Action
## 9800       PSP            2006      Action
## 9801      X360            2006      Action
## 9803      X360            2006      Action
## 9806        GC            2006        Misc
## 9808       PS3            2006      Sports
## 9813       PSP            2006   Adventure
## 9816       PS2            2006      Action
## 9818      X360            2006      Sports
## 9819        XB            2006      Sports
## 9820        DS            2006 RolePlaying
## 9821      X360            2006 RolePlaying
## 9823       PSP            2006     Shooter
## 9824       PS2            2006      Racing
## 9826        GC            2006      Sports
## 9828      X360            2006    Platform
## 9832        GC            2006        Misc
## 9833        GC            2006     Shooter
## 9835       PSP            2006   Adventure
## 9837      X360            2006      Racing
## 9841       PSP            2006      Sports
## 9844        DS            2006      Action
## 9847       PSP            2006      Action
## 9849      X360            2006      Sports
## 9852        GC            2006 RolePlaying
## 9854        XB            2006      Action
## 9855       PS2            2006    Platform
## 9858        DS            2006      Puzzle
## 9859      X360            2006     Shooter
## 9860       PSP            2006      Sports
## 9862        DS            2006 RolePlaying
## 9866        DS            2006 RolePlaying
## 9868       PS2            2006 RolePlaying
## 9869       GBA            2006    Platform
## 9870       PSP            2006      Action
## 9871        DS            2006    Strategy
## 9872        PC            2006    Strategy
## 9873       PSP            2006      Racing
## 9874       PS2            2006      Action
## 9877        DS            2006   Adventure
## 9880       PSP            2006 RolePlaying
## 9881       PSP            2006      Action
## 9886        DS            2006 RolePlaying
## 9888       PSP            2006      Action
## 9889       PS2            2006    Strategy
## 9891      X360            2006 RolePlaying
## 9892       Wii            2006    Platform
## 9894       GBA            2006      Action
## 9896       GBA            2006   Adventure
## 9902        PC            2006    Strategy
## 9903       PS2            2006      Racing
## 9904        XB            2006      Sports
## 9905        GC            2006      Racing
## 9906        XB            2006  Simulation
## 9907      X360            2006      Sports
## 9909       PS2            2006     Shooter
## 9910       PS2            2006    Fighting
## 9911       Wii            2006    Platform
## 9912      X360            2006      Action
## 9913        GC            2006      Action
## 9914       PSP            2006      Action
## 9915       Wii            2006     Shooter
## 9916       PSP            2006    Platform
## 9917        DS            2006    Strategy
## 9918       PSP            2006    Platform
## 9919      X360            2006      Action
## 9924        XB            2006     Shooter
## 9927        DS            2006      Action
## 9931      X360            2006    Fighting
## 9932       PS2            2006        Misc
## 9936       PSP            2006      Sports
## 9938       Wii            2006    Platform
## 9940       PS2            2006  Simulation
## 9942      X360            2006     Shooter
## 9943        DS            2006      Action
## 9944       PSP            2006      Action
## 9947        DS            2006      Action
## 9948       PS2            2006      Action
## 9951        XB            2006      Racing
## 9953       GBA            2006      Action
## 9958       PS2            2006    Strategy
## 9960       PSP            2006     Shooter
## 9962       Wii            2006      Action
## 9963       PSP            2006     Shooter
## 9964        DS            2006     Shooter
## 9970       PS2            2006     Shooter
## 9972        DS            2006    Strategy
## 9977       PS2            2006      Racing
## 9978       PSP            2006      Action
## 9980       PS2            2006     Shooter
## 9981       PS2            2006     Shooter
## 9983       PSP            2006      Action
## 9985        GC            2006      Action
## 9988       PSP            2006 RolePlaying
## 9989        DS            2006      Action
## 9990        XB            2006      Sports
## 9991        PC            2006 RolePlaying
## 9993        PC            2006 RolePlaying
## 9994       PS2            2006      Action
## 9996       PS2            2006      Action
## 10002      PSP            2006    Platform
## 10003      PS2            2006      Action
## 10010       DS            2006      Action
## 10015      PS2            2006      Racing
## 10016       DS            2006    Fighting
## 10021      PSP            2006      Puzzle
## 10027      PSP            2006      Action
## 10029      PS2            2006      Sports
## 10030     X360            2006    Strategy
## 10031       PC            2006      Racing
## 10033      PSP            2006        Misc
## 10035      PSP            2006   Adventure
## 10038      PSP            2006 RolePlaying
## 10044       PC            2006    Strategy
## 10045      Wii            2006  Simulation
## 10047       DS            2006   Adventure
## 10051      PS2            2006    Fighting
## 10055       XB            2006      Racing
## 10056      PS2            2006     Shooter
## 10059       DS            2006      Sports
## 10062     X360            2006    Fighting
## 10063       PC            2006  Simulation
## 10066       PC            2006   Adventure
## 10067       XB            2006      Racing
## 10071       PC            2006  Simulation
## 10074      Wii            2006      Action
## 10075       PC            2006    Strategy
## 10076      PSP            2006        Misc
## 10080       XB            2006      Action
## 10081     X360            2006      Puzzle
## 10082       XB            2006   Adventure
## 10088       DS            2006      Sports
## 10091       DS            2006     Shooter
## 10094       PC            2006    Strategy
## 10095      PS2            2006    Strategy
## 10096       PC            2006      Action
## 10097      PS2            2006    Fighting
## 10098      PSP            2006      Racing
## 10104      PSP            2006 RolePlaying
## 10107       XB            2006     Shooter
## 10109      PSP            2006      Action
## 10110       XB            2006      Racing
## 10114       PC            2006  Simulation
## 10115       PC            2006      Action
## 10118     X360            2006      Sports
## 10120       PC            2006    Strategy
## 10123      GBA            2006      Sports
## 10124      PSP            2006 RolePlaying
## 10125      PSP            2006      Racing
## 10126      PSP            2006 RolePlaying
## 10132      PS2            2006      Action
## 10133      PSP            2006 RolePlaying
## 10139       DS            2006      Action
## 10149      PSP            2006      Racing
## 10152       DS            2006      Action
## 10154       DS            2006  Simulation
## 10156      PSP            2006    Strategy
## 10157       XB            2006      Sports
## 10159       PC            2006    Strategy
## 10160      PS2            2006  Simulation
## 10165       XB            2006      Sports
## 10166       PC            2006 RolePlaying
## 10168      PS2            2006    Platform
## 10169      GBA            2006      Sports
## 10170      GBA            2006      Action
## 10172       PC            2006     Shooter
## 10181      PS2            2006      Racing
## 10182       PC            2006 RolePlaying
## 10183       PC            2006    Strategy
## 10184      PS2            2006      Sports
## 10185       DS            2006    Strategy
## 10188       PC            2006    Strategy
## 10190      PSP            2006      Action
## 10193       DS            2006    Strategy
## 10199      PS2            2006      Action
## 10201      PS2            2006      Racing
## 10205      PS2            2006     Shooter
## 10208       DS            2006  Simulation
## 10213       PC            2006    Strategy
## 10222      PS2            2006    Platform
## 10225       PC            2006  Simulation
## 10229       PC            2006      Racing
## 10241       XB            2006     Shooter
## 10243       PC            2006    Strategy
## 10253      PS2            2006      Sports
## 10254       XB            2006     Shooter
## 10255       PC            2006      Action
## 10258      PS2            2006   Adventure
## 10259      PSP            2006 RolePlaying
## 10262       XB            2006      Action
## 10265       PC            2006      Action
## 10266       XB            2006     Shooter
## 10272       PC            2006    Strategy
## 10274       PC            2006      Action
## 10277       PC            2006  Simulation
## 10282      PSP            2006        Misc
## 10283       XB            2006      Racing
## 10285      PS2            2006      Action
## 10293       PC            2006 RolePlaying
## 10300       PC            2006     Shooter
## 10301       PC            2006        Misc
## 10309       PC            2006 RolePlaying
## 10317      PS2            2006     Shooter
## 10321      PSP            2006   Adventure
## 10325      PS2            2006      Racing
## 10335       DS            2005      Racing
## 10336       DS            2005        Misc
## 10337       DS            2005      Puzzle
## 10338       DS            2005  Simulation
## 10339      PSP            2005      Action
## 10340       DS            2005        Misc
## 10341      PS2            2005      Sports
## 10342      PS2            2005      Action
## 10343      PS2            2005      Racing
## 10344      PS2            2005 RolePlaying
## 10345      PS2            2005      Sports
## 10348      PS2            2005    Fighting
## 10349      PSP            2005      Racing
## 10350      PS2            2005      Action
## 10351      PS2            2005     Shooter
## 10353      PS2            2005      Action
## 10354       DS            2005    Platform
## 10356      PS2            2005     Shooter
## 10357      PS2            2005        Misc
## 10358      PS2            2005      Action
## 10359      PSP            2005      Racing
## 10361      PS2            2005      Action
## 10362     X360            2005     Shooter
## 10363       DS            2005 RolePlaying
## 10364       XB            2005      Action
## 10366       XB            2005      Sports
## 10367      PS2            2005      Sports
## 10369      PS2            2005      Action
## 10370      PS2            2005     Shooter
## 10371       GC            2005      Action
## 10372       XB            2005     Shooter
## 10373      PS2            2005    Fighting
## 10376       GC            2005      Sports
## 10379       GC            2005        Misc
## 10380      PS2            2005      Sports
## 10381      PS2            2005      Sports
## 10382       GC            2005      Sports
## 10386      PS2            2005      Action
## 10387      PSP            2005  Simulation
## 10388       XB            2005     Shooter
## 10389      PSP            2005 RolePlaying
## 10390      PSP            2005      Racing
## 10391      PS2            2005    Platform
## 10392      PS2            2005        Misc
## 10395       PC            2005  Simulation
## 10396       DS            2005  Simulation
## 10397     X360            2005      Racing
## 10398       GC            2005 RolePlaying
## 10399      PS2            2005     Shooter
## 10400       XB            2005      Action
## 10401      PSP            2005     Shooter
## 10403      PS2            2005     Shooter
## 10405      PS2            2005      Action
## 10406      PS2            2005  Simulation
## 10410      PSP            2005     Shooter
## 10411       XB            2005     Shooter
## 10412       XB            2005      Action
## 10413      PSP            2005 RolePlaying
## 10414      PSP            2005        Misc
## 10415       GC            2005     Shooter
## 10416      PS2            2005    Fighting
## 10417      PSP            2005      Sports
## 10418      PS2            2005      Sports
## 10419       XB            2005      Racing
## 10420       XB            2005      Racing
## 10421      PS2            2005      Racing
## 10422      PSP            2005      Racing
## 10423       DS            2005    Platform
## 10424       GC            2005    Platform
## 10425      GBA            2005        Misc
## 10426       DS            2005    Strategy
## 10427       XB            2005      Sports
## 10428       PC            2005      Action
## 10429      PS2            2005      Action
## 10432       DS            2005  Simulation
## 10434       DS            2005   Adventure
## 10435      PS2            2005      Racing
## 10437      PS2            2005      Sports
## 10438      PS2            2005      Sports
## 10439      PS2            2005      Action
## 10440      PS2            2005    Fighting
## 10441      PS2            2005 RolePlaying
## 10442      PSP            2005      Racing
## 10443      PS2            2005    Platform
## 10444      PSP            2005      Sports
## 10445      PSP            2005   Adventure
## 10446      PS2            2005  Simulation
## 10447      PS2            2005      Action
## 10448     X360            2005     Shooter
## 10449      PS2            2005    Fighting
## 10450      GBA            2005    Platform
## 10451      PSP            2005      Action
## 10456      PSP            2005      Sports
## 10457      PSP            2005     Shooter
## 10458       XB            2005      Racing
## 10459      GBA            2005      Action
## 10460      PS2            2005      Action
## 10462       DS            2005    Platform
## 10464       XB            2005     Shooter
## 10465      PSP            2005      Action
## 10466       XB            2005 RolePlaying
## 10467      PSP            2005    Platform
## 10469       XB            2005     Shooter
## 10470      PS2            2005      Action
## 10471      PS2            2005      Action
## 10473       XB            2005      Sports
## 10474       XB            2005     Shooter
## 10477       XB            2005     Shooter
## 10478      PS2            2005 RolePlaying
## 10479      PS2            2005    Platform
## 10481      PS2            2005 RolePlaying
## 10482      PS2            2005      Action
## 10483       XB            2005      Sports
## 10485      PS2            2005 RolePlaying
## 10486      PS2            2005      Racing
## 10487       XB            2005      Sports
## 10489       XB            2005     Shooter
## 10490      GBA            2005 RolePlaying
## 10491      GBA            2005      Action
## 10492      PS2            2005    Platform
## 10493       XB            2005    Fighting
## 10497      PS2            2005 RolePlaying
## 10498       XB            2005      Action
## 10499      PS2            2005      Sports
## 10500       XB            2005     Shooter
## 10501      PSP            2005      Racing
## 10502      PS2            2005 RolePlaying
## 10503       GC            2005      Sports
## 10504      PS2            2005      Action
## 10505       XB            2005     Shooter
## 10506       GC            2005      Racing
## 10507      PS2            2005      Action
## 10508       XB            2005      Sports
## 10509      PSP            2005      Puzzle
## 10510      PS2            2005      Action
## 10512      PS2            2005      Racing
## 10513      PS2            2005      Racing
## 10514       GC            2005      Action
## 10515      PS2            2005      Action
## 10516      PS2            2005      Sports
## 10517       XB            2005      Action
## 10518       XB            2005      Racing
## 10519       XB            2005     Shooter
## 10520      PS2            2005      Sports
## 10521      PS2            2005      Racing
## 10522      PS2            2005      Action
## 10523      GBA            2005      Sports
## 10524      PS2            2005      Puzzle
## 10525       XB            2005     Shooter
## 10527      PS2            2005      Action
## 10528      PS2            2005      Sports
## 10530      PS2            2005        Misc
## 10531      PS2            2005      Action
## 10532      PS2            2005      Action
## 10533      PS2            2005      Action
## 10534       DS            2005    Fighting
## 10535      PS2            2005 RolePlaying
## 10536      PS2            2005 RolePlaying
## 10538       XB            2005      Sports
## 10539      PS2            2005      Racing
## 10541      PS2            2005        Misc
## 10543     X360            2005    Fighting
## 10544       GC            2005        Misc
## 10546      GBA            2005    Platform
## 10547      PS2            2005     Shooter
## 10548      PS2            2005    Fighting
## 10549      PS2            2005     Shooter
## 10550      PS2            2005     Shooter
## 10553      PS2            2005     Shooter
## 10555       XB            2005    Fighting
## 10557       XB            2005      Sports
## 10559       XB            2005 RolePlaying
## 10560      PS2            2005     Shooter
## 10561       XB            2005      Action
## 10562       DS            2005      Action
## 10565      PS2            2005    Fighting
## 10568      PS2            2005      Action
## 10569       DS            2005    Platform
## 10570      PS2            2005        Misc
## 10571      PS2            2005      Sports
## 10572       GC            2005      Sports
## 10574      PSP            2005      Sports
## 10575       GC            2005      Action
## 10577      PS2            2005      Action
## 10578     X360            2005      Action
## 10579       XB            2005     Shooter
## 10581      PS2            2005    Platform
## 10582      PS2            2005      Action
## 10583      PS2            2005 RolePlaying
## 10585       GC            2005    Strategy
## 10586      PS2            2005      Sports
## 10587       XB            2005      Racing
## 10588      PSP            2005    Fighting
## 10589      PS2            2005      Racing
## 10590       XB            2005      Action
## 10593      GBA            2005  Simulation
## 10594       DS            2005    Strategy
## 10595       XB            2005     Shooter
## 10598       GC            2005    Fighting
## 10599      PS2            2005        Misc
## 10600       PC            2005    Strategy
## 10601       XB            2005  Simulation
## 10602       GC            2005      Action
## 10603     X360            2005     Shooter
## 10604      PSP            2005      Sports
## 10605      PS2            2005      Action
## 10606      PS2            2005     Shooter
## 10607      PS2            2005      Action
## 10608       XB            2005      Action
## 10612       DS            2005  Simulation
## 10614      PS2            2005     Shooter
## 10615      PS2            2005   Adventure
## 10617       GC            2005    Fighting
## 10618       DS            2005      Action
## 10619      GBA            2005      Racing
## 10620     X360            2005      Action
## 10621       XB            2005     Shooter
## 10623       GC            2005  Simulation
## 10625       GC            2005     Shooter
## 10626      PS2            2005    Fighting
## 10628       GC            2005      Sports
## 10631       XB            2005      Sports
## 10632      PS2            2005     Shooter
## 10633     X360            2005      Sports
## 10636      PSP            2005    Fighting
## 10637      PS2            2005      Sports
## 10638       XB            2005      Action
## 10639       XB            2005      Action
## 10640       XB            2005     Shooter
## 10642      PSP            2005    Platform
## 10644     X360            2005      Sports
## 10645       DS            2005      Action
## 10646      GBA            2005      Action
## 10650      GBA            2005   Adventure
## 10651      PS2            2005   Adventure
## 10653      PS2            2005    Strategy
## 10654       GC            2005      Sports
## 10655     X360            2005      Sports
## 10656       PC            2005      Racing
## 10657       XB            2005     Shooter
## 10658      PS2            2005      Racing
## 10659      PS2            2005  Simulation
## 10660       DS            2005   Adventure
## 10661      PSP            2005 RolePlaying
## 10663      PS2            2005 RolePlaying
## 10665      GBA            2005      Action
## 10666       XB            2005      Action
## 10668       XB            2005    Fighting
## 10670       XB            2005      Action
## 10671       DS            2005      Puzzle
## 10673       XB            2005      Racing
## 10674      PS2            2005      Action
## 10675       XB            2005      Action
## 10677      PS2            2005    Fighting
## 10678       DS            2005      Racing
## 10682       XB            2005   Adventure
## 10684     X360            2005      Action
## 10685       DS            2005    Platform
## 10686       DS            2005        Misc
## 10689       GC            2005     Shooter
## 10690       XB            2005      Sports
## 10692       XB            2005  Simulation
## 10693      PS2            2005      Action
## 10694       XB            2005     Shooter
## 10695       GC            2005    Platform
## 10696       GC            2005 RolePlaying
## 10700      PSP            2005      Sports
## 10701      PS2            2005     Shooter
## 10702       GC            2005  Simulation
## 10703      GBA            2005    Platform
## 10704      PS2            2005        Misc
## 10705       GC            2005      Action
## 10706       XB            2005    Fighting
## 10707      PSP            2005      Racing
## 10710       GC            2005      Action
## 10711      GBA            2005      Sports
## 10712      PSP            2005        Misc
## 10713       XB            2005      Action
## 10714       DS            2005      Action
## 10716       DS            2005      Puzzle
## 10717       XB            2005      Action
## 10720     X360            2005      Action
## 10722      PS2            2005      Action
## 10724      PSP            2005        Misc
## 10725      PSP            2005      Sports
## 10726      PS2            2005      Action
## 10728      PSP            2005      Sports
## 10731       GC            2005      Action
## 10732      PSP            2005      Sports
## 10734       GC            2005      Action
## 10736      PSP            2005      Sports
## 10737       XB            2005      Sports
## 10738      PS2            2005        Misc
## 10739      PSP            2005      Sports
## 10740       DS            2005      Sports
## 10741      PS2            2005    Platform
## 10742       XB            2005     Shooter
## 10745      PSP            2005        Misc
## 10746       XB            2005      Action
## 10747      PS2            2005      Action
## 10748      PS2            2005      Action
## 10749      PSP            2005      Sports
## 10750       GC            2005    Fighting
## 10752      PS2            2005    Strategy
## 10753       XB            2005      Sports
## 10757      PSP            2005    Fighting
## 10758      PS2            2005     Shooter
## 10759       XB            2005      Action
## 10761       XB            2005      Action
## 10762     X360            2005      Racing
## 10763      PS2            2005      Action
## 10764      PS2            2005  Simulation
## 10765      PSP            2005      Sports
## 10766      PS2            2005      Action
## 10767      PS2            2005      Racing
## 10769      PS2            2005     Shooter
## 10770      PSP            2005      Action
## 10772      PSP            2005      Action
## 10773      PS2            2005     Shooter
## 10774      PSP            2005    Platform
## 10775      PS2            2005      Action
## 10777      PS2            2005      Action
## 10778      PSP            2005      Action
## 10779       XB            2005     Shooter
## 10780       XB            2005     Shooter
## 10782       XB            2005 RolePlaying
## 10785       DS            2005      Action
## 10786       XB            2005    Platform
## 10787       GC            2005     Shooter
## 10792       GC            2005   Adventure
## 10793      PS2            2005  Simulation
## 10794       DS            2005      Racing
## 10795       XB            2005      Racing
## 10798      PS2            2005      Action
## 10799      PS2            2005      Sports
## 10801       GC            2005      Action
## 10802       GC            2005    Fighting
## 10806      GBA            2005      Action
## 10807       PC            2005     Shooter
## 10808      PS2            2005      Action
## 10809       GC            2005      Sports
## 10812       PC            2005    Strategy
## 10813      PSP            2005      Racing
## 10815       GC            2005      Racing
## 10816       DS            2005      Sports
## 10817       XB            2005     Shooter
## 10821       GC            2005      Action
## 10824       DS            2005      Action
## 10826     X360            2005      Sports
## 10828       DS            2005      Action
## 10829       GC            2005    Platform
## 10830      PS2            2005 RolePlaying
## 10831       XB            2005    Strategy
## 10833      PSP            2005     Shooter
## 10835      PS2            2005      Racing
## 10837      PSP            2005 RolePlaying
## 10838       DS            2005      Puzzle
## 10839       GC            2005      Action
## 10840      PS2            2005   Adventure
## 10841     X360            2005      Sports
## 10842      PS2            2005 RolePlaying
## 10845      PS2            2005      Racing
## 10846       GC            2005   Adventure
## 10848       DS            2005      Puzzle
## 10850       GC            2005      Action
## 10851       GC            2005      Action
## 10853       GC            2005      Action
## 10855       XB            2005        Misc
## 10858      PS2            2005 RolePlaying
## 10859       XB            2005      Racing
## 10860      PS2            2005 RolePlaying
## 10862       XB            2005      Sports
## 10863      PSP            2005      Sports
## 10866      GBA            2005    Platform
## 10872      PSP            2005        Misc
## 10877       DS            2005        Misc
## 10878       DS            2005      Racing
## 10879      PS2            2005 RolePlaying
## 10880       DS            2005      Action
## 10883      PSP            2005     Shooter
## 10884       DS            2005    Platform
## 10885       XB            2005    Platform
## 10886      PS2            2005 RolePlaying
## 10888       XB            2005  Simulation
## 10889      PS2            2005    Platform
## 10893       XB            2005      Action
## 10894       XB            2005      Action
## 10896       XB            2005      Racing
## 10897      PS2            2005 RolePlaying
## 10898       DS            2005      Sports
## 10901      PS2            2005   Adventure
## 10902       DS            2005 RolePlaying
## 10908       XB            2005    Platform
## 10909      PS2            2005     Shooter
## 10910       XB            2005      Action
## 10911       DS            2005    Strategy
## 10914      PSP            2005      Sports
## 10916      PS2            2005 RolePlaying
## 10919      PS2            2005     Shooter
## 10920       XB            2005      Action
## 10921       XB            2005      Action
## 10922      PS2            2005      Action
## 10926       DS            2005     Shooter
## 10927      PSP            2005      Sports
## 10928       GC            2005    Fighting
## 10929       XB            2005      Action
## 10932       DS            2005   Adventure
## 10933      PS2            2005      Action
## 10934       XB            2005   Adventure
## 10935      PS2            2005      Sports
## 10938      PSP            2005    Platform
## 10939      PSP            2005      Action
## 10940       DS            2005      Puzzle
## 10942      GBA            2005    Platform
## 10944       GC            2005      Sports
## 10946       XB            2005     Shooter
## 10949      PS2            2005      Sports
## 10950       XB            2005      Action
## 10952      GBA            2005      Racing
## 10953      PS2            2005      Sports
## 10954      PS2            2005    Platform
## 10955       GC            2005      Action
## 10956      PSP            2005      Sports
## 10957      PS2            2005      Action
## 10958       XB            2005      Sports
## 10959       XB            2005     Shooter
## 10960      PS2            2005 RolePlaying
## 10961      PS2            2005    Platform
## 10963       XB            2005   Adventure
## 10964     X360            2005      Sports
## 10965       XB            2005      Sports
## 10966       XB            2005      Action
## 10969       XB            2005  Simulation
## 10971       GC            2005    Platform
## 10973      PSP            2005 RolePlaying
## 10977      PS2            2005    Platform
## 10981       XB            2005      Action
## 10983       XB            2005      Action
## 10984      PS2            2005     Shooter
## 10985      PS2            2005    Strategy
## 10986      PSP            2005      Racing
## 10987       DS            2005 RolePlaying
## 10988      PS2            2005      Sports
## 10993       XB            2005     Shooter
## 10994       XB            2005      Action
## 10997       GC            2005 RolePlaying
## 10998       GC            2005      Action
## 11000      PS2            2005      Sports
## 11001       XB            2005   Adventure
## 11004      PS2            2005      Action
## 11008       DS            2005    Fighting
## 11009      PSP            2005      Puzzle
## 11010      PSP            2005      Puzzle
## 11011       GC            2005      Action
## 11014      PS2            2005 RolePlaying
## 11017       GC            2005      Sports
## 11018      PS2            2005      Action
## 11019       PC            2005     Shooter
## 11020       GC            2005     Shooter
## 11027       PC            2005  Simulation
## 11029      PS2            2005      Action
## 11032      PS2            2005    Platform
## 11036      PS2            2005        Misc
## 11038      PSP            2005      Sports
## 11039      PSP            2005    Platform
## 11041       XB            2005   Adventure
## 11042       XB            2005      Racing
## 11046       GC            2005    Fighting
## 11047       XB            2005     Shooter
## 11049       GC            2005     Shooter
## 11051      PS2            2005      Action
## 11053       DS            2005      Action
## 11055      PSP            2005   Adventure
## 11057      PS2            2005 RolePlaying
## 11059       DS            2005    Strategy
## 11060       GC            2005      Action
## 11061       PC            2005 RolePlaying
## 11067      PS2            2005    Fighting
## 11070      GBA            2005     Shooter
## 11071       XB            2005      Racing
## 11073       XB            2005        Misc
## 11074      PS2            2005      Action
## 11077      PSP            2005    Platform
## 11078       XB            2005     Shooter
## 11081      PS2            2005 RolePlaying
## 11087       XB            2005      Action
## 11088       XB            2005   Adventure
## 11090       PC            2005     Shooter
## 11091       XB            2005     Shooter
## 11096      PS2            2005      Action
## 11098      PSP            2005 RolePlaying
## 11099       DS            2005      Action
## 11102       XB            2005      Action
## 11103       DS            2005     Shooter
## 11105       GC            2005      Action
## 11106       PC            2005  Simulation
## 11107      PSP            2005 RolePlaying
## 11108      PS2            2005        Misc
## 11114      GBA            2005    Strategy
## 11115       XB            2005      Action
## 11117      PS2            2005      Action
## 11119      GBA            2005 RolePlaying
## 11122       PC            2005     Shooter
## 11126      PS2            2005 RolePlaying
## 11127       XB            2005      Action
## 11128       XB            2005      Sports
## 11133       XB            2005     Shooter
## 11134       GC            2005     Shooter
## 11136       XB            2005        Misc
## 11137       DS            2005      Puzzle
## 11141       XB            2005     Shooter
## 11145      PS2            2005      Action
## 11147       XB            2005      Sports
## 11153      PS2            2005      Action
## 11154       XB            2005    Strategy
## 11155       XB            2005    Strategy
## 11156       PC            2005    Strategy
## 11160      PS2            2005      Action
## 11161       PC            2005  Simulation
## 11165      PS2            2005 RolePlaying
## 11167      PS2            2005     Shooter
## 11177       XB            2005     Shooter
## 11178      PSP            2005      Racing
## 11182       DS            2005        Misc
## 11186       XB            2005    Platform
## 11190       XB            2005 RolePlaying
## 11191       PC            2005 RolePlaying
## 11192      PS2            2005  Simulation
## 11195       PC            2005    Strategy
## 11196      GBA            2005      Puzzle
## 11198      GBA            2005    Platform
## 11200      PSP            2005 RolePlaying
## 11210      PS2            2005 RolePlaying
## 11211       PC            2005     Shooter
## 11212       PC            2005 RolePlaying
## 11217       XB            2005     Shooter
## 11218       XB            2005    Platform
## 11220       XB            2005     Shooter
## 11222       XB            2005      Action
## 11224       PC            2005  Simulation
## 11226       PC            2005      Racing
## 11228       XB            2005   Adventure
## 11229       XB            2005    Fighting
## 11230       PC            2005   Adventure
## 11231       PC            2005     Shooter
## 11233       DS            2005      Sports
## 11238       XB            2005     Shooter
## 11239       XB            2005      Racing
## 11240       XB            2005        Misc
## 11242       PC            2005     Shooter
## 11243       PC            2005  Simulation
## 11246       XB            2005      Action
## 11247       XB            2005    Fighting
## 11250       XB            2005      Racing
## 11255       DS            2005     Shooter
## 11256       PC            2005     Shooter
## 11257      PS2            2005    Platform
## 11259       DS            2005     Shooter
## 11260       PC            2005    Strategy
## 11264       DS            2005  Simulation
## 11265       XB            2005      Action
## 11266       PC            2005     Shooter
## 11273      PS2            2004      Action
## 11274      PS2            2004      Racing
## 11277       XB            2004     Shooter
## 11278      PS2            2004      Racing
## 11279      GBA            2004 RolePlaying
## 11280       PC            2004 RolePlaying
## 11281      PS2            2004 RolePlaying
## 11282      PS2            2004      Sports
## 11283      PS2            2004      Action
## 11284      PS2            2004      Sports
## 11285      PS2            2004      Sports
## 11286      PS2            2004     Shooter
## 11287      PS2            2004      Action
## 11288      PS2            2004        Misc
## 11289      PS2            2004     Shooter
## 11290      PS2            2004      Racing
## 11291       XB            2004 RolePlaying
## 11292      PS2            2004      Sports
## 11293      PS2            2004      Sports
## 11295       PC            2004     Shooter
## 11296      PS2            2004      Action
## 11297      PS2            2004      Sports
## 11298      PS2            2004     Shooter
## 11300       XB            2004      Racing
## 11301       GC            2004 RolePlaying
## 11302      PS2            2004  Simulation
## 11304      PSP            2004      Sports
## 11305      PS2            2004    Fighting
## 11306      PS2            2004 RolePlaying
## 11307      PS2            2004      Racing
## 11308      PS2            2004    Fighting
## 11309      PS2            2004    Platform
## 11311      PS2            2004    Platform
## 11312      GBA            2004 RolePlaying
## 11313      PS2            2004    Platform
## 11314      PS2            2004      Action
## 11315      PS2            2004    Platform
## 11316      PS2            2004    Fighting
## 11317      PS2            2004  Simulation
## 11318       XB            2004     Shooter
## 11320       XB            2004      Sports
## 11321      PS2            2004  Simulation
## 11322      PS2            2004      Sports
## 11323       GC            2004        Misc
## 11326      PS2            2004      Action
## 11327       XB            2004      Sports
## 11328      PS2            2004      Sports
## 11329      PS2            2004      Sports
## 11330      PS2            2004      Sports
## 11331      PS2            2004    Fighting
## 11332       XB            2004      Action
## 11334      PS2            2004      Action
## 11335      PS2            2004     Shooter
## 11336      PS2            2004      Sports
## 11337      GBA            2004    Platform
## 11338      GBA            2004      Action
## 11339      PS2            2004      Sports
## 11340      PS2            2004      Racing
## 11341      PSP            2004      Racing
## 11342      GBA            2004    Platform
## 11343       XB            2004 RolePlaying
## 11344       XB            2004     Shooter
## 11345      PS2            2004      Action
## 11347       GC            2004    Platform
## 11348      PS2            2004      Sports
## 11350       GC            2004     Shooter
## 11351      PS2            2004      Racing
## 11352       XB            2004      Racing
## 11353      PS2            2004     Shooter
## 11354      PS2            2004 RolePlaying
## 11356      PS2            2004      Action
## 11357       XB            2004      Action
## 11358      PS2            2004      Racing
## 11359      GBA            2004    Platform
## 11360       GC            2004      Sports
## 11361       XB            2004     Shooter
## 11362      PS2            2004      Racing
## 11363       GC            2004    Strategy
## 11365      GBA            2004      Puzzle
## 11366      PS2            2004     Shooter
## 11367      PS2            2004     Shooter
## 11369       XB            2004     Shooter
## 11370       XB            2004      Action
## 11372      PS2            2004     Shooter
## 11373      GBA            2004      Action
## 11374       GC            2004    Platform
## 11375      PS2            2004      Action
## 11377       XB            2004      Sports
## 11378       XB            2004      Sports
## 11379      PS2            2004        Misc
## 11380      PS2            2004     Shooter
## 11381       GC            2004    Platform
## 11383       XB            2004        Misc
## 11384      PS2            2004      Sports
## 11385       XB            2004 RolePlaying
## 11386       XB            2004      Sports
## 11387      GBA            2004   Adventure
## 11388      GBA            2004    Strategy
## 11389      PS2            2004      Sports
## 11391       XB            2004      Sports
## 11392       GC            2004      Action
## 11393       GC            2004      Action
## 11394      PS2            2004      Sports
## 11395      GBA            2004   Adventure
## 11396      GBA            2004      Action
## 11397       GC            2004      Action
## 11398      PS2            2004     Shooter
## 11399      PS2            2004     Shooter
## 11400       XB            2004      Action
## 11401       DS            2004      Racing
## 11402       XB            2004      Racing
## 11403      PS2            2004     Shooter
## 11404       XB            2004    Fighting
## 11405      GBA            2004   Adventure
## 11406      PS2            2004      Action
## 11407       XB            2004      Sports
## 11408      GBA            2004    Platform
## 11409       XB            2004    Strategy
## 11410      PS2            2004      Puzzle
## 11412      PS2            2004      Action
## 11414      PS2            2004      Action
## 11415      GBA            2004   Adventure
## 11416      GBA            2004        Misc
## 11417      PS2            2004 RolePlaying
## 11418      GBA            2004      Action
## 11419       XB            2004      Sports
## 11420       XB            2004    Fighting
## 11423       XB            2004      Sports
## 11425      PS2            2004    Fighting
## 11426      PS2            2004 RolePlaying
## 11428      GBA            2004    Platform
## 11429      GBA            2004    Platform
## 11430      PS2            2004    Platform
## 11431      PS2            2004    Platform
## 11432      PS2            2004     Shooter
## 11433       XB            2004     Shooter
## 11436      PS2            2004    Platform
## 11438      PS2            2004    Platform
## 11439      GBA            2004  Simulation
## 11440      PS2            2004      Sports
## 11441      PS2            2004      Racing
## 11443      GBA            2004        Misc
## 11444      GBA            2004      Action
## 11446      PS2            2004      Racing
## 11447       XB            2004      Sports
## 11449       DS            2004      Racing
## 11450      PS2            2004    Platform
## 11451      PS2            2004 RolePlaying
## 11454      GBA            2004      Action
## 11455      PS2            2004    Fighting
## 11456      PS2            2004      Action
## 11458      GBA            2004      Puzzle
## 11460      PS2            2004      Sports
## 11462       XB            2004    Platform
## 11463       XB            2004     Shooter
## 11464       XB            2004    Platform
## 11467       XB            2004     Shooter
## 11471      PS2            2004      Sports
## 11472      PS2            2004     Shooter
## 11474       XB            2004      Sports
## 11475      PS2            2004    Platform
## 11476       GC            2004 RolePlaying
## 11477      GBA            2004      Action
## 11478      PSP            2004      Action
## 11480      GBA            2004    Fighting
## 11481       XB            2004      Sports
## 11482      PS2            2004      Action
## 11485       XB            2004    Fighting
## 11486      PS2            2004      Action
## 11487      PS2            2004 RolePlaying
## 11488       GC            2004      Sports
## 11489       DS            2004      Action
## 11491       XB            2004     Shooter
## 11493      GBA            2004      Racing
## 11494       XB            2004      Sports
## 11495      PS2            2004    Fighting
## 11496       GC            2004      Action
## 11500      PS2            2004      Sports
## 11503      PS2            2004      Action
## 11504       GC            2004      Sports
## 11505       GC            2004    Fighting
## 11507      GBA            2004      Sports
## 11509      PS2            2004      Action
## 11510      PS2            2004      Action
## 11512       XB            2004      Racing
## 11515      GBA            2004   Adventure
## 11516      GBA            2004      Racing
## 11517      PS2            2004 RolePlaying
## 11519      PS2            2004      Sports
## 11521       XB            2004      Sports
## 11522      PS2            2004      Racing
## 11524      GBA            2004    Platform
## 11526       GC            2004     Shooter
## 11527       XB            2004  Simulation
## 11528       GC            2004    Platform
## 11532      PS2            2004      Action
## 11534      PS2            2004        Misc
## 11535       GC            2004  Simulation
## 11538       GC            2004     Shooter
## 11539      PS2            2004    Fighting
## 11540       GC            2004        Misc
## 11541      GBA            2004      Sports
## 11542       XB            2004      Sports
## 11543      PS2            2004      Racing
## 11545      PS2            2004        Misc
## 11546       GC            2004      Action
## 11548       GC            2004 RolePlaying
## 11549       GC            2004     Shooter
## 11550       XB            2004  Simulation
## 11551      PS2            2004      Sports
## 11555       GC            2004      Sports
## 11557      PS2            2004   Adventure
## 11559       XB            2004     Shooter
## 11560       XB            2004  Simulation
## 11561      PS2            2004   Adventure
## 11562      PSP            2004        Misc
## 11563       GC            2004    Platform
## 11564      GBA            2004    Platform
## 11568      PS2            2004        Misc
## 11569       XB            2004    Strategy
## 11570      PS2            2004      Action
## 11572       XB            2004        Misc
## 11573      PS2            2004    Fighting
## 11576      PS2            2004      Sports
## 11577       PC            2004  Simulation
## 11578      PS2            2004    Platform
## 11579       GC            2004 RolePlaying
## 11581       DS            2004      Puzzle
## 11582      PS2            2004     Shooter
## 11583       GC            2004    Platform
## 11585      PS2            2004      Action
## 11587      PS2            2004    Fighting
## 11588       XB            2004      Sports
## 11590       GC            2004    Fighting
## 11592      PS2            2004      Sports
## 11593      PS2            2004      Action
## 11594       XB            2004      Racing
## 11595       PC            2004    Strategy
## 11596      PS2            2004 RolePlaying
## 11597      PS2            2004     Shooter
## 11598      PS2            2004    Strategy
## 11600      PS2            2004      Racing
## 11602      PS2            2004  Simulation
## 11605      PS2            2004    Fighting
## 11607      PS2            2004      Racing
## 11608       XB            2004 RolePlaying
## 11609       DS            2004      Sports
## 11610       GC            2004      Sports
## 11611       DS            2004      Puzzle
## 11613       XB            2004     Shooter
## 11616      PS2            2004 RolePlaying
## 11621       GC            2004 RolePlaying
## 11623      GBA            2004      Action
## 11625      PS2            2004 RolePlaying
## 11626      PS2            2004        Misc
## 11627      PS2            2004      Racing
## 11628       XB            2004      Action
## 11631      PS2            2004   Adventure
## 11633       XB            2004     Shooter
## 11635       GC            2004      Sports
## 11636      GBA            2004      Sports
## 11637      PS2            2004    Fighting
## 11638      GBA            2004    Platform
## 11641      GBA            2004 RolePlaying
## 11642       XB            2004      Action
## 11643       GC            2004      Action
## 11644       XB            2004     Shooter
## 11645      PS2            2004 RolePlaying
## 11647      PS2            2004      Racing
## 11648      PS2            2004      Racing
## 11649      PS2            2004 RolePlaying
## 11650       PC            2004     Shooter
## 11651       XB            2004      Action
## 11652      PS2            2004     Shooter
## 11653      PS2            2004      Action
## 11655       XB            2004     Shooter
## 11658      GBA            2004      Action
## 11659      PS2            2004    Fighting
## 11661      PS2            2004    Platform
## 11664       GC            2004    Platform
## 11668      PS2            2004        Misc
## 11669      PS2            2004      Action
## 11670       GC            2004        Misc
## 11671       GC            2004      Action
## 11672       XB            2004      Action
## 11676       XB            2004 RolePlaying
## 11677       GC            2004      Action
## 11678      PS2            2004      Action
## 11679       XB            2004      Action
## 11682      PS2            2004    Fighting
## 11684      PS2            2004     Shooter
## 11686       XB            2004     Shooter
## 11687      PS2            2004 RolePlaying
## 11688       XB            2004      Sports
## 11689       XB            2004      Action
## 11691      PS2            2004    Fighting
## 11694      PS2            2004      Sports
## 11695       XB            2004     Shooter
## 11696       XB            2004      Action
## 11703      PS2            2004      Action
## 11705      PS2            2004     Shooter
## 11706      PS2            2004      Sports
## 11707      PS2            2004        Misc
## 11708       XB            2004   Adventure
## 11709       XB            2004      Racing
## 11710       DS            2004      Puzzle
## 11711      PS2            2004      Sports
## 11715      PS2            2004     Shooter
## 11716       XB            2004      Sports
## 11717      PS2            2004 RolePlaying
## 11719       XB            2004      Racing
## 11720      PS2            2004        Misc
## 11721       GC            2004     Shooter
## 11722       XB            2004    Fighting
## 11723       XB            2004     Shooter
## 11725       XB            2004     Shooter
## 11728       DS            2004      Racing
## 11729       XB            2004    Platform
## 11731      PSP            2004    Fighting
## 11732       XB            2004    Fighting
## 11734       DS            2004      Sports
## 11735      PS2            2004   Adventure
## 11736      PS2            2004 RolePlaying
## 11737       GC            2004      Sports
## 11738      PS2            2004        Misc
## 11739      PSP            2004 RolePlaying
## 11742       XB            2004    Platform
## 11743      PS2            2004     Shooter
## 11744       DS            2004      Puzzle
## 11745       XB            2004    Fighting
## 11747      GBA            2004      Action
## 11748      PS2            2004      Sports
## 11751      PS2            2004      Action
## 11752      PS2            2004        Misc
## 11754       XB            2004        Misc
## 11755      GBA            2004    Fighting
## 11756      PS2            2004      Racing
## 11757      PS2            2004   Adventure
## 11759      PS2            2004 RolePlaying
## 11761       XB            2004      Action
## 11765      PS2            2004      Sports
## 11766       GC            2004 RolePlaying
## 11768       XB            2004    Platform
## 11769      PS2            2004   Adventure
## 11770       XB            2004   Adventure
## 11774       XB            2004   Adventure
## 11775       XB            2004      Sports
## 11776       XB            2004     Shooter
## 11780       XB            2004      Action
## 11781       DS            2004        Misc
## 11783      PS2            2004  Simulation
## 11784      PS2            2004    Strategy
## 11785      PS2            2004      Action
## 11787       XB            2004    Platform
## 11788       GC            2004   Adventure
## 11791       XB            2004    Fighting
## 11793       XB            2004     Shooter
## 11795      GBA            2004 RolePlaying
## 11798       PC            2004    Strategy
## 11799       PC            2004     Shooter
## 11800       XB            2004      Racing
## 11801       XB            2004      Racing
## 11802      GBA            2004      Action
## 11804       XB            2004 RolePlaying
## 11805      PS2            2004     Shooter
## 11806       XB            2004     Shooter
## 11808       XB            2004      Action
## 11810      PS2            2004  Simulation
## 11813      PS2            2004    Fighting
## 11815       XB            2004      Racing
## 11816      PS2            2004 RolePlaying
## 11817      PS2            2004    Platform
## 11818      PS2            2004     Shooter
## 11819      PS2            2004    Fighting
## 11820       GC            2004     Shooter
## 11822       XB            2004        Misc
## 11824       XB            2004      Sports
## 11825       XB            2004      Racing
## 11828       XB            2004        Misc
## 11829       XB            2004      Action
## 11831      PS2            2004      Action
## 11834       PC            2004     Shooter
## 11839      GBA            2004 RolePlaying
## 11840      GBA            2004     Shooter
## 11841      GBA            2004      Sports
## 11842      PS2            2004      Action
## 11843       GC            2004      Action
## 11844      PS2            2004    Strategy
## 11845      PS2            2004      Action
## 11853       XB            2004      Racing
## 11854       GC            2004    Platform
## 11855      PS2            2004    Strategy
## 11856       XB            2004     Shooter
## 11859       XB            2004        Misc
## 11861       PC            2004      Racing
## 11862       PC            2004    Strategy
## 11863      PS2            2004    Strategy
## 11864      PS2            2004    Strategy
## 11865      PS2            2004     Shooter
## 11867       XB            2004   Adventure
## 11868       XB            2004      Action
## 11869       XB            2004        Misc
## 11870      PS2            2004      Action
## 11871       GC            2004      Action
## 11872       XB            2004    Platform
## 11873      GBA            2004      Action
## 11875       GC            2004      Sports
## 11878      PS2            2004   Adventure
## 11879      PS2            2004    Strategy
## 11880      PS2            2004  Simulation
## 11882      PS2            2004 RolePlaying
## 11883       XB            2004    Strategy
## 11884       XB            2004  Simulation
## 11885      PS2            2004 RolePlaying
## 11886      PS2            2004      Sports
## 11887      PS2            2004     Shooter
## 11890      PS2            2004 RolePlaying
## 11891      GBA            2004      Action
## 11895       XB            2004     Shooter
## 11897      PS2            2004     Shooter
## 11902       XB            2004      Action
## 11903      GBA            2004      Racing
## 11904       PC            2004    Strategy
## 11905       XB            2004      Action
## 11906      PS2            2004      Action
## 11909       GC            2004     Shooter
## 11911       GC            2004    Strategy
## 11916       XB            2004      Sports
## 11920       XB            2004 RolePlaying
## 11924       GC            2004   Adventure
## 11925       XB            2004      Action
## 11930       PC            2004    Strategy
## 11931       XB            2004      Action
## 11932       XB            2004      Racing
## 11933      PS2            2004      Sports
## 11935       PC            2004     Shooter
## 11937       XB            2004    Strategy
## 11940       GC            2004     Shooter
## 11941      GBA            2004 RolePlaying
## 11951       GC            2004    Fighting
## 11952       PC            2004    Strategy
## 11953       XB            2004  Simulation
## 11956       XB            2004        Misc
## 11957      PS2            2004      Action
## 11959      GBA            2004      Action
## 11960      PS2            2004   Adventure
## 11961      PS2            2004      Action
## 11962       GC            2004    Platform
## 11963       PC            2004      Action
## 11966       XB            2004   Adventure
## 11970      PS2            2004 RolePlaying
## 11971      PS2            2004      Action
## 11974       XB            2004      Action
## 11975      PS2            2004 RolePlaying
## 11978       PC            2004    Strategy
## 11980      GBA            2004      Sports
## 11983       XB            2004   Adventure
## 11984       PC            2004     Shooter
## 11985      GBA            2004 RolePlaying
## 11991      GBA            2004     Shooter
## 11992       XB            2004  Simulation
## 11997       XB            2004      Sports
## 11998       GC            2004     Shooter
## 11999       XB            2004      Action
## 12000      PS2            2004   Adventure
## 12006       XB            2004      Action
## 12007       PC            2004     Shooter
## 12009       XB            2004    Fighting
## 12011      PS2            2004     Shooter
## 12013       PC            2004     Shooter
## 12017       PC            2004   Adventure
## 12020       PC            2004      Racing
## 12022       PC            2004    Strategy
## 12029       PC            2004      Sports
## 12032       XB            2004      Racing
## 12034      GBA            2004      Sports
## 12035      PS2            2003      Racing
## 12037      PS2            2003 RolePlaying
## 12039      PS2            2003     Shooter
## 12041      PS2            2003        Misc
## 12042      PS2            2003      Sports
## 12043      PS2            2003      Action
## 12044      PS2            2003      Action
## 12045      PS2            2003      Action
## 12046      PS2            2003    Platform
## 12047      PS2            2003     Shooter
## 12048      PS2            2003      Sports
## 12051      PS2            2003    Platform
## 12053      PS2            2003  Simulation
## 12054      PS2            2003      Action
## 12055       GC            2003 RolePlaying
## 12057      PS2            2003  Simulation
## 12058      PS2            2003    Fighting
## 12059      PS2            2003      Action
## 12060       XB            2003 RolePlaying
## 12062      GBA            2003 RolePlaying
## 12063      PS2            2003      Action
## 12065       GC            2003        Misc
## 12066      PS2            2003    Fighting
## 12067      GBA            2003    Platform
## 12068      PS2            2003      Sports
## 12069      PS2            2003      Action
## 12070      PS2            2003      Racing
## 12071      PS2            2003      Sports
## 12072      PS2            2003    Fighting
## 12073       PC            2003  Simulation
## 12074      PS2            2003  Simulation
## 12075      PS2            2003      Racing
## 12077      PS2            2003 RolePlaying
## 12078       XB            2003      Racing
## 12079       PC            2003  Simulation
## 12080      PS2            2003      Sports
## 12082      PS2            2003      Sports
## 12083      PS2            2003    Platform
## 12084      PS2            2003      Sports
## 12085       GC            2003      Racing
## 12086       GC            2003    Platform
## 12088       XB            2003     Shooter
## 12089       PC            2003    Strategy
## 12090       GC            2003      Sports
## 12091       GC            2003    Fighting
## 12092       GC            2003 RolePlaying
## 12095      PS2            2003      Action
## 12097       XB            2003      Action
## 12098      GBA            2003    Platform
## 12100      PS2            2003     Shooter
## 12103      GBA            2003    Platform
## 12104      PS2            2003      Action
## 12105       XB            2003      Sports
## 12106       GC            2003    Platform
## 12108      PS2            2003      Action
## 12112       GC            2003      Racing
## 12113       XB            2003      Action
## 12114      GBA            2003      Racing
## 12115      PS2            2003      Sports
## 12116       XB            2003     Shooter
## 12117       GC            2003        Misc
## 12118      PS2            2003    Platform
## 12119      PS2            2003      Action
## 12120       XB            2003      Action
## 12121       XB            2003     Shooter
## 12122       GC            2003 RolePlaying
## 12123      GBA            2003 RolePlaying
## 12124       XB            2003      Sports
## 12125      PS2            2003      Racing
## 12126      GBA            2003    Fighting
## 12127      PS2            2003      Action
## 12128      PS2            2003      Sports
## 12129       GC            2003    Fighting
## 12130      PS2            2003      Sports
## 12132      PS2            2003      Racing
## 12133       XB            2003    Fighting
## 12135      GBA            2003    Strategy
## 12136      PS2            2003      Sports
## 12137       GC            2003    Platform
## 12140      PS2            2003      Action
## 12141       XB            2003      Action
## 12143      GBA            2003      Action
## 12144      PS2            2003      Action
## 12146      PS2            2003      Racing
## 12147       XB            2003    Platform
## 12148      PS2            2003      Sports
## 12149       GC            2003      Action
## 12150       XB            2003  Simulation
## 12151       XB            2003     Shooter
## 12152      PS2            2003      Action
## 12154       XB            2003     Shooter
## 12155       GC            2003  Simulation
## 12156       GC            2003 RolePlaying
## 12157       XB            2003      Sports
## 12161      GBA            2003 RolePlaying
## 12163      PS2            2003  Simulation
## 12164      PS2            2003    Fighting
## 12165      PS2            2003      Action
## 12167       GC            2003      Sports
## 12168      PS2            2003     Shooter
## 12169       GC            2003    Fighting
## 12170       GC            2003      Action
## 12171       XB            2003      Sports
## 12172       GC            2003    Fighting
## 12173       XB            2003     Shooter
## 12175      PS2            2003      Sports
## 12178       GC            2003  Simulation
## 12179       GC            2003      Racing
## 12180      GBA            2003    Strategy
## 12181      PS2            2003 RolePlaying
## 12182       XB            2003     Shooter
## 12183      PS2            2003    Platform
## 12185       XB            2003      Sports
## 12186       GC            2003      Action
## 12188      PS2            2003     Shooter
## 12189      PS2            2003    Fighting
## 12190      GBA            2003      Sports
## 12191      PS2            2003    Fighting
## 12193       XB            2003      Sports
## 12194      GBA            2003  Simulation
## 12196      PS2            2003      Action
## 12197      PS2            2003      Action
## 12198       XB            2003    Platform
## 12199      PS2            2003     Shooter
## 12200       GC            2003      Action
## 12202      GBA            2003      Action
## 12203       XB            2003  Simulation
## 12204       XB            2003    Fighting
## 12205      PS2            2003 RolePlaying
## 12206      PS2            2003        Misc
## 12208      PS2            2003      Sports
## 12209      GBA            2003    Platform
## 12210      PS2            2003        Misc
## 12211       XB            2003  Simulation
## 12212      PS2            2003    Strategy
## 12214      PS2            2003      Sports
## 12215      PS2            2003    Platform
## 12216      PS2            2003    Fighting
## 12217      PS2            2003      Action
## 12218      PS2            2003      Sports
## 12219      PS2            2003     Shooter
## 12221      PS2            2003     Shooter
## 12222       GC            2003      Sports
## 12224       XB            2003      Sports
## 12225      PS2            2003    Platform
## 12226       XB            2003      Racing
## 12227      PS2            2003      Racing
## 12229       GC            2003  Simulation
## 12232      PS2            2003      Racing
## 12234      PS2            2003  Simulation
## 12235      PS2            2003      Racing
## 12237      GBA            2003      Racing
## 12239       XB            2003      Sports
## 12240       GC            2003      Action
## 12241       XB            2003     Shooter
## 12244      PS2            2003      Action
## 12246       GC            2003    Platform
## 12250      PS2            2003      Action
## 12251       XB            2003      Sports
## 12252      PS2            2003      Action
## 12253      GBA            2003    Platform
## 12254      PS2            2003      Action
## 12255      PS2            2003 RolePlaying
## 12257       GC            2003     Shooter
## 12258       XB            2003  Simulation
## 12259      PS2            2003   Adventure
## 12260      PS2            2003      Sports
## 12262      PS2            2003      Racing
## 12265      PS2            2003  Simulation
## 12267      PS2            2003      Sports
## 12269       GC            2003    Platform
## 12270       GC            2003      Sports
## 12271      PS2            2003    Platform
## 12273       XB            2003      Sports
## 12275      PS2            2003        Misc
## 12276      GBA            2003      Sports
## 12278      PS2            2003 RolePlaying
## 12279       GC            2003      Sports
## 12280      PS2            2003    Strategy
## 12281       GC            2003   Adventure
## 12285      PS2            2003      Sports
## 12286       XB            2003      Sports
## 12288      PS2            2003 RolePlaying
## 12290      PS2            2003      Action
## 12292      PS2            2003      Racing
## 12293      GBA            2003      Action
## 12294      PS2            2003      Action
## 12297      PS2            2003        Misc
## 12298      PS2            2003     Shooter
## 12299      PS2            2003  Simulation
## 12300       GC            2003      Action
## 12302      GBA            2003    Platform
## 12303       GC            2003    Fighting
## 12304       XB            2003      Action
## 12305       XB            2003     Shooter
## 12306      PS2            2003      Action
## 12307      PS2            2003 RolePlaying
## 12308      GBA            2003    Platform
## 12309      GBA            2003        Misc
## 12310      PS2            2003     Shooter
## 12312       GC            2003      Action
## 12313      PS2            2003    Platform
## 12314      PS2            2003      Sports
## 12316       XB            2003      Sports
## 12317       XB            2003      Racing
## 12318      GBA            2003      Sports
## 12321       XB            2003      Racing
## 12322      GBA            2003    Platform
## 12323      PS2            2003      Action
## 12324      GBA            2003      Racing
## 12326      PS2            2003    Fighting
## 12328       XB            2003      Action
## 12330      GBA            2003      Racing
## 12332      GBA            2003        Misc
## 12333       XB            2003 RolePlaying
## 12334       PC            2003  Simulation
## 12335      PS2            2003    Platform
## 12336       XB            2003      Sports
## 12337      GBA            2003 RolePlaying
## 12338      PS2            2003      Racing
## 12340      PS2            2003      Racing
## 12342       GC            2003      Racing
## 12343      PS2            2003      Action
## 12344       XB            2003    Fighting
## 12346      PS2            2003    Platform
## 12350      PS2            2003      Sports
## 12351      GBA            2003    Platform
## 12352       XB            2003    Fighting
## 12353       GC            2003 RolePlaying
## 12354       GC            2003      Sports
## 12356      PS2            2003  Simulation
## 12358       XB            2003      Sports
## 12360       XB            2003      Sports
## 12362       GC            2003      Racing
## 12364      PS2            2003      Sports
## 12365       XB            2003  Simulation
## 12367       XB            2003      Sports
## 12368       GC            2003    Platform
## 12369       XB            2003     Shooter
## 12370       GC            2003    Fighting
## 12371      PS2            2003      Sports
## 12373      PS2            2003    Platform
## 12374       XB            2003      Racing
## 12375       XB            2003      Racing
## 12376       XB            2003     Shooter
## 12382      PS2            2003        Misc
## 12386       XB            2003      Racing
## 12388       GC            2003      Action
## 12389      PS2            2003      Sports
## 12391      PS2            2003      Racing
## 12392       XB            2003     Shooter
## 12393       XB            2003     Shooter
## 12394      PS2            2003     Shooter
## 12395      PS2            2003      Sports
## 12397      PS2            2003      Action
## 12400      PS2            2003      Sports
## 12401      GBA            2003      Action
## 12406      PS2            2003    Platform
## 12408       XB            2003      Sports
## 12409       GC            2003      Action
## 12411       XB            2003    Platform
## 12412       PC            2003 RolePlaying
## 12416      GBA            2003  Simulation
## 12417      GBA            2003    Platform
## 12419       XB            2003      Sports
## 12421       XB            2003      Racing
## 12422      PS2            2003    Strategy
## 12425      PS2            2003      Action
## 12426      GBA            2003    Platform
## 12428      PS2            2003     Shooter
## 12429       XB            2003      Action
## 12430      PS2            2003    Strategy
## 12431      PS2            2003      Sports
## 12433       GC            2003      Action
## 12434      PS2            2003    Strategy
## 12435      PS2            2003     Shooter
## 12436       XB            2003      Sports
## 12437      PS2            2003 RolePlaying
## 12440       XB            2003      Action
## 12441      PS2            2003      Action
## 12442      PS2            2003   Adventure
## 12443      PS2            2003        Misc
## 12444      PS2            2003      Racing
## 12445      GBA            2003      Sports
## 12446      PS2            2003        Misc
## 12448       XB            2003      Sports
## 12449       XB            2003      Sports
## 12450       GC            2003    Platform
## 12451       XB            2003     Shooter
## 12453       XB            2003     Shooter
## 12454      PS2            2003    Strategy
## 12455      PS2            2003      Action
## 12457       GC            2003    Platform
## 12458       XB            2003      Action
## 12459       XB            2003      Action
## 12460      GBA            2003     Shooter
## 12461       XB            2003      Action
## 12462       GC            2003    Platform
## 12463       XB            2003    Fighting
## 12465       GC            2003        Misc
## 12466      PS2            2003      Sports
## 12467      PS2            2003   Adventure
## 12470       GC            2003      Racing
## 12472      PS2            2003      Action
## 12473       XB            2003      Action
## 12474      PS2            2003      Sports
## 12477      GBA            2003      Racing
## 12478       GC            2003      Sports
## 12479      PS2            2003     Shooter
## 12481      PS2            2003     Shooter
## 12482       GC            2003      Racing
## 12483       GC            2003      Sports
## 12485      GBA            2003      Action
## 12487       XB            2003      Sports
## 12489      PS2            2003     Shooter
## 12491      GBA            2003     Shooter
## 12492       GC            2003     Shooter
## 12493      GBA            2003 RolePlaying
## 12494       XB            2003      Action
## 12495      GBA            2003    Platform
## 12497       XB            2003      Action
## 12499       GC            2003      Action
## 12500       PC            2003 RolePlaying
## 12502       XB            2003      Action
## 12504       XB            2003      Sports
## 12505       XB            2003      Racing
## 12506       XB            2003    Strategy
## 12509      GBA            2003     Shooter
## 12511       XB            2003    Platform
## 12512       XB            2003    Strategy
## 12513       GC            2003      Action
## 12514      PS2            2003      Action
## 12516      PS2            2003      Racing
## 12517      PS2            2003     Shooter
## 12518       GC            2003      Sports
## 12519       XB            2003      Sports
## 12521       GC            2003     Shooter
## 12522       XB            2003     Shooter
## 12524      PS2            2003    Strategy
## 12526       XB            2003     Shooter
## 12527       XB            2003    Platform
## 12529       GC            2003    Platform
## 12531      PS2            2003      Action
## 12533      PS2            2003    Fighting
## 12534       GC            2003      Sports
## 12536      PS2            2003      Action
## 12537       XB            2003      Action
## 12538       XB            2003      Action
## 12539      PS2            2003      Racing
## 12540      PS2            2003 RolePlaying
## 12541      GBA            2003        Misc
## 12542       XB            2003      Action
## 12543       XB            2003      Action
## 12545       XB            2003      Sports
## 12546       XB            2003      Sports
## 12548      PS2            2003  Simulation
## 12549      PS2            2003    Fighting
## 12550       XB            2003      Sports
## 12551      PS2            2003    Strategy
## 12554       XB            2003     Shooter
## 12555      GBA            2003  Simulation
## 12556       XB            2003    Fighting
## 12558       XB            2003    Platform
## 12559      PS2            2003      Racing
## 12560       GC            2003     Shooter
## 12561      GBA            2003      Racing
## 12562       XB            2003      Action
## 12563      PS2            2003    Fighting
## 12565       XB            2003    Fighting
## 12567       GC            2003      Sports
## 12569      GBA            2003      Action
## 12573       XB            2003      Racing
## 12575      PS2            2003      Racing
## 12577      PS2            2003      Sports
## 12578      PS2            2003    Fighting
## 12579       GC            2003    Platform
## 12580      PS2            2003 RolePlaying
## 12583      PS2            2003      Action
## 12584      GBA            2003      Action
## 12585      PS2            2003      Racing
## 12586       GC            2003     Shooter
## 12589      GBA            2003      Racing
## 12590       GC            2003     Shooter
## 12592       XB            2003      Racing
## 12594      GBA            2003    Strategy
## 12595      GBA            2003        Misc
## 12596       XB            2003    Strategy
## 12597      PS2            2003     Shooter
## 12598      GBA            2003 RolePlaying
## 12599       XB            2003      Racing
## 12600      PS2            2003        Misc
## 12601       GC            2003      Racing
## 12602       GC            2003      Action
## 12603       XB            2003      Sports
## 12605       GC            2003      Action
## 12606       GC            2003      Action
## 12608       XB            2003      Action
## 12610       GC            2003 RolePlaying
## 12611       GC            2003      Racing
## 12612       GC            2003      Action
## 12613       GC            2003      Sports
## 12615       GC            2003     Shooter
## 12616      PS2            2003    Platform
## 12617       XB            2003    Platform
## 12618       GC            2003    Strategy
## 12619       XB            2003    Platform
## 12627      PS2            2003    Strategy
## 12628       XB            2003      Action
## 12630       GC            2003      Sports
## 12631       GC            2003    Platform
## 12633      PS2            2003   Adventure
## 12634       PC            2003  Simulation
## 12635       GC            2003      Action
## 12636       XB            2003  Simulation
## 12637      GBA            2003      Action
## 12638       XB            2003      Racing
## 12640       GC            2003    Strategy
## 12641       XB            2003      Sports
## 12642       XB            2003      Action
## 12644      PS2            2003      Racing
## 12647      PS2            2003        Misc
## 12650       GC            2003    Platform
## 12652      PS2            2003        Misc
## 12653      GBA            2003    Platform
## 12654       GC            2003      Action
## 12656       XB            2003    Strategy
## 12657       GC            2003      Action
## 12659       GC            2003 RolePlaying
## 12661       XB            2003      Racing
## 12662       XB            2003      Action
## 12664      GBA            2003  Simulation
## 12667       GC            2003 RolePlaying
## 12669       XB            2003      Sports
## 12670       XB            2003      Sports
## 12671       XB            2003      Action
## 12672       GC            2003    Platform
## 12673       XB            2003      Racing
## 12676      GBA            2003      Sports
## 12677       GC            2003        Misc
## 12680       XB            2003 RolePlaying
## 12682      GBA            2003      Puzzle
## 12685      GBA            2003      Racing
## 12686       PC            2003  Simulation
## 12689       PC            2003      Racing
## 12692      GBA            2003      Action
## 12693       XB            2003     Shooter
##                                    Publisher NA_Sales EU_Sales JP_Sales
## 1                            Electronic Arts     0.66     5.75     0.08
## 3                Sony Computer Entertainment     1.85     2.50     0.19
## 4                                 Activision     1.61     2.00     0.15
## 5                            Electronic Arts     1.10     2.15     0.21
## 6                                    Ubisoft     1.35     1.70     0.15
## 7                            Electronic Arts     0.43     2.05     0.00
## 8                                 Activision     1.46     0.74     0.00
## 9                                    Ubisoft     0.60     1.25     0.06
## 10                           Electronic Arts     1.28     0.77     0.00
## 11                                   Ubisoft     1.29     0.68     0.00
## 12                                Activision     0.81     0.85     0.15
## 13                      Take-Two Interactive     1.25     0.27     0.02
## 14                      Take-Two Interactive     0.42     1.08     0.03
## 15                           Electronic Arts     1.25     0.17     0.00
## 16                               Hello Games     0.63     0.76     0.03
## 17                        Namco Bandai Games     0.65     0.45     0.34
## 20                    Microsoft Game Studios     0.78     0.44     0.00
## 23                           Electronic Arts     1.08     0.02     0.00
## 24                        Namco Bandai Games     0.41     0.45     0.11
## 25                                   Ubisoft     0.37     0.58     0.00
## 26                    Microsoft Game Studios     0.42     0.58     0.00
## 27                                Activision     0.63     0.33     0.00
## 28                                  Nintendo     0.56     0.30     0.08
## 29                      Take-Two Interactive     0.86     0.06     0.00
## 30                        Namco Bandai Games     0.50     0.26     0.17
## 32                           Electronic Arts     0.29     0.49     0.00
## 33                                  Nintendo     0.28     0.14     0.47
## 34                                    Capcom     0.40     0.28     0.08
## 36                                   Ubisoft     0.47     0.33     0.00
## 38                           Electronic Arts     0.34     0.25     0.05
## 41    Warner Bros. Interactive Entertainment     0.26     0.35     0.00
## 42                        Namco Bandai Games     0.24     0.27     0.09
## 43    Warner Bros. Interactive Entertainment     0.16     0.43     0.01
## 45                    Focus Home Interactive     0.03     0.58     0.00
## 46                        Bethesda Softworks     0.22     0.32     0.00
## 48                      Take-Two Interactive     0.28     0.29     0.00
## 49                      Take-Two Interactive     0.17     0.34     0.00
## 50                           Electronic Arts     0.37     0.15     0.00
## 52                    Microsoft Game Studios     0.30     0.20     0.01
## 53                                Activision     0.25     0.24     0.00
## 55                           Electronic Arts     0.20     0.21     0.00
## 56                           Electronic Arts     0.29     0.15     0.00
## 57              Konami Digital Entertainment     0.02     0.27     0.11
## 59                                  Nintendo     0.20     0.14     0.05
## 60                           Electronic Arts     0.24     0.14     0.00
## 61                    Focus Home Interactive     0.05     0.31     0.00
## 62                                   Ubisoft     0.22     0.15     0.00
## 64                               Square Enix     0.15     0.15     0.03
## 66               Sony Computer Entertainment     0.18     0.15     0.00
## 68                           Electronic Arts     0.11     0.24     0.00
## 69                               Square Enix     0.11     0.21     0.00
## 73                      Take-Two Interactive     0.10     0.19     0.02
## 74                                 505 Games     0.03     0.28     0.00
## 75                               Codemasters     0.04     0.27     0.00
## 76                                  Nintendo     0.17     0.10     0.07
## 77                                   Ubisoft     0.17     0.16     0.00
## 78                               Deep Silver     0.06     0.21     0.03
## 79                        Namco Bandai Games     0.11     0.13     0.07
## 80    Warner Bros. Interactive Entertainment     0.19     0.12     0.00
## 81                           Electronic Arts     0.11     0.16     0.02
## 82                                   Ubisoft     0.03     0.26     0.00
## 84                               Square Enix     0.08     0.14     0.08
## 85                           Electronic Arts     0.19     0.08     0.00
## 87                                Activision     0.13     0.16     0.00
## 89                                  Nintendo     0.08     0.13     0.08
## 90                        Namco Bandai Games     0.21     0.07     0.00
## 91    Warner Bros. Interactive Entertainment     0.25     0.00     0.00
## 93    Warner Bros. Interactive Entertainment     0.14     0.13     0.00
## 94              Konami Digital Entertainment     0.00     0.22     0.04
## 100   Warner Bros. Interactive Entertainment     0.07     0.16     0.00
## 101                     Take-Two Interactive     0.12     0.12     0.00
## 102                     Take-Two Interactive     0.12     0.08     0.02
## 103              Sony Computer Entertainment     0.06     0.14     0.02
## 104                     Take-Two Interactive     0.09     0.13     0.00
## 105                          Electronic Arts     0.20     0.01     0.00
## 107                                505 Games     0.05     0.17     0.00
## 108   Warner Bros. Interactive Entertainment     0.12     0.10     0.00
## 110                     Take-Two Interactive     0.09     0.12     0.00
## 113                       Bethesda Softworks     0.12     0.08     0.00
## 115                       Namco Bandai Games     0.02     0.00     0.19
## 116                              Square Enix     0.04     0.06     0.08
## 117                                   Capcom     0.14     0.00     0.05
## 118                                  Ubisoft     0.04     0.13     0.00
## 122                       Namco Bandai Games     0.11     0.07     0.00
## 123                     Nippon Ichi Software     0.07     0.04     0.07
## 127   Warner Bros. Interactive Entertainment     0.07     0.09     0.01
## 128                     Take-Two Interactive     0.08     0.10     0.00
## 129                       Namco Bandai Games     0.06     0.02     0.10
## 135                              Square Enix     0.09     0.06     0.00
## 136                                  Ubisoft     0.04     0.11     0.00
## 137                          Electronic Arts     0.09     0.06     0.00
## 140                     Take-Two Interactive     0.08     0.06     0.00
## 141                     Take-Two Interactive     0.10     0.04     0.00
## 142                              Deep Silver     0.07     0.02     0.04
## 143                       Namco Bandai Games     0.00     0.04     0.10
## 144   Warner Bros. Interactive Entertainment     0.01     0.11     0.00
## 145   Warner Bros. Interactive Entertainment     0.06     0.07     0.01
## 146                   Microsoft Game Studios     0.08     0.05     0.00
## 147                               Activision     0.04     0.08     0.00
## 148                     Take-Two Interactive     0.04     0.08     0.00
## 150                     Nippon Ichi Software     0.02     0.02     0.09
## 151                              Deep Silver     0.06     0.07     0.00
## 152                           Telltale Games     0.04     0.08     0.00
## 153                              Deep Silver     0.03     0.07     0.01
## 154                               Activision     0.04     0.08     0.00
## 157                              Square Enix     0.09     0.03     0.00
## 158                                     Sega     0.00     0.12     0.00
## 162                              Codemasters     0.04     0.08     0.00
## 168                              Square Enix     0.00     0.11     0.00
## 169                                     Sega     0.01     0.00     0.10
## 173                       Bethesda Softworks     0.04     0.07     0.00
## 179                          Electronic Arts     0.00     0.11     0.00
## 181                                 Nintendo     0.02     0.01     0.08
## 184                       Namco Bandai Games     0.00     0.10     0.00
## 185   Warner Bros. Interactive Entertainment     0.05     0.05     0.00
## 186              Sony Computer Entertainment     0.03     0.05     0.01
## 191                          Electronic Arts     0.02     0.08     0.00
## 192                                      CCP     0.03     0.05     0.00
## 197                               Activision     0.05     0.04     0.00
## 198                       Namco Bandai Games     0.00     0.02     0.07
## 202                               Activision     0.05     0.02     0.00
## 203                                     Sega     0.00     0.09     0.00
## 206              Sony Computer Entertainment     0.03     0.05     0.00
## 209                                505 Games     0.00     0.04     0.05
## 215                                    PQube     0.04     0.00     0.03
## 216                     Take-Two Interactive     0.04     0.04     0.00
## 218                                   Capcom     0.07     0.00     0.00
## 219                          Electronic Arts     0.03     0.04     0.00
## 222                                   Capcom     0.06     0.00     0.00
## 223                          Insomniac Games     0.06     0.00     0.00
## 225                                  Ubisoft     0.03     0.04     0.00
## 226                       Namco Bandai Games     0.01     0.05     0.00
## 228                              Aksys Games     0.05     0.00     0.02
## 229                       Namco Bandai Games     0.00     0.07     0.00
## 231                                  Ubisoft     0.01     0.05     0.00
## 232                                  Ubisoft     0.01     0.04     0.01
## 234                          Electronic Arts     0.01     0.05     0.00
## 237                                505 Games     0.00     0.05     0.00
## 238                       Namco Bandai Games     0.03     0.02     0.00
## 239                                  Ubisoft     0.02     0.04     0.00
## 240                              Aksys Games     0.03     0.00     0.02
## 242                   Focus Home Interactive     0.02     0.04     0.00
## 247                          Insomniac Games     0.05     0.00     0.00
## 253                                   Capcom     0.00     0.05     0.00
## 256                                505 Games     0.01     0.04     0.00
## 258                           Telltale Games     0.03     0.02     0.00
## 264                              Deep Silver     0.04     0.00     0.00
## 266                              Deep Silver     0.02     0.03     0.00
## 268                     Tripwire Interactive     0.03     0.01     0.00
## 272                                 Nintendo     0.02     0.01     0.01
## 274                                     Sega     0.02     0.00     0.02
## 276                          Electronic Arts     0.00     0.04     0.00
## 277                 Dusenberry Martin Racing     0.04     0.00     0.00
## 278             Konami Digital Entertainment     0.01     0.03     0.00
## 279                     Take-Two Interactive     0.02     0.02     0.00
## 282                          Milestone S.r.l     0.00     0.04     0.00
## 283                                    PQube     0.00     0.03     0.01
## 284                                   Capcom     0.04     0.00     0.00
## 286                          Milestone S.r.l     0.00     0.04     0.00
## 287                              Square Enix     0.01     0.04     0.00
## 289                   Rebellion Developments     0.02     0.02     0.00
## 291                               Activision     0.03     0.01     0.00
## 297                     Alternative Software     0.00     0.04     0.00
## 300                     Nippon Ichi Software     0.03     0.00     0.00
## 302                                   Capcom     0.02     0.00     0.01
## 309                              Deep Silver     0.01     0.02     0.00
## 310                                  Ubisoft     0.03     0.00     0.00
## 323                         Gearbox Software     0.03     0.00     0.00
## 327                              Square Enix     0.00     0.03     0.00
## 331                          Insomniac Games     0.03     0.00     0.00
## 333                              Codemasters     0.00     0.03     0.00
## 334                    Introversion Software     0.01     0.01     0.00
## 337                                 Sold Out     0.01     0.02     0.00
## 339                       Namco Bandai Games     0.01     0.02     0.00
## 345                              Deep Silver     0.02     0.01     0.00
## 347               Idea Factory International     0.00     0.02     0.00
## 355                                   Capcom     0.01     0.00     0.01
## 357                   Focus Home Interactive     0.01     0.01     0.00
## 362                                    PQube     0.02     0.00     0.00
## 365                                 Microids     0.01     0.01     0.00
## 375              Sony Computer Entertainment     0.00     0.02     0.00
## 381                                Avanquest     0.00     0.02     0.00
## 383                     Nippon Ichi Software     0.00     0.01     0.01
## 390                     Nippon Ichi Software     0.02     0.00     0.00
## 396             Konami Digital Entertainment     0.00     0.02     0.00
## 397                          Stainless Games     0.01     0.01     0.00
## 399                                    Atari     0.00     0.02     0.00
## 401                             Nordic Games     0.02     0.00     0.00
## 404                              Deep Silver     0.02     0.00     0.00
## 411                               Activision     0.01     0.00     0.00
## 418                        FuRyu Corporation     0.01     0.00     0.00
## 431                   Microsoft Game Studios     0.00     0.01     0.00
## 433                                505 Games     0.00     0.01     0.00
## 436                       Namco Bandai Games     0.00     0.01     0.00
## 437                     Nippon Ichi Software     0.00     0.01     0.01
## 438                     Take-Two Interactive     0.00     0.01     0.00
## 439              Sony Computer Entertainment     0.00     0.01     0.00
## 442                         Yacht Club Games     0.01     0.00     0.00
## 445                             Nordic Games     0.01     0.00     0.00
## 446                   Focus Home Interactive     0.00     0.01     0.00
## 449                                 Sold Out     0.01     0.00     0.00
## 452                       Bigben Interactive     0.00     0.01     0.00
## 453                               Activision     0.01     0.00     0.00
## 462                               Koch Media     0.00     0.01     0.00
## 467                                  Ubisoft     0.00     0.01     0.00
## 469                             Nordic Games     0.01     0.00     0.00
## 471                       Bigben Interactive     0.01     0.00     0.00
## 476                          Milestone S.r.l     0.00     0.01     0.00
## 477                            Kalypso Media     0.01     0.00     0.00
## 478                          Stainless Games     0.01     0.00     0.00
## 487                          Milestone S.r.l     0.00     0.01     0.00
## 491                                 Nintendo     0.00     0.01     0.00
## 504                          Electronic Arts     1.12     6.12     0.06
## 507                       Bethesda Softworks     2.53     3.27     0.24
## 508              Sony Computer Entertainment     2.07     1.71     0.08
## 509                   Microsoft Game Studios     2.78     1.27     0.03
## 510                                 Nintendo     1.54     1.18     1.46
## 511                       Bethesda Softworks     2.51     1.32     0.01
## 512                       Namco Bandai Games     1.02     2.13     0.23
## 513   Warner Bros. Interactive Entertainment     1.53     1.69     0.10
## 514                     Take-Two Interactive     2.49     0.66     0.03
## 516             Konami Digital Entertainment     1.09     1.36     0.49
## 517                                  Ubisoft     0.81     1.99     0.07
## 519                   Microsoft Game Studios     2.61     0.33     0.00
## 520                          Electronic Arts     0.89     2.12     0.00
## 521                          Electronic Arts     2.34     0.30     0.00
## 522                                 Nintendo     1.18     0.89     0.94
## 523                                 Nintendo     0.51     1.02     1.40
## 524   Warner Bros. Interactive Entertainment     1.50     0.80     0.00
## 526              Sony Computer Entertainment     1.03     0.81     0.26
## 528                          Electronic Arts     2.08     0.08     0.00
## 529                                 Nintendo     1.15     0.55     0.47
## 530                     Take-Two Interactive     1.95     0.15     0.00
## 532                                  Ubisoft     0.55     1.19     0.14
## 533                          Electronic Arts     0.71     0.94     0.14
## 534   Warner Bros. Interactive Entertainment     0.96     0.67     0.12
## 535                               Activision     0.78     0.79     0.04
## 536                              Square Enix     0.47     1.03     0.07
## 537                   Microsoft Game Studios     0.73     0.90     0.03
## 539              Sony Computer Entertainment     0.61     0.78     0.06
## 543       Sony Computer Entertainment Europe     0.45     0.90     0.05
## 544                                 Nintendo     0.69     0.53     0.24
## 546   Warner Bros. Interactive Entertainment     0.88     0.47     0.00
## 547   Warner Bros. Interactive Entertainment     1.03     0.21     0.00
## 548                              Square Enix     0.55     0.70     0.02
## 549                                  Ubisoft     0.77     0.45     0.00
## 550                       Namco Bandai Games     0.69     0.50     0.00
## 551                                 Nintendo     0.62     0.47     0.11
## 552                                  Ubisoft     0.62     0.56     0.00
## 553   Warner Bros. Interactive Entertainment     0.86     0.30     0.01
## 554                       Bethesda Softworks     0.51     0.67     0.00
## 555                       Bethesda Softworks     0.78     0.38     0.00
## 556                                 Nintendo     0.48     0.35     0.34
## 557                     Take-Two Interactive     0.41     0.60     0.00
## 558                          Electronic Arts     0.72     0.37     0.01
## 559                               Activision     0.85     0.23     0.00
## 561                     Take-Two Interactive     0.39     0.69     0.00
## 562                                 Nintendo     0.53     0.33     0.17
## 563                       Namco Bandai Games     0.30     0.52     0.12
## 564                     Slightly Mad Studios     0.20     0.70     0.02
## 567                     Take-Two Interactive     0.36     0.41     0.05
## 570              Sony Computer Entertainment     0.68     0.08     0.00
## 571                              Square Enix     0.44     0.39     0.00
## 572   Warner Bros. Interactive Entertainment     0.32     0.42     0.02
## 574                     Take-Two Interactive     0.38     0.33     0.03
## 578                               Activision     0.34     0.38     0.00
## 580                                 Nintendo     0.36     0.28     0.14
## 581             Konami Digital Entertainment     0.13     0.42     0.13
## 582                   Microsoft Game Studios     0.49     0.22     0.01
## 586             Konami Digital Entertainment     0.41     0.26     0.01
## 591   Warner Bros. Interactive Entertainment     0.24     0.37     0.00
## 593                       Namco Bandai Games     0.21     0.46     0.00
## 597                              Codemasters     0.09     0.45     0.03
## 598   Warner Bros. Interactive Entertainment     0.38     0.22     0.00
## 601                     Take-Two Interactive     0.37     0.20     0.00
## 602                          Electronic Arts     0.36     0.16     0.00
## 605                     Take-Two Interactive     0.32     0.22     0.00
## 606                                  Ubisoft     0.27     0.25     0.00
## 610                               Activision     0.30     0.20     0.00
## 611                                   Capcom     0.13     0.24     0.10
## 614   Warner Bros. Interactive Entertainment     0.30     0.18     0.00
## 615                               Activision     0.19     0.29     0.00
## 617   Warner Bros. Interactive Entertainment     0.27     0.19     0.02
## 618                          Electronic Arts     0.18     0.25     0.00
## 619                                 Nintendo     0.22     0.13     0.12
## 622                                 Nintendo     0.17     0.10     0.18
## 625                               Activision     0.25     0.19     0.00
## 627                          Electronic Arts     0.38     0.05     0.00
## 628                   Harmonix Music Systems     0.38     0.04     0.00
## 629                       Namco Bandai Games     0.09     0.22     0.10
## 632                                 Nintendo     0.13     0.15     0.14
## 633                     Take-Two Interactive     0.26     0.13     0.00
## 637                                 Nintendo     0.19     0.11     0.09
## 639   Warner Bros. Interactive Entertainment     0.22     0.15     0.00
## 641                       Namco Bandai Games     0.17     0.15     0.02
## 647                   Harmonix Music Systems     0.26     0.05     0.00
## 651                       Namco Bandai Games     0.06     0.04     0.23
## 652                                  Ubisoft     0.17     0.13     0.00
## 655                                     Sega     0.00     0.33     0.00
## 660                       Namco Bandai Games     0.12     0.03     0.16
## 661                                     Sega     0.16     0.04     0.10
## 662                                  Ubisoft     0.25     0.04     0.00
## 663                       Namco Bandai Games     0.18     0.11     0.00
## 665                     Nippon Ichi Software     0.09     0.04     0.15
## 667                            Kalypso Media     0.06     0.16     0.06
## 668                               Activision     0.17     0.08     0.00
## 670                               Activision     0.14     0.11     0.00
## 672                     Nippon Ichi Software     0.11     0.08     0.06
## 677                          Electronic Arts     0.16     0.09     0.00
## 678              Sony Computer Entertainment     0.09     0.13     0.00
## 681                     Slightly Mad Studios     0.11     0.13     0.00
## 684                                    FuRyu     0.12     0.01     0.10
## 685                                  Ubisoft     0.02     0.22     0.00
## 688                       Namco Bandai Games     0.10     0.11     0.00
## 689                              Codemasters     0.08     0.15     0.00
## 690                                    Atlus     0.16     0.01     0.05
## 691                               Activision     0.17     0.05     0.00
## 693                                     Sega     0.09     0.13     0.00
## 695                     Nippon Ichi Software     0.09     0.01     0.13
## 697                                  Ubisoft     0.13     0.08     0.00
## 698                               Activision     0.10     0.09     0.00
## 703                         Milestone S.r.l.     0.04     0.13     0.03
## 704                          Electronic Arts     0.05     0.15     0.00
## 705                                 Nintendo     0.14     0.05     0.01
## 707                                  Ubisoft     0.11     0.09     0.00
## 709                               Activision     0.09     0.08     0.00
## 712                          Electronic Arts     0.06     0.13     0.00
## 713   Warner Bros. Interactive Entertainment     0.12     0.06     0.00
## 717                               Activision     0.12     0.05     0.00
## 719                     Take-Two Interactive     0.08     0.10     0.00
## 722                       Namco Bandai Games     0.00     0.12     0.04
## 723                    Marvelous Interactive     0.04     0.02     0.09
## 725                    Marvelous Interactive     0.08     0.00     0.08
## 727                          Electronic Arts     0.10     0.04     0.00
## 730                               Tecmo Koei     0.05     0.07     0.02
## 733                               Tecmo Koei     0.08     0.04     0.03
## 734                       Namco Bandai Games     0.00     0.00     0.17
## 736                       Namco Bandai Games     0.00     0.03     0.13
## 737                                     Sega     0.04     0.00     0.12
## 738                  Marvelous Entertainment     0.05     0.00     0.10
## 747                                    PQube     0.07     0.03     0.02
## 749                              Square Enix     0.03     0.11     0.00
## 750                      Paradox Interactive     0.00     0.13     0.00
## 751                         Yacht Club Games     0.08     0.04     0.02
## 753                               Activision     0.09     0.04     0.00
## 755                          Electronic Arts     0.00     0.13     0.00
## 756                                505 Games     0.03     0.08     0.00
## 759              Sony Computer Entertainment     0.02     0.05     0.04
## 761   Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 762                              Square Enix     0.00     0.06     0.06
## 764                     Slightly Mad Studios     0.00     0.12     0.00
## 766                    Tru Blu Entertainment     0.01     0.09     0.00
## 770                               Activision     0.09     0.02     0.00
## 771                     Nippon Ichi Software     0.08     0.02     0.01
## 773                               Tecmo Koei     0.03     0.02     0.06
## 774                       Bigben Interactive     0.04     0.06     0.00
## 779                                    PQube     0.00     0.03     0.07
## 783                          Electronic Arts     0.09     0.01     0.00
## 785                       Namco Bandai Games     0.00     0.01     0.09
## 786             Konami Digital Entertainment     0.04     0.06     0.00
## 788                     inXile Entertainment     0.03     0.06     0.00
## 789                         Milestone S.r.l.     0.04     0.05     0.00
## 790                                   Capcom     0.00     0.03     0.07
## 791                                   Capcom     0.07     0.02     0.00
## 795                                   Capcom     0.00     0.08     0.00
## 796                                  Ubisoft     0.00     0.08     0.00
## 798                         Yacht Club Games     0.05     0.04     0.00
## 799                               Tecmo Koei     0.02     0.01     0.06
## 804                                    PQube     0.00     0.03     0.05
## 805                                 Nintendo     0.00     0.01     0.08
## 808                               Tecmo Koei     0.03     0.01     0.04
## 810                       Bethesda Softworks     0.00     0.08     0.00
## 815                       Bigben Interactive     0.03     0.05     0.00
## 820                       Namco Bandai Games     0.00     0.00     0.08
## 821                         Yacht Club Games     0.03     0.03     0.00
## 825                                  Ubisoft     0.05     0.02     0.00
## 828             Konami Digital Entertainment     0.00     0.07     0.00
## 834                            Kalypso Media     0.00     0.05     0.02
## 839               Idea Factory International     0.02     0.00     0.05
## 841                     Nippon Ichi Software     0.03     0.00     0.03
## 852                      Revolution Software     0.00     0.06     0.00
## 855                                 Nintendo     0.00     0.00     0.06
## 858                               Tecmo Koei     0.03     0.02     0.00
## 859                     Nippon Ichi Software     0.01     0.01     0.04
## 861                              Xseed Games     0.03     0.02     0.00
## 866                                 Nintendo     0.04     0.02     0.00
## 869                              Aksys Games     0.01     0.00     0.05
## 871                             Nordic Games     0.00     0.05     0.00
## 872                                  Ubisoft     0.00     0.05     0.00
## 888                              Codemasters     0.00     0.05     0.00
## 891   Warner Bros. Interactive Entertainment     0.01     0.04     0.00
## 893                               Tecmo Koei     0.03     0.02     0.00
## 894                              Deep Silver     0.04     0.01     0.00
## 899                                    PQube     0.00     0.00     0.05
## 903                            Kalypso Media     0.00     0.05     0.00
## 904                              Deep Silver     0.00     0.04     0.00
## 912             Konami Digital Entertainment     0.00     0.04     0.00
## 913                        Rising Star Games     0.01     0.00     0.03
## 916                                505 Games     0.03     0.01     0.00
## 918                    Marvelous Interactive     0.01     0.00     0.02
## 919                                  Ubisoft     0.03     0.00     0.00
## 920                     Nippon Ichi Software     0.03     0.00     0.00
## 934   Warner Bros. Interactive Entertainment     0.00     0.04     0.00
## 938                              Aksys Games     0.01     0.00     0.03
## 939                                  Ubisoft     0.00     0.03     0.00
## 940                       Namco Bandai Games     0.00     0.00     0.04
## 942                     Nippon Ichi Software     0.02     0.00     0.00
## 948                       Namco Bandai Games     0.00     0.00     0.03
## 970                               Activision     0.00     0.03     0.00
## 988                         Devolver Digital     0.00     0.02     0.00
## 991                         Milestone S.r.l.     0.00     0.03     0.00
## 999                               Activision     0.00     0.02     0.00
## 1001                            Nordic Games     0.00     0.02     0.00
## 1005                             Square Enix     0.01     0.01     0.00
## 1021                        Arc System Works     0.02     0.00     0.00
## 1028                              Tecmo Koei     0.00     0.00     0.02
## 1040                                 Ubisoft     0.00     0.02     0.00
## 1045                                 Ubisoft     0.00     0.02     0.00
## 1056                     Revolution Software     0.00     0.02     0.00
## 1092                            Nordic Games     0.00     0.01     0.00
## 1093                                Nintendo     0.00     0.00     0.01
## 1098                                Nintendo     0.00     0.00     0.01
## 1104                             Deep Silver     0.00     0.01     0.00
## 1109                    Take-Two Interactive     3.96     6.31     0.38
## 1111                              Activision     2.81     3.48     0.14
## 1113                                Nintendo     3.15     2.15     1.28
## 1114                         Electronic Arts     0.80     4.33     0.05
## 1115                              Activision     2.49     2.07     0.16
## 1116                    Take-Two Interactive     2.81     2.19     0.00
## 1117                              Activision     3.22     1.55     0.01
## 1125                                 Ubisoft     1.40     1.90     0.11
## 1126                                 Ubisoft     1.13     2.18     0.10
## 1127                                 Ubisoft     1.19     2.07     0.08
## 1128                                Nintendo     0.68     0.48     2.62
## 1129                                 Ubisoft     2.27     0.90     0.00
## 1130                              Activision     2.14     0.92     0.00
## 1132                  Microsoft Game Studios     1.91     1.00     0.03
## 1133                         Electronic Arts     1.00     1.82     0.00
## 1134  Warner Bros. Interactive Entertainment     1.01     1.43     0.05
## 1135                         Electronic Arts     1.84     0.80     0.04
## 1137             Sony Computer Entertainment     1.28     0.98     0.07
## 1140                    Take-Two Interactive     1.47     0.54     0.01
## 1141                         Electronic Arts     1.54     0.25     0.00
## 1142                         Electronic Arts     0.60     1.42     0.00
## 1143             Sony Computer Entertainment     0.36     1.38     0.02
## 1146                         Electronic Arts     0.73     0.88     0.08
## 1149             Sony Computer Entertainment     0.66     0.93     0.01
## 1150                                Nintendo     0.61     0.34     0.79
## 1152                      Bethesda Softworks     0.55     0.86     0.11
## 1154                                 Ubisoft     0.35     1.08     0.03
## 1155                    Take-Two Interactive     1.37     0.18     0.00
## 1156                                 Ubisoft     0.80     0.69     0.01
## 1159                                 Ubisoft     0.90     0.53     0.00
## 1160                         Electronic Arts     1.31     0.09     0.00
## 1161                      Bethesda Softworks     0.47     0.80     0.03
## 1162                                Nintendo     0.70     0.55     0.16
## 1165                  Microsoft Game Studios     0.50     0.78     0.01
## 1166                                Nintendo     0.48     0.53     0.28
## 1167                         Electronic Arts     0.87     0.34     0.02
## 1168  Warner Bros. Interactive Entertainment     0.73     0.50     0.01
## 1171                                 Ubisoft     0.46     0.56     0.06
## 1172  Warner Bros. Interactive Entertainment     0.69     0.47     0.00
## 1173                      Namco Bandai Games     0.40     0.33     0.40
## 1174            Konami Digital Entertainment     0.45     0.47     0.17
## 1177                                Nintendo     0.58     0.42     0.13
## 1179                                Nintendo     0.53     0.38     0.19
## 1180                    Take-Two Interactive     0.39     0.57     0.00
## 1181                  Microsoft Game Studios     0.63     0.40     0.00
## 1182                                    Sega     0.34     0.57     0.04
## 1184                         Electronic Arts     0.51     0.47     0.00
## 1185                         Electronic Arts     0.46     0.41     0.01
## 1186                                 Ubisoft     0.58     0.34     0.00
## 1187                                 Ubisoft     0.22     0.64     0.00
## 1190                         Electronic Arts     0.56     0.28     0.00
## 1191  Warner Bros. Interactive Entertainment     0.37     0.40     0.00
## 1192  Warner Bros. Interactive Entertainment     0.33     0.43     0.02
## 1193                                 Ubisoft     0.43     0.34     0.00
## 1194                                 Ubisoft     0.58     0.26     0.00
## 1196                      Bethesda Softworks     0.32     0.51     0.00
## 1203                    Take-Two Interactive     0.36     0.29     0.00
## 1204                                Nintendo     0.32     0.28     0.10
## 1205            Konami Digital Entertainment     0.09     0.45     0.11
## 1207                      Namco Bandai Games     0.48     0.18     0.01
## 1209                         Electronic Arts     0.33     0.34     0.00
## 1210                                 Ubisoft     0.38     0.29     0.00
## 1211                    Nippon Ichi Software     0.34     0.07     0.27
## 1212     Sony Computer Entertainment America     0.58     0.00     0.00
## 1213                    Take-Two Interactive     0.46     0.19     0.01
## 1214                              Activision     0.38     0.26     0.00
## 1216                         Electronic Arts     0.39     0.23     0.00
## 1217                               505 Games     0.24     0.34     0.00
## 1218                      Bethesda Softworks     0.34     0.28     0.00
## 1219                      Bethesda Softworks     0.35     0.25     0.00
## 1220  Warner Bros. Interactive Entertainment     0.24     0.31     0.01
## 1225             Sony Computer Entertainment     0.15     0.10     0.32
## 1227                    Take-Two Interactive     0.32     0.16     0.01
## 1228  Warner Bros. Interactive Entertainment     0.33     0.23     0.03
## 1229                    Take-Two Interactive     0.38     0.20     0.00
## 1230                                 Ubisoft     0.25     0.34     0.00
## 1232                                 Ubisoft     0.15     0.44     0.00
## 1235                         Electronic Arts     0.15     0.36     0.01
## 1236                         Electronic Arts     0.21     0.29     0.01
## 1237                    Take-Two Interactive     0.26     0.21     0.05
## 1240                  Microsoft Game Studios     0.30     0.23     0.02
## 1241  Warner Bros. Interactive Entertainment     0.13     0.38     0.00
## 1242                         Electronic Arts     0.31     0.19     0.00
## 1245            Konami Digital Entertainment     0.14     0.12     0.27
## 1247                    Take-Two Interactive     0.29     0.23     0.00
## 1248                         Electronic Arts     0.22     0.30     0.00
## 1252                                 Ubisoft     0.18     0.33     0.00
## 1253                             Square Enix     0.16     0.07     0.28
## 1254                                 Ubisoft     0.35     0.13     0.00
## 1255  Warner Bros. Interactive Entertainment     0.35     0.13     0.00
## 1257                             Square Enix     0.18     0.24     0.02
## 1258                                    Sega     0.22     0.24     0.00
## 1260                                Nintendo     0.18     0.12     0.16
## 1261                                Nintendo     0.15     0.13     0.17
## 1262                     Activision Blizzard     0.08     0.36     0.00
## 1263                         Electronic Arts     0.30     0.12     0.00
## 1270  Warner Bros. Interactive Entertainment     0.20     0.21     0.00
## 1274                      Bethesda Softworks     0.13     0.29     0.00
## 1275                                 Ubisoft     0.15     0.26     0.00
## 1277                              Activision     0.19     0.18     0.00
## 1281                      Namco Bandai Games     0.15     0.14     0.09
## 1282  Warner Bros. Interactive Entertainment     0.23     0.17     0.00
## 1283     Sony Computer Entertainment America     0.35     0.00     0.00
## 1284                         Electronic Arts     0.15     0.25     0.00
## 1285                                 Ubisoft     0.13     0.22     0.01
## 1286                                Nintendo     0.00     0.14     0.27
## 1287                         Electronic Arts     0.31     0.06     0.00
## 1288                             Codemasters     0.07     0.26     0.02
## 1289                              Activision     0.15     0.23     0.00
## 1291                                 Ubisoft     0.19     0.13     0.00
## 1294                                Nintendo     0.17     0.14     0.04
## 1295                             Square Enix     0.13     0.08     0.15
## 1297                    Take-Two Interactive     0.11     0.22     0.00
## 1299                                Nintendo     0.08     0.04     0.23
## 1301  Warner Bros. Interactive Entertainment     0.12     0.20     0.00
## 1302                               505 Games     0.20     0.11     0.00
## 1303                                 Ubisoft     0.13     0.18     0.00
## 1306                                    Sega     0.08     0.05     0.16
## 1307                             Square Enix     0.09     0.16     0.02
## 1310                                    Sega     0.19     0.09     0.00
## 1312                      Namco Bandai Games     0.10     0.10     0.06
## 1316                      Namco Bandai Games     0.00     0.00     0.30
## 1318                    Take-Two Interactive     0.11     0.15     0.00
## 1319                                    Sega     0.17     0.09     0.00
## 1320            Konami Digital Entertainment     0.15     0.11     0.00
## 1321                         Electronic Arts     0.00     0.27     0.00
## 1324                                Nintendo     0.17     0.00     0.08
## 1327                      Namco Bandai Games     0.09     0.10     0.06
## 1328                      Bethesda Softworks     0.10     0.16     0.00
## 1331  Warner Bros. Interactive Entertainment     0.13     0.12     0.00
## 1332                                 Unknown     0.15     0.09     0.00
## 1338                                    Sega     0.09     0.03     0.10
## 1341                                 Ubisoft     0.12     0.10     0.00
## 1342                    Nippon Ichi Software     0.14     0.03     0.04
## 1343                              Tecmo Koei     0.08     0.07     0.06
## 1345                         Electronic Arts     0.16     0.04     0.00
## 1347                              Tecmo Koei     0.02     0.02     0.17
## 1349                             Codemasters     0.08     0.13     0.00
## 1351             Sony Computer Entertainment     0.00     0.08     0.12
## 1352                             Square Enix     0.10     0.10     0.00
## 1354                 Marvelous Entertainment     0.10     0.02     0.08
## 1355                      Namco Bandai Games     0.14     0.06     0.00
## 1358                    Nippon Ichi Software     0.06     0.01     0.12
## 1359                          Telltale Games     0.10     0.07     0.00
## 1360                         Electronic Arts     0.17     0.02     0.00
## 1361                      Namco Bandai Games     0.00     0.03     0.17
## 1362             Sony Computer Entertainment     0.08     0.06     0.01
## 1365            Konami Digital Entertainment     0.03     0.12     0.02
## 1366                  Focus Home Interactive     0.08     0.09     0.00
## 1367                              Tecmo Koei     0.06     0.07     0.03
## 1368                                 Ubisoft     0.07     0.10     0.00
## 1371                    Nippon Ichi Software     0.02     0.02     0.13
## 1374                  Microsoft Game Studios     0.15     0.03     0.00
## 1378                                 Ubisoft     0.08     0.09     0.00
## 1379                              Tecmo Koei     0.06     0.02     0.08
## 1380                   Marvelous Interactive     0.08     0.01     0.06
## 1381                        Milestone S.r.l.     0.04     0.11     0.00
## 1382                             Codemasters     0.05     0.09     0.01
## 1383                      Namco Bandai Games     0.08     0.08     0.00
## 1384                  Microsoft Game Studios     0.11     0.05     0.00
## 1385                    Nippon Ichi Software     0.08     0.05     0.00
## 1389                             Deep Silver     0.15     0.00     0.00
## 1391                                    Sega     0.05     0.00     0.09
## 1392                             Square Enix     0.08     0.07     0.00
## 1393                                 Ubisoft     0.00     0.15     0.00
## 1396                              Tecmo Koei     0.05     0.03     0.06
## 1398                                  NCSoft     0.08     0.07     0.00
## 1400              Disney Interactive Studios     0.11     0.03     0.00
## 1404             Sony Computer Entertainment     0.00     0.00     0.15
## 1406                    Nippon Ichi Software     0.02     0.02     0.11
## 1409                                    Sega     0.00     0.14     0.00
## 1412            Konami Digital Entertainment     0.03     0.10     0.00
## 1416                                 Ubisoft     0.01     0.10     0.00
## 1419                                   Atlus     0.00     0.00     0.13
## 1421                                    Sega     0.04     0.00     0.08
## 1423                                 Ubisoft     0.07     0.05     0.00
## 1424                              Tecmo Koei     0.02     0.02     0.07
## 1425                      Namco Bandai Games     0.03     0.04     0.04
## 1427                            Idea Factory     0.04     0.01     0.06
## 1435                           Kalypso Media     0.02     0.09     0.00
## 1436                              Tecmo Koei     0.03     0.02     0.06
## 1438              Idea Factory International     0.03     0.01     0.06
## 1440                                Nintendo     0.00     0.03     0.08
## 1444                              Tecmo Koei     0.00     0.00     0.11
## 1445                             Deep Silver     0.09     0.00     0.00
## 1446     Sony Computer Entertainment America     0.08     0.00     0.00
## 1448                      Namco Bandai Games     0.00     0.04     0.06
## 1449                      Namco Bandai Games     0.05     0.04     0.00
## 1451                             Deep Silver     0.03     0.04     0.03
## 1461                    Nippon Ichi Software     0.05     0.02     0.02
## 1462                             Codemasters     0.00     0.09     0.00
## 1464                    Nippon Ichi Software     0.02     0.00     0.06
## 1468                      Namco Bandai Games     0.05     0.03     0.00
## 1472                      Namco Bandai Games     0.06     0.02     0.00
## 1473                              Tecmo Koei     0.05     0.03     0.00
## 1474            Konami Digital Entertainment     0.02     0.06     0.00
## 1477                             Codemasters     0.03     0.05     0.00
## 1478                             Deep Silver     0.00     0.08     0.00
## 1481                             Square Enix     0.00     0.07     0.00
## 1482                            Little Orbit     0.03     0.05     0.00
## 1484                                 Unknown     0.05     0.02     0.00
## 1486                            Little Orbit     0.00     0.07     0.00
## 1487                             Deep Silver     0.02     0.05     0.00
## 1488                                   Atlus     0.06     0.01     0.00
## 1491                    Nippon Ichi Software     0.03     0.01     0.02
## 1492                              Tecmo Koei     0.00     0.00     0.08
## 1495                    Nippon Ichi Software     0.05     0.01     0.00
## 1497                             Deep Silver     0.04     0.03     0.00
## 1500                             Deep Silver     0.03     0.04     0.00
## 1501                                 Ubisoft     0.00     0.04     0.02
## 1506                             Aksys Games     0.03     0.01     0.02
## 1507                             Xseed Games     0.02     0.00     0.04
## 1508                              Tecmo Koei     0.04     0.02     0.00
## 1514                      Namco Bandai Games     0.01     0.05     0.00
## 1515                               505 Games     0.00     0.05     0.01
## 1520                    Nippon Ichi Software     0.02     0.01     0.03
## 1522                             Deep Silver     0.02     0.04     0.00
## 1523                              Tecmo Koei     0.00     0.00     0.06
## 1525                      Namco Bandai Games     0.00     0.04     0.02
## 1532  Warner Bros. Interactive Entertainment     0.02     0.04     0.00
## 1534                            Nordic Games     0.03     0.02     0.00
## 1541                 Marvelous Entertainment     0.00     0.00     0.06
## 1543                            Little Orbit     0.00     0.05     0.00
## 1546                           Kalypso Media     0.03     0.02     0.00
## 1547                             Aksys Games     0.03     0.00     0.02
## 1549                        City Interactive     0.01     0.04     0.00
## 1550                             Square Enix     0.00     0.05     0.00
## 1554                             Deep Silver     0.03     0.02     0.00
## 1558                                 Ubisoft     0.00     0.01     0.04
## 1562                              Tecmo Koei     0.03     0.01     0.00
## 1571                      Namco Bandai Games     0.02     0.02     0.00
## 1572                              Tecmo Koei     0.03     0.00     0.00
## 1577                               505 Games     0.00     0.04     0.00
## 1582            Konami Digital Entertainment     0.01     0.03     0.00
## 1587             Sony Computer Entertainment     0.00     0.03     0.00
## 1588                  Focus Home Interactive     0.00     0.03     0.00
## 1595                                 Ubisoft     0.00     0.03     0.00
## 1601                                 Unknown     0.03     0.00     0.00
## 1606                             Square Enix     0.00     0.03     0.00
## 1610                            Nordic Games     0.02     0.01     0.00
## 1616                             Codemasters     0.00     0.02     0.00
## 1620                           Compile Heart     0.00     0.00     0.02
## 1622                                  Capcom     0.00     0.00     0.02
## 1624                         Electronic Arts     0.00     0.02     0.00
## 1627                             Deep Silver     0.00     0.02     0.00
## 1628                    Nippon Ichi Software     0.00     0.00     0.02
## 1629                             Square Enix     0.00     0.02     0.00
## 1632                      Namco Bandai Games     0.01     0.01     0.00
## 1636                     Paradox Interactive     0.00     0.02     0.00
## 1641                  Focus Home Interactive     0.00     0.02     0.00
## 1652                   Tru Blu Entertainment     0.00     0.01     0.00
## 1659                    Nippon Ichi Software     0.00     0.00     0.01
## 1688            Konami Digital Entertainment     0.00     0.01     0.00
## 1690                    Take-Two Interactive     7.02     9.09     0.98
## 1691                    Take-Two Interactive     9.66     5.14     0.06
## 1693                              Activision     6.73     2.56     0.04
## 1694                              Activision     4.10     3.63     0.38
## 1696                         Electronic Arts     0.78     4.24     0.07
## 1697      Sony Computer Entertainment Europe     2.41     2.18     0.28
## 1699                                Nintendo     1.80     1.39     1.11
## 1700                                Nintendo     2.11     1.16     0.73
## 1701                         Electronic Arts     0.92     2.89     0.01
## 1702                              Activision     1.78     1.43     0.05
## 1703                                 Ubisoft     1.33     1.68     0.13
## 1704                         Electronic Arts     1.35     1.55     0.17
## 1706                         Electronic Arts     1.30     1.42     0.27
## 1707                         Electronic Arts     2.15     1.01     0.02
## 1709                                 Ubisoft     1.90     1.11     0.01
## 1710             Sony Computer Entertainment     0.72     1.67     0.40
## 1711                                Nintendo     1.40     1.01     0.46
## 1712                         Electronic Arts     0.61     1.85     0.11
## 1713                              Activision     1.88     0.77     0.00
## 1714                                 Ubisoft     1.07     1.31     0.06
## 1715             Sony Computer Entertainment     0.89     1.33     0.08
## 1716                    Take-Two Interactive     2.10     0.19     0.00
## 1718  Warner Bros. Interactive Entertainment     1.07     0.80     0.04
## 1719             Sony Computer Entertainment     1.23     0.63     0.04
## 1720                                Nintendo     1.25     0.62     0.18
## 1722                         Electronic Arts     1.98     0.06     0.00
## 1723  Warner Bros. Interactive Entertainment     1.24     0.79     0.00
## 1724                  Microsoft Game Studios     1.21     0.79     0.01
## 1726                    Take-Two Interactive     1.44     0.31     0.04
## 1729                         Electronic Arts     1.25     0.58     0.00
## 1730                         Electronic Arts     0.73     0.92     0.03
## 1731                    Take-Two Interactive     1.22     0.54     0.02
## 1732                                Nintendo     0.62     0.64     0.55
## 1733                              Activision     0.72     0.75     0.15
## 1736  Warner Bros. Interactive Entertainment     1.15     0.56     0.00
## 1737                         Electronic Arts     1.60     0.03     0.00
## 1738  Warner Bros. Interactive Entertainment     0.77     0.76     0.01
## 1740                                Nintendo     0.30     0.56     0.84
## 1742      Sony Computer Entertainment Europe     0.43     0.68     0.42
## 1743                    Take-Two Interactive     0.72     0.65     0.04
## 1744                              Activision     0.83     0.66     0.00
## 1745                             Deep Silver     1.01     0.50     0.01
## 1746             Sony Computer Entertainment     0.52     0.80     0.06
## 1747  Warner Bros. Interactive Entertainment     0.59     0.76     0.01
## 1749                  Microsoft Game Studios     1.06     0.35     0.01
## 1750                  Microsoft Game Studios     0.92     0.50     0.03
## 1754                    Take-Two Interactive     0.89     0.31     0.01
## 1755              Disney Interactive Studios     0.97     0.34     0.00
## 1756                         Electronic Arts     0.48     0.77     0.00
## 1757            Konami Digital Entertainment     0.45     0.37     0.44
## 1758                              Activision     0.90     0.39     0.00
## 1759  Warner Bros. Interactive Entertainment     0.97     0.30     0.00
## 1760                  Microsoft Game Studios     0.83     0.43     0.00
## 1761                         Electronic Arts     0.39     0.87     0.00
## 1762                              Activision     0.86     0.34     0.00
## 1763                             Square Enix     0.43     0.36     0.32
## 1764                         Electronic Arts     0.33     0.69     0.05
## 1765                             Deep Silver     0.56     0.41     0.09
## 1766  Warner Bros. Interactive Entertainment     0.48     0.50     0.01
## 1767                         Electronic Arts     0.41     0.66     0.00
## 1768                    Take-Two Interactive     0.49     0.46     0.00
## 1769                                Nintendo     0.44     0.32     0.29
## 1770                    Take-Two Interactive     0.64     0.37     0.00
## 1771                                Nintendo     0.47     0.42     0.13
## 1772                         Electronic Arts     1.01     0.00     0.00
## 1774                             Square Enix     0.31     0.20     0.45
## 1776                              Activision     0.43     0.42     0.00
## 1777                                 Ubisoft     0.72     0.17     0.00
## 1778                         Electronic Arts     0.64     0.26     0.00
## 1780                                 Ubisoft     0.57     0.32     0.01
## 1781              Disney Interactive Studios     0.49     0.32     0.00
## 1782                         Electronic Arts     0.44     0.36     0.00
## 1783            Konami Digital Entertainment     0.03     0.41     0.51
## 1785                                 Ubisoft     0.34     0.39     0.06
## 1786                      Namco Bandai Games     0.32     0.32     0.15
## 1787                                Nintendo     0.17     0.20     0.53
## 1789                    Take-Two Interactive     0.70     0.11     0.00
## 1790                         Electronic Arts     0.51     0.31     0.01
## 1791                         Electronic Arts     0.63     0.13     0.00
## 1792  Warner Bros. Interactive Entertainment     0.42     0.36     0.04
## 1793                         Electronic Arts     0.26     0.42     0.03
## 1794                                Nintendo     0.35     0.23     0.21
## 1795                         Electronic Arts     0.75     0.00     0.00
## 1796                         Electronic Arts     0.67     0.05     0.00
## 1797      Sony Computer Entertainment Europe     0.20     0.39     0.04
## 1798                             Square Enix     0.16     0.24     0.28
## 1799                                  Capcom     0.24     0.26     0.19
## 1800                         Electronic Arts     0.37     0.35     0.01
## 1801                             Deep Silver     0.44     0.26     0.01
## 1803                                    Sega     0.36     0.34     0.00
## 1804                                Nintendo     0.00     0.48     0.25
## 1805                                  Capcom     0.14     0.29     0.22
## 1806             Sony Computer Entertainment     0.67     0.00     0.00
## 1807  Warner Bros. Interactive Entertainment     0.31     0.35     0.02
## 1808                                    Sega     0.12     0.53     0.00
## 1810                         Electronic Arts     0.46     0.17     0.00
## 1811                               505 Games     0.35     0.27     0.00
## 1812                                 Ubisoft     0.25     0.33     0.03
## 1813                    Take-Two Interactive     0.29     0.30     0.00
## 1814                      Namco Bandai Games     0.00     0.19     0.42
## 1817                                 Ubisoft     0.22     0.38     0.00
## 1818                                    Sega     0.00     0.60     0.00
## 1819                              Activision     0.46     0.11     0.00
## 1820                         Electronic Arts     0.17     0.39     0.00
## 1821      Sony Computer Entertainment Europe     0.14     0.34     0.00
## 1822                                    Sega     0.20     0.29     0.00
## 1823                             Deep Silver     0.26     0.19     0.07
## 1824                              Tecmo Koei     0.12     0.10     0.34
## 1825              Disney Interactive Studios     0.33     0.22     0.00
## 1827                                 Ubisoft     0.31     0.23     0.00
## 1828                              Activision     0.38     0.15     0.00
## 1829                                   Atlus     0.28     0.00     0.27
## 1830                      Namco Bandai Games     0.05     0.02     0.50
## 1831                                 Ubisoft     0.14     0.34     0.00
## 1832                               505 Games     0.33     0.19     0.00
## 1833                            Trion Worlds     0.38     0.14     0.00
## 1834      Sony Computer Entertainment Europe     0.35     0.12     0.00
## 1835                         Electronic Arts     0.28     0.17     0.00
## 1836                             Codemasters     0.01     0.42     0.03
## 1837                         Electronic Arts     0.40     0.09     0.00
## 1838                    Nippon Ichi Software     0.25     0.07     0.17
## 1842             Sony Computer Entertainment     0.15     0.08     0.22
## 1843                              Activision     0.28     0.15     0.00
## 1844                      Namco Bandai Games     0.29     0.16     0.01
## 1845                                    Sega     0.24     0.14     0.07
## 1846            Konami Digital Entertainment     0.30     0.14     0.00
## 1848                                 Ubisoft     0.30     0.11     0.00
## 1850                              Activision     0.23     0.14     0.00
## 1851                                  Capcom     0.26     0.12     0.01
## 1852                              Activision     0.26     0.13     0.00
## 1853                               505 Games     0.22     0.14     0.00
## 1854                       Rising Star Games     0.23     0.12     0.04
## 1855                                 Ubisoft     0.19     0.20     0.00
## 1856  Warner Bros. Interactive Entertainment     0.16     0.17     0.00
## 1858                              Screenlife     0.00     0.00     0.42
## 1859                                 Ubisoft     0.19     0.16     0.00
## 1860                               505 Games     0.07     0.20     0.09
## 1863            Konami Digital Entertainment     0.31     0.01     0.03
## 1864                                Nintendo     0.19     0.10     0.08
## 1865                         Electronic Arts     0.01     0.36     0.00
## 1866                                    Sega     0.23     0.12     0.01
## 1867                              Activision     0.20     0.12     0.00
## 1868                      Namco Bandai Games     0.05     0.04     0.28
## 1869                  Focus Home Interactive     0.22     0.13     0.00
## 1874                                 Ubisoft     0.17     0.14     0.00
## 1875                             Codemasters     0.07     0.22     0.01
## 1876                         Electronic Arts     0.16     0.14     0.00
## 1878                    Nippon Ichi Software     0.14     0.05     0.12
## 1879                             D3Publisher     0.04     0.02     0.27
## 1880                         Electronic Arts     0.21     0.12     0.00
## 1882                              Tecmo Koei     0.04     0.04     0.25
## 1884                            Trion Worlds     0.19     0.10     0.00
## 1885                              Activision     0.22     0.09     0.01
## 1886                                     THQ     0.06     0.25     0.00
## 1888                        City Interactive     0.05     0.18     0.03
## 1889                    Nippon Ichi Software     0.09     0.05     0.15
## 1890                                  Capcom     0.10     0.17     0.00
## 1892  Warner Bros. Interactive Entertainment     0.13     0.16     0.00
## 1893                             Square Enix     0.10     0.00     0.19
## 1894  Warner Bros. Interactive Entertainment     0.19     0.09     0.00
## 1895  Warner Bros. Interactive Entertainment     0.18     0.10     0.00
## 1896                        Arc System Works     0.14     0.00     0.14
## 1897                             Codemasters     0.01     0.27     0.00
## 1900                              Activision     0.10     0.14     0.00
## 1902                                 Ubisoft     0.17     0.09     0.00
## 1903                                    Sega     0.08     0.00     0.19
## 1904                              Activision     0.16     0.10     0.00
## 1905                         Electronic Arts     0.11     0.11     0.01
## 1906                             Codemasters     0.08     0.16     0.00
## 1908                             Square Enix     0.15     0.08     0.01
## 1909  Warner Bros. Interactive Entertainment     0.16     0.09     0.00
## 1915                                   Atlus     0.10     0.01     0.14
## 1916                                  Capcom     0.12     0.10     0.02
## 1917                         Electronic Arts     0.16     0.07     0.00
## 1918      Sony Computer Entertainment Europe     0.11     0.08     0.02
## 1919                         Electronic Arts     0.04     0.19     0.00
## 1920                    Take-Two Interactive     0.08     0.13     0.00
## 1921      Sony Computer Entertainment Europe     0.13     0.06     0.00
## 1922                              Activision     0.10     0.12     0.00
## 1924                   Majesco Entertainment     0.17     0.05     0.00
## 1926                         Electronic Arts     0.15     0.05     0.00
## 1928            Konami Digital Entertainment     0.07     0.15     0.00
## 1929                              Tecmo Koei     0.00     0.00     0.23
## 1930                    Nippon Ichi Software     0.05     0.02     0.14
## 1932                             Deep Silver     0.12     0.03     0.05
## 1937                              Activision     0.10     0.08     0.00
## 1938                    Take-Two Interactive     0.10     0.10     0.00
## 1941                    Nippon Ichi Software     0.09     0.00     0.10
## 1942                             Square Enix     0.07     0.09     0.00
## 1944                            Trion Worlds     0.14     0.04     0.00
## 1945                                  Capcom     0.07     0.05     0.06
## 1946                        City Interactive     0.06     0.12     0.00
## 1947              Disney Interactive Studios     0.14     0.04     0.00
## 1948                    Nippon Ichi Software     0.07     0.02     0.10
## 1949                         Electronic Arts     0.16     0.02     0.00
## 1950                    Nippon Ichi Software     0.05     0.02     0.12
## 1953                                 Ubisoft     0.11     0.07     0.00
## 1955  Warner Bros. Interactive Entertainment     0.09     0.08     0.00
## 1956                             Deep Silver     0.06     0.11     0.00
## 1958                                  Capcom     0.07     0.07     0.03
## 1961                                 Ubisoft     0.04     0.13     0.00
## 1964                             Deep Silver     0.11     0.06     0.00
## 1965                    Nippon Ichi Software     0.05     0.03     0.09
## 1968                             Xseed Games     0.04     0.01     0.12
## 1970                                    Sega     0.10     0.06     0.00
## 1971                                  Capcom     0.10     0.06     0.00
## 1973                             Square Enix     0.07     0.08     0.00
## 1976                              Screenlife     0.10     0.00     0.04
## 1977  Warner Bros. Interactive Entertainment     0.04     0.12     0.00
## 1978                    Nippon Ichi Software     0.04     0.02     0.08
## 1981                              Activision     0.11     0.04     0.00
## 1982                                System 3     0.06     0.07     0.00
## 1984                              Tecmo Koei     0.02     0.02     0.11
## 1986                              Tecmo Koei     0.09     0.05     0.00
## 1987                    Nippon Ichi Software     0.07     0.01     0.06
## 1991                             D3Publisher     0.06     0.03     0.05
## 1992                      Namco Bandai Games     0.00     0.00     0.15
## 1993                  Focus Home Interactive     0.00     0.09     0.02
## 1998  Warner Bros. Interactive Entertainment     0.01     0.09     0.00
## 2005                              Screenlife     0.09     0.00     0.03
## 2007                             Deep Silver     0.08     0.02     0.01
## 2011                                 Ubisoft     0.04     0.07     0.00
## 2012                                  Capcom     0.07     0.03     0.01
## 2013  Warner Bros. Interactive Entertainment     0.04     0.06     0.00
## 2015                           From Software     0.00     0.00     0.12
## 2019             Sony Computer Entertainment     0.10     0.00     0.00
## 2023                     Bohemia Interactive     0.00     0.10     0.00
## 2024                                  GungHo     0.05     0.00     0.04
## 2025            Konami Digital Entertainment     0.00     0.10     0.00
## 2030  Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 2031                              Screenlife     0.00     0.01     0.09
## 2032  Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 2033                                   PQube     0.04     0.04     0.00
## 2048                                 Ubisoft     0.04     0.03     0.00
## 2050             Sony Computer Entertainment     0.00     0.06     0.00
## 2055                      Namco Bandai Games     0.03     0.03     0.00
## 2056                        City Interactive     0.02     0.05     0.00
## 2060                      Namco Bandai Games     0.04     0.03     0.00
## 2062                              Koch Media     0.00     0.08     0.00
## 2080                    Nippon Ichi Software     0.02     0.01     0.04
## 2082                    Nippon Ichi Software     0.00     0.00     0.06
## 2086                             Codemasters     0.00     0.06     0.00
## 2087                    Nippon Ichi Software     0.01     0.01     0.04
## 2090                                  Capcom     0.06     0.00     0.00
## 2094                                  Capcom     0.00     0.05     0.00
## 2096                             Deep Silver     0.04     0.01     0.00
## 2100                      Namco Bandai Games     0.03     0.01     0.00
## 2101                    Take-Two Interactive     0.00     0.05     0.00
## 2106                               505 Games     0.04     0.00     0.00
## 2109                                  Capcom     0.01     0.03     0.00
## 2115  Warner Bros. Interactive Entertainment     0.00     0.04     0.00
## 2118                             Deep Silver     0.02     0.01     0.00
## 2121                                  Capcom     0.00     0.04     0.00
## 2125                                  Capcom     0.00     0.04     0.00
## 2126                       Rising Star Games     0.02     0.01     0.00
## 2135                  Agatsuma Entertainment     0.00     0.00     0.03
## 2143                       Rising Star Games     0.00     0.00     0.03
## 2146                                  Capcom     0.00     0.00     0.03
## 2159                        Arc System Works     0.01     0.00     0.01
## 2175                               505 Games     0.00     0.02     0.00
## 2182                              Tecmo Koei     0.00     0.00     0.02
## 2184                    Nippon Ichi Software     0.00     0.00     0.02
## 2191             Sony Computer Entertainment     0.00     0.02     0.00
## 2205                                  Capcom     0.00     0.01     0.00
## 2206                  Focus Home Interactive     0.00     0.01     0.00
## 2213             Sony Computer Entertainment     0.00     0.01     0.00
## 2234                              Activision     4.99     5.73     0.65
## 2235                              Activision     8.25     4.24     0.07
## 2236                                Nintendo     3.66     3.14     2.47
## 2237                  Microsoft Game Studios     6.65     2.28     0.04
## 2238                                Nintendo     2.03     2.36     4.39
## 2239                         Electronic Arts     1.06     5.01     0.13
## 2241                                 Ubisoft     4.05     2.16     0.00
## 2242                                 Ubisoft     2.64     2.52     0.16
## 2243                                 Ubisoft     3.13     1.69     0.03
## 2244                                Nintendo     2.30     1.34     1.27
## 2245                         Electronic Arts     1.09     3.47     0.03
## 2246                              Activision     2.44     2.16     0.00
## 2247                                Nintendo     2.52     1.11     0.46
## 2248                                 Ubisoft     0.88     1.70     0.10
## 2249                                Nintendo     1.06     1.09     0.76
## 2250                                  Capcom     0.88     0.94     0.88
## 2251                    Take-Two Interactive     1.89     0.88     0.04
## 2252                         Electronic Arts     1.94     0.84     0.03
## 2253                                 Ubisoft     1.38     1.32     0.02
## 2254                    Take-Two Interactive     2.60     0.20     0.01
## 2255                         Electronic Arts     2.53     0.15     0.00
## 2257                         Electronic Arts     2.11     0.22     0.00
## 2258                              Activision     1.48     0.83     0.00
## 2259                    Take-Two Interactive     1.73     0.43     0.05
## 2260                                  NCSoft     0.96     1.07     0.00
## 2261                                Nintendo     1.12     0.41     0.64
## 2262                    Take-Two Interactive     1.05     0.72     0.10
## 2263                             Square Enix     0.59     1.05     0.07
## 2264                                Nintendo     0.90     0.45     0.54
## 2265                  Microsoft Game Studios     0.82     0.93     0.04
## 2266                                  Capcom     1.12     0.60     0.07
## 2267                    Take-Two Interactive     0.59     0.89     0.06
## 2268                              Activision     0.84     0.76     0.00
## 2269                  Microsoft Game Studios     1.05     0.52     0.03
## 2270                                  Capcom     0.41     0.44     0.72
## 2271                             Square Enix     0.68     0.88     0.01
## 2272                      Bethesda Softworks     1.06     0.50     0.01
## 2273  Warner Bros. Interactive Entertainment     0.90     0.61     0.00
## 2274                    Take-Two Interactive     0.86     0.62     0.01
## 2275                             Square Enix     0.88     0.26     0.34
## 2276                         Electronic Arts     0.62     0.78     0.01
## 2277            Konami Digital Entertainment     0.18     0.63     0.49
## 2278                      Bethesda Softworks     0.72     0.52     0.04
## 2279                              Activision     0.64     0.69     0.00
## 2280                              Activision     0.71     0.43     0.07
## 2281                                 Ubisoft     0.93     0.40     0.02
## 2282                         Electronic Arts     0.63     0.56     0.03
## 2283                         Electronic Arts     0.48     0.62     0.06
## 2286                                     THQ     0.51     0.60     0.00
## 2287                                 Ubisoft     0.53     0.48     0.06
## 2288                              Activision     0.75     0.44     0.00
## 2289                                Nintendo     0.48     0.35     0.36
## 2290                                Nintendo     0.44     0.29     0.47
## 2291                                     THQ     0.72     0.44     0.00
## 2292             Sony Computer Entertainment     0.35     0.61     0.02
## 2293                         Electronic Arts     0.12     0.89     0.00
## 2294  Warner Bros. Interactive Entertainment     0.64     0.49     0.00
## 2295  Warner Bros. Interactive Entertainment     0.50     0.50     0.00
## 2297                                 Ubisoft     0.90     0.19     0.00
## 2298                      Namco Bandai Games     0.01     0.23     0.86
## 2299                                  Capcom     0.48     0.24     0.36
## 2301                         Electronic Arts     0.59     0.45     0.01
## 2302                                Nintendo     0.33     0.37     0.37
## 2303                                   Atlus     0.36     0.23     0.38
## 2304                         Electronic Arts     1.02     0.00     0.00
## 2305                              Activision     0.36     0.49     0.00
## 2306  Warner Bros. Interactive Entertainment     0.37     0.49     0.00
## 2307                             Square Enix     0.31     0.49     0.05
## 2308                             Codemasters     0.12     0.63     0.05
## 2309                                     THQ     0.55     0.32     0.03
## 2310                                Nintendo     0.56     0.05     0.37
## 2312                                 Ubisoft     0.52     0.36     0.05
## 2313                                     THQ     0.72     0.20     0.00
## 2314                         Electronic Arts     0.40     0.44     0.00
## 2315                                 Ubisoft     0.22     0.62     0.00
## 2317                  Focus Home Interactive     0.00     0.81     0.00
## 2319                               505 Games     0.38     0.38     0.06
## 2320                                Nintendo     0.26     0.29     0.34
## 2321             Sony Computer Entertainment     0.50     0.27     0.04
## 2323                                 Ubisoft     0.41     0.32     0.09
## 2324                                 Ubisoft     0.28     0.53     0.00
## 2325                    Take-Two Interactive     0.42     0.41     0.00
## 2326             Sony Computer Entertainment     0.86     0.00     0.00
## 2327                 Marvelous Entertainment     0.41     0.17     0.30
## 2328                         Electronic Arts     0.35     0.41     0.02
## 2329                      Namco Bandai Games     0.48     0.32     0.02
## 2331                         Electronic Arts     0.17     0.62     0.00
## 2333                         Electronic Arts     0.82     0.00     0.00
## 2334                                  Capcom     0.30     0.22     0.30
## 2335                            Square Enix      0.38     0.40     0.01
## 2336                         Electronic Arts     0.55     0.24     0.01
## 2337             Sony Computer Entertainment     0.42     0.30     0.01
## 2338                         Electronic Arts     0.37     0.29     0.09
## 2339                      Namco Bandai Games     0.28     0.31     0.13
## 2340                                     THQ     0.35     0.35     0.01
## 2341                      Namco Bandai Games     0.20     0.12     0.45
## 2342                               505 Games     0.46     0.28     0.02
## 2343                                  Capcom     0.42     0.21     0.10
## 2345                                  Capcom     0.42     0.19     0.11
## 2346                  Microsoft Game Studios     0.57     0.18     0.00
## 2348                                 Level 5     0.20     0.26     0.30
## 2349                                     THQ     0.45     0.27     0.00
## 2350                              Activision     0.48     0.24     0.00
## 2351                                  Capcom     0.42     0.23     0.07
## 2353                                  Capcom     0.55     0.14     0.03
## 2355  Warner Bros. Interactive Entertainment     0.41     0.28     0.00
## 2356                      Namco Bandai Games     0.35     0.23     0.07
## 2357                              Activision     0.36     0.28     0.00
## 2360                                Nintendo     0.16     0.02     0.53
## 2361                                   Atlus     0.30     0.11     0.24
## 2362                      Namco Bandai Games     0.27     0.24     0.14
## 2364                    Take-Two Interactive     0.27     0.36     0.00
## 2365                         Electronic Arts     0.38     0.26     0.00
## 2369                                Nintendo     0.33     0.00     0.33
## 2373                         Electronic Arts     0.51     0.10     0.00
## 2374  Warner Bros. Interactive Entertainment     0.27     0.20     0.11
## 2375  Warner Bros. Interactive Entertainment     0.42     0.13     0.00
## 2376                         Electronic Arts     0.33     0.21     0.00
## 2377                              Tecmo Koei     0.23     0.14     0.20
## 2379                              Activision     0.38     0.20     0.00
## 2380                    Take-Two Interactive     0.36     0.21     0.00
## 2382  Warner Bros. Interactive Entertainment     0.56     0.01     0.00
## 2383                                    Sega     0.00     0.00     0.59
## 2384                      Namco Bandai Games     0.39     0.13     0.02
## 2386                  Microsoft Game Studios     0.38     0.15     0.00
## 2387                         Electronic Arts     0.16     0.32     0.02
## 2389                    Take-Two Interactive     0.24     0.23     0.00
## 2390                      Bethesda Softworks     0.26     0.21     0.00
## 2391                             Xseed Games     0.32     0.00     0.21
## 2392             Sony Computer Entertainment     0.21     0.17     0.09
## 2393                    Take-Two Interactive     0.19     0.23     0.04
## 2394                                 Ubisoft     0.12     0.33     0.00
## 2395                         Electronic Arts     0.24     0.21     0.00
## 2397              Disney Interactive Studios     0.32     0.15     0.00
## 2399                         Electronic Arts     0.29     0.18     0.00
## 2400             Sony Computer Entertainment     0.25     0.13     0.04
## 2401                             Square Enix     0.22     0.07     0.18
## 2402                    Take-Two Interactive     0.47     0.00     0.00
## 2404                             Codemasters     0.10     0.34     0.00
## 2407  Warner Bros. Interactive Entertainment     0.31     0.12     0.02
## 2408                      Bethesda Softworks     0.28     0.15     0.00
## 2409                                  Capcom     0.31     0.10     0.03
## 2410                         Electronic Arts     0.17     0.27     0.00
## 2411              Disney Interactive Studios     0.21     0.18     0.00
## 2413                                Nintendo     0.20     0.04     0.21
## 2414            Konami Digital Entertainment     0.21     0.15     0.04
## 2415             Sony Computer Entertainment     0.21     0.14     0.01
## 2416                      Namco Bandai Games     0.26     0.14     0.01
## 2417                              Activision     0.28     0.12     0.00
## 2418                         Electronic Arts     0.00     0.28     0.05
## 2419                              Tecmo Koei     0.19     0.09     0.11
## 2420                                  Capcom     0.28     0.11     0.01
## 2422                                 Ubisoft     0.26     0.11     0.00
## 2423                    Take-Two Interactive     0.16     0.22     0.00
## 2424            Konami Digital Entertainment     0.21     0.07     0.09
## 2426                    Take-Two Interactive     0.21     0.17     0.00
## 2427                              Activision     0.20     0.18     0.00
## 2428             Sony Computer Entertainment     0.18     0.15     0.02
## 2430                                  Capcom     0.18     0.12     0.06
## 2431                                  GungHo     0.20     0.01     0.16
## 2432                         Electronic Arts     0.02     0.31     0.00
## 2434  Warner Bros. Interactive Entertainment     0.20     0.16     0.00
## 2435                      Namco Bandai Games     0.09     0.04     0.24
## 2436                      Namco Bandai Games     0.18     0.04     0.15
## 2437                              Activision     0.19     0.14     0.00
## 2439                    Take-Two Interactive     0.24     0.11     0.00
## 2442            Konami Digital Entertainment     0.15     0.11     0.10
## 2444                              Activision     0.22     0.12     0.00
## 2445                                 Ubisoft     0.21     0.13     0.00
## 2446  Warner Bros. Interactive Entertainment     0.25     0.09     0.00
## 2449                                 Ubisoft     0.20     0.12     0.00
## 2450             Sony Computer Entertainment     0.13     0.17     0.00
## 2451                                 Ubisoft     0.19     0.13     0.00
## 2453                      Namco Bandai Games     0.19     0.11     0.01
## 2455  Warner Bros. Interactive Entertainment     0.16     0.11     0.00
## 2456                         Electronic Arts     0.14     0.15     0.00
## 2457                                    Sega     0.09     0.07     0.14
## 2459            Konami Digital Entertainment     0.22     0.08     0.00
## 2460                          Ubisoft Annecy     0.19     0.08     0.03
## 2461            Konami Digital Entertainment     0.15     0.10     0.03
## 2462                    Take-Two Interactive     0.14     0.13     0.00
## 2463                             Codemasters     0.06     0.19     0.00
## 2466            Konami Digital Entertainment     0.08     0.20     0.00
## 2468                         Electronic Arts     0.14     0.13     0.00
## 2469                         Electronic Arts     0.28     0.00     0.00
## 2470                              Tecmo Koei     0.00     0.00     0.30
## 2471             Sony Computer Entertainment     0.14     0.11     0.00
## 2472             Sony Computer Entertainment     0.15     0.09     0.00
## 2474             Sony Computer Entertainment     0.18     0.05     0.03
## 2475                         Electronic Arts     0.06     0.20     0.00
## 2479  Warner Bros. Interactive Entertainment     0.09     0.13     0.00
## 2480                  Microsoft Game Studios     0.18     0.08     0.00
## 2484                             Codemasters     0.07     0.17     0.00
## 2485                                Nintendo     0.13     0.12     0.00
## 2490                              Activision     0.12     0.10     0.00
## 2491                              Activision     0.18     0.05     0.00
## 2492                              Tecmo Koei     0.06     0.04     0.14
## 2493             Sony Computer Entertainment     0.00     0.00     0.26
## 2494                  Focus Home Interactive     0.15     0.08     0.00
## 2495                              Activision     0.14     0.09     0.00
## 2496                              Tecmo Koei     0.16     0.05     0.03
## 2497                             Square Enix     0.03     0.17     0.00
## 2498                Nihon Falcom Corporation     0.10     0.01     0.10
## 2499                                  Capcom     0.15     0.06     0.01
## 2500                  Focus Home Interactive     0.05     0.14     0.00
## 2501                  Focus Home Interactive     0.10     0.10     0.00
## 2502            Konami Digital Entertainment     0.10     0.08     0.02
## 2503                                    Sega     0.00     0.00     0.23
## 2504                             Codemasters     0.08     0.13     0.00
## 2505                         Electronic Arts     0.09     0.10     0.00
## 2507              Disney Interactive Studios     0.13     0.07     0.01
## 2509                         Electronic Arts     0.21     0.00     0.00
## 2511                                 Ubisoft     0.09     0.09     0.01
## 2512                    Take-Two Interactive     0.11     0.09     0.00
## 2514                             Deep Silver     0.00     0.19     0.00
## 2515                                Nintendo     0.13     0.02     0.06
## 2516                             Deep Silver     0.04     0.13     0.01
## 2517  Warner Bros. Interactive Entertainment     0.07     0.13     0.00
## 2519                      Namco Bandai Games     0.13     0.03     0.04
## 2522      Sony Computer Entertainment Europe     0.04     0.13     0.00
## 2523                                Nintendo     0.13     0.07     0.00
## 2526                                    Sega     0.10     0.03     0.06
## 2530                  Agatsuma Entertainment     0.16     0.00     0.03
## 2531                                Nintendo     0.06     0.07     0.05
## 2532            Konami Digital Entertainment     0.14     0.03     0.01
## 2535                                 Ubisoft     0.07     0.09     0.00
## 2537            Konami Digital Entertainment     0.10     0.05     0.00
## 2539                    Take-Two Interactive     0.18     0.00     0.00
## 2544            Konami Digital Entertainment     0.11     0.06     0.01
## 2545             Sony Computer Entertainment     0.17     0.00     0.00
## 2546                                  Capcom     0.10     0.04     0.01
## 2547                                    Sega     0.09     0.06     0.02
## 2553                         Electronic Arts     0.10     0.06     0.00
## 2554                               505 Games     0.00     0.16     0.00
## 2555  Warner Bros. Interactive Entertainment     0.07     0.07     0.00
## 2556                         Electronic Arts     0.10     0.06     0.00
## 2558                             Codemasters     0.02     0.12     0.00
## 2561                                  Funcom     0.07     0.08     0.00
## 2562                                 Ubisoft     0.05     0.10     0.00
## 2564                                    Sega     0.12     0.02     0.02
## 2565                    Nippon Ichi Software     0.06     0.03     0.06
## 2566                      Namco Bandai Games     0.05     0.09     0.00
## 2567                              Activision     0.12     0.02     0.00
## 2568                           Compile Heart     0.05     0.03     0.06
## 2570                         Electronic Arts     0.00     0.13     0.00
## 2573                    Nippon Ichi Software     0.04     0.02     0.08
## 2574                      Namco Bandai Games     0.08     0.02     0.04
## 2575            Konami Digital Entertainment     0.11     0.03     0.00
## 2576                            Nordic Games     0.03     0.10     0.00
## 2577                                     THQ     0.07     0.07     0.00
## 2582                                     THQ     0.11     0.02     0.00
## 2583                                 Ubisoft     0.06     0.08     0.00
## 2584                             Codemasters     0.01     0.11     0.00
## 2585                              Activision     0.12     0.01     0.00
## 2586                                EA Games     0.07     0.06     0.00
## 2589                             Deep Silver     0.05     0.08     0.00
## 2590                    Take-Two Interactive     0.10     0.03     0.00
## 2591                          Ubisoft Annecy     0.00     0.00     0.14
## 2595                                 Ubisoft     0.06     0.07     0.00
## 2601                                   Atlus     0.08     0.01     0.03
## 2602  Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 2603                                  Capcom     0.08     0.02     0.02
## 2604                    Take-Two Interactive     0.07     0.04     0.00
## 2607                                    Sega     0.07     0.04     0.00
## 2608            Konami Digital Entertainment     0.06     0.04     0.01
## 2609                            Square Enix      0.06     0.05     0.00
## 2614                                 Ubisoft     0.06     0.04     0.00
## 2615             Sony Computer Entertainment     0.05     0.05     0.00
## 2620                      Namco Bandai Games     0.05     0.05     0.00
## 2623                              Activision     0.07     0.03     0.00
## 2627                               Aqua Plus     0.05     0.00     0.05
## 2632            Konami Digital Entertainment     0.07     0.02     0.00
## 2634                              Activision     0.09     0.00     0.00
## 2638            Konami Digital Entertainment     0.06     0.03     0.00
## 2639            Konami Digital Entertainment     0.04     0.03     0.01
## 2642                                Nintendo     0.09     0.00     0.00
## 2654                              Activision     0.07     0.00     0.00
## 2655            Konami Digital Entertainment     0.00     0.07     0.00
## 2657                              Tecmo Koei     0.04     0.02     0.02
## 2660                  Focus Home Interactive     0.00     0.07     0.00
## 2663                         Electronic Arts     0.00     0.06     0.00
## 2665                                 Ubisoft     0.00     0.06     0.00
## 2670                                Mad Catz     0.07     0.00     0.00
## 2680                  Focus Home Interactive     0.00     0.06     0.00
## 2681                      Namco Bandai Games     0.03     0.03     0.00
## 2685                            Nordic Games     0.00     0.06     0.00
## 2687                              Tecmo Koei     0.03     0.01     0.02
## 2688                                   PQube     0.01     0.02     0.02
## 2689                             D3Publisher     0.00     0.00     0.06
## 2698                      Namco Bandai Games     0.03     0.02     0.00
## 2700                               505 Games     0.03     0.02     0.00
## 2703             Sony Computer Entertainment     0.00     0.04     0.00
## 2714                               505 Games     0.00     0.05     0.00
## 2728                                  Capcom     0.00     0.04     0.00
## 2732        Cloud Imperium Games Corporation     0.04     0.00     0.00
## 2734                                 Unknown     0.04     0.00     0.00
## 2744                                  Capcom     0.00     0.03     0.00
## 2750                    Nippon Ichi Software     0.00     0.00     0.04
## 2769                       Rising Star Games     0.03     0.00     0.00
## 2771                                 Ubisoft     0.01     0.01     0.00
## 2774                      Bethesda Softworks     0.00     0.02     0.00
## 2776                    Take-Two Interactive     0.00     0.02     0.00
## 2797                                  Capcom     0.02     0.01     0.00
## 2800                           Kalypso Media     0.00     0.02     0.00
## 2803                                  Capcom     0.00     0.02     0.00
## 2805                             Codemasters     0.00     0.02     0.00
## 2828                      Namco Bandai Games     0.00     0.02     0.00
## 2832                  Focus Home Interactive     0.00     0.02     0.00
## 2833                                 Ubisoft     0.02     0.00     0.00
## 2859                         Electronic Arts     0.00     0.01     0.00
## 2867                                  GungHo     0.00     0.00     0.01
## 2877                              Activision     0.01     0.00     0.00
## 2880                      Namco Bandai Games     0.01     0.00     0.00
## 2887                              Activision     9.04     4.24     0.13
## 2888                              Activision     5.54     5.73     0.49
## 2889                                Nintendo     5.03     4.02     2.69
## 2890                                Nintendo     4.89     3.00     2.14
## 2891                                 Ubisoft     5.95     3.11     0.00
## 2892                      Bethesda Softworks     5.05     2.79     0.10
## 2893                         Electronic Arts     4.46     2.11     0.06
## 2894                         Electronic Arts     2.85     2.89     0.35
## 2895             Sony Computer Entertainment     2.77     2.75     0.19
## 2897                      Bethesda Softworks     2.55     2.60     0.25
## 2898                  Microsoft Game Studios     4.05     1.59     0.07
## 2899  Warner Bros. Interactive Entertainment     2.71     1.85     0.11
## 2900  Warner Bros. Interactive Entertainment     2.99     1.27     0.04
## 2901                  Microsoft Game Studios     2.08     1.97     0.06
## 2903                                 Ubisoft     1.41     2.01     0.10
## 2904                                 Ubisoft     2.25     1.47     0.04
## 2906                                Nintendo     2.03     1.16     0.37
## 2907                      Bethesda Softworks     1.16     2.12     0.00
## 2910             Sony Computer Entertainment     1.83     1.05     0.06
## 2911                    Take-Two Interactive     1.27     1.29     0.12
## 2912                         Electronic Arts     1.58     1.01     0.00
## 2913  Warner Bros. Interactive Entertainment     1.98     0.53     0.00
## 2916                              Activision     1.35     1.13     0.00
## 2917                         Electronic Arts     0.89     1.43     0.00
## 2918             Sony Computer Entertainment     1.45     0.86     0.09
## 2919                                     THQ     1.25     1.14     0.07
## 2920                    Take-Two Interactive     1.52     0.92     0.02
## 2921                         Electronic Arts     2.42     0.11     0.00
## 2922                             Square Enix     0.78     0.73     0.89
## 2923                    Take-Two Interactive     2.31     0.14     0.01
## 2924                                     THQ     0.86     1.04     0.18
## 2925                  Microsoft Game Studios     1.44     0.70     0.04
## 2926                             Deep Silver     1.48     0.69     0.00
## 2927                  Microsoft Game Studios     1.73     0.43     0.02
## 2928                  Microsoft Game Studios     1.38     0.72     0.02
## 2929                             Deep Silver     1.08     0.73     0.15
## 2930                         Electronic Arts     1.93     0.15     0.00
## 2931            Konami Digital Entertainment     0.34     0.96     0.55
## 2932                    Take-Two Interactive     1.62     0.26     0.05
## 2933  Warner Bros. Interactive Entertainment     1.63     0.31     0.00
## 2934                          Valve Software     1.41     0.49     0.01
## 2935                  Microsoft Game Studios     1.45     0.41     0.01
## 2936                      Namco Bandai Games     0.75     0.51     0.54
## 2937                                 Ubisoft     1.47     0.39     0.00
## 2938                         Electronic Arts     0.58     1.04     0.03
## 2939             Sony Computer Entertainment     1.05     0.47     0.08
## 2941                               LucasArts     1.01     0.60     0.00
## 2942                              Activision     0.41     0.98     0.00
## 2943                                   Valve     0.83     0.60     0.02
## 2944                                Nintendo     0.58     0.21     0.79
## 2945                      Bethesda Softworks     0.82     0.60     0.03
## 2946                                    Sega     0.60     0.69     0.02
## 2947              Disney Interactive Studios     0.73     0.67     0.00
## 2949             Sony Computer Entertainment     0.53     0.66     0.13
## 2950                      Namco Bandai Games     0.42     0.65     0.33
## 2951                         Electronic Arts     0.94     0.44     0.00
## 2952                                    Sega     0.02     1.16     0.00
## 2953                      Namco Bandai Games     0.60     0.47     0.21
## 2954             Sony Computer Entertainment     0.64     0.57     0.05
## 2955                               LucasArts     0.84     0.51     0.00
## 2956                                     THQ     0.83     0.48     0.02
## 2957                         Electronic Arts     0.78     0.45     0.03
## 2958  Warner Bros. Interactive Entertainment     1.02     0.32     0.00
## 2959                                 Ubisoft     0.00     1.13     0.00
## 2960                         Electronic Arts     0.73     0.48     0.00
## 2961                                    Sega     0.71     0.53     0.00
## 2962                             Square Enix     0.76     0.47     0.02
## 2963                             Square Enix     0.50     0.59     0.07
## 2964                         Electronic Arts     0.63     0.57     0.00
## 2965                         Electronic Arts     0.71     0.49     0.02
## 2966                                  Capcom     0.81     0.28     0.11
## 2968                      Bethesda Softworks     0.47     0.58     0.06
## 2969                         Electronic Arts     0.46     0.56     0.06
## 2970                                     THQ     0.74     0.40     0.00
## 2972                      Namco Bandai Games     0.29     0.18     0.67
## 2973                                  Capcom     0.55     0.44     0.14
## 2974                             Codemasters     0.12     0.74     0.11
## 2975                                     THQ     0.53     0.45     0.02
## 2976                               LucasArts     0.52     0.46     0.00
## 2977                                 Ubisoft     0.70     0.36     0.00
## 2978                                Nintendo     0.47     0.26     0.35
## 2980                               LucasArts     0.61     0.43     0.00
## 2981                                 Ubisoft     0.53     0.36     0.09
## 2982                                 Ubisoft     0.84     0.19     0.01
## 2983                         Electronic Arts     0.72     0.29     0.01
## 2984                         Electronic Arts     0.45     0.49     0.00
## 2985                            Mastertronic     0.90     0.12     0.00
## 2989                             Codemasters     0.27     0.57     0.01
## 2990                      Bethesda Softworks     0.59     0.35     0.01
## 2991              Disney Interactive Studios     0.54     0.39     0.00
## 2992              Disney Interactive Studios     0.64     0.28     0.00
## 2993                         Electronic Arts     0.61     0.32     0.01
## 2994                                    Sega     0.44     0.47     0.01
## 2995                                 Ubisoft     0.33     0.49     0.01
## 2996                         Electronic Arts     0.94     0.00     0.00
## 2997                                Nintendo     0.48     0.06     0.41
## 2998                      Namco Bandai Games     0.64     0.27     0.00
## 2999                              Activision     0.53     0.34     0.00
## 3000                      Namco Bandai Games     0.25     0.56     0.00
## 3001                                Nintendo     0.40     0.36     0.13
## 3002                                 Ubisoft     0.24     0.52     0.01
## 3003              Disney Interactive Studios     0.36     0.43     0.00
## 3004                                Nintendo     0.48     0.27     0.13
## 3005                              Activision     0.39     0.39     0.00
## 3006                              Activision     0.87     0.00     0.00
## 3008                                Nintendo     0.23     0.42     0.18
## 3009                              Tecmo Koei     0.25     0.13     0.46
## 3010                                     THQ     0.32     0.39     0.04
## 3012             Sony Computer Entertainment     0.66     0.11     0.04
## 3014                         Electronic Arts     0.52     0.25     0.00
## 3015                             Square Enix     0.27     0.46     0.00
## 3016                             Square Enix     0.21     0.12     0.46
## 3017                                 Ubisoft     0.62     0.18     0.00
## 3018                    Take-Two Interactive     0.52     0.25     0.00
## 3019                         Electronic Arts     0.78     0.00     0.00
## 3020                      Namco Bandai Games     0.43     0.19     0.14
## 3021                         Electronic Arts     0.40     0.26     0.05
## 3022                              Activision     0.55     0.20     0.00
## 3024                        City Interactive     0.27     0.34     0.04
## 3025                         Electronic Arts     0.40     0.31     0.00
## 3026                              Activision     0.33     0.33     0.00
## 3027                                 Ubisoft     0.38     0.32     0.00
## 3029                                     THQ     0.53     0.18     0.00
## 3031                         Electronic Arts     0.30     0.37     0.03
## 3032                          Valve Software     0.33     0.32     0.00
## 3033                    Take-Two Interactive     0.33     0.31     0.00
## 3034                                Nintendo     0.26     0.19     0.27
## 3035                                 Ubisoft     0.14     0.48     0.00
## 3036                      Namco Bandai Games     0.30     0.15     0.22
## 3037                         Electronic Arts     0.16     0.45     0.00
## 3038                             Square Enix     0.36     0.29     0.02
## 3039                      Bethesda Softworks     0.29     0.32     0.01
## 3041                             Codemasters     0.11     0.50     0.01
## 3042                             Codemasters     0.23     0.40     0.01
## 3043                             Deep Silver     0.30     0.14     0.20
## 3044                         Electronic Arts     0.55     0.10     0.00
## 3045            Konami Digital Entertainment     0.42     0.22     0.00
## 3046                                 Ubisoft     0.25     0.37     0.00
## 3047                         Electronic Arts     0.28     0.32     0.00
## 3048                    Take-Two Interactive     0.17     0.39     0.00
## 3049                                 Unknown     0.44     0.16     0.00
## 3053                                Nintendo     0.30     0.13     0.18
## 3054                                 Ubisoft     0.23     0.35     0.00
## 3055                         Electronic Arts     0.23     0.33     0.00
## 3056                         Electronic Arts     0.40     0.23     0.00
## 3057                                 Ubisoft     0.33     0.20     0.00
## 3058              Disney Interactive Studios     0.29     0.27     0.00
## 3059                          Ubisoft Annecy     0.00     0.04     0.57
## 3061                         Electronic Arts     0.40     0.16     0.00
## 3062                               505 Games     0.50     0.07     0.00
## 3064              Disney Interactive Studios     0.30     0.22     0.00
## 3065                      Namco Bandai Games     0.27     0.18     0.09
## 3066                                    Sega     0.09     0.06     0.42
## 3067                                    Sega     0.19     0.31     0.00
## 3068                                 Ubisoft     0.15     0.34     0.00
## 3069                             Square Enix     0.25     0.25     0.00
## 3070             Sony Computer Entertainment     0.54     0.00     0.00
## 3071                         Electronic Arts     0.22     0.24     0.04
## 3072                         Electronic Arts     0.36     0.15     0.00
## 3073              Disney Interactive Studios     0.35     0.18     0.00
## 3074                              Activision     0.32     0.20     0.00
## 3075                    Nippon Ichi Software     0.27     0.11     0.14
## 3076            Konami Digital Entertainment     0.10     0.11     0.29
## 3077              Disney Interactive Studios     0.37     0.14     0.00
## 3078                                     THQ     0.25     0.26     0.00
## 3079                             Square Enix     0.13     0.09     0.27
## 3080             Sony Computer Entertainment     0.39     0.08     0.02
## 3081             Sony Computer Entertainment     0.15     0.11     0.25
## 3082                                 Ubisoft     0.21     0.27     0.00
## 3083                                     THQ     0.37     0.13     0.00
## 3085                      Namco Bandai Games     0.39     0.10     0.01
## 3086                                 Unknown     0.40     0.07     0.03
## 3090  Warner Bros. Interactive Entertainment     0.16     0.28     0.00
## 3091                         Electronic Arts     0.23     0.20     0.01
## 3092                                 Ubisoft     0.25     0.19     0.00
## 3093  Warner Bros. Interactive Entertainment     0.39     0.09     0.00
## 3096               Sony Online Entertainment     0.35     0.11     0.00
## 3098            Konami Digital Entertainment     0.10     0.34     0.00
## 3099                              Activision     0.25     0.20     0.00
## 3100                         Electronic Arts     0.27     0.14     0.04
## 3101                      Namco Bandai Games     0.19     0.15     0.12
## 3102                                    Sega     0.26     0.15     0.05
## 3103                    Nippon Ichi Software     0.27     0.10     0.07
## 3104                      Namco Bandai Games     0.30     0.12     0.03
## 3105                                  Capcom     0.16     0.16     0.13
## 3106                                 Ubisoft     0.27     0.16     0.02
## 3107                                Nintendo     0.31     0.09     0.05
## 3109             Sony Computer Entertainment     0.21     0.19     0.00
## 3110                                Nintendo     0.25     0.03     0.17
## 3113                                    Sega     0.28     0.13     0.01
## 3114                                 Unknown     0.26     0.10     0.06
## 3115                                     THQ     0.24     0.15     0.00
## 3119                    Take-Two Interactive     0.40     0.03     0.00
## 3120                                     THQ     0.20     0.15     0.03
## 3121  Warner Bros. Interactive Entertainment     0.21     0.16     0.01
## 3122                          Ubisoft Annecy     0.13     0.21     0.07
## 3123  Warner Bros. Interactive Entertainment     0.30     0.11     0.01
## 3124                                     THQ     0.13     0.23     0.00
## 3125                                    Sega     0.09     0.24     0.03
## 3128                                 Ubisoft     0.28     0.12     0.00
## 3130                           Tetris Online     0.20     0.13     0.06
## 3137                    Take-Two Interactive     0.15     0.22     0.00
## 3138                                     THQ     0.16     0.18     0.00
## 3139                                     THQ     0.30     0.08     0.00
## 3140                    Take-Two Interactive     0.18     0.17     0.00
## 3144                  Microsoft Game Studios     0.26     0.10     0.00
## 3146                      Namco Bandai Games     0.14     0.00     0.25
## 3147                         Electronic Arts     0.36     0.01     0.00
## 3150                                 Ubisoft     0.25     0.06     0.05
## 3152                              Tecmo Koei     0.12     0.05     0.20
## 3153                                     THQ     0.18     0.16     0.01
## 3154                             Square Enix     0.17     0.13     0.03
## 3155                              Ghostlight     0.28     0.01     0.06
## 3157                                     THQ     0.16     0.16     0.00
## 3159            Konami Digital Entertainment     0.11     0.13     0.11
## 3163                      Bethesda Softworks     0.14     0.18     0.00
## 3164                             Square Enix     0.21     0.12     0.01
## 3166                         Electronic Arts     0.09     0.21     0.00
## 3171                         Electronic Arts     0.20     0.11     0.00
## 3173                              Activision     0.11     0.18     0.00
## 3174                                     THQ     0.23     0.08     0.00
## 3175                                     THQ     0.18     0.14     0.00
## 3177                      Namco Bandai Games     0.09     0.07     0.15
## 3178                                 Ubisoft     0.22     0.09     0.00
## 3181                         Electronic Arts     0.19     0.11     0.00
## 3182                       Rising Star Games     0.23     0.06     0.01
## 3185                         Electronic Arts     0.17     0.13     0.00
## 3187                                Nintendo     0.17     0.13     0.00
## 3190                         Electronic Arts     0.13     0.15     0.00
## 3192                                 Ubisoft     0.20     0.10     0.00
## 3193                                  Capcom     0.11     0.08     0.10
## 3194                         Electronic Arts     0.14     0.13     0.00
## 3195                             Codemasters     0.06     0.14     0.07
## 3200                  Microsoft Game Studios     0.10     0.17     0.00
## 3201              Disney Interactive Studios     0.15     0.11     0.00
## 3202                               505 Games     0.00     0.24     0.00
## 3204                             Deep Silver     0.20     0.06     0.03
## 3206                             Square Enix     0.08     0.15     0.06
## 3207                              Ghostlight     0.16     0.01     0.12
## 3209                                Nintendo     0.11     0.10     0.08
## 3210            Home Entertainment Suppliers     0.09     0.19     0.00
## 3211                              Activision     0.29     0.00     0.00
## 3212                       Rising Star Games     0.17     0.06     0.04
## 3213                                 Ubisoft     0.14     0.07     0.07
## 3215                                 Ubisoft     0.18     0.09     0.00
## 3218             Sony Computer Entertainment     0.14     0.12     0.00
## 3220                                  Capcom     0.17     0.08     0.00
## 3222                                 Ubisoft     0.12     0.12     0.00
## 3224                           Wargaming.net     0.00     0.23     0.00
## 3226                             Codemasters     0.10     0.14     0.01
## 3227                              Activision     0.13     0.12     0.00
## 3228                  Ignition Entertainment     0.11     0.06     0.08
## 3230             Sony Computer Entertainment     0.13     0.11     0.00
## 3231                               505 Games     0.03     0.21     0.00
## 3234             Sony Computer Entertainment     0.05     0.03     0.17
## 3236                         Electronic Arts     0.11     0.12     0.01
## 3237                                  Capcom     0.17     0.08     0.00
## 3238                              Activision     0.25     0.00     0.00
## 3240                         Electronic Arts     0.11     0.09     0.04
## 3241                           Kalypso Media     0.10     0.13     0.00
## 3244                                 Ubisoft     0.14     0.10     0.00
## 3245                                 Ubisoft     0.14     0.10     0.00
## 3246                                 Ubisoft     0.06     0.15     0.00
## 3248                              Tecmo Koei     0.04     0.04     0.16
## 3253                               LucasArts     0.10     0.13     0.00
## 3255                      Bethesda Softworks     0.12     0.08     0.02
## 3257                              Activision     0.18     0.05     0.00
## 3259                    Take-Two Interactive     0.08     0.13     0.00
## 3262                      Namco Bandai Games     0.10     0.06     0.08
## 3264                              Tecmo Koei     0.05     0.06     0.11
## 3266                                     THQ     0.11     0.10     0.00
## 3267                              Tecmo Koei     0.16     0.06     0.00
## 3269                                 Ubisoft     0.07     0.13     0.00
## 3270                                    Sega     0.16     0.06     0.00
## 3271                              Activision     0.14     0.07     0.00
## 3273                              Activision     0.18     0.04     0.00
## 3277               Sony Online Entertainment     0.16     0.06     0.00
## 3280                                    Sega     0.11     0.09     0.01
## 3283             Sony Computer Entertainment     0.13     0.06     0.00
## 3285                                     THQ     0.15     0.06     0.00
## 3287                   Marvelous Interactive     0.14     0.00     0.07
## 3292                              Activision     0.21     0.00     0.00
## 3293                              Activision     0.13     0.07     0.00
## 3294                                    Sega     0.14     0.07     0.00
## 3295                                 Ubisoft     0.09     0.10     0.00
## 3297                                 Ubisoft     0.13     0.06     0.00
## 3299                             Deep Silver     0.12     0.07     0.00
## 3300                      Bethesda Softworks     0.13     0.06     0.00
## 3307            Konami Digital Entertainment     0.08     0.08     0.03
## 3310                                     THQ     0.11     0.07     0.00
## 3312                                     THQ     0.19     0.00     0.00
## 3313                                     THQ     0.19     0.00     0.00
## 3314            Konami Digital Entertainment     0.16     0.03     0.00
## 3316                                     THQ     0.09     0.09     0.00
## 3318                    Take-Two Interactive     0.15     0.03     0.00
## 3321                                 Unknown     0.09     0.09     0.00
## 3323                             D3Publisher     0.06     0.04     0.08
## 3326                            PopCap Games     0.18     0.00     0.00
## 3328                                   PQube     0.04     0.04     0.10
## 3330                    Nippon Ichi Software     0.00     0.03     0.16
## 3331                                     THQ     0.08     0.08     0.00
## 3334                                    Sega     0.10     0.06     0.00
## 3337                         Electronic Arts     0.09     0.09     0.00
## 3339                                     THQ     0.13     0.05     0.00
## 3341                                     THQ     0.10     0.07     0.00
## 3346                             Codemasters     0.00     0.15     0.00
## 3349                             D3Publisher     0.10     0.04     0.03
## 3350                              Tecmo Koei     0.06     0.04     0.07
## 3351  Warner Bros. Interactive Entertainment     0.05     0.11     0.00
## 3352                         Electronic Arts     0.07     0.09     0.00
## 3353                         Electronic Arts     0.10     0.06     0.01
## 3357                                 Unknown     0.17     0.00     0.00
## 3358                                 Ubisoft     0.05     0.10     0.00
## 3362                                     THQ     0.12     0.04     0.00
## 3365                                     THQ     0.11     0.06     0.00
## 3366                      Bethesda Softworks     0.06     0.09     0.00
## 3368                                     THQ     0.16     0.00     0.00
## 3371                             Square Enix     0.07     0.07     0.00
## 3374                      Namco Bandai Games     0.03     0.07     0.05
## 3376                             Square Enix     0.08     0.08     0.00
## 3379             Sony Computer Entertainment     0.08     0.06     0.00
## 3380                                    Sega     0.11     0.05     0.00
## 3382                                  Capcom     0.04     0.10     0.00
## 3385                       DTP Entertainment     0.07     0.06     0.01
## 3386  Warner Bros. Interactive Entertainment     0.09     0.05     0.00
## 3387             Sony Computer Entertainment     0.15     0.00     0.00
## 3389                                 Ubisoft     0.06     0.09     0.00
## 3390                                     N/A     0.06     0.10     0.00
## 3391                             Codemasters     0.07     0.08     0.00
## 3392            Konami Digital Entertainment     0.07     0.05     0.03
## 3393                                    Sega     0.09     0.05     0.00
## 3395                  Ignition Entertainment     0.07     0.05     0.03
## 3397                          Ubisoft Annecy     0.09     0.03     0.03
## 3403                    Take-Two Interactive     0.09     0.05     0.00
## 3404                         Electronic Arts     0.07     0.07     0.00
## 3408                                 Ubisoft     0.07     0.07     0.00
## 3410  Warner Bros. Interactive Entertainment     0.04     0.08     0.00
## 3412                                 Ubisoft     0.05     0.09     0.00
## 3413                             Codemasters     0.00     0.13     0.00
## 3415                                     THQ     0.10     0.04     0.00
## 3419                                    Sega     0.10     0.04     0.00
## 3425                       DTP Entertainment     0.08     0.05     0.00
## 3429                      Namco Bandai Games     0.09     0.04     0.00
## 3430                                 Unknown     0.00     0.00     0.15
## 3431                                 Unknown     0.00     0.13     0.00
## 3434                    Nippon Ichi Software     0.09     0.03     0.01
## 3435                                    Sega     0.09     0.04     0.00
## 3438                                    Sega     0.07     0.05     0.00
## 3439                    Take-Two Interactive     0.04     0.08     0.00
## 3444                                    Sega     0.05     0.08     0.00
## 3448                                 Ubisoft     0.10     0.02     0.00
## 3451                       Rising Star Games     0.09     0.04     0.00
## 3454                    Tripwire Interactive     0.04     0.07     0.00
## 3456                               505 Games     0.10     0.02     0.00
## 3462                        Black Bean Games     0.08     0.05     0.00
## 3468                             Codemasters     0.03     0.07     0.01
## 3471                                   PQube     0.03     0.02     0.07
## 3472  Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 3474                         Electronic Arts     0.06     0.06     0.00
## 3477  Warner Bros. Interactive Entertainment     0.07     0.04     0.00
## 3492             Sony Computer Entertainment     0.11     0.00     0.00
## 3493                               505 Games     0.09     0.02     0.00
## 3494                                    Sega     0.08     0.03     0.00
## 3495                      Namco Bandai Games     0.07     0.03     0.00
## 3497                                 Ubisoft     0.07     0.04     0.00
## 3498                               505 Games     0.07     0.03     0.00
## 3499                                    Sega     0.07     0.04     0.00
## 3510                         Electronic Arts     0.00     0.10     0.00
## 3512                              Activision     0.08     0.03     0.00
## 3520                         Electronic Arts     0.07     0.03     0.00
## 3521                                 Ubisoft     0.08     0.03     0.00
## 3528                                     THQ     0.08     0.02     0.00
## 3529                                 Ubisoft     0.05     0.05     0.00
## 3530                             Deep Silver     0.07     0.03     0.00
## 3535                            Funbox Media     0.08     0.02     0.00
## 3539                             Codemasters     0.05     0.05     0.00
## 3544                             Codemasters     0.07     0.03     0.00
## 3545                               505 Games     0.09     0.01     0.00
## 3547                                   PQube     0.03     0.05     0.02
## 3548                                    Sega     0.02     0.07     0.00
## 3551                                   PQube     0.05     0.01     0.04
## 3559                                 Ubisoft     0.10     0.00     0.00
## 3561                           Kalypso Media     0.06     0.04     0.00
## 3577                     Crave Entertainment     0.09     0.00     0.00
## 3579                              Activision     0.07     0.02     0.00
## 3587                                    Sega     0.06     0.03     0.00
## 3588                                 Ubisoft     0.05     0.04     0.00
## 3594                             Deep Silver     0.07     0.02     0.00
## 3595                                     THQ     0.05     0.03     0.00
## 3597                                  Capcom     0.00     0.04     0.04
## 3598                             Square Enix     0.07     0.02     0.00
## 3601                           Kalypso Media     0.07     0.02     0.00
## 3602                             Deep Silver     0.05     0.03     0.00
## 3606                             Square Enix     0.04     0.04     0.00
## 3610            Konami Digital Entertainment     0.08     0.00     0.00
## 3611                                 Ubisoft     0.05     0.04     0.00
## 3614                                 Ubisoft     0.04     0.03     0.00
## 3616                             Deep Silver     0.06     0.02     0.00
## 3622                                 Sunsoft     0.07     0.00     0.02
## 3623                                   PQube     0.00     0.00     0.09
## 3629                              Activision     0.06     0.02     0.00
## 3630                                     THQ     0.05     0.02     0.00
## 3631                       Rising Star Games     0.06     0.02     0.00
## 3633                                     THQ     0.07     0.01     0.00
## 3635                       DTP Entertainment     0.02     0.05     0.00
## 3637                   Majesco Entertainment     0.08     0.00     0.00
## 3638                                    Sega     0.05     0.02     0.00
## 3647                      Namco Bandai Games     0.04     0.03     0.00
## 3652                               505 Games     0.05     0.02     0.00
## 3655                    Take-Two Interactive     0.06     0.01     0.00
## 3659                                     THQ     0.00     0.06     0.00
## 3663                      Namco Bandai Games     0.05     0.03     0.00
## 3665                           Kalypso Media     0.06     0.01     0.00
## 3678            Konami Digital Entertainment     0.07     0.00     0.00
## 3694                             Codemasters     0.01     0.04     0.00
## 3704                                  Capcom     0.00     0.03     0.04
## 3705                               505 Games     0.06     0.00     0.00
## 3709                           Evolved Games     0.06     0.00     0.00
## 3710                  Focus Home Interactive     0.01     0.05     0.00
## 3715                   Majesco Entertainment     0.06     0.00     0.00
## 3721                                   FuRyu     0.00     0.00     0.06
## 3726                  Microsoft Game Studios     0.01     0.04     0.00
## 3732                  Focus Home Interactive     0.00     0.05     0.00
## 3737                                  Capcom     0.04     0.02     0.00
## 3747                              Activision     0.05     0.01     0.00
## 3758                           Kalypso Media     0.00     0.04     0.00
## 3762                                 Ubisoft     0.00     0.04     0.00
## 3763                              1C Company     0.01     0.03     0.00
## 3766                      Bethesda Softworks     0.03     0.01     0.00
## 3767                     Paradox Interactive     0.00     0.04     0.00
## 3769                          Telltale Games     0.05     0.00     0.00
## 3789                         Electronic Arts     0.00     0.03     0.00
## 3803                                     5pb     0.00     0.00     0.04
## 3820                                    Sega     0.00     0.03     0.00
## 3821                                   FuRyu     0.00     0.00     0.04
## 3824                                 Unknown     0.00     0.03     0.00
## 3831                             Deep Silver     0.02     0.01     0.00
## 3837                                 Unknown     0.00     0.03     0.00
## 3838                     Iceberg Interactive     0.02     0.01     0.00
## 3840                  Focus Home Interactive     0.00     0.03     0.00
## 3847                       DTP Entertainment     0.00     0.03     0.00
## 3853                     Paradox Interactive     0.00     0.03     0.00
## 3872                                 Unknown     0.00     0.02     0.00
## 3879              Disney Interactive Studios     0.03     0.00     0.00
## 3896                     Paradox Interactive     0.00     0.02     0.00
## 3898                       bitComposer Games     0.00     0.02     0.00
## 3931                                 Unknown     0.02     0.00     0.00
## 3954                                 Ubisoft     0.02     0.00     0.00
## 3957                                     THQ     0.01     0.01     0.00
## 3974                           Kalypso Media     0.00     0.01     0.00
## 3977                                   Visco     0.02     0.00     0.00
## 3991                     Paradox Interactive     0.00     0.01     0.00
## 4021                               Destineer     0.01     0.00     0.00
## 4022                                 Unknown     0.00     0.01     0.00
## 4023                  Microsoft Game Studios    15.00     4.89     0.24
## 4025                              Activision     9.70     3.68     0.11
## 4026                              Activision     5.99     4.37     0.48
## 4027             Sony Computer Entertainment     2.96     4.82     0.81
## 4028                  Microsoft Game Studios     7.04     1.95     0.08
## 4029                                 Ubisoft     5.80     2.85     0.01
## 4030                                Nintendo     1.75     3.47     2.49
## 4031                                Nintendo     3.56     2.35     0.98
## 4033                    Take-Two Interactive     2.79     2.53     0.17
## 4034                                Nintendo     3.17     1.79     1.03
## 4035                    Take-Two Interactive     3.70     1.95     0.09
## 4036                  Microsoft Game Studios     3.92     1.73     0.03
## 4037                  Microsoft Game Studios     3.59     1.08     0.05
## 4038                         Electronic Arts     0.61     3.28     0.06
## 4040                              Activision     2.57     1.68     0.00
## 4041             Sony Computer Entertainment     2.74     1.33     0.12
## 4042                                 Ubisoft     2.64     1.33     0.01
## 4043                      Bethesda Softworks     2.66     1.03     0.04
## 4044             Sony Computer Entertainment     2.13     1.12     0.10
## 4045                         Electronic Arts     0.71     2.39     0.02
## 4046                                 Ubisoft     2.85     0.38     0.03
## 4047                         Electronic Arts     2.10     1.01     0.04
## 4048                               MTV Games     2.15     0.76     0.01
## 4049                      Bethesda Softworks     1.52     1.03     0.10
## 4050                         Electronic Arts     1.99     0.81     0.03
## 4051             Sony Computer Entertainment     1.29     1.21     0.06
## 4052              Disney Interactive Studios     2.04     0.63     0.12
## 4053                         Electronic Arts     1.33     1.10     0.08
## 4054                                 Ubisoft     1.87     0.55     0.11
## 4055                         Electronic Arts     1.28     1.04     0.07
## 4056                         Electronic Arts     1.05     1.23     0.03
## 4057                         Electronic Arts     2.38     0.12     0.00
## 4058                                Nintendo     1.63     0.51     0.35
## 4059                         Electronic Arts     1.47     0.93     0.00
## 4060                         Electronic Arts     1.56     0.80     0.04
## 4062                                Nintendo     0.26     1.65     0.33
## 4063  Warner Bros. Interactive Entertainment     1.28     0.93     0.00
## 4065            Konami Digital Entertainment     0.29     1.17     0.54
## 4066                         Electronic Arts     2.04     0.15     0.00
## 4067                               505 Games     1.74     0.45     0.00
## 4068  Warner Bros. Interactive Entertainment     1.07     0.99     0.00
## 4069                         Electronic Arts     1.27     0.81     0.00
## 4071                         Electronic Arts     1.03     0.96     0.00
## 4072                    Take-Two Interactive     1.45     0.54     0.02
## 4073                             Square Enix     1.28     0.67     0.01
## 4074                    Take-Two Interactive     1.84     0.12     0.01
## 4075                              Activision     1.77     0.32     0.00
## 4076                                Nintendo     0.88     0.44     0.63
## 4077            Konami Digital Entertainment     0.46     0.41     0.96
## 4079                             Square Enix     0.63     0.41     0.75
## 4083                         Electronic Arts     0.79     0.88     0.00
## 4084                         Electronic Arts     0.73     0.89     0.02
## 4086                                    Sega     0.92     0.73     0.00
## 4087                    Take-Two Interactive     1.41     0.20     0.03
## 4088                             Square Enix     0.45     0.92     0.06
## 4089                                Nintendo     0.20     0.14     1.35
## 4090                         Electronic Arts     0.59     0.87     0.00
## 4091                                    Sega     0.92     0.60     0.01
## 4092                    Take-Two Interactive     0.98     0.52     0.00
## 4093                  Microsoft Game Studios     1.02     0.46     0.00
## 4094                             Square Enix     0.59     0.83     0.02
## 4095  Warner Bros. Interactive Entertainment     0.95     0.46     0.00
## 4096                    Take-Two Interactive     0.85     0.55     0.00
## 4097                    Take-Two Interactive     0.85     0.46     0.02
## 4099                               LucasArts     0.80     0.49     0.00
## 4100                                  Capcom     0.75     0.52     0.09
## 4101                    Take-Two Interactive     0.50     0.69     0.04
## 4102  Warner Bros. Interactive Entertainment     1.06     0.29     0.00
## 4104                               LucasArts     0.95     0.37     0.00
## 4105                  Microsoft Game Studios     0.92     0.39     0.00
## 4106                             Square Enix     0.09     0.07     1.24
## 4107                                     THQ     0.80     0.40     0.02
## 4110                              Activision     0.80     0.45     0.00
## 4111                                  Capcom     0.43     0.56     0.15
## 4112                                Nintendo     0.85     0.27     0.13
## 4113                             Codemasters     0.25     0.75     0.08
## 4114                  Microsoft Game Studios     0.66     0.50     0.05
## 4115                                     THQ     0.90     0.31     0.00
## 4116                                 Ubisoft     0.79     0.41     0.00
## 4118  Warner Bros. Interactive Entertainment     0.55     0.55     0.00
## 4119                                Nintendo     0.50     0.16     0.58
## 4120                                    Sega     0.69     0.47     0.01
## 4121                         Electronic Arts     0.76     0.39     0.00
## 4122                                    Sega     0.00     1.01     0.00
## 4123                         Electronic Arts     0.30     0.64     0.07
## 4124                      Namco Bandai Games     0.42     0.46     0.15
## 4125                         Electronic Arts     0.13     0.69     0.01
## 4126                      Bethesda Softworks     0.59     0.45     0.00
## 4127                        City Interactive     0.54     0.50     0.00
## 4129             Sony Computer Entertainment     0.50     0.40     0.06
## 4130                  Microsoft Game Studios     0.63     0.36     0.02
## 4131            Konami Digital Entertainment     0.50     0.35     0.10
## 4132                                    Sega     0.74     0.25     0.00
## 4133                                     THQ     0.44     0.46     0.01
## 4134                         Electronic Arts     0.64     0.28     0.04
## 4136                         Electronic Arts     0.26     0.69     0.00
## 4138                                    Sega     0.55     0.40     0.00
## 4139                                     THQ     0.67     0.28     0.01
## 4140                                    Sega     0.41     0.46     0.00
## 4143                                 Ubisoft     0.25     0.65     0.00
## 4144             Sony Computer Entertainment     0.41     0.35     0.03
## 4145                      Namco Bandai Games     0.28     0.18     0.45
## 4148                              Activision     0.47     0.40     0.00
## 4149                         Electronic Arts     0.62     0.24     0.00
## 4151                                  Capcom     0.29     0.33     0.20
## 4153                             Square Enix     0.53     0.09     0.27
## 4155                         Electronic Arts     0.86     0.00     0.00
## 4156                         Electronic Arts     0.63     0.20     0.02
## 4157                         Electronic Arts     0.52     0.27     0.00
## 4159                                Nintendo     0.43     0.25     0.16
## 4161                             Codemasters     0.18     0.59     0.01
## 4162                               MTV Games     0.73     0.09     0.00
## 4163                                     THQ     0.44     0.35     0.00
## 4164                              Activision     0.47     0.31     0.00
## 4166                         Electronic Arts     0.32     0.42     0.02
## 4168                         Electronic Arts     0.79     0.00     0.00
## 4169                         Electronic Arts     0.44     0.27     0.01
## 4170                         Electronic Arts     0.37     0.33     0.00
## 4171                              Activision     0.64     0.12     0.00
## 4173                              Activision     0.33     0.34     0.00
## 4174                      Namco Bandai Games     0.42     0.18     0.11
## 4176            Konami Digital Entertainment     0.05     0.30     0.29
## 4178                      Namco Bandai Games     0.43     0.27     0.01
## 4179                                Nintendo     0.51     0.09     0.13
## 4184                               LucasArts     0.52     0.18     0.00
## 4186                              Activision     0.47     0.19     0.00
## 4187                                 Ubisoft     0.21     0.46     0.00
## 4188                                    Sega     0.20     0.21     0.24
## 4190                         Electronic Arts     0.61     0.07     0.00
## 4191                         Electronic Arts     0.23     0.42     0.00
## 4193                             Square Enix     0.28     0.15     0.22
## 4194             Sony Computer Entertainment     0.66     0.00     0.00
## 4195                              Activision     0.22     0.36     0.02
## 4196                         Electronic Arts     0.19     0.53     0.00
## 4199                              Activision     0.18     0.36     0.02
## 4200                                 Ubisoft     0.38     0.25     0.00
## 4201                                 Ubisoft     0.19     0.36     0.01
## 4202             Sony Computer Entertainment     0.52     0.08     0.01
## 4204                                Nintendo     0.31     0.00     0.34
## 4205                         Electronic Arts     0.38     0.22     0.00
## 4208            Konami Digital Entertainment     0.42     0.17     0.01
## 4209                                    Sega     0.02     0.53     0.00
## 4210                      Namco Bandai Games     0.03     0.00     0.62
## 4211                          Ubisoft Annecy     0.06     0.03     0.55
## 4217                                  Capcom     0.17     0.04     0.40
## 4218                      Namco Bandai Games     0.49     0.09     0.01
## 4220                               MTV Games     0.53     0.06     0.00
## 4221             Sony Computer Entertainment     0.23     0.09     0.27
## 4222                                 Ubisoft     0.35     0.20     0.01
## 4223                                 Ubisoft     0.30     0.26     0.00
## 4224                              Activision     0.48     0.09     0.00
## 4226                             Square Enix     0.17     0.18     0.20
## 4227                                    Sega     0.21     0.21     0.11
## 4228            Konami Digital Entertainment     0.09     0.44     0.00
## 4229                      Namco Bandai Games     0.47     0.08     0.01
## 4232                                 Ubisoft     0.31     0.23     0.00
## 4233              Disney Interactive Studios     0.32     0.23     0.00
## 4236                         Electronic Arts     0.40     0.12     0.00
## 4237            Konami Digital Entertainment     0.13     0.22     0.01
## 4239                              Activision     0.25     0.27     0.00
## 4241             Sony Computer Entertainment     0.29     0.21     0.00
## 4242  Warner Bros. Interactive Entertainment     0.36     0.17     0.00
## 4243                              Activision     0.50     0.04     0.00
## 4248                               MTV Games     0.43     0.08     0.00
## 4249                                Nintendo     0.33     0.16     0.02
## 4250                                 Natsume     0.25     0.05     0.22
## 4251                      Namco Bandai Games     0.24     0.22     0.01
## 4252                                 Ubisoft     0.01     0.45     0.00
## 4256                      Namco Bandai Games     0.30     0.19     0.00
## 4257                              Tecmo Koei     0.11     0.04     0.36
## 4259                         Electronic Arts     0.23     0.25     0.00
## 4260                                     THQ     0.22     0.23     0.03
## 4261                         Electronic Arts     0.22     0.27     0.00
## 4262                      Namco Bandai Games     0.18     0.20     0.07
## 4263                                    Sega     0.12     0.15     0.18
## 4264                                  Capcom     0.30     0.15     0.03
## 4265                             Square Enix     0.15     0.07     0.27
## 4267             Sony Computer Entertainment     0.11     0.26     0.02
## 4270                         Electronic Arts     0.28     0.19     0.00
## 4271             Sony Computer Entertainment     0.09     0.31     0.00
## 4272                             Square Enix     0.13     0.07     0.27
## 4273                    Take-Two Interactive     0.47     0.00     0.00
## 4274              Disney Interactive Studios     0.25     0.21     0.00
## 4276                                 Ubisoft     0.18     0.22     0.02
## 4284                         Electronic Arts     0.20     0.23     0.00
## 4287                              Activision     0.20     0.23     0.00
## 4290                                Nintendo     0.37     0.01     0.07
## 4291                         Electronic Arts     0.09     0.22     0.03
## 4292                         Electronic Arts     0.00     0.29     0.00
## 4293                         Electronic Arts     0.17     0.23     0.00
## 4297                         Electronic Arts     0.21     0.20     0.00
## 4299              Disney Interactive Studios     0.42     0.00     0.00
## 4301             Sony Computer Entertainment     0.17     0.13     0.06
## 4302                              Activision     0.26     0.12     0.00
## 4305                               505 Games     0.18     0.18     0.00
## 4306                              Tecmo Koei     0.22     0.09     0.07
## 4307                                  Capcom     0.21     0.06     0.13
## 4309                                    Sega     0.19     0.17     0.00
## 4311                    Nippon Ichi Software     0.12     0.06     0.21
## 4312                         Electronic Arts     0.23     0.15     0.01
## 4313                              Activision     0.23     0.15     0.00
## 4316                                    Sega     0.19     0.16     0.03
## 4317              Disney Interactive Studios     0.27     0.09     0.00
## 4321                                 Ubisoft     0.21     0.12     0.03
## 4322                                    Sega     0.00     0.27     0.00
## 4323                               MTV Games     0.19     0.15     0.00
## 4327                               MTV Games     0.24     0.13     0.00
## 4328                         Electronic Arts     0.19     0.18     0.00
## 4329                                   PQube     0.21     0.07     0.09
## 4330                               505 Games     0.21     0.15     0.00
## 4331                         Electronic Arts     0.36     0.02     0.00
## 4333                    Take-Two Interactive     0.17     0.17     0.00
## 4334                       Rising Star Games     0.20     0.11     0.04
## 4335                         Electronic Arts     0.01     0.32     0.00
## 4336                         Electronic Arts     0.13     0.20     0.00
## 4337                         Electronic Arts     0.22     0.12     0.00
## 4338                         Electronic Arts     0.27     0.09     0.00
## 4339                                    Sega     0.23     0.12     0.00
## 4341                                    Sega     0.14     0.18     0.00
## 4342                         Electronic Arts     0.16     0.17     0.00
## 4343                         Electronic Arts     0.18     0.16     0.00
## 4345                                  Capcom     0.17     0.07     0.12
## 4346                        Black Bean Games     0.15     0.16     0.00
## 4353                         Electronic Arts     0.12     0.20     0.00
## 4354                         Electronic Arts     0.16     0.14     0.01
## 4355                                 Ubisoft     0.09     0.18     0.01
## 4356                               MTV Games     0.22     0.11     0.00
## 4357                                 Ubisoft     0.24     0.09     0.01
## 4360                              Activision     0.24     0.08     0.00
## 4362                                  Capcom     0.18     0.12     0.00
## 4363                         Electronic Arts     0.23     0.09     0.00
## 4365                             Square Enix     0.23     0.09     0.00
## 4366                                 Ubisoft     0.11     0.17     0.00
## 4370             Sony Computer Entertainment     0.13     0.15     0.01
## 4372                              Activision     0.26     0.04     0.00
## 4373                                    Sega     0.12     0.13     0.06
## 4377                             Hudson Soft     0.27     0.04     0.00
## 4380                                    Sega     0.15     0.15     0.00
## 4381            Konami Digital Entertainment     0.25     0.04     0.00
## 4384                         Electronic Arts     0.12     0.13     0.00
## 4387                             Square Enix     0.07     0.04     0.17
## 4388                                   PQube     0.23     0.04     0.02
## 4389                                   Atlus     0.12     0.00     0.19
## 4390                   Marvelous Interactive     0.18     0.01     0.10
## 4391                                 Ubisoft     0.00     0.27     0.00
## 4392                                  Capcom     0.19     0.09     0.00
## 4393                      Namco Bandai Games     0.09     0.15     0.01
## 4395                                  Capcom     0.17     0.01     0.11
## 4397              Disney Interactive Studios     0.24     0.05     0.00
## 4399            Konami Digital Entertainment     0.09     0.13     0.01
## 4402                                   Atlus     0.19     0.00     0.09
## 4403  Warner Bros. Interactive Entertainment     0.23     0.04     0.00
## 4405            Konami Digital Entertainment     0.25     0.02     0.00
## 4406                         Electronic Arts     0.16     0.10     0.00
## 4409                      Namco Bandai Games     0.10     0.16     0.00
## 4410                             Square Enix     0.09     0.06     0.11
## 4411                             Square Enix     0.13     0.10     0.04
## 4413                      Namco Bandai Games     0.06     0.05     0.15
## 4416                                  Capcom     0.06     0.01     0.20
## 4417                      Namco Bandai Games     0.09     0.13     0.01
## 4423                      Namco Bandai Games     0.10     0.12     0.02
## 4424                              Activision     0.18     0.06     0.00
## 4427                         Electronic Arts     0.16     0.09     0.00
## 4429                                    Sega     0.15     0.09     0.00
## 4433                              Activision     0.14     0.10     0.00
## 4435                    Take-Two Interactive     0.23     0.02     0.00
## 4437                                 Ubisoft     0.04     0.19     0.00
## 4443                                 Ubisoft     0.12     0.11     0.00
## 4447                            PopCap Games     0.24     0.00     0.00
## 4450                                Nintendo     0.25     0.00     0.00
## 4452                       Rising Star Games     0.18     0.06     0.00
## 4455                      Namco Bandai Games     0.11     0.03     0.09
## 4456                              Activision     0.17     0.06     0.00
## 4460                                 Ubisoft     0.00     0.21     0.00
## 4462                             Deep Silver     0.05     0.15     0.00
## 4464                                 Ubisoft     0.21     0.02     0.00
## 4467             Sony Computer Entertainment     0.07     0.12     0.00
## 4469                                 Ubisoft     0.13     0.09     0.00
## 4472                              Activision     0.22     0.01     0.00
## 4474                                     THQ     0.00     0.19     0.00
## 4475                              Activision     0.12     0.09     0.00
## 4477                                 Ubisoft     0.06     0.13     0.00
## 4479                              Tecmo Koei     0.08     0.01     0.13
## 4481                                 Ubisoft     0.10     0.11     0.00
## 4483  Warner Bros. Interactive Entertainment     0.17     0.05     0.00
## 4488                  Focus Home Interactive     0.09     0.11     0.00
## 4497            Konami Digital Entertainment     0.07     0.10     0.03
## 4499                                  Capcom     0.05     0.13     0.00
## 4505             Sony Computer Entertainment     0.07     0.00     0.13
## 4506                               LucasArts     0.17     0.03     0.00
## 4509                        Black Bean Games     0.05     0.12     0.00
## 4512                                     THQ     0.11     0.06     0.00
## 4515                             Deep Silver     0.07     0.11     0.00
## 4516                                     THQ     0.12     0.07     0.00
## 4518             Sony Computer Entertainment     0.19     0.00     0.00
## 4519                      Namco Bandai Games     0.11     0.08     0.00
## 4522             Sony Computer Entertainment     0.06     0.09     0.01
## 4523                           Kalypso Media     0.11     0.07     0.00
## 4524                      Namco Bandai Games     0.10     0.08     0.00
## 4526                             Square Enix     0.10     0.07     0.02
## 4527                              Activision     0.11     0.06     0.00
## 4532                                Nintendo     0.08     0.04     0.07
## 4534            Konami Digital Entertainment     0.10     0.04     0.04
## 4535                                    Sega     0.00     0.17     0.00
## 4536            Konami Digital Entertainment     0.15     0.02     0.02
## 4539                              Activision     0.16     0.02     0.00
## 4541                             Square Enix     0.00     0.15     0.00
## 4542                              Tecmo Koei     0.05     0.09     0.02
## 4544                      Namco Bandai Games     0.14     0.03     0.00
## 4547                    Take-Two Interactive     0.18     0.00     0.00
## 4548                              Activision     0.17     0.01     0.00
## 4549                         Electronic Arts     0.12     0.03     0.01
## 4556                                 Ubisoft     0.11     0.05     0.00
## 4558                    Take-Two Interactive     0.17     0.00     0.00
## 4559                      JoWood Productions     0.09     0.08     0.00
## 4560                        Black Bean Games     0.10     0.07     0.00
## 4566                                 Ubisoft     0.11     0.05     0.00
## 4569                                     THQ     0.13     0.04     0.00
## 4572                                     THQ     0.17     0.00     0.00
## 4573                             D3Publisher     0.10     0.06     0.00
## 4574                                 Ubisoft     0.08     0.08     0.00
## 4575                         Electronic Arts     0.00     0.14     0.00
## 4577                      Namco Bandai Games     0.14     0.03     0.00
## 4582                              Activision     0.12     0.03     0.00
## 4583                              Tecmo Koei     0.11     0.03     0.02
## 4584                          Ubisoft Annecy     0.07     0.02     0.07
## 4593  Warner Bros. Interactive Entertainment     0.10     0.04     0.00
## 4595                                  Capcom     0.07     0.09     0.00
## 4599                                 Ubisoft     0.11     0.04     0.00
## 4605                               505 Games     0.08     0.07     0.00
## 4608                      Namco Bandai Games     0.08     0.06     0.00
## 4610                              Activision     0.12     0.03     0.00
## 4612                         Electronic Arts     0.11     0.03     0.00
## 4619                                 Ubisoft     0.10     0.05     0.00
## 4624                        City Interactive     0.00     0.13     0.00
## 4625                          Ubisoft Annecy     0.07     0.02     0.06
## 4626                             Square Enix     0.11     0.00     0.03
## 4638                                     THQ     0.12     0.02     0.00
## 4639                                 Ubisoft     0.14     0.01     0.00
## 4641                                     THQ     0.07     0.06     0.00
## 4642                                     THQ     0.07     0.05     0.00
## 4644             Sony Computer Entertainment     0.13     0.00     0.00
## 4646                      Falcom Corporation     0.09     0.00     0.04
## 4650                           Compile Heart     0.09     0.00     0.04
## 4660                                 Unknown     0.13     0.00     0.00
## 4664                          Ubisoft Annecy     0.06     0.03     0.03
## 4667                              Activision     0.11     0.02     0.00
## 4668                                  Capcom     0.10     0.02     0.00
## 4669                         Electronic Arts     0.10     0.03     0.00
## 4680                  Focus Home Interactive     0.11     0.02     0.00
## 4689                       DTP Entertainment     0.09     0.03     0.00
## 4699                      Namco Bandai Games     0.04     0.02     0.05
## 4705                             Square Enix     0.00     0.10     0.00
## 4706                                   PQube     0.05     0.01     0.05
## 4710                                 Ubisoft     0.10     0.01     0.00
## 4711             Sony Computer Entertainment     0.11     0.00     0.00
## 4713                                     THQ     0.07     0.04     0.00
## 4718                       DTP Entertainment     0.07     0.03     0.00
## 4725             Sony Computer Entertainment     0.08     0.02     0.00
## 4728                                 Unknown     0.11     0.00     0.00
## 4731                             Deep Silver     0.08     0.02     0.00
## 4733            Konami Digital Entertainment     0.09     0.00     0.01
## 4737                             Deep Silver     0.00     0.10     0.00
## 4739                             D3Publisher     0.10     0.00     0.00
## 4743                              Activision     0.09     0.01     0.00
## 4747              Disney Interactive Studios     0.08     0.02     0.00
## 4749                         SouthPeak Games     0.09     0.01     0.00
## 4750                                   PQube     0.07     0.01     0.03
## 4753                                 O-Games     0.09     0.01     0.00
## 4754                                     THQ     0.07     0.03     0.00
## 4762                              Activision     0.10     0.00     0.00
## 4764                              Activision     0.10     0.00     0.00
## 4766                                 Ubisoft     0.00     0.08     0.00
## 4768            Konami Digital Entertainment     0.10     0.00     0.00
## 4770                             Ackkstudios     0.05     0.04     0.00
## 4784                         Electronic Arts     0.08     0.02     0.00
## 4786                             Deep Silver     0.08     0.02     0.00
## 4795                         Electronic Arts     0.09     0.00     0.00
## 4804                      JoWood Productions     0.04     0.04     0.01
## 4818                    Nippon Ichi Software     0.07     0.00     0.01
## 4820                    Nippon Ichi Software     0.06     0.00     0.03
## 4822                    Nippon Ichi Software     0.06     0.01     0.01
## 4824                              Tecmo Koei     0.06     0.02     0.00
## 4831                                   Atlus     0.06     0.00     0.02
## 4833                               MTV Games     0.07     0.01     0.00
## 4834                   Majesco Entertainment     0.08     0.00     0.00
## 4843                            PopCap Games     0.02     0.05     0.00
## 4875  Warner Bros. Interactive Entertainment     0.06     0.01     0.00
## 4876                              Activision     0.07     0.00     0.00
## 4880                             Deep Silver     0.02     0.04     0.00
## 4908              Disney Interactive Studios     0.06     0.00     0.00
## 4914                                    Sega     0.04     0.02     0.00
## 4924                              Activision     0.01     0.04     0.00
## 4930                         Electronic Arts     0.04     0.01     0.00
## 4942                       Rising Star Games     0.04     0.02     0.00
## 4952                             Codemasters     0.00     0.05     0.00
## 4959                             Square Enix     0.05     0.00     0.00
## 4967            Konami Digital Entertainment     0.05     0.00     0.00
## 4968                                 Ubisoft     0.00     0.04     0.00
## 4972                         SouthPeak Games     0.05     0.00     0.00
## 4976                               505 Games     0.05     0.00     0.00
## 4983                       Rising Star Games     0.04     0.00     0.00
## 4992                            Mastertronic     0.00     0.04     0.00
## 4995                         Team17 Software     0.00     0.04     0.00
## 4997                     Paradox Interactive     0.00     0.04     0.00
## 4999                Conspiracy Entertainment     0.04     0.00     0.00
## 5011                   Majesco Entertainment     0.04     0.00     0.00
## 5013              Disney Interactive Studios     0.00     0.04     0.00
## 5016                        Flashpoint Games     0.04     0.00     0.00
## 5025                           Kalypso Media     0.03     0.00     0.00
## 5029                                 Ubisoft     0.00     0.03     0.00
## 5053                                    Sega     0.00     0.03     0.00
## 5058                             Just Flight     0.00     0.03     0.00
## 5059                                 Ubisoft     0.00     0.03     0.00
## 5064                            Idea Factory     0.03     0.00     0.00
## 5087                               LucasArts     0.03     0.00     0.00
## 5096                     Paradox Interactive     0.00     0.02     0.00
## 5105  Warner Bros. Interactive Entertainment     0.02     0.01     0.00
## 5111                                  Funcom     0.00     0.02     0.00
## 5116                       DTP Entertainment     0.00     0.02     0.00
## 5118                                  Capcom     0.00     0.02     0.00
## 5136                  Focus Home Interactive     0.00     0.02     0.00
## 5138                                   Atari     0.00     0.02     0.00
## 5176                                     THQ     0.01     0.00     0.00
## 5187                              Activision     0.02     0.00     0.00
## 5192                  Focus Home Interactive     0.00     0.01     0.00
## 5210                           Kalypso Media     0.00     0.01     0.00
## 5212                                  Capcom     0.00     0.01     0.00
## 5273             Sony Computer Entertainment     0.00     0.00     0.01
## 5278                                Nintendo    15.61    10.93     3.28
## 5279                                Nintendo    14.44     6.94     4.70
## 5280                                Nintendo     9.01     8.49     2.53
## 5281                              Activision     8.52     3.59     0.08
## 5283                              Activision     4.99     3.64     0.38
## 5284                         Electronic Arts     0.99     6.42     0.00
## 5285                                 Ubisoft     3.48     2.99     0.00
## 5286             Sony Computer Entertainment     3.27     2.20     0.21
## 5287                  Microsoft Game Studios     4.34     1.34     0.06
## 5288                                Nintendo     0.63     0.67     4.35
## 5289                                 Ubisoft     2.54     1.93     0.21
## 5290                  Microsoft Game Studios     2.99     1.90     0.10
## 5291                             Square Enix     1.74     1.21     1.87
## 5292                                 Ubisoft     3.11     1.55     0.08
## 5293                                  Capcom     1.96     1.41     1.08
## 5295                       Eidos Interactive     2.24     1.31     0.07
## 5296                                  Capcom     2.03     1.04     0.58
## 5297                         Electronic Arts     2.67     0.87     0.05
## 5298                         Electronic Arts     2.09     1.35     0.06
## 5301                         Electronic Arts     0.60     2.45     0.05
## 5302                                  Capcom     2.11     0.93     0.12
## 5303                       Eidos Interactive     2.20     0.95     0.02
## 5305                    Take-Two Interactive     2.40     0.71     0.03
## 5306                                Nintendo     1.40     0.91     0.74
## 5308             Sony Computer Entertainment     1.40     1.06     0.08
## 5309                                  Capcom     1.82     0.70     0.15
## 5310             Sony Computer Entertainment     1.76     0.68     0.12
## 5311                         Electronic Arts     2.52     0.09     0.00
## 5312                      Namco Bandai Games     1.20     0.97     0.17
## 5313                                Nintendo     0.28     1.39     0.68
## 5314                         Electronic Arts     0.69     1.40     0.04
## 5315                  Microsoft Game Studios     1.54     0.80     0.04
## 5316                         Electronic Arts     0.59     1.79     0.01
## 5317             Sony Computer Entertainment     1.70     0.44     0.06
## 5319                         Electronic Arts     1.76     0.55     0.03
## 5320             Sony Computer Entertainment     0.64     1.22     0.01
## 5321                         Electronic Arts     2.03     0.13     0.00
## 5322            Konami Digital Entertainment     0.30     1.27     0.46
## 5323                                    Sega     1.34     0.60     0.00
## 5325                                Nintendo     0.65     0.40     1.05
## 5326  Warner Bros. Interactive Entertainment     1.67     0.30     0.02
## 5327                                 Ubisoft     1.49     0.46     0.00
## 5328                    Take-Two Interactive     1.20     0.60     0.00
## 5329                                     THQ     1.48     0.39     0.00
## 5331                             Square Enix     1.06     0.26     0.53
## 5332                         Electronic Arts     0.73     0.96     0.01
## 5333              Disney Interactive Studios     1.04     0.66     0.00
## 5335              Disney Interactive Studios     1.32     0.37     0.00
## 5336                      Namco Bandai Games     0.97     0.33     0.35
## 5337                                     THQ     1.07     0.44     0.01
## 5338                               MTV Games     1.17     0.39     0.00
## 5343                         Electronic Arts     0.96     0.42     0.08
## 5345                                Nintendo     0.57     0.43     0.44
## 5346                              Activision     0.92     0.48     0.00
## 5347                         Electronic Arts     0.92     0.40     0.00
## 5351                                    Sega     0.85     0.43     0.00
## 5352                         Electronic Arts     0.95     0.33     0.00
## 5353                              Activision     0.90     0.38     0.00
## 5355                              Activision     1.26     0.02     0.00
## 5356                         Electronic Arts     0.70     0.52     0.00
## 5357                               505 Games     0.79     0.42     0.01
## 5358                    Take-Two Interactive     0.58     0.56     0.05
## 5359                              Activision     0.84     0.35     0.00
## 5360                               MTV Games     0.97     0.23     0.00
## 5361                      Namco Bandai Games     0.71     0.41     0.05
## 5362                               Zoo Games     1.20     0.00     0.00
## 5363  Warner Bros. Interactive Entertainment     0.77     0.37     0.00
## 5364                              Activision     0.65     0.40     0.00
## 5365                                 Ubisoft     0.43     0.47     0.05
## 5366                                    Sega     0.44     0.39     0.21
## 5368                                Nintendo     0.53     0.16     0.42
## 5369                                     THQ     0.48     0.48     0.01
## 5370                         Electronic Arts     0.15     0.67     0.01
## 5372                              Activision     0.65     0.37     0.00
## 5373                                 Ubisoft     0.25     0.74     0.00
## 5374                              Activision     0.28     0.30     0.00
## 5375                                    Sega     0.21     0.20     0.62
## 5376                               MTV Games     0.67     0.29     0.00
## 5377                              Activision     0.53     0.39     0.00
## 5378                                    Sega     0.64     0.34     0.01
## 5379                         Electronic Arts     0.82     0.17     0.01
## 5380                                    Sega     0.01     0.97     0.00
## 5383                         Electronic Arts     0.60     0.36     0.00
## 5385                    Take-Two Interactive     0.28     0.49     0.03
## 5386                              Activision     0.56     0.39     0.00
## 5387                                  Capcom     0.46     0.31     0.20
## 5388                                     THQ     0.56     0.37     0.01
## 5389                         Electronic Arts     0.61     0.32     0.00
## 5390             Sony Computer Entertainment     0.16     0.57     0.00
## 5391                              Activision     0.62     0.31     0.00
## 5393                         Electronic Arts     0.93     0.00     0.00
## 5394                             Codemasters     0.27     0.52     0.00
## 5395             Sony Computer Entertainment     0.35     0.52     0.04
## 5397                         Electronic Arts     0.23     0.64     0.00
## 5399                    Take-Two Interactive     0.88     0.02     0.00
## 5400                         Electronic Arts     0.62     0.26     0.00
## 5401                              Activision     0.59     0.29     0.00
## 5403                         Electronic Arts     0.87     0.00     0.00
## 5404                         Electronic Arts     0.54     0.27     0.00
## 5405                              Activision     0.69     0.17     0.00
## 5406                              Activision     0.40     0.43     0.00
## 5407                                    Sega     0.51     0.25     0.09
## 5408                             Codemasters     0.36     0.45     0.02
## 5411                             Codemasters     0.23     0.46     0.05
## 5412                              Activision     0.68     0.15     0.00
## 5414                                     THQ     0.52     0.25     0.00
## 5415                              Activision     0.42     0.34     0.00
## 5416             Sony Computer Entertainment     0.27     0.35     0.05
## 5417                              Activision     0.47     0.29     0.00
## 5418                              Activision     0.01     0.79     0.00
## 5419                                 Ubisoft     0.35     0.37     0.01
## 5420                             Codemasters     0.15     0.62     0.00
## 5421                                    Sega     0.08     0.11     0.62
## 5422                                     THQ     0.48     0.29     0.01
## 5424                                   Atari     0.59     0.20     0.00
## 5425                                Nintendo     0.46     0.21     0.12
## 5426                          Ubisoft Annecy     0.52     0.16     0.08
## 5427                                    Sega     0.44     0.30     0.02
## 5428             Sony Computer Entertainment     0.34     0.36     0.00
## 5429                    Take-Two Interactive     0.75     0.01     0.01
## 5430                         Electronic Arts     0.46     0.25     0.01
## 5431                         Electronic Arts     0.45     0.30     0.00
## 5433            Konami Digital Entertainment     0.12     0.58     0.03
## 5434                         Electronic Arts     0.75     0.00     0.00
## 5435                             Codemasters     0.32     0.39     0.00
## 5437            Konami Digital Entertainment     0.09     0.33     0.20
## 5438                              Activision     0.52     0.20     0.00
## 5439                               LucasArts     0.43     0.29     0.00
## 5440                         Electronic Arts     0.47     0.23     0.01
## 5441                              Activision     0.51     0.21     0.00
## 5442                             Square Enix     0.32     0.20     0.21
## 5443             Sony Computer Entertainment     0.17     0.50     0.00
## 5444                         Electronic Arts     0.42     0.25     0.00
## 5445                                    Sega     0.45     0.23     0.02
## 5448                      Namco Bandai Games     0.37     0.19     0.11
## 5449                               LucasArts     0.38     0.23     0.00
## 5450                              Activision     0.45     0.23     0.00
## 5451                         Electronic Arts     0.28     0.39     0.00
## 5452                                     THQ     0.28     0.39     0.00
## 5455                         Electronic Arts     0.38     0.25     0.00
## 5456                              Activision     0.41     0.23     0.00
## 5457                         Electronic Arts     0.41     0.21     0.01
## 5458                         Electronic Arts     0.16     0.37     0.01
## 5459                                     THQ     0.33     0.27     0.02
## 5461                              Activision     0.49     0.15     0.00
## 5462                                     THQ     0.49     0.17     0.00
## 5464                              Activision     0.36     0.29     0.00
## 5465                         Electronic Arts     0.62     0.04     0.00
## 5466             Sony Computer Entertainment     0.66     0.00     0.00
## 5467                                     THQ     0.52     0.14     0.00
## 5470                                  Capcom     0.23     0.14     0.30
## 5472  Warner Bros. Interactive Entertainment     0.41     0.22     0.00
## 5475                               505 Games     0.34     0.25     0.00
## 5477                              Activision     0.59     0.03     0.00
## 5479                         Electronic Arts     0.51     0.10     0.00
## 5481                         Electronic Arts     0.39     0.20     0.00
## 5483                                     THQ     0.44     0.14     0.00
## 5484                              Rondomedia     0.56     0.04     0.00
## 5487                         Electronic Arts     0.37     0.20     0.00
## 5488                              Activision     0.25     0.27     0.00
## 5489                              Ghostlight     0.18     0.06     0.34
## 5491                                   Atari     0.43     0.14     0.00
## 5494                              Activision     0.28     0.24     0.00
## 5496                         Electronic Arts     0.20     0.34     0.00
## 5497                      Bethesda Softworks     0.22     0.27     0.01
## 5498                                Nintendo     0.42     0.05     0.00
## 5499             Sony Computer Entertainment     0.18     0.27     0.00
## 5501                              Activision     0.46     0.10     0.00
## 5502                             Deep Silver     0.22     0.22     0.08
## 5503                                   Spike     0.56     0.00     0.00
## 5504                         Electronic Arts     0.25     0.29     0.00
## 5506             Sony Computer Entertainment     0.13     0.18     0.00
## 5507                                 Ubisoft     0.30     0.24     0.00
## 5508                       Rising Star Games     0.32     0.12     0.11
## 5511                              Activision     0.38     0.14     0.00
## 5512                                Nintendo     0.17     0.18     0.20
## 5514                              Activision     0.31     0.21     0.00
## 5515                                 Ubisoft     0.31     0.19     0.02
## 5517                             Square Enix     0.22     0.10     0.23
## 5519                         Electronic Arts     0.02     0.18     0.00
## 5520                                   PQube     0.36     0.10     0.06
## 5521                         Electronic Arts     0.38     0.12     0.00
## 5523                                    Sega     0.28     0.23     0.00
## 5525                         SouthPeak Games     0.36     0.11     0.03
## 5526                                     THQ     0.22     0.28     0.00
## 5527  Warner Bros. Interactive Entertainment     0.40     0.11     0.00
## 5528                                 Ubisoft     0.21     0.22     0.05
## 5530                              Activision     0.28     0.22     0.00
## 5531                  Microsoft Game Studios     0.15     0.34     0.00
## 5532                                     THQ     0.30     0.16     0.00
## 5533                         Electronic Arts     0.46     0.02     0.01
## 5534                             Deep Silver     0.29     0.16     0.04
## 5539                                     THQ     0.35     0.13     0.00
## 5540  Warner Bros. Interactive Entertainment     0.13     0.28     0.01
## 5541  Warner Bros. Interactive Entertainment     0.32     0.15     0.00
## 5542                             Codemasters     0.08     0.29     0.00
## 5543                         Electronic Arts     0.26     0.20     0.00
## 5545                               505 Games     0.23     0.23     0.00
## 5547            Konami Digital Entertainment     0.12     0.27     0.06
## 5548                                Nintendo     0.44     0.03     0.00
## 5549                         Electronic Arts     0.00     0.46     0.00
## 5550                      Namco Bandai Games     0.12     0.20     0.07
## 5551                      Namco Bandai Games     0.36     0.08     0.02
## 5552                         Electronic Arts     0.26     0.20     0.00
## 5556                                Nintendo     0.28     0.03     0.16
## 5558                               LucasArts     0.42     0.03     0.00
## 5561                               MTV Games     0.24     0.14     0.00
## 5563                         Electronic Arts     0.20     0.21     0.00
## 5568                         Electronic Arts     0.19     0.23     0.00
## 5569  Warner Bros. Interactive Entertainment     0.19     0.20     0.01
## 5570                                     THQ     0.00     0.45     0.00
## 5572                         Electronic Arts     0.32     0.10     0.01
## 5573            Konami Digital Entertainment     0.22     0.19     0.01
## 5575                             Square Enix     0.12     0.06     0.27
## 5576             Sony Computer Entertainment     0.22     0.17     0.00
## 5578                         Electronic Arts     0.33     0.09     0.00
## 5582                          Ubisoft Annecy     0.03     0.02     0.38
## 5585  Warner Bros. Interactive Entertainment     0.32     0.09     0.00
## 5586                         Electronic Arts     0.40     0.02     0.00
## 5590            Konami Digital Entertainment     0.26     0.14     0.00
## 5591              Disney Interactive Studios     0.19     0.20     0.00
## 5592                                Nintendo     0.09     0.02     0.32
## 5593                             D3Publisher     0.25     0.14     0.00
## 5594                      Namco Bandai Games     0.41     0.00     0.00
## 5600                              Activision     0.20     0.19     0.00
## 5601                               LucasArts     0.19     0.18     0.00
## 5602                                   Atari     0.15     0.04     0.00
## 5610                         Electronic Arts     0.39     0.00     0.00
## 5611                              Activision     0.23     0.15     0.00
## 5613  Warner Bros. Interactive Entertainment     0.24     0.12     0.00
## 5615                                     THQ     0.36     0.02     0.00
## 5624                      Namco Bandai Games     0.26     0.04     0.06
## 5625                                 Ubisoft     0.27     0.09     0.00
## 5626                       Rising Star Games     0.26     0.03     0.10
## 5637                         Electronic Arts     0.35     0.02     0.00
## 5638                                   Atari     0.24     0.12     0.00
## 5639                  Focus Home Interactive     0.06     0.30     0.00
## 5642                                     THQ     0.20     0.15     0.00
## 5644                             Square Enix     0.21     0.07     0.08
## 5646                               LucasArts     0.18     0.17     0.00
## 5651                                 Ubisoft     0.00     0.32     0.00
## 5653                                    Sega     0.09     0.22     0.00
## 5654                         Electronic Arts     0.21     0.13     0.00
## 5655                      Namco Bandai Games     0.13     0.04     0.19
## 5659                         Electronic Arts     0.12     0.21     0.00
## 5661                              Activision     0.13     0.20     0.00
## 5662                             Codemasters     0.10     0.22     0.00
## 5664                                    Sega     0.12     0.21     0.00
## 5665                             Codemasters     0.11     0.22     0.00
## 5666  Warner Bros. Interactive Entertainment     0.17     0.15     0.00
## 5667                       Eidos Interactive     0.16     0.16     0.00
## 5668                       Rising Star Games     0.16     0.12     0.06
## 5670                          Valve Software     0.00     0.32     0.00
## 5672            Konami Digital Entertainment     0.13     0.17     0.00
## 5673                      Namco Bandai Games     0.12     0.02     0.21
## 5674                                  Capcom     0.12     0.17     0.01
## 5675                                   PQube     0.21     0.08     0.04
## 5676                                     THQ     0.30     0.03     0.00
## 5680                                    Sega     0.00     0.26     0.00
## 5682                              Activision     0.20     0.11     0.00
## 5683                    Take-Two Interactive     0.32     0.01     0.00
## 5684                                 Ubisoft     0.33     0.00     0.00
## 5686  Warner Bros. Interactive Entertainment     0.13     0.18     0.00
## 5690                       Eidos Interactive     0.14     0.15     0.00
## 5691                       Eidos Interactive     0.16     0.15     0.00
## 5692             Sony Computer Entertainment     0.07     0.03     0.00
## 5693                              Tecmo Koei     0.14     0.03     0.15
## 5696                         Electronic Arts     0.31     0.00     0.00
## 5699                  Microsoft Game Studios     0.14     0.14     0.02
## 5701                                    Sega     0.12     0.18     0.00
## 5702             Sony Computer Entertainment     0.16     0.13     0.00
## 5705                         Electronic Arts     0.15     0.12     0.00
## 5709                       Eidos Interactive     0.17     0.11     0.01
## 5711                              Activision     0.25     0.05     0.00
## 5712                             Codemasters     0.15     0.14     0.00
## 5713                       Eidos Interactive     0.00     0.28     0.00
## 5716             Sony Computer Entertainment     0.09     0.15     0.00
## 5721                              Activision     0.10     0.02     0.00
## 5722                      Namco Bandai Games     0.15     0.03     0.10
## 5724                             Codemasters     0.11     0.15     0.00
## 5725                         Electronic Arts     0.17     0.11     0.00
## 5729                             Codemasters     0.09     0.18     0.00
## 5731                         Electronic Arts     0.14     0.13     0.00
## 5735                              Activision     0.21     0.05     0.00
## 5737                               Banpresto     0.13     0.07     0.07
## 5741                                 Ubisoft     0.24     0.03     0.00
## 5742                              Activision     0.16     0.10     0.00
## 5744                       Eidos Interactive     0.12     0.14     0.00
## 5746                                     THQ     0.20     0.07     0.00
## 5747                       Rising Star Games     0.14     0.10     0.02
## 5748                              Tecmo Koei     0.11     0.07     0.07
## 5751  Warner Bros. Interactive Entertainment     0.14     0.10     0.01
## 5752                                   Atari     0.16     0.10     0.00
## 5754                    Take-Two Interactive     0.26     0.01     0.00
## 5756                                  Capcom     0.15     0.07     0.05
## 5757                       Rising Star Games     0.15     0.06     0.05
## 5758            Konami Digital Entertainment     0.13     0.12     0.00
## 5760                                 Ubisoft     0.15     0.11     0.00
## 5761                              Activision     0.13     0.12     0.00
## 5762                                  Capcom     0.12     0.12     0.01
## 5763                         Electronic Arts     0.12     0.11     0.00
## 5765                              Activision     0.11     0.01     0.00
## 5766                                   Atlus     0.13     0.00     0.14
## 5767                              Activision     0.11     0.14     0.00
## 5768                              Activision     0.14     0.09     0.00
## 5776                         SouthPeak Games     0.15     0.09     0.00
## 5777                                   Atlus     0.13     0.00     0.12
## 5781                    Take-Two Interactive     0.24     0.00     0.00
## 5782             Sony Computer Entertainment     0.24     0.00     0.00
## 5790                                Nintendo     0.24     0.00     0.00
## 5796                             Square Enix     0.13     0.06     0.05
## 5799                                     THQ     0.15     0.06     0.00
## 5803                              Activision     0.11     0.09     0.00
## 5809                              Activision     0.16     0.07     0.00
## 5810                              Activision     0.19     0.04     0.00
## 5811                    Nippon Ichi Software     0.10     0.01     0.12
## 5812                           Vivendi Games     0.12     0.09     0.00
## 5816                             Codemasters     0.08     0.11     0.00
## 5817                         Electronic Arts     0.21     0.00     0.01
## 5818                                  GungHo     0.19     0.00     0.03
## 5821                              Activision     0.20     0.02     0.00
## 5823                              Tecmo Koei     0.16     0.01     0.04
## 5824                         Electronic Arts     0.17     0.05     0.00
## 5828                                   Atari     0.16     0.05     0.00
## 5829                                 Ubisoft     0.11     0.10     0.00
## 5830                       DTP Entertainment     0.18     0.04     0.00
## 5831                              Activision     0.19     0.03     0.00
## 5833              Disney Interactive Studios     0.21     0.01     0.00
## 5840                              Tecmo Koei     0.13     0.06     0.02
## 5846                      Falcom Corporation     0.14     0.00     0.08
## 5850              Disney Interactive Studios     0.13     0.06     0.00
## 5853                     Crave Entertainment     0.20     0.00     0.00
## 5854                              Activision     0.11     0.01     0.00
## 5855                                   Atlus     0.08     0.00     0.13
## 5856                             D3Publisher     0.11     0.09     0.00
## 5858                           Kalypso Media     0.15     0.02     0.03
## 5859                                     THQ     0.08     0.12     0.00
## 5865              Disney Interactive Studios     0.14     0.05     0.00
## 5867                    Take-Two Interactive     0.19     0.01     0.00
## 5868                                     THQ     0.12     0.07     0.00
## 5871                                XS Games     0.20     0.00     0.00
## 5872                             Deep Silver     0.09     0.10     0.00
## 5873                   Majesco Entertainment     0.18     0.01     0.00
## 5874                         Electronic Arts     0.11     0.07     0.00
## 5875                              Gamebridge     0.12     0.05     0.02
## 5878                             Zushi Games     0.18     0.01     0.00
## 5885                                    Sega     0.17     0.01     0.00
## 5888                      Namco Bandai Games     0.12     0.03     0.03
## 5889                                    Sega     0.06     0.05     0.07
## 5890                              Activision     0.16     0.03     0.00
## 5896                                   Atari     0.12     0.05     0.00
## 5898                              Activision     0.15     0.03     0.00
## 5906              Disney Interactive Studios     0.16     0.02     0.00
## 5908                         Electronic Arts     0.18     0.00     0.00
## 5909                              Activision     0.13     0.03     0.00
## 5910                             Square Enix     0.17     0.01     0.00
## 5911                                 Ubisoft     0.12     0.06     0.00
## 5912                   Marvelous Interactive     0.12     0.00     0.06
## 5914                                     THQ     0.10     0.06     0.01
## 5919                             Deep Silver     0.07     0.11     0.00
## 5924                              Activision     0.13     0.03     0.00
## 5928                      Namco Bandai Games     0.17     0.00     0.00
## 5935                                   Atari     0.16     0.01     0.00
## 5936                                  Capcom     0.05     0.11     0.00
## 5939                       Rising Star Games     0.08     0.01     0.07
## 5942                    Take-Two Interactive     0.01     0.14     0.00
## 5943                    Nippon Ichi Software     0.07     0.05     0.03
## 5946                               505 Games     0.11     0.01     0.05
## 5948                       DTP Entertainment     0.14     0.02     0.01
## 5950                                   Spike     0.16     0.00     0.00
## 5952                                   Atari     0.06     0.09     0.00
## 5954                                    Sega     0.13     0.02     0.00
## 5961                              Activision     0.12     0.03     0.00
## 5962                  Playlogic Game Factory     0.14     0.02     0.00
## 5965                  Playlogic Game Factory     0.11     0.03     0.00
## 5966              Disney Interactive Studios     0.11     0.05     0.00
## 5973                  Focus Home Interactive     0.13     0.02     0.00
## 5974                             Codemasters     0.14     0.01     0.00
## 5977            Konami Digital Entertainment     0.09     0.05     0.00
## 5978                  Ignition Entertainment     0.11     0.01     0.03
## 5982                                 Ubisoft     0.12     0.02     0.00
## 5988                  Focus Home Interactive     0.11     0.03     0.00
## 5990                              Activision     0.14     0.00     0.00
## 5992                                    Sega     0.11     0.03     0.00
## 5993                                     THQ     0.14     0.01     0.00
## 5998                    Take-Two Interactive     0.13     0.01     0.00
## 6000                             D3Publisher     0.14     0.00     0.00
## 6001                      Namco Bandai Games     0.14     0.00     0.00
## 6015                    Take-Two Interactive     0.11     0.02     0.00
## 6018                         Electronic Arts     0.11     0.00     0.00
## 6022                       Rising Star Games     0.07     0.02     0.05
## 6024                                   Atlus     0.07     0.00     0.06
## 6027                             Takara Tomy     0.09     0.00     0.04
## 6030                               505 Games     0.00     0.12     0.00
## 6032                         SouthPeak Games     0.10     0.02     0.02
## 6033                             Deep Silver     0.00     0.11     0.00
## 6036                                 Ubisoft     0.10     0.02     0.00
## 6037                       Rising Star Games     0.10     0.01     0.01
## 6040                         Electronic Arts     0.11     0.01     0.00
## 6043                      Bethesda Softworks     0.11     0.01     0.00
## 6047                  Zoo Digital Publishing     0.12     0.00     0.00
## 6048                         SouthPeak Games     0.07     0.03     0.02
## 6049                    Nippon Ichi Software     0.12     0.00     0.01
## 6051                    Take-Two Interactive     0.12     0.00     0.00
## 6062                             D3Publisher     0.09     0.02     0.00
## 6063                              Activision     0.12     0.00     0.00
## 6065                                 Ubisoft     0.12     0.00     0.00
## 6067                             D3Publisher     0.10     0.01     0.00
## 6070                              Activision     0.09     0.02     0.00
## 6072                             Deep Silver     0.08     0.02     0.00
## 6073                          Ubisoft Annecy     0.05     0.00     0.06
## 6076                                    Gust     0.08     0.00     0.03
## 6079                     Crave Entertainment     0.11     0.00     0.00
## 6080                                 Ubisoft     0.09     0.02     0.00
## 6084                            PopCap Games     0.11     0.00     0.00
## 6090                                 Ubisoft     0.03     0.02     0.05
## 6092                    Nippon Ichi Software     0.08     0.00     0.03
## 6094                  Ignition Entertainment     0.09     0.00     0.01
## 6097                             D3Publisher     0.06     0.04     0.00
## 6099  Warner Bros. Interactive Entertainment     0.10     0.00     0.00
## 6102                                 Ubisoft     0.10     0.00     0.00
## 6103                             D3Publisher     0.05     0.04     0.00
## 6106            Konami Digital Entertainment     0.06     0.04     0.00
## 6107                   Majesco Entertainment     0.07     0.03     0.00
## 6108                                  Capcom     0.09     0.01     0.00
## 6116                             D3Publisher     0.10     0.00     0.00
## 6122  Warner Bros. Interactive Entertainment     0.09     0.01     0.00
## 6123                              PM Studios     0.09     0.00     0.00
## 6124                                 Ubisoft     0.07     0.03     0.00
## 6125                      Bethesda Softworks     0.09     0.01     0.00
## 6132                         HMH Interactive     0.00     0.08     0.00
## 6137                         Electronic Arts     0.09     0.01     0.00
## 6139                                 Ubisoft     0.09     0.01     0.00
## 6144                       Rising Star Games     0.07     0.01     0.01
## 6147            Konami Digital Entertainment     0.09     0.00     0.00
## 6154                             Deep Silver     0.00     0.08     0.00
## 6156                      JoWood Productions     0.08     0.01     0.00
## 6162                               505 Games     0.09     0.00     0.00
## 6163                             Codemasters     0.06     0.03     0.00
## 6168                      Namco Bandai Games     0.09     0.00     0.00
## 6170                       Rising Star Games     0.08     0.00     0.00
## 6172                      Namco Bandai Games     0.06     0.00     0.03
## 6174            Konami Digital Entertainment     0.09     0.00     0.00
## 6180                             Phantom EFX     0.09     0.00     0.00
## 6182                            Idea Factory     0.08     0.00     0.00
## 6184                         Electronic Arts     0.00     0.08     0.00
## 6186                           Evolved Games     0.08     0.01     0.00
## 6187                    Take-Two Interactive     0.06     0.02     0.00
## 6192                                   Aspyr     0.08     0.00     0.00
## 6195            Konami Digital Entertainment     0.08     0.00     0.00
## 6196                                  GungHo     0.07     0.00     0.01
## 6198            Konami Digital Entertainment     0.08     0.00     0.00
## 6202                             Codemasters     0.07     0.01     0.00
## 6212                  Playlogic Game Factory     0.05     0.03     0.00
## 6213                         Electronic Arts     0.08     0.00     0.00
## 6216                       Eidos Interactive     0.05     0.03     0.00
## 6218                                 Ubisoft     0.07     0.00     0.00
## 6226                   Majesco Entertainment     0.07     0.00     0.00
## 6234                    Take-Two Interactive     0.06     0.01     0.00
## 6237                       Eidos Interactive     0.04     0.03     0.00
## 6240            Konami Digital Entertainment     0.07     0.00     0.00
## 6245             Sony Computer Entertainment     0.07     0.00     0.00
## 6250                       Rising Star Games     0.07     0.01     0.00
## 6253                           From Software     0.00     0.00     0.08
## 6257                    Take-Two Interactive     0.07     0.00     0.00
## 6262                                 Ubisoft     0.05     0.02     0.00
## 6270                  Playlogic Game Factory     0.06     0.01     0.00
## 6275                      JoWood Productions     0.00     0.06     0.00
## 6276                      Reef Entertainment     0.06     0.00     0.00
## 6278  Warner Bros. Interactive Entertainment     0.02     0.05     0.00
## 6281                       DTP Entertainment     0.01     0.05     0.00
## 6282                             Codemasters     0.07     0.00     0.00
## 6284                     Paradox Interactive     0.02     0.04     0.00
## 6291                              Tecmo Koei     0.05     0.00     0.02
## 6293                      Bethesda Softworks     0.01     0.05     0.00
## 6298                    Take-Two Interactive     0.06     0.00     0.00
## 6301                             Codemasters     0.06     0.01     0.00
## 6303                                    Sega     0.00     0.06     0.00
## 6309                                  Capcom     0.01     0.04     0.00
## 6312             Sony Computer Entertainment     0.00     0.05     0.00
## 6317                               505 Games     0.06     0.00     0.00
## 6332                         SouthPeak Games     0.05     0.00     0.00
## 6334                      Namco Bandai Games     0.00     0.05     0.00
## 6340                         Electronic Arts     0.00     0.05     0.00
## 6341                         SouthPeak Games     0.05     0.01     0.00
## 6354                         Electronic Arts     0.00     0.05     0.00
## 6355                         Electronic Arts     0.00     0.05     0.00
## 6358                             D3Publisher     0.05     0.00     0.00
## 6364                                Graffiti     0.05     0.00     0.00
## 6370                  Playlogic Game Factory     0.05     0.00     0.00
## 6377                       DTP Entertainment     0.00     0.04     0.00
## 6378                             Codemasters     0.02     0.03     0.00
## 6388                            PopCap Games     0.00     0.04     0.00
## 6392                             Codemasters     0.00     0.04     0.00
## 6393                              Activision     0.02     0.03     0.00
## 6397                                 Mastiff     0.04     0.00     0.00
## 6399                         Electronic Arts     0.00     0.04     0.00
## 6403                  Playlogic Game Factory     0.04     0.00     0.00
## 6404                              Activision     0.01     0.03     0.00
## 6411                           Kalypso Media     0.00     0.04     0.00
## 6416                  Focus Home Interactive     0.00     0.04     0.00
## 6418                                 Ubisoft     0.00     0.03     0.00
## 6431                  Focus Home Interactive     0.02     0.02     0.00
## 6432                                     THQ     0.00     0.03     0.00
## 6440                         DHM Interactive     0.03     0.00     0.00
## 6451                      Namco Bandai Games     0.02     0.02     0.00
## 6458                                Graffiti     0.03     0.00     0.00
## 6464                                     THQ     0.00     0.03     0.00
## 6470                             Deep Silver     0.00     0.03     0.00
## 6480                         SouthPeak Games     0.02     0.01     0.00
## 6481                        Black Bean Games     0.00     0.02     0.00
## 6487                                 Ubisoft     0.00     0.03     0.00
## 6488                                     THQ     0.00     0.03     0.00
## 6490                       bitComposer Games     0.00     0.03     0.00
## 6492                             Codemasters     0.00     0.03     0.00
## 6498                               505 Games     0.01     0.02     0.00
## 6503                                   PQube     0.01     0.02     0.00
## 6510                                   Atari     0.00     0.02     0.00
## 6511                         Electronic Arts     0.00     0.03     0.00
## 6519                             Number None     0.00     0.02     0.00
## 6524                              Activision     0.01     0.01     0.00
## 6528             Sony Computer Entertainment     0.00     0.00     0.03
## 6537                               LucasArts     0.00     0.02     0.00
## 6550                       Eidos Interactive     0.00     0.02     0.00
## 6555                         Electronic Arts     0.00     0.02     0.00
## 6556             Sony Computer Entertainment     0.00     0.02     0.00
## 6561                DreamCatcher Interactive     0.02     0.00     0.00
## 6562                                   Atari     0.00     0.02     0.00
## 6567                           Kalypso Media     0.00     0.02     0.00
## 6568                      Falcom Corporation     0.00     0.00     0.02
## 6572                                 Ubisoft     0.00     0.02     0.00
## 6575                                 Ubisoft     0.00     0.02     0.00
## 6581                             Codemasters     0.00     0.02     0.00
## 6585                             Square Enix     0.00     0.01     0.00
## 6587            Konami Digital Entertainment     0.00     0.02     0.00
## 6588                                    Sega     0.00     0.02     0.00
## 6596                       Eidos Interactive     0.00     0.02     0.00
## 6600                     Paradox Interactive     0.02     0.00     0.00
## 6606                  Playlogic Game Factory     0.02     0.00     0.00
## 6613                              Rondomedia     0.00     0.01     0.00
## 6615                           Evolved Games     0.02     0.00     0.00
## 6617                     Paradox Interactive     0.01     0.00     0.00
## 6630                     Paradox Interactive     0.01     0.00     0.00
## 6642                             Square Enix     0.00     0.01     0.00
## 6661                         Electronic Arts     0.00     0.01     0.00
## 6662                               Zoo Games     0.01     0.00     0.00
## 6670                           Vivendi Games     0.00     0.01     0.00
## 6690            Konami Digital Entertainment     0.00     0.01     0.00
## 6694                              1C Company     0.00     0.01     0.00
## 6696                                 Nobilis     0.00     0.01     0.00
## 6704                                Nintendo    15.68    12.76     3.79
## 6705                                Nintendo     6.62     2.55     2.66
## 6706                    Take-Two Interactive     6.76     3.07     0.14
## 6707                    Take-Two Interactive     4.76     3.69     0.44
## 6708                                Nintendo     2.76     1.72     2.69
## 6709                              Activision     4.81     1.88     0.00
## 6710                  Microsoft Game Studios     4.15     1.90     0.06
## 6711            Konami Digital Entertainment     2.63     1.71     0.83
## 6712             Sony Computer Entertainment     2.80     1.98     0.17
## 6713                                  Capcom     0.47     0.55     4.13
## 6714                              Activision     2.73     1.83     0.00
## 6716                      Bethesda Softworks     3.40     0.99     0.09
## 6717                                Nintendo     1.82     1.12     1.32
## 6718                  Microsoft Game Studios     2.51     1.24     0.11
## 6719                      Bethesda Softworks     2.15     1.13     0.07
## 6720                              Activision     2.40     1.01     0.00
## 6721                              Activision     2.32     0.96     0.00
## 6722                         Electronic Arts     2.66     0.49     0.05
## 6723                              Activision     2.10     1.01     0.01
## 6724  Warner Bros. Interactive Entertainment     2.04     1.02     0.00
## 6725                                Nintendo     0.60     1.57     0.82
## 6726                                Nintendo     1.35     1.11     0.46
## 6727             Sony Computer Entertainment     1.48     1.00     0.04
## 6729                                Nintendo     0.55     0.50     1.93
## 6730  Warner Bros. Interactive Entertainment     1.75     1.01     0.00
## 6731                              Activision     1.91     0.84     0.00
## 6732                                     THQ     1.94     0.79     0.02
## 6733                                Nintendo     1.55     0.04     1.19
## 6734                                    Sega     1.75     0.86     0.00
## 6735                               LucasArts     1.74     0.77     0.00
## 6736                              Activision     1.78     0.63     0.00
## 6737                         Electronic Arts     0.48     1.63     0.04
## 6738                                Nintendo     0.62     0.82     0.96
## 6739                         Electronic Arts     2.21     0.12     0.00
## 6740            Konami Digital Entertainment     1.11     0.85     0.29
## 6742              Disney Interactive Studios     1.38     0.84     0.00
## 6743             Sony Computer Entertainment     1.15     0.84     0.10
## 6744                    Take-Two Interactive     1.56     0.53     0.05
## 6745                                 Ubisoft     1.56     0.60     0.02
## 6746                    Take-Two Interactive     1.68     0.45     0.01
## 6748                         Electronic Arts     0.38     0.07     0.01
## 6749                                Nintendo     0.94     0.53     0.62
## 6750                             Square Enix     0.51     0.50     0.91
## 6751                               LucasArts     1.01     0.85     0.00
## 6752                         Electronic Arts     1.78     0.24     0.00
## 6753                              Activision     1.40     0.59     0.00
## 6754                                    Sega     1.26     0.67     0.02
## 6756                         Electronic Arts     0.63     1.00     0.05
## 6757                    Take-Two Interactive     1.21     0.63     0.00
## 6758                                 Ubisoft     0.72     1.08     0.00
## 6759                         Electronic Arts     1.05     0.66     0.00
## 6760                            Midway Games     1.48     0.28     0.00
## 6761                         Electronic Arts     1.01     0.62     0.02
## 6762                         Electronic Arts     0.49     1.26     0.01
## 6763                              Activision     1.17     0.58     0.00
## 6764                            Midway Games     1.53     0.23     0.00
## 6765                              Activision     1.10     0.55     0.00
## 6766                                Nintendo     1.48     0.00     0.29
## 6767                         Electronic Arts     0.86     0.83     0.00
## 6768                         Electronic Arts     1.56     0.14     0.00
## 6769                            Midway Games     1.28     0.43     0.00
## 6770                               LucasArts     1.11     0.56     0.00
## 6772            Konami Digital Entertainment     0.85     0.66     0.01
## 6775                         Electronic Arts     0.79     0.70     0.01
## 6776                                     THQ     0.88     0.54     0.02
## 6777                      Namco Bandai Games     0.97     0.40     0.14
## 6778                                     THQ     0.45     1.02     0.00
## 6779                                 Ubisoft     0.93     0.56     0.00
## 6780                               LucasArts     1.21     0.30     0.00
## 6781                         Electronic Arts     1.09     0.37     0.02
## 6782                                 Ubisoft     0.71     0.69     0.02
## 6783            Konami Digital Entertainment     0.94     0.48     0.01
## 6784                                 Ubisoft     0.92     0.43     0.07
## 6785                                  Capcom     0.58     0.45     0.34
## 6786                              Activision     0.84     0.57     0.00
## 6787                             Square Enix     0.17     0.02     1.36
## 6789                    Take-Two Interactive     0.86     0.54     0.00
## 6791                                   Atari     0.78     0.43     0.19
## 6793                         Electronic Arts     0.70     0.64     0.01
## 6794                               MTV Games     1.13     0.20     0.00
## 6795                         Electronic Arts     1.22     0.00     0.00
## 6796                                     THQ     0.99     0.35     0.00
## 6797                              Activision     0.82     0.51     0.01
## 6798                                 Ubisoft     0.72     0.40     0.14
## 6800                         Electronic Arts     0.81     0.46     0.04
## 6802                         Electronic Arts     0.96     0.33     0.00
## 6803                    Take-Two Interactive     0.75     0.46     0.01
## 6804                         Electronic Arts     0.80     0.47     0.00
## 6805                         Electronic Arts     0.89     0.39     0.00
## 6807                                 Ubisoft     0.43     0.69     0.01
## 6808                               LucasArts     0.60     0.01     0.00
## 6810                         Electronic Arts     0.63     0.57     0.01
## 6811             Sony Computer Entertainment     0.43     0.65     0.02
## 6812                         Electronic Arts     0.23     0.73     0.02
## 6813                                  Capcom     0.79     0.34     0.08
## 6814                                 Ubisoft     0.66     0.44     0.04
## 6815                             Square Enix     0.61     0.16     0.49
## 6816                         Electronic Arts     0.76     0.35     0.05
## 6817                              Activision     0.01     0.13     0.00
## 6818  Warner Bros. Interactive Entertainment     0.72     0.39     0.00
## 6822                              Activision     1.03     0.14     0.00
## 6823  Warner Bros. Interactive Entertainment     0.72     0.03     0.00
## 6824                    Take-Two Interactive     1.00     0.16     0.00
## 6826                             Deep Silver     0.96     0.20     0.00
## 6827                                    Sega     0.71     0.19     0.24
## 6828                       Eidos Interactive     0.45     0.55     0.05
## 6830                               LucasArts     0.49     0.00     0.01
## 6831             Sony Computer Entertainment     0.94     0.16     0.02
## 6832                                     THQ     0.69     0.00     0.00
## 6833                              Activision     1.00     0.13     0.00
## 6834                         Electronic Arts     0.71     0.38     0.00
## 6835            Konami Digital Entertainment     0.09     0.84     0.11
## 6837                               LucasArts     0.40     0.48     0.00
## 6838                         Electronic Arts     0.74     0.26     0.02
## 6839                         Electronic Arts     0.03     1.06     0.00
## 6840                         Electronic Arts     0.51     0.51     0.01
## 6841                                    Sega     0.00     1.14     0.00
## 6844                              Activision     0.43     0.51     0.02
## 6845                         Electronic Arts     0.31     0.58     0.02
## 6846                             Codemasters     0.31     0.56     0.03
## 6847                         Electronic Arts     0.91     0.09     0.00
## 6849                               LucasArts     0.43     0.40     0.00
## 6851                                 Ubisoft     0.47     0.40     0.03
## 6852                       Eidos Interactive     0.53     0.42     0.01
## 6853                      Namco Bandai Games     0.49     0.34     0.09
## 6854                         Electronic Arts     0.66     0.30     0.00
## 6855                    Take-Two Interactive     0.53     0.40     0.03
## 6856                         Electronic Arts     0.65     0.30     0.01
## 6857                                    Sega     0.28     0.65     0.00
## 6858  Warner Bros. Interactive Entertainment     0.46     0.47     0.00
## 6859                              Activision     0.44     0.42     0.00
## 6861                                    Sega     0.56     0.32     0.01
## 6862                               MTV Games     0.93     0.01     0.00
## 6863                                     THQ     0.51     0.40     0.00
## 6864                              Tecmo Koei     0.65     0.22     0.05
## 6865                                 Ubisoft     0.54     0.34     0.02
## 6867                                 Ubisoft     0.49     0.33     0.02
## 6868                              Activision     0.73     0.15     0.00
## 6870                    Take-Two Interactive     0.52     0.27     0.00
## 6871            Konami Digital Entertainment     0.02     0.53     0.19
## 6873                      Bethesda Softworks     0.02     0.88     0.00
## 6874                                     THQ     0.49     0.37     0.00
## 6875                                 Ubisoft     0.30     0.54     0.00
## 6876                                    Sega     0.54     0.32     0.00
## 6878                                    Sega     0.19     0.06     0.63
## 6879                                     THQ     0.51     0.30     0.01
## 6880             Sony Computer Entertainment     0.33     0.16     0.36
## 6881             Sony Computer Entertainment     0.27     0.50     0.00
## 6882                                 Ubisoft     0.44     0.34     0.00
## 6883                                     THQ     0.58     0.26     0.00
## 6884                              Activision     0.50     0.32     0.00
## 6885                                 Ubisoft     0.58     0.24     0.01
## 6887                                    Sega     0.48     0.32     0.02
## 6889              Disney Interactive Studios     0.42     0.33     0.00
## 6891                              Activision     0.56     0.25     0.00
## 6893                         Electronic Arts     0.28     0.51     0.00
## 6894                                Nintendo     0.83     0.00     0.00
## 6896                                    Sega     0.41     0.37     0.01
## 6897                                    Sega     0.50     0.29     0.01
## 6898                               LucasArts     0.50     0.28     0.00
## 6899                    Take-Two Interactive     0.01     0.79     0.00
## 6900                             Square Enix     0.73     0.03     0.00
## 6902                             Codemasters     0.33     0.44     0.01
## 6904                               505 Games     0.51     0.27     0.01
## 6905                                 Ubisoft     0.47     0.30     0.00
## 6906                         Electronic Arts     0.29     0.39     0.02
## 6908                                   Atari     0.22     0.33     0.18
## 6909                                Nintendo     0.60     0.00     0.20
## 6911                         Electronic Arts     0.76     0.01     0.00
## 6912                                     THQ     0.44     0.31     0.00
## 6913                    Take-Two Interactive     0.58     0.17     0.00
## 6915                                   Atlus     0.34     0.04     0.36
## 6919                              Koch Media     0.52     0.21     0.00
## 6920                              Activision     0.61     0.00     0.00
## 6922                  Microsoft Game Studios     0.38     0.29     0.03
## 6923                               LucasArts     0.61     0.11     0.00
## 6924                    Take-Two Interactive     0.49     0.19     0.01
## 6925                  Microsoft Game Studios     0.12     0.56     0.00
## 6926                         Electronic Arts     0.24     0.33     0.01
## 6928                                    Sega     0.37     0.04     0.00
## 6931                         Electronic Arts     0.23     0.31     0.03
## 6932                                     THQ     0.21     0.00     0.00
## 6933                                     THQ     0.41     0.20     0.00
## 6934                              Touchstone     0.46     0.20     0.01
## 6936                                   Atari     0.32     0.17     0.19
## 6938                       Rising Star Games     0.58     0.08     0.02
## 6941                         Electronic Arts     0.65     0.00     0.00
## 6942                         Electronic Arts     0.50     0.14     0.00
## 6943                         Electronic Arts     0.65     0.00     0.00
## 6944                             Square Enix     0.34     0.18     0.12
## 6945             Sony Computer Entertainment     0.64     0.00     0.00
## 6946                         Electronic Arts     0.31     0.30     0.00
## 6947                             Square Enix     0.25     0.20     0.18
## 6948                                    Sega     0.32     0.25     0.00
## 6949                         Electronic Arts     0.00     0.59     0.00
## 6951                              Touchstone     0.35     0.21     0.01
## 6956                                 Ubisoft     0.33     0.22     0.01
## 6957                              Activision     0.24     0.00     0.00
## 6958                                 Ubisoft     0.31     0.23     0.01
## 6959                  Microsoft Game Studios     0.33     0.25     0.00
## 6960                         Electronic Arts     0.34     0.22     0.00
## 6961                         Electronic Arts     0.35     0.23     0.00
## 6962                              Activision     0.29     0.28     0.01
## 6965                         Electronic Arts     0.27     0.31     0.00
## 6967                                  Capcom     0.31     0.17     0.07
## 6968                                    Sega     0.46     0.09     0.00
## 6969                                    Sega     0.38     0.19     0.00
## 6971                                     THQ     0.29     0.26     0.00
## 6972                    Take-Two Interactive     0.56     0.00     0.00
## 6974                                Nintendo     0.29     0.02     0.27
## 6975                      Bethesda Softworks     0.56     0.00     0.00
## 6979                                  Capcom     0.43     0.09     0.04
## 6982                         Electronic Arts     0.34     0.20     0.00
## 6983                         Electronic Arts     0.00     0.53     0.00
## 6987                                 Ubisoft     0.24     0.28     0.00
## 6988                                    Sega     0.30     0.22     0.00
## 6990                                 Ubisoft     0.18     0.34     0.00
## 6991                    Take-Two Interactive     0.15     0.37     0.00
## 6993                         Electronic Arts     0.54     0.00     0.00
## 6995                         Electronic Arts     0.50     0.03     0.00
## 6998                                    Sega     0.27     0.24     0.00
## 7001                    Take-Two Interactive     0.08     0.36     0.00
## 7003                           Vivendi Games     0.34     0.17     0.00
## 7004                    Take-Two Interactive     0.09     0.40     0.00
## 7005              Disney Interactive Studios     0.19     0.31     0.00
## 7007                                     THQ     0.34     0.15     0.01
## 7008                    Take-Two Interactive     0.49     0.02     0.00
## 7013                             Deep Silver     0.50     0.00     0.00
## 7014                                     THQ     0.26     0.23     0.00
## 7016                                    Sega     0.36     0.00     0.00
## 7021                                 Ubisoft     0.48     0.01     0.00
## 7024            Konami Digital Entertainment     0.04     0.01     0.48
## 7026                                     THQ     0.49     0.00     0.00
## 7027                      Namco Bandai Games     0.21     0.04     0.24
## 7029                               505 Games     0.47     0.00     0.00
## 7030                         Electronic Arts     0.46     0.00     0.02
## 7031                             Square Enix     0.33     0.03     0.11
## 7032                              Gamebridge     0.18     0.08     0.22
## 7033                       Rising Star Games     0.32     0.03     0.15
## 7035                              Activision     0.21     0.21     0.00
## 7036              Disney Interactive Studios     0.36     0.11     0.00
## 7038                                    Sega     0.35     0.12     0.00
## 7039                         Electronic Arts     0.45     0.01     0.00
## 7040                    Take-Two Interactive     0.17     0.28     0.00
## 7042                                 Ubisoft     0.19     0.22     0.00
## 7043                           Vivendi Games     0.25     0.19     0.00
## 7044                                    Sega     0.45     0.01     0.00
## 7046                      Namco Bandai Games     0.09     0.06     0.32
## 7049                                   Atari     0.24     0.18     0.03
## 7050                        City Interactive     0.00     0.45     0.00
## 7051                         Electronic Arts     0.12     0.31     0.00
## 7052                                   Atari     0.14     0.30     0.00
## 7054                                 Ubisoft     0.01     0.45     0.00
## 7056                  Microsoft Game Studios     0.27     0.17     0.00
## 7057                             D3Publisher     0.22     0.20     0.01
## 7062                             D3Publisher     0.23     0.16     0.01
## 7063                                 Xplosiv     0.06     0.39     0.00
## 7064                            Midway Games     0.25     0.17     0.01
## 7065                System 3 Arcade Software     0.41     0.03     0.00
## 7066                           Vivendi Games     0.22     0.20     0.00
## 7067                  Microsoft Game Studios     0.16     0.25     0.01
## 7068                                 Ubisoft     0.14     0.27     0.00
## 7070                         Electronic Arts     0.36     0.02     0.04
## 7071                           Vivendi Games     0.26     0.15     0.00
## 7075                       Eidos Interactive     0.13     0.27     0.00
## 7077                                 Ubisoft     0.41     0.00     0.00
## 7079                              Activision     0.30     0.11     0.00
## 7082                         Electronic Arts     0.18     0.22     0.00
## 7083                    Take-Two Interactive     0.37     0.03     0.02
## 7084                                    Sega     0.16     0.23     0.00
## 7086                           Vivendi Games     0.19     0.18     0.00
## 7087                                   Atari     0.19     0.12     0.07
## 7091              Disney Interactive Studios     0.39     0.01     0.00
## 7092                           Vivendi Games     0.35     0.05     0.00
## 7095             Sony Computer Entertainment     0.35     0.01     0.00
## 7096                           Vivendi Games     0.38     0.00     0.00
## 7098                             Square Enix     0.22     0.02     0.16
## 7103                              Activision     0.36     0.02     0.00
## 7106              Disney Interactive Studios     0.20     0.15     0.00
## 7108                                     THQ     0.12     0.21     0.00
## 7110                                    Sega     0.13     0.20     0.00
## 7120                                    Sega     0.17     0.16     0.00
## 7122                                  Capcom     0.07     0.24     0.00
## 7123                        Tomy Corporation     0.34     0.02     0.00
## 7124                                    Sega     0.10     0.00     0.00
## 7125                                    Sega     0.14     0.17     0.00
## 7127                                    Sega     0.32     0.01     0.00
## 7128                         Electronic Arts     0.21     0.00     0.00
## 7130                              Activision     0.12     0.00     0.00
## 7136              Disney Interactive Studios     0.28     0.06     0.00
## 7140                       Rising Star Games     0.16     0.13     0.04
## 7142                             Takara Tomy     0.19     0.02     0.13
## 7143                      Namco Bandai Games     0.08     0.06     0.21
## 7144            Konami Digital Entertainment     0.27     0.02     0.04
## 7146              Disney Interactive Studios     0.31     0.02     0.00
## 7149                         Electronic Arts     0.07     0.18     0.00
## 7151             Sony Computer Entertainment     0.21     0.09     0.01
## 7153                                  Capcom     0.11     0.20     0.00
## 7156                              Activision     0.23     0.07     0.00
## 7159                         Electronic Arts     0.25     0.05     0.00
## 7160                         Electronic Arts     0.29     0.02     0.00
## 7164                      Namco Bandai Games     0.04     0.03     0.25
## 7165                             Square Enix     0.14     0.01     0.16
## 7167                         Electronic Arts     0.29     0.02     0.00
## 7168                               LucasArts     0.15     0.14     0.00
## 7170             Sony Computer Entertainment     0.30     0.00     0.00
## 7171                                     THQ     0.28     0.02     0.00
## 7172                                    Sega     0.19     0.11     0.00
## 7173                                   Atari     0.32     0.01     0.00
## 7174                                    Sega     0.13     0.14     0.00
## 7179                         Electronic Arts     0.08     0.18     0.00
## 7181                                 Ubisoft     0.26     0.03     0.00
## 7184                         Electronic Arts     0.14     0.14     0.00
## 7189                       Eidos Interactive     0.27     0.02     0.00
## 7191                           Vivendi Games     0.16     0.12     0.00
## 7193                      Bethesda Softworks     0.28     0.00     0.00
## 7199                                  Capcom     0.16     0.04     0.08
## 7200            Konami Digital Entertainment     0.28     0.00     0.00
## 7202                                Nintendo     0.19     0.00     0.08
## 7204                                     THQ     0.24     0.03     0.00
## 7205                      Empire Interactive     0.13     0.10     0.00
## 7206                       Rising Star Games     0.23     0.03     0.00
## 7207                             Codemasters     0.23     0.04     0.00
## 7209                              Tecmo Koei     0.06     0.00     0.22
## 7217                                   Spike     0.06     0.00     0.20
## 7221             Sony Computer Entertainment     0.00     0.17     0.09
## 7222            Konami Digital Entertainment     0.25     0.00     0.00
## 7223                               Destineer     0.25     0.00     0.00
## 7224                                    Sega     0.15     0.10     0.00
## 7229                                 Ubisoft     0.24     0.00     0.00
## 7231                                    Sega     0.22     0.02     0.00
## 7233            Konami Digital Entertainment     0.09     0.01     0.15
## 7234                                   Atlus     0.09     0.00     0.16
## 7235                                    Sega     0.22     0.02     0.00
## 7240                              Activision     0.20     0.04     0.00
## 7242                                   Atari     0.08     0.15     0.00
## 7244                             Codemasters     0.24     0.00     0.00
## 7245                         Electronic Arts     0.23     0.00     0.00
## 7246                         Electronic Arts     0.22     0.01     0.00
## 7251                           Vivendi Games     0.12     0.10     0.00
## 7252                              Activision     0.22     0.01     0.00
## 7253                    Take-Two Interactive     0.14     0.08     0.00
## 7254              Disney Interactive Studios     0.18     0.05     0.00
## 7255                              Tecmo Koei     0.12     0.09     0.00
## 7258                        Black Bean Games     0.12     0.11     0.00
## 7262                             Codemasters     0.21     0.01     0.00
## 7265                               MTV Games     0.21     0.01     0.00
## 7271                       Rising Star Games     0.11     0.00     0.12
## 7272                                  Capcom     0.13     0.03     0.06
## 7274                      Oxygen Interactive     0.02     0.21     0.00
## 7275                                    Sega     0.09     0.00     0.13
## 7278                                    Sega     0.14     0.07     0.00
## 7280                    Nippon Ichi Software     0.14     0.02     0.05
## 7281                              Activision     0.12     0.08     0.00
## 7285              Disney Interactive Studios     0.18     0.03     0.00
## 7290                               MTV Games     0.21     0.00     0.00
## 7291                       Rising Star Games     0.09     0.00     0.12
## 7292                         Electronic Arts     0.18     0.03     0.00
## 7298                         Electronic Arts     0.19     0.01     0.00
## 7301                       Rising Star Games     0.20     0.00     0.00
## 7305                                  GungHo     0.10     0.00     0.11
## 7309                         Electronic Arts     0.19     0.01     0.00
## 7310                         Electronic Arts     0.20     0.00     0.00
## 7311                          AQ Interactive     0.19     0.01     0.00
## 7315                                 Unknown     0.12     0.00     0.08
## 7323                              Tecmo Koei     0.16     0.01     0.02
## 7324                                     THQ     0.16     0.03     0.00
## 7325                        Black Bean Games     0.06     0.14     0.00
## 7326                                     THQ     0.10     0.08     0.00
## 7327                              Activision     0.10     0.08     0.00
## 7331                  Ignition Entertainment     0.12     0.03     0.05
## 7332                                 Ubisoft     0.15     0.01     0.03
## 7337                                 Ubisoft     0.16     0.02     0.01
## 7339                              Tecmo Koei     0.02     0.00     0.18
## 7343                           Compile Heart     0.18     0.00     0.01
## 7344                                     THQ     0.12     0.06     0.00
## 7345                                    Sega     0.10     0.02     0.07
## 7346                                    Gust     0.07     0.05     0.05
## 7349                      Namco Bandai Games     0.07     0.03     0.08
## 7350                                    Sega     0.08     0.00     0.11
## 7351                       Eidos Interactive     0.08     0.09     0.00
## 7362                         Electronic Arts     0.15     0.02     0.00
## 7363                       Eidos Interactive     0.15     0.02     0.00
## 7365                                 Ubisoft     0.06     0.02     0.10
## 7367                              Tecmo Koei     0.16     0.00     0.02
## 7368                       Eidos Interactive     0.05     0.10     0.00
## 7371              Disney Interactive Studios     0.12     0.04     0.00
## 7372                            Midway Games     0.17     0.00     0.00
## 7373                             Square Enix     0.11     0.01     0.05
## 7375                              Activision     0.02     0.14     0.00
## 7377                         SouthPeak Games     0.16     0.01     0.00
## 7378                                   Atari     0.09     0.08     0.00
## 7379                     Brash Entertainment     0.17     0.00     0.00
## 7380              Disney Interactive Studios     0.16     0.01     0.00
## 7385                                    Sega     0.09     0.07     0.00
## 7389                                     THQ     0.14     0.02     0.00
## 7390                              Activision     0.16     0.00     0.00
## 7392                         Electronic Arts     0.14     0.02     0.00
## 7395                    Take-Two Interactive     0.15     0.01     0.00
## 7398              Disney Interactive Studios     0.14     0.01     0.00
## 7399             Sony Computer Entertainment     0.16     0.00     0.00
## 7400                                    Sega     0.08     0.06     0.01
## 7404                             Deep Silver     0.04     0.12     0.00
## 7405                         Electronic Arts     0.13     0.02     0.00
## 7406            Konami Digital Entertainment     0.13     0.02     0.00
## 7414                         Electronic Arts     0.15     0.00     0.00
## 7415            Konami Digital Entertainment     0.12     0.02     0.01
## 7416                        Activision Value     0.15     0.00     0.00
## 7418                         Scholastic Inc.     0.15     0.00     0.00
## 7419                               LucasArts     0.11     0.04     0.00
## 7425                      Namco Bandai Games     0.10     0.02     0.03
## 7429            Konami Digital Entertainment     0.03     0.01     0.11
## 7430                                     THQ     0.14     0.00     0.00
## 7435            Konami Digital Entertainment     0.05     0.04     0.05
## 7436             Sony Computer Entertainment     0.14     0.00     0.00
## 7441                             Square Enix     0.12     0.01     0.01
## 7443                                 Ubisoft     0.06     0.01     0.07
## 7449                             D3Publisher     0.13     0.00     0.00
## 7453                                 Acquire     0.06     0.00     0.08
## 7455                         Electronic Arts     0.13     0.00     0.00
## 7460                               Banpresto     0.07     0.05     0.00
## 7461                         SouthPeak Games     0.10     0.02     0.00
## 7468                            Midway Games     0.12     0.00     0.00
## 7470                  Ignition Entertainment     0.12     0.00     0.01
## 7474                                 Ubisoft     0.11     0.01     0.00
## 7481                                   Atlus     0.07     0.05     0.00
## 7487                         SouthPeak Games     0.12     0.00     0.00
## 7488                                   Atari     0.09     0.03     0.00
## 7489            Konami Digital Entertainment     0.11     0.00     0.01
## 7492                                   Atari     0.08     0.03     0.00
## 7494             Sony Computer Entertainment     0.04     0.03     0.04
## 7500                        Activision Value     0.12     0.00     0.00
## 7502                                   Sting     0.12     0.00     0.00
## 7503                              Tecmo Koei     0.06     0.05     0.00
## 7507                                 Ubisoft     0.11     0.00     0.00
## 7512                  Playlogic Game Factory     0.11     0.00     0.00
## 7517                                 Ubisoft     0.11     0.00     0.00
## 7520                    Take-Two Interactive     0.11     0.00     0.00
## 7523                         Electronic Arts     0.11     0.00     0.00
## 7526                        Activision Value     0.10     0.01     0.00
## 7530                             Codemasters     0.07     0.03     0.00
## 7533                      Namco Bandai Games     0.08     0.02     0.01
## 7534                                    Moss     0.10     0.00     0.01
## 7539                             D3Publisher     0.11     0.00     0.00
## 7540                                   Atari     0.08     0.02     0.00
## 7546                              Tecmo Koei     0.11     0.00     0.00
## 7549                                 Ubisoft     0.10     0.01     0.00
## 7550                         Electronic Arts     0.11     0.00     0.00
## 7553                             Deep Silver     0.09     0.02     0.00
## 7555                         Electronic Arts     0.08     0.02     0.00
## 7559                              Activision     0.10     0.00     0.00
## 7560                     Brash Entertainment     0.10     0.00     0.00
## 7562            Konami Digital Entertainment     0.10     0.00     0.00
## 7568                       Eidos Interactive     0.10     0.00     0.00
## 7569                         SouthPeak Games     0.10     0.00     0.00
## 7570            Konami Digital Entertainment     0.10     0.00     0.00
## 7575                                   Atlus     0.10     0.00     0.00
## 7577             Sony Computer Entertainment     0.00     0.03     0.06
## 7578                                    Cave     0.10     0.00     0.00
## 7581                             Square Enix     0.09     0.00     0.01
## 7582                                   Sting     0.05     0.00     0.04
## 7583                                    Sega     0.09     0.01     0.00
## 7586                            Midway Games     0.08     0.01     0.00
## 7589                             Hudson Soft     0.06     0.03     0.00
## 7591                    Nippon Ichi Software     0.06     0.00     0.03
## 7592                         Electronic Arts     0.09     0.00     0.00
## 7594                              Activision     0.09     0.00     0.00
## 7597                                  Capcom     0.09     0.00     0.00
## 7607                       Eidos Interactive     0.09     0.00     0.00
## 7608                              Activision     0.09     0.00     0.00
## 7610                             D3Publisher     0.08     0.01     0.00
## 7613                       Rising Star Games     0.09     0.00     0.00
## 7614                              Tecmo Koei     0.03     0.00     0.05
## 7615             Sony Computer Entertainment     0.00     0.01     0.08
## 7617                                 Ubisoft     0.08     0.01     0.00
## 7618                                     THQ     0.08     0.00     0.00
## 7620                                 Nobilis     0.08     0.00     0.01
## 7622                             Square Enix     0.06     0.01     0.01
## 7627                               505 Games     0.07     0.01     0.00
## 7629                  Playlogic Game Factory     0.08     0.00     0.00
## 7632                           Vivendi Games     0.08     0.00     0.00
## 7633                               505 Games     0.07     0.00     0.01
## 7634                       Eidos Interactive     0.08     0.00     0.00
## 7637                         Electronic Arts     0.00     0.07     0.00
## 7640                               DSI Games     0.08     0.00     0.00
## 7644                            Valcon Games     0.06     0.02     0.00
## 7646                                   Sting     0.06     0.00     0.02
## 7649                                  Capcom     0.08     0.00     0.00
## 7652                                 Ubisoft     0.08     0.00     0.00
## 7654                   The Adventure Company     0.06     0.01     0.00
## 7660                   The Adventure Company     0.07     0.01     0.00
## 7661                      Namco Bandai Games     0.07     0.00     0.00
## 7662                             Deep Silver     0.07     0.00     0.00
## 7666                       Eidos Interactive     0.00     0.06     0.00
## 7668                            Game Factory     0.07     0.00     0.00
## 7669                                     THQ     0.06     0.02     0.00
## 7672                  Focus Home Interactive     0.06     0.01     0.00
## 7674                       Eidos Interactive     0.05     0.02     0.00
## 7675                             D3Publisher     0.07     0.00     0.00
## 7676            Konami Digital Entertainment     0.07     0.00     0.00
## 7679                         Electronic Arts     0.00     0.07     0.00
## 7684            Konami Digital Entertainment     0.07     0.00     0.00
## 7686                             Square Enix     0.07     0.00     0.00
## 7687                       Rising Star Games     0.07     0.00     0.00
## 7690                   The Adventure Company     0.06     0.01     0.00
## 7691                              Activision     0.07     0.00     0.00
## 7696                  Ignition Entertainment     0.07     0.00     0.00
## 7701               Irem Software Engineering     0.06     0.00     0.00
## 7707                              Tecmo Koei     0.07     0.00     0.00
## 7708                               Destineer     0.07     0.00     0.00
## 7710            Konami Digital Entertainment     0.03     0.03     0.00
## 7712                  Ignition Entertainment     0.06     0.00     0.00
## 7715                      Namco Bandai Games     0.00     0.00     0.07
## 7718            Konami Digital Entertainment     0.06     0.00     0.00
## 7732                       Rising Star Games     0.06     0.00     0.00
## 7734                                 Ubisoft     0.06     0.00     0.00
## 7736               Irem Software Engineering     0.05     0.00     0.01
## 7740                                Gamecock     0.06     0.00     0.00
## 7743                                    Sega     0.06     0.00     0.00
## 7746                    Take-Two Interactive     0.06     0.00     0.00
## 7752                                 Nobilis     0.06     0.00     0.00
## 7754  Warner Bros. Interactive Entertainment     0.02     0.03     0.00
## 7755                                   Atari     0.03     0.02     0.00
## 7762                              Koch Media     0.04     0.01     0.00
## 7771                        Arc System Works     0.05     0.00     0.00
## 7772              Ascaron Entertainment GmbH     0.00     0.05     0.00
## 7773                       Eidos Interactive     0.05     0.00     0.00
## 7776                  Ignition Entertainment     0.05     0.00     0.00
## 7782                              Tecmo Koei     0.04     0.00     0.01
## 7783                  Ignition Entertainment     0.05     0.00     0.00
## 7788                                Gamecock     0.05     0.00     0.00
## 7795                            Idea Factory     0.04     0.00     0.00
## 7798                    Nippon Ichi Software     0.05     0.00     0.00
## 7807                             Codemasters     0.03     0.01     0.00
## 7808                                   Sting     0.05     0.00     0.00
## 7809                            PopCap Games     0.01     0.04     0.00
## 7811                                Gamecock     0.05     0.00     0.00
## 7812                             Deep Silver     0.04     0.01     0.00
## 7821                            Navarre Corp     0.04     0.00     0.00
## 7828                              Activision     0.04     0.00     0.00
## 7830                   Majesco Entertainment     0.04     0.00     0.00
## 7835                                 Ubisoft     0.03     0.01     0.00
## 7838                       Rising Star Games     0.04     0.00     0.00
## 7844                                 Success     0.04     0.00     0.00
## 7846                                   Atari     0.04     0.00     0.00
## 7851                              Tecmo Koei     0.04     0.00     0.00
## 7856            Konami Digital Entertainment     0.04     0.00     0.00
## 7858                               LucasArts     0.02     0.02     0.00
## 7862                                  Capcom     0.01     0.02     0.00
## 7872                               Zoo Games     0.04     0.00     0.00
## 7876                               Destineer     0.03     0.00     0.00
## 7880                System 3 Arcade Software     0.00     0.03     0.00
## 7884                  Ignition Entertainment     0.03     0.00     0.00
## 7885                                  2D Boy     0.00     0.03     0.00
## 7887                             Deep Silver     0.00     0.03     0.00
## 7892                      JoWood Productions     0.00     0.03     0.00
## 7912                   Majesco Entertainment     0.03     0.00     0.00
## 7935                                   Atari     0.00     0.02     0.00
## 7936                                Pinnacle     0.00     0.02     0.00
## 7937                              Activision     0.01     0.01     0.00
## 7942                           Kalypso Media     0.00     0.02     0.00
## 7952                         Electronic Arts     0.00     0.02     0.00
## 7953                    Take-Two Interactive     0.00     0.02     0.00
## 7958                             Deep Silver     0.00     0.02     0.00
## 7968                                     GOA     0.00     0.02     0.00
## 7972                  Ignition Entertainment     0.02     0.00     0.00
## 7977                                Gamecock     0.00     0.02     0.00
## 7978                             Deep Silver     0.02     0.00     0.00
## 7979                                 Ubisoft     0.00     0.02     0.00
## 7981                                 Ubisoft     0.00     0.02     0.00
## 7985                              Activision     0.00     0.02     0.00
## 7986                                     THQ     0.00     0.02     0.00
## 7988                         Electronic Arts     0.00     0.02     0.00
## 7996                         Electronic Arts     0.00     0.02     0.00
## 8005                              Activision     0.00     0.02     0.00
## 8009                      Codemasters Online     0.00     0.02     0.00
## 8021                         Electronic Arts     0.00     0.02     0.00
## 8025                         Electronic Arts     0.00     0.02     0.00
## 8027                                   Atari     0.00     0.01     0.00
## 8029                             Codemasters     0.02     0.00     0.00
## 8034                            PopCap Games     0.00     0.01     0.00
## 8042                              Koch Media     0.00     0.01     0.00
## 8044                                 Ubisoft     0.00     0.01     0.00
## 8046                                     THQ     0.00     0.01     0.00
## 8048                             Crimson Cow     0.00     0.01     0.00
## 8059                           Kalypso Media     0.00     0.01     0.00
## 8063                              Touchstone     0.00     0.01     0.00
## 8083                  Microsoft Game Studios     0.00     0.01     0.00
## 8091                       Eidos Interactive     0.00     0.01     0.00
## 8092                      Empire Interactive     0.00     0.01     0.00
## 8097                                   Atari     0.00     0.01     0.00
## 8100                              Activision     0.01     0.00     0.00
## 8131                                Nintendo     8.92     8.03     3.60
## 8132                  Microsoft Game Studios     7.97     2.81     0.13
## 8133                                Nintendo     6.06     3.35     1.20
## 8134                              Activision     5.93     2.36     0.13
## 8135                                Nintendo     4.40     1.85     1.98
## 8136                                Nintendo     3.74     2.24     1.58
## 8138                              Activision     3.11     2.26     0.28
## 8139                               LucasArts     3.57     1.55     0.00
## 8140                                 Ubisoft     3.28     1.64     0.07
## 8141                                Nintendo     1.21     2.43     1.03
## 8142                                Nintendo     1.85     1.80     0.95
## 8143                              Activision     3.49     0.01     0.01
## 8144                                Nintendo     3.05     1.17     0.29
## 8146             Sony Computer Entertainment     2.31     1.72     0.12
## 8147                                 Ubisoft     1.91     2.00     0.09
## 8148                               LucasArts     2.83     1.48     0.00
## 8149                              Activision     3.04     1.11     0.00
## 8150                              Activision     3.19     0.91     0.01
## 8151             Sony Computer Entertainment     1.28     1.82     0.57
## 8152                              Activision     2.57     1.52     0.00
## 8153             Sony Computer Entertainment     2.32     0.04     0.04
## 8154                  Microsoft Game Studios     2.35     1.27     0.03
## 8155                    Take-Two Interactive     2.12     1.47     0.05
## 8156                                Nintendo     0.90     1.76     0.92
## 8157                                Nintendo     0.86     1.56     1.05
## 8158                                Nintendo     1.05     1.91     0.41
## 8160                                Nintendo     1.95     0.86     0.59
## 8161                         Electronic Arts     1.58     1.59     0.08
## 8162            Konami Digital Entertainment     0.05     0.00     0.64
## 8163                               505 Games     1.60     1.49     0.10
## 8164                             Square Enix     1.35     0.59     0.80
## 8165                         Electronic Arts     0.68     0.00     0.00
## 8166                                 Ubisoft     1.69     0.85     0.14
## 8167                                   Atari     1.15     0.00     0.76
## 8168                  Microsoft Game Studios     1.83     0.79     0.03
## 8169                               505 Games     1.41     1.12     0.05
## 8171                    Take-Two Interactive     1.65     0.85     0.05
## 8173                                    Sega     1.21     1.19     0.04
## 8174                                Nintendo     1.05     1.05     0.24
## 8175                               LucasArts     1.53     0.81     0.00
## 8176                         Electronic Arts     2.14     0.08     0.00
## 8177                                  Capcom     0.37     0.27     1.75
## 8179                            Midway Games     1.47     0.77     0.00
## 8180                         Electronic Arts     0.69     0.00     0.04
## 8181                         Electronic Arts     2.18     0.01     0.00
## 8182                                     THQ     0.92     0.00     0.01
## 8183                               LucasArts     1.02     0.90     0.00
## 8184                              Activision     1.40     0.53     0.02
## 8186                              Activision     2.01     0.02     0.00
## 8188                              Activision     0.52     1.02     0.00
## 8189            Konami Digital Entertainment     1.35     0.52     0.00
## 8190                         Electronic Arts     1.04     0.79     0.01
## 8191                         Electronic Arts     0.73     0.91     0.04
## 8193                            Midway Games     0.48     1.27     0.00
## 8195                                 Ubisoft     0.82     0.82     0.00
## 8196                         Electronic Arts     1.09     0.53     0.02
## 8197                                Nintendo     0.89     0.74     0.07
## 8200                         Electronic Arts     0.35     1.06     0.02
## 8201                  Microsoft Game Studios     1.00     0.53     0.03
## 8202                               Mindscape     1.15     0.40     0.00
## 8205                               LucasArts     0.90     0.46     0.00
## 8206             Sony Computer Entertainment     0.57     0.72     0.06
## 8207                         Electronic Arts     0.90     0.54     0.04
## 8208                             Square Enix     0.30     0.02     1.27
## 8210            Konami Digital Entertainment     0.04     1.10     0.32
## 8212                                  Capcom     0.67     0.43     0.29
## 8213                         Electronic Arts     0.35     0.03     0.00
## 8214                         Electronic Arts     0.56     0.77     0.00
## 8215                                    Sega     0.44     0.67     0.00
## 8217             Sony Computer Entertainment     0.04     1.08     0.00
## 8218                                 Ubisoft     0.37     0.89     0.00
## 8219                                     THQ     0.92     0.38     0.00
## 8220                         Electronic Arts     0.52     0.75     0.00
## 8224                             Square Enix     0.33     0.41     0.54
## 8225                         Electronic Arts     0.20     0.76     0.00
## 8227                         Electronic Arts     0.31     0.89     0.01
## 8228                                     THQ     0.62     0.49     0.01
## 8230                                   Atari     1.13     0.01     0.06
## 8231                         Electronic Arts     0.68     0.47     0.00
## 8232                    Take-Two Interactive     0.39     0.72     0.00
## 8233                                 Ubisoft     0.47     0.53     0.03
## 8235                                     RTL     0.45     0.67     0.00
## 8237                             D3Publisher     0.54     0.55     0.00
## 8238                                Nintendo     1.09     0.03     0.00
## 8239                             Square Enix     0.51     0.04     0.62
## 8240                         Electronic Arts     0.25     0.69     0.03
## 8242                         Electronic Arts     0.44     0.63     0.00
## 8243                                     THQ     0.45     0.47     0.00
## 8244                             Square Enix     0.45     0.24     0.30
## 8245                                    Sega     0.53     0.48     0.01
## 8246                         Electronic Arts     0.50     0.39     0.02
## 8247                              Activision     0.00     1.12     0.00
## 8248                       Eidos Interactive     0.57     0.32     0.09
## 8249             Sony Computer Entertainment     0.31     0.03     0.76
## 8250             Sony Computer Entertainment     0.45     0.56     0.00
## 8251                                  Russel     0.00     1.12     0.00
## 8253                               RedOctane     0.92     0.04     0.00
## 8254                         Electronic Arts     0.53     0.45     0.00
## 8255                         Electronic Arts     0.45     0.52     0.01
## 8257                                    Sega     0.29     0.51     0.08
## 8258                         Electronic Arts     0.24     0.54     0.00
## 8259            Konami Digital Entertainment     0.08     0.90     0.04
## 8260                         Electronic Arts     0.28     0.58     0.00
## 8261                                Nintendo     0.43     0.46     0.09
## 8262             Sony Computer Entertainment     0.49     0.39     0.00
## 8263                             Codemasters     0.16     0.66     0.00
## 8264                              Activision     0.95     0.01     0.01
## 8266                                    Sega     0.23     0.58     0.03
## 8268                         Electronic Arts     0.54     0.39     0.00
## 8269                                 Ubisoft     0.34     0.48     0.02
## 8270                         Electronic Arts     0.32     0.59     0.01
## 8271                         Electronic Arts     0.93     0.01     0.00
## 8272                                   Atari     0.32     0.36     0.26
## 8273                                 Ubisoft     0.87     0.05     0.02
## 8275                        Tomy Corporation     0.44     0.46     0.00
## 8276                                   Atari     0.69     0.04     0.22
## 8277                         Electronic Arts     0.45     0.46     0.00
## 8278                                  Capcom     0.28     0.04     0.64
## 8279                                     THQ     0.38     0.50     0.00
## 8280                         Electronic Arts     0.89     0.00     0.00
## 8281                    Take-Two Interactive     0.78     0.03     0.03
## 8282             Sony Computer Entertainment     0.77     0.03     0.00
## 8283                            Game Factory     0.85     0.01     0.00
## 8285                  Microsoft Game Studios     0.45     0.26     0.11
## 8286                              Activision     0.74     0.03     0.01
## 8287                         Electronic Arts     0.38     0.36     0.00
## 8289                         Electronic Arts     0.80     0.00     0.00
## 8290                             Codemasters     0.38     0.40     0.00
## 8291                              Tecmo Koei     0.11     0.09     0.64
## 8294                       Eidos Interactive     0.12     0.62     0.00
## 8295                    Take-Two Interactive     0.79     0.00     0.00
## 8296                                     THQ     0.31     0.00     0.00
## 8297                         Electronic Arts     0.28     0.46     0.00
## 8299                                 Ubisoft     0.74     0.04     0.00
## 8300                      Namco Bandai Games     0.32     0.32     0.05
## 8301                       Rising Star Games     0.67     0.03     0.06
## 8303                            Midway Games     0.40     0.33     0.01
## 8304             Sony Computer Entertainment     0.33     0.25     0.07
## 8306                                 Ubisoft     0.73     0.01     0.00
## 8308                         Electronic Arts     0.65     0.03     0.00
## 8309                         Electronic Arts     0.08     0.46     0.00
## 8311                             Square Enix     0.49     0.04     0.21
## 8312                                     THQ     0.71     0.01     0.00
## 8313                                    Sega     0.42     0.21     0.08
## 8316                             Square Enix     0.38     0.03     0.30
## 8317              Disney Interactive Studios     0.66     0.02     0.00
## 8318                                 Ubisoft     0.42     0.19     0.00
## 8319                                   Atari     0.68     0.00     0.00
## 8320              Disney Interactive Studios     0.17     0.41     0.00
## 8321                         Electronic Arts     0.22     0.37     0.00
## 8323                       Rising Star Games     0.43     0.01     0.25
## 8324                         Electronic Arts     0.59     0.02     0.01
## 8325                                   Spike     0.67     0.00     0.00
## 8326                         Electronic Arts     0.62     0.03     0.00
## 8327                             D3Publisher     0.23     0.30     0.00
## 8328                         Electronic Arts     0.00     0.69     0.00
## 8329                         Electronic Arts     0.62     0.04     0.00
## 8330                         Electronic Arts     0.60     0.04     0.00
## 8331                              Tecmo Koei     0.18     0.07     0.41
## 8332                             Square Enix     0.18     0.01     0.50
## 8333                         SouthPeak Games     0.41     0.22     0.00
## 8334                         Electronic Arts     0.65     0.00     0.00
## 8335            Konami Digital Entertainment     0.26     0.00     0.26
## 8337                                     THQ     0.55     0.08     0.00
## 8338             Sony Computer Entertainment     0.21     0.11     0.28
## 8339                                     THQ     0.63     0.00     0.00
## 8340                              Activision     0.26     0.29     0.02
## 8341                            Midway Games     0.33     0.23     0.00
## 8342                             Square Enix     0.22     0.01     0.42
## 8343                              Activision     0.55     0.02     0.00
## 8344                    Take-Two Interactive     0.20     0.33     0.00
## 8346                                     THQ     0.22     0.27     0.00
## 8349                                Nintendo     0.28     0.02     0.33
## 8354                             Square Enix     0.20     0.13     0.22
## 8355                                     THQ     0.25     0.31     0.00
## 8356                         Electronic Arts     0.56     0.02     0.01
## 8357                                     THQ     0.22     0.34     0.00
## 8358                                    Sega     0.07     0.42     0.00
## 8359                              Tecmo Koei     0.22     0.20     0.16
## 8362                                Nintendo     0.19     0.26     0.11
## 8366                    Take-Two Interactive     0.50     0.02     0.00
## 8367                                    Sega     0.28     0.25     0.00
## 8370                         Electronic Arts     0.33     0.02     0.21
## 8372                             Square Enix     0.39     0.02     0.13
## 8373                            Midway Games     0.29     0.22     0.00
## 8377                              Activision     0.49     0.04     0.00
## 8378                       Eidos Interactive     0.21     0.22     0.00
## 8380                             Square Enix     0.23     0.18     0.09
## 8381                         Electronic Arts     0.28     0.22     0.00
## 8383                    Take-Two Interactive     0.27     0.21     0.00
## 8384                              Activision     0.49     0.02     0.00
## 8385                                 Ubisoft     0.48     0.03     0.00
## 8386                       Rising Star Games     0.29     0.17     0.04
## 8387                    Take-Two Interactive     0.50     0.01     0.00
## 8388                                     THQ     0.18     0.35     0.00
## 8390                         Electronic Arts     0.49     0.02     0.00
## 8391                           Vivendi Games     0.18     0.26     0.00
## 8392                                Nintendo     0.26     0.04     0.22
## 8393                    Take-Two Interactive     0.25     0.23     0.00
## 8395                                 Ubisoft     0.35     0.09     0.00
## 8396                                     THQ     0.17     0.26     0.00
## 8397                                    Sega     0.13     0.00     0.00
## 8398                         Electronic Arts     0.47     0.00     0.00
## 8399            Konami Digital Entertainment     0.22     0.15     0.04
## 8400             Sony Computer Entertainment     0.36     0.03     0.08
## 8401                                     THQ     0.09     0.32     0.00
## 8403                    Take-Two Interactive     0.25     0.19     0.00
## 8405                                     THQ     0.43     0.03     0.00
## 8407                                Nintendo     0.17     0.02     0.30
## 8408                             Square Enix     0.36     0.02     0.07
## 8409                                   Atari     0.08     0.27     0.00
## 8410            Konami Digital Entertainment     0.46     0.00     0.00
## 8411                         Electronic Arts     0.45     0.01     0.00
## 8415                         Electronic Arts     0.43     0.03     0.00
## 8416                                Nintendo     0.27     0.03     0.17
## 8417                              Activision     0.40     0.02     0.00
## 8418                  Microsoft Game Studios     0.43     0.01     0.00
## 8420                           Vivendi Games     0.42     0.02     0.00
## 8422                              Tecmo Koei     0.14     0.01     0.31
## 8423                              Activision     0.42     0.02     0.00
## 8424                         Electronic Arts     0.41     0.02     0.00
## 8425                  Microsoft Game Studios     0.41     0.02     0.00
## 8426                                    Sega     0.10     0.22     0.02
## 8428                              Activision     0.41     0.02     0.00
## 8431                         Electronic Arts     0.38     0.05     0.00
## 8432             Sony Computer Entertainment     0.25     0.12     0.00
## 8435                                     THQ     0.35     0.06     0.00
## 8436                                    Sega     0.30     0.12     0.00
## 8437                   Majesco Entertainment     0.42     0.00     0.00
## 8439                         Electronic Arts     0.02     0.38     0.01
## 8440                           Vivendi Games     0.39     0.02     0.00
## 8442              Disney Interactive Studios     0.39     0.02     0.01
## 8444                                    Sega     0.12     0.28     0.00
## 8445                                     THQ     0.04     0.26     0.00
## 8446                              Activision     0.36     0.04     0.00
## 8450                    Take-Two Interactive     0.36     0.04     0.01
## 8451                               LucasArts     0.38     0.02     0.00
## 8453                                     THQ     0.40     0.00     0.00
## 8457                         Electronic Arts     0.16     0.19     0.00
## 8458                           Vivendi Games     0.21     0.16     0.00
## 8462              Disney Interactive Studios     0.15     0.17     0.00
## 8463                               LucasArts     0.20     0.16     0.00
## 8465              Disney Interactive Studios     0.20     0.16     0.00
## 8467                           Vivendi Games     0.34     0.01     0.00
## 8468                           Vivendi Games     0.36     0.02     0.00
## 8469            Konami Digital Entertainment     0.22     0.09     0.04
## 8471  Warner Bros. Interactive Entertainment     0.27     0.08     0.00
## 8473                                     THQ     0.37     0.01     0.00
## 8474                    Take-Two Interactive     0.01     0.39     0.00
## 8476                         Electronic Arts     0.33     0.04     0.01
## 8477                                    Sega     0.32     0.02     0.04
## 8478                                 Ubisoft     0.36     0.01     0.00
## 8479                             Codemasters     0.34     0.03     0.01
## 8483                             D3Publisher     0.37     0.00     0.00
## 8484                       Eidos Interactive     0.12     0.22     0.00
## 8485                    Take-Two Interactive     0.19     0.15     0.00
## 8486                                     THQ     0.19     0.15     0.01
## 8488  Warner Bros. Interactive Entertainment     0.19     0.15     0.00
## 8491                         Electronic Arts     0.35     0.00     0.00
## 8493                               505 Games     0.35     0.01     0.00
## 8495                                     THQ     0.32     0.01     0.00
## 8496                                 Ubisoft     0.34     0.01     0.00
## 8498                  Microsoft Game Studios     0.18     0.12     0.04
## 8499                              Activision     0.31     0.01     0.00
## 8500                         Electronic Arts     0.29     0.04     0.00
## 8502                    Take-Two Interactive     0.34     0.00     0.00
## 8503                                     THQ     0.06     0.20     0.00
## 8504                           Vivendi Games     0.32     0.02     0.00
## 8505                         Electronic Arts     0.10     0.17     0.00
## 8506                         Electronic Arts     0.30     0.01     0.00
## 8509                                 Ubisoft     0.30     0.03     0.00
## 8511                                     THQ     0.07     0.24     0.00
## 8513                  Zoo Digital Publishing     0.32     0.00     0.00
## 8514                         Electronic Arts     0.30     0.01     0.00
## 8516                                Nintendo     0.22     0.02     0.08
## 8518                                     THQ     0.13     0.15     0.00
## 8521                             D3Publisher     0.28     0.00     0.03
## 8522              Disney Interactive Studios     0.29     0.02     0.00
## 8523             Sony Computer Entertainment     0.28     0.00     0.02
## 8524                                  Capcom     0.22     0.00     0.09
## 8525                              Activision     0.30     0.01     0.00
## 8526                                Nintendo     0.14     0.01     0.16
## 8527                                 Ubisoft     0.29     0.01     0.00
## 8528                                Nintendo     0.19     0.02     0.09
## 8530                         Electronic Arts     0.29     0.01     0.00
## 8532                         Electronic Arts     0.29     0.01     0.00
## 8533                                   Atari     0.19     0.04     0.08
## 8534            Konami Digital Entertainment     0.30     0.00     0.00
## 8535                                     THQ     0.11     0.13     0.00
## 8536                      Namco Bandai Games     0.14     0.02     0.15
## 8537             Sony Computer Entertainment     0.20     0.04     0.05
## 8538                             Codemasters     0.28     0.01     0.00
## 8539                           Vivendi Games     0.27     0.02     0.00
## 8541             Sony Computer Entertainment     0.29     0.00     0.00
## 8543            Konami Digital Entertainment     0.29     0.00     0.00
## 8545             Sony Computer Entertainment     0.13     0.12     0.00
## 8548                    Take-Two Interactive     0.04     0.17     0.00
## 8551                         Electronic Arts     0.28     0.00     0.00
## 8552            Konami Digital Entertainment     0.28     0.00     0.01
## 8556                             Square Enix     0.26     0.00     0.02
## 8557                            Midway Games     0.24     0.02     0.00
## 8558                              Tecmo Koei     0.15     0.06     0.06
## 8561                              Activision     0.01     0.23     0.00
## 8562                         Electronic Arts     0.24     0.03     0.00
## 8563                              Activision     0.26     0.01     0.00
## 8566                                 Ubisoft     0.24     0.02     0.00
## 8567                         Electronic Arts     0.22     0.06     0.00
## 8568                                Nintendo     0.22     0.04     0.01
## 8569            Konami Digital Entertainment     0.23     0.00     0.04
## 8571                             D3Publisher     0.26     0.00     0.00
## 8573                         Electronic Arts     0.26     0.00     0.00
## 8574                                    Sega     0.14     0.10     0.00
## 8577                              Tecmo Koei     0.10     0.03     0.14
## 8578                              Activision     0.25     0.01     0.00
## 8579                      Empire Interactive     0.14     0.11     0.00
## 8580                                 Ubisoft     0.26     0.00     0.00
## 8581             Sony Computer Entertainment     0.14     0.11     0.00
## 8582             Sony Computer Entertainment     0.26     0.00     0.00
## 8586                                    Sega     0.20     0.02     0.03
## 8589                    Take-Two Interactive     0.23     0.01     0.00
## 8590                         Electronic Arts     0.13     0.10     0.00
## 8591                                     THQ     0.13     0.10     0.00
## 8594                    Take-Two Interactive     0.18     0.08     0.00
## 8599                    Take-Two Interactive     0.24     0.00     0.00
## 8600                   Majesco Entertainment     0.24     0.00     0.00
## 8606                       Eidos Interactive     0.21     0.02     0.00
## 8609                                 Ubisoft     0.20     0.03     0.00
## 8613                                    Sega     0.03     0.15     0.00
## 8615                         Electronic Arts     0.16     0.06     0.00
## 8616                                     THQ     0.18     0.04     0.01
## 8617                         Electronic Arts     0.22     0.01     0.00
## 8619                                     THQ     0.23     0.00     0.00
## 8620                              Activision     0.22     0.01     0.00
## 8623                               505 Games     0.19     0.01     0.03
## 8624                                   Spike     0.23     0.00     0.00
## 8625                              Activision     0.22     0.00     0.00
## 8627                       Rising Star Games     0.16     0.00     0.06
## 8629                    Take-Two Interactive     0.22     0.00     0.00
## 8630                                 Ubisoft     0.03     0.14     0.00
## 8631                         Electronic Arts     0.18     0.03     0.00
## 8633                         Electronic Arts     0.12     0.09     0.00
## 8634                  Microsoft Game Studios     0.19     0.02     0.00
## 8636  Warner Bros. Interactive Entertainment     0.21     0.01     0.00
## 8637                         Electronic Arts     0.15     0.05     0.00
## 8642                            Midway Games     0.19     0.02     0.00
## 8644                              Activision     0.20     0.01     0.00
## 8648                                    Sega     0.20     0.00     0.00
## 8650                       Eidos Interactive     0.20     0.00     0.00
## 8651                      Empire Interactive     0.09     0.08     0.00
## 8652                           Vivendi Games     0.03     0.12     0.00
## 8658                           Vivendi Games     0.18     0.02     0.00
## 8659                                 Ubisoft     0.18     0.01     0.00
## 8660                  Microsoft Game Studios     0.18     0.00     0.01
## 8661                             Square Enix     0.09     0.00     0.11
## 8662                         Electronic Arts     0.19     0.00     0.00
## 8664                                 Ubisoft     0.17     0.01     0.00
## 8665                      Namco Bandai Games     0.19     0.00     0.00
## 8666                              Activision     0.18     0.00     0.00
## 8667                             Codemasters     0.17     0.01     0.00
## 8669                              Activision     0.18     0.00     0.00
## 8672                              Tecmo Koei     0.17     0.01     0.00
## 8673                                     THQ     0.16     0.02     0.00
## 8676                      Namco Bandai Games     0.15     0.01     0.02
## 8677                                 Unknown     0.00     0.00     0.19
## 8678                      Namco Bandai Games     0.07     0.00     0.11
## 8681              Disney Interactive Studios     0.17     0.00     0.00
## 8683                             D3Publisher     0.17     0.00     0.00
## 8686                                 Ubisoft     0.14     0.02     0.00
## 8687                              Activision     0.13     0.04     0.00
## 8688                              Activision     0.16     0.00     0.00
## 8689                      Namco Bandai Games     0.16     0.01     0.00
## 8690                    Take-Two Interactive     0.16     0.00     0.00
## 8691                    Take-Two Interactive     0.16     0.00     0.00
## 8696                  Ignition Entertainment     0.16     0.00     0.00
## 8697                              Activision     0.16     0.00     0.00
## 8702                  Microsoft Game Studios     0.14     0.01     0.00
## 8705             Sony Computer Entertainment     0.07     0.06     0.00
## 8706                         SouthPeak Games     0.15     0.01     0.00
## 8707                       Rising Star Games     0.11     0.01     0.03
## 8713                               LucasArts     0.13     0.02     0.00
## 8714                                 Ubisoft     0.14     0.01     0.00
## 8715            Konami Digital Entertainment     0.14     0.00     0.01
## 8716                    Take-Two Interactive     0.15     0.00     0.00
## 8717                         Electronic Arts     0.14     0.00     0.00
## 8718                           Vivendi Games     0.14     0.00     0.00
## 8722                          AQ Interactive     0.06     0.05     0.04
## 8723                                   Atari     0.14     0.00     0.00
## 8725                    Take-Two Interactive     0.14     0.00     0.00
## 8729                         Electronic Arts     0.14     0.00     0.00
## 8731                         Electronic Arts     0.12     0.01     0.00
## 8732                 White Park Bay Software     0.13     0.01     0.00
## 8733                              Tecmo Koei     0.11     0.00     0.04
## 8734                                    Sega     0.12     0.02     0.00
## 8737                    Take-Two Interactive     0.12     0.02     0.00
## 8738                                 Ubisoft     0.10     0.03     0.00
## 8739                              Activision     0.12     0.02     0.00
## 8742                                     THQ     0.13     0.00     0.00
## 8743                                 Ubisoft     0.13     0.01     0.00
## 8745                              Activision     0.13     0.00     0.00
## 8747                                     THQ     0.11     0.03     0.00
## 8748                           Vivendi Games     0.13     0.00     0.00
## 8750                                 Ubisoft     0.07     0.00     0.06
## 8751                  Zoo Digital Publishing     0.13     0.00     0.00
## 8752                           Vivendi Games     0.12     0.01     0.00
## 8753                                 Ubisoft     0.13     0.00     0.00
## 8756                         Electronic Arts     0.00     0.11     0.00
## 8759                               505 Games     0.07     0.00     0.06
## 8760                    Take-Two Interactive     0.13     0.00     0.00
## 8762                                 Ubisoft     0.11     0.02     0.00
## 8769                    Take-Two Interactive     0.11     0.01     0.00
## 8771                              Tecmo Koei     0.12     0.00     0.00
## 8773                              Touchstone     0.07     0.05     0.00
## 8774             Sony Computer Entertainment     0.12     0.00     0.00
## 8775                               Banpresto     0.07     0.00     0.05
## 8776                                 Natsume     0.12     0.00     0.00
## 8780                                  Funsta     0.10     0.01     0.00
## 8781                       Rising Star Games     0.05     0.04     0.02
## 8782                            Midway Games     0.10     0.01     0.00
## 8783                               Destineer     0.12     0.00     0.00
## 8784                         Electronic Arts     0.11     0.01     0.00
## 8786                System 3 Arcade Software     0.11     0.00     0.00
## 8787                             D3Publisher     0.06     0.05     0.00
## 8788                      Bethesda Softworks     0.11     0.01     0.00
## 8793                           Vivendi Games     0.11     0.00     0.00
## 8794                                   Atari     0.11     0.00     0.00
## 8795                                     THQ     0.11     0.00     0.00
## 8798                            Midway Games     0.10     0.01     0.00
## 8799            Konami Digital Entertainment     0.11     0.00     0.00
## 8805                                   Sting     0.05     0.04     0.02
## 8806                      Namco Bandai Games     0.00     0.00     0.11
## 8807                    Take-Two Interactive     0.10     0.01     0.00
## 8808                         SouthPeak Games     0.10     0.00     0.00
## 8810                                 Ubisoft     0.08     0.02     0.00
## 8813                                 Ubisoft     0.10     0.00     0.00
## 8815            Konami Digital Entertainment     0.00     0.00     0.11
## 8820                                 Ubisoft     0.10     0.00     0.00
## 8823                   Majesco Entertainment     0.09     0.01     0.00
## 8834                      Empire Interactive     0.07     0.02     0.00
## 8835                                 Ubisoft     0.01     0.09     0.00
## 8840                               LucasArts     0.09     0.00     0.00
## 8849                                 Ubisoft     0.09     0.00     0.00
## 8850                               505 Games     0.09     0.00     0.00
## 8851                              Activision     0.05     0.04     0.00
## 8855                            Midway Games     0.09     0.00     0.00
## 8859                              Tecmo Koei     0.08     0.00     0.01
## 8861                                  Capcom     0.05     0.04     0.00
## 8862                                    Sega     0.00     0.00     0.10
## 8865                             Codemasters     0.08     0.00     0.00
## 8867                              Ghostlight     0.08     0.00     0.00
## 8868                              Tecmo Koei     0.08     0.01     0.00
## 8869                  Microsoft Game Studios     0.01     0.06     0.00
## 8870                         Electronic Arts     0.06     0.03     0.00
## 8872                            Game Factory     0.07     0.01     0.00
## 8874                         Electronic Arts     0.08     0.00     0.00
## 8875                      Namco Bandai Games     0.09     0.00     0.00
## 8876                                   Atari     0.08     0.00     0.00
## 8877                            Midway Games     0.07     0.01     0.00
## 8881                                 Ubisoft     0.08     0.00     0.00
## 8889                             Takara Tomy     0.08     0.00     0.00
## 8895                              Tecmo Koei     0.04     0.03     0.00
## 8897                           Vivendi Games     0.07     0.01     0.00
## 8899                         Electronic Arts     0.06     0.02     0.00
## 8900                                 Ubisoft     0.08     0.00     0.00
## 8902                            Midway Games     0.07     0.01     0.00
## 8903            Konami Digital Entertainment     0.08     0.00     0.00
## 8905                          Popcorn Arcade     0.07     0.00     0.00
## 8909  Warner Bros. Interactive Entertainment     0.06     0.01     0.00
## 8911                                    Sega     0.07     0.00     0.00
## 8916                              Activision     0.06     0.01     0.00
## 8918                                    Sega     0.07     0.00     0.00
## 8921                         Electronic Arts     0.06     0.02     0.00
## 8923                                  Jaleco     0.07     0.00     0.00
## 8928                                 Ubisoft     0.07     0.00     0.00
## 8929                     Brash Entertainment     0.04     0.03     0.00
## 8931                              Tecmo Koei     0.00     0.00     0.07
## 8935                            Midway Games     0.03     0.03     0.00
## 8937                                 Success     0.07     0.00     0.00
## 8938                       Rising Star Games     0.05     0.00     0.01
## 8941                              Ghostlight     0.00     0.03     0.03
## 8944                         Electronic Arts     0.01     0.04     0.00
## 8947                   Majesco Entertainment     0.06     0.00     0.00
## 8948                                Metro 3D     0.06     0.00     0.00
## 8951                              Tecmo Koei     0.02     0.00     0.05
## 8952                                   Atari     0.06     0.00     0.00
## 8960                  Microsoft Game Studios     0.00     0.05     0.00
## 8964                            Game Factory     0.06     0.00     0.00
## 8968                                     THQ     0.05     0.01     0.00
## 8971                  Zoo Digital Publishing     0.06     0.00     0.00
## 8972                    Hudson Entertainment     0.06     0.00     0.00
## 8975                         Electronic Arts     0.00     0.02     0.03
## 8976                                    Sega     0.05     0.00     0.00
## 8977                            Midway Games     0.00     0.05     0.00
## 8978                             Square Enix     0.06     0.00     0.00
## 8981                                   Atari     0.00     0.05     0.00
## 8982            Konami Digital Entertainment     0.05     0.00     0.00
## 8986                           Mercury Games     0.05     0.00     0.00
## 8988                              Activision     0.05     0.00     0.00
## 8992                    Nippon Ichi Software     0.03     0.02     0.00
## 8993                         Electronic Arts     0.05     0.00     0.00
## 8994                                     THQ     0.01     0.04     0.00
## 9003                                 Success     0.05     0.00     0.00
## 9004                       Eidos Interactive     0.05     0.00     0.00
## 9007                         Electronic Arts     0.00     0.04     0.00
## 9009                         Electronic Arts     0.04     0.01     0.00
## 9016                  Ignition Entertainment     0.02     0.00     0.02
## 9017                                   Atari     0.05     0.00     0.00
## 9026                                   Taito     0.05     0.00     0.00
## 9030                              Tecmo Koei     0.01     0.01     0.03
## 9035                                    Sega     0.02     0.02     0.00
## 9041                        Activision Value     0.04     0.00     0.00
## 9042                            Game Factory     0.03     0.01     0.00
## 9043                         SouthPeak Games     0.04     0.00     0.00
## 9044                                 Ubisoft     0.00     0.04     0.00
## 9046                                     THQ     0.00     0.04     0.00
## 9047                    Take-Two Interactive     0.04     0.01     0.00
## 9048                       Eidos Interactive     0.00     0.04     0.00
## 9050                                 Unknown     0.00     0.00     0.04
## 9052                    Take-Two Interactive     0.04     0.00     0.00
## 9053                                    Sega     0.03     0.01     0.00
## 9054                             Square Enix     0.01     0.00     0.03
## 9060                                   PQube     0.04     0.00     0.00
## 9061                Monte Christo Multimedia     0.00     0.04     0.00
## 9062                      Namco Bandai Games     0.01     0.01     0.01
## 9065                               LucasArts     0.03     0.01     0.00
## 9066                             D3Publisher     0.04     0.00     0.00
## 9069                         Electronic Arts     0.00     0.04     0.00
## 9072                               505 Games     0.03     0.00     0.00
## 9076                                     THQ     0.01     0.03     0.00
## 9078                              Tecmo Koei     0.03     0.00     0.01
## 9082                                 Ubisoft     0.03     0.00     0.00
## 9084                           Vivendi Games     0.03     0.00     0.00
## 9085                           Vivendi Games     0.00     0.03     0.00
## 9087                                 Ubisoft     0.03     0.00     0.00
## 9088                                 Ubisoft     0.03     0.01     0.00
## 9091                                     THQ     0.01     0.02     0.00
## 9092              Disney Interactive Studios     0.01     0.02     0.00
## 9093                         Electronic Arts     0.02     0.01     0.00
## 9094                       Rising Star Games     0.03     0.00     0.00
## 9095                       Eidos Interactive     0.03     0.00     0.00
## 9096                         Electronic Arts     0.00     0.03     0.00
## 9098                     Crave Entertainment     0.03     0.00     0.00
## 9106                           Vivendi Games     0.00     0.03     0.00
## 9107                       Eidos Interactive     0.00     0.03     0.00
## 9112                                   Spike     0.00     0.00     0.03
## 9131                     Paradox Interactive     0.00     0.03     0.00
## 9137                                   Atari     0.03     0.00     0.00
## 9144                                   Atari     0.03     0.00     0.00
## 9146             Sony Computer Entertainment     0.03     0.00     0.00
## 9147                                 Ubisoft     0.00     0.02     0.00
## 9156                                 Ubisoft     0.01     0.01     0.00
## 9159                         Electronic Arts     0.00     0.00     0.03
## 9160                         Electronic Arts     0.01     0.01     0.00
## 9161                   Lexicon Entertainment     0.02     0.00     0.00
## 9166                     Crave Entertainment     0.02     0.00     0.00
## 9171                  Microsoft Game Studios     0.00     0.02     0.00
## 9173                                 Ubisoft     0.01     0.01     0.00
## 9179                         Electronic Arts     0.00     0.02     0.00
## 9184                             Codemasters     0.00     0.02     0.00
## 9190                                   Atari     0.00     0.02     0.00
## 9196                  Zoo Digital Publishing     0.02     0.00     0.00
## 9197                             Codemasters     0.00     0.02     0.00
## 9200                             Deep Silver     0.02     0.00     0.00
## 9203                       DTP Entertainment     0.00     0.02     0.00
## 9205                              Activision     0.02     0.00     0.00
## 9208                         Electronic Arts     0.00     0.02     0.00
## 9215                       Eidos Interactive     0.00     0.01     0.00
## 9216                                   Aspyr     0.02     0.00     0.00
## 9227                       Eidos Interactive     0.00     0.01     0.00
## 9228                             D3Publisher     0.01     0.00     0.00
## 9233                  Microsoft Game Studios     0.00     0.02     0.00
## 9254                  Microsoft Game Studios     0.00     0.01     0.00
## 9260                              Activision     0.01     0.00     0.00
## 9262                         Electronic Arts     0.00     0.01     0.00
## 9264                                 Success     0.01     0.00     0.00
## 9268                  Lighthouse Interactive     0.00     0.01     0.00
## 9270                                   Atari     0.00     0.01     0.00
## 9274                           Kalypso Media     0.00     0.01     0.00
## 9278                  Ignition Entertainment     0.00     0.00     0.01
## 9282                         Electronic Arts     0.00     0.01     0.00
## 9283                              Activision     0.01     0.00     0.00
## 9287                           Vivendi Games     0.01     0.00     0.00
## 9295                           Vivendi Games     0.01     0.00     0.00
## 9296                       Eidos Interactive     0.00     0.01     0.00
## 9302                               Destineer     0.01     0.00     0.00
## 9306                                     THQ     0.00     0.01     0.00
## 9310                       Rising Star Games     0.01     0.00     0.00
## 9313                               505 Games     0.00     0.00     0.01
## 9314                             Codemasters     0.00     0.01     0.00
## 9316                                    Sega     0.00     0.01     0.00
## 9323                             Codemasters     0.00     0.01     0.00
## 9328                                Nintendo    41.36    28.96     3.77
## 9329                                Nintendo    11.28     9.14     6.50
## 9330                                Nintendo    13.96     9.18     2.93
## 9332                                Nintendo     3.74     2.14     0.60
## 9333                  Microsoft Game Studios     3.54     1.88     0.07
## 9334                             Square Enix     1.88     0.00     2.33
## 9335                               505 Games     3.07     1.91     0.07
## 9336                               RedOctane     3.81     0.63     0.00
## 9337                    Take-Two Interactive     1.70     1.99     0.16
## 9338                         Electronic Arts     3.63     0.24     0.01
## 9339            Konami Digital Entertainment     0.10     2.39     1.05
## 9340                    Take-Two Interactive     2.82     1.03     0.13
## 9341             Sony Computer Entertainment     1.74     1.72     0.14
## 9342             Sony Computer Entertainment     2.45     1.01     0.00
## 9344             Sony Computer Entertainment     1.53     1.60     0.06
## 9345                    Take-Two Interactive     1.56     1.40     0.07
## 9346                                Nintendo     0.59     1.79     0.73
## 9348                                Nintendo     0.90     1.00     1.03
## 9349                                Nintendo     0.86     1.04     0.73
## 9350                                Nintendo     1.45     0.07     1.10
## 9351                              Activision     1.49     0.92     0.02
## 9352                               LucasArts     1.85     0.64     0.01
## 9354                         Electronic Arts     0.86     1.11     0.01
## 9356                                     THQ     1.40     0.88     0.03
## 9357                              Activision     2.29     0.02     0.00
## 9358                         Electronic Arts     0.87     0.97     0.00
## 9359                                    Sega     1.05     0.91     0.04
## 9361                                     THQ     1.17     0.77     0.02
## 9362                                Nintendo     1.28     0.03     0.73
## 9363                                Nintendo     0.63     0.05     1.35
## 9364                                  Capcom     1.16     0.64     0.08
## 9365                             Square Enix     0.89     0.04     1.07
## 9366                         Electronic Arts     0.92     0.93     0.00
## 9367             Sony Computer Entertainment     1.74     0.02     0.00
## 9368                                 Ubisoft     1.09     0.65     0.02
## 9369                                Nintendo     0.78     0.02     1.05
## 9370                         Electronic Arts     1.66     0.00     0.01
## 9371                             Square Enix     0.23     0.02     1.49
## 9373                         Electronic Arts     1.41     0.05     0.00
## 9375                         Electronic Arts     0.81     0.58     0.01
## 9376                         Electronic Arts     0.76     0.69     0.02
## 9377                  Microsoft Game Studios     0.45     0.95     0.02
## 9378                                Nintendo     0.98     0.04     0.49
## 9379                                Nintendo     1.15     0.36     0.04
## 9380                                Nintendo     0.78     0.37     0.30
## 9381                         Electronic Arts     1.07     0.40     0.00
## 9382                                 Ubisoft     1.40     0.02     0.02
## 9383                              Activision     0.60     0.62     0.03
## 9385                             Square Enix     0.47     0.37     0.52
## 9387                         Electronic Arts     1.33     0.03     0.01
## 9389                                    Sega     0.73     0.42     0.00
## 9390                                 Ubisoft     1.22     0.06     0.02
## 9391                               LucasArts     0.58     0.50     0.00
## 9392                      Namco Bandai Games     0.24     0.70     0.16
## 9393                         Electronic Arts     1.22     0.05     0.05
## 9394                                  Capcom     1.09     0.04     0.10
## 9395                         Electronic Arts     1.07     0.04     0.02
## 9396                         Electronic Arts     0.45     0.66     0.02
## 9397                         Electronic Arts     1.01     0.04     0.03
## 9398                         Electronic Arts     0.49     0.50     0.03
## 9400                                     THQ     1.01     0.04     0.00
## 9402                                     THQ     0.72     0.28     0.00
## 9403                           Vivendi Games     0.99     0.04     0.00
## 9404                                Nintendo     0.73     0.03     0.36
## 9405            Konami Digital Entertainment     0.38     0.35     0.38
## 9406                    Take-Two Interactive     0.97     0.04     0.00
## 9407                                    Sega     0.41     0.06     0.04
## 9408                                     THQ     0.81     0.30     0.00
## 9411                                    Sega     0.05     0.04     0.84
## 9412                         Electronic Arts     0.89     0.03     0.01
## 9413                               LucasArts     0.96     0.03     0.00
## 9414                              Activision     0.89     0.03     0.00
## 9415                            Midway Games     0.88     0.04     0.00
## 9416             Sony Computer Entertainment     0.81     0.11     0.00
## 9417            Konami Digital Entertainment     0.87     0.03     0.00
## 9418                                    Sega     0.44     0.48     0.00
## 9419                         Electronic Arts     0.97     0.03     0.00
## 9422                      Namco Bandai Games     0.37     0.30     0.12
## 9424                                     THQ     0.85     0.04     0.00
## 9425                               LucasArts     0.75     0.19     0.00
## 9426             Sony Computer Entertainment     0.30     0.43     0.00
## 9428                    Take-Two Interactive     0.75     0.03     0.04
## 9429             Sony Computer Entertainment     0.78     0.03     0.00
## 9430                                     THQ     0.72     0.19     0.00
## 9432                                     THQ     0.55     0.21     0.00
## 9433                                    Sega     0.71     0.18     0.00
## 9434                  Microsoft Game Studios     0.30     0.32     0.21
## 9435             Sony Computer Entertainment     0.17     0.13     0.55
## 9436             Sony Computer Entertainment     0.44     0.27     0.00
## 9438                                 Ubisoft     0.80     0.00     0.01
## 9439                              Activision     0.72     0.03     0.00
## 9440            Konami Digital Entertainment     0.01     0.72     0.12
## 9441             Sony Computer Entertainment     0.12     0.51     0.00
## 9442                              Activision     0.69     0.03     0.00
## 9444                         Electronic Arts     0.19     0.38     0.00
## 9445                                   Atari     0.66     0.02     0.00
## 9446                                 Ubisoft     0.67     0.04     0.01
## 9447                    Take-Two Interactive     0.65     0.02     0.00
## 9448                                     THQ     0.11     0.43     0.00
## 9449                                Nintendo     0.57     0.04     0.11
## 9450             Sony Computer Entertainment     0.18     0.37     0.06
## 9451                    Take-Two Interactive     0.28     0.38     0.00
## 9452                         Electronic Arts     0.62     0.02     0.00
## 9454                            Midway Games     0.67     0.01     0.00
## 9455                         Electronic Arts     0.67     0.00     0.00
## 9456                         Electronic Arts     0.60     0.02     0.00
## 9457                                     THQ     0.64     0.00     0.00
## 9460                                 Ubisoft     0.54     0.03     0.04
## 9462                                 Ubisoft     0.35     0.22     0.00
## 9463                                     THQ     0.33     0.20     0.00
## 9464                                   Atari     0.55     0.02     0.00
## 9465                                  Capcom     0.15     0.12     0.34
## 9466                               LucasArts     0.55     0.03     0.00
## 9467                                  Capcom     0.11     0.03     0.15
## 9468                              Activision     0.30     0.22     0.01
## 9469                         Electronic Arts     0.48     0.13     0.00
## 9471                              Tecmo Koei     0.02     0.02     0.57
## 9472                                     THQ     0.50     0.02     0.00
## 9473                    Take-Two Interactive     0.53     0.00     0.00
## 9474                      Namco Bandai Games     0.28     0.22     0.00
## 9475                         Electronic Arts     0.47     0.02     0.00
## 9476                         Electronic Arts     0.28     0.22     0.00
## 9478                              Activision     0.41     0.07     0.00
## 9480                         Electronic Arts     0.42     0.12     0.00
## 9485                                   Atari     0.26     0.08     0.13
## 9486                              Activision     0.45     0.02     0.00
## 9487                       Rising Star Games     0.35     0.01     0.14
## 9488                                Nintendo     0.39     0.03     0.08
## 9490                                Nintendo     0.38     0.01     0.10
## 9492                                    Sega     0.17     0.00     0.33
## 9493                                 Ubisoft     0.46     0.01     0.02
## 9494                         Electronic Arts     0.47     0.00     0.01
## 9495                       Eidos Interactive     0.25     0.19     0.02
## 9496                         Electronic Arts     0.46     0.01     0.00
## 9498                         Electronic Arts     0.46     0.05     0.00
## 9499                         Electronic Arts     0.47     0.00     0.00
## 9500                      Namco Bandai Games     0.15     0.12     0.20
## 9501                         Electronic Arts     0.42     0.02     0.00
## 9502                                    Sega     0.42     0.02     0.00
## 9503                                     THQ     0.44     0.03     0.00
## 9505                                     THQ     0.39     0.10     0.00
## 9506                       Eidos Interactive     0.25     0.19     0.00
## 9507                         Electronic Arts     0.42     0.04     0.00
## 9508                         Electronic Arts     0.46     0.00     0.00
## 9509                                     THQ     0.44     0.02     0.00
## 9510                              Activision     0.44     0.02     0.00
## 9512                           Vivendi Games     0.37     0.11     0.00
## 9513                                     THQ     0.45     0.00     0.00
## 9515                         Electronic Arts     0.44     0.00     0.00
## 9516                         Electronic Arts     0.19     0.27     0.01
## 9517                                Nintendo     0.16     0.01     0.29
## 9519                             Square Enix     0.04     0.03     0.39
## 9520                            Midway Games     0.23     0.18     0.00
## 9521                         Electronic Arts     0.35     0.10     0.00
## 9523              Disney Interactive Studios     0.33     0.12     0.00
## 9524                         Electronic Arts     0.42     0.00     0.00
## 9525                                 Ubisoft     0.23     0.14     0.00
## 9526                       Eidos Interactive     0.09     0.24     0.00
## 9527                                    Sega     0.29     0.01     0.12
## 9528                         Electronic Arts     0.38     0.01     0.00
## 9530                              Tecmo Koei     0.22     0.03     0.00
## 9531                                   Spike     0.37     0.01     0.00
## 9533                               LucasArts     0.33     0.10     0.00
## 9535                             Square Enix     0.07     0.05     0.29
## 9536                                 Ubisoft     0.17     0.01     0.23
## 9537                  Microsoft Game Studios     0.02     0.36     0.00
## 9538                             D3Publisher     0.39     0.00     0.00
## 9539                                     THQ     0.11     0.20     0.00
## 9540                       Eidos Interactive     0.35     0.01     0.00
## 9542                         Electronic Arts     0.31     0.09     0.00
## 9544                                 Ubisoft     0.36     0.02     0.00
## 9545                              Activision     0.20     0.16     0.00
## 9547                         Electronic Arts     0.35     0.02     0.01
## 9548                              Activision     0.36     0.00     0.00
## 9549                            Midway Games     0.31     0.08     0.00
## 9551            Konami Digital Entertainment     0.31     0.02     0.04
## 9552                           Vivendi Games     0.19     0.15     0.00
## 9553                       Eidos Interactive     0.29     0.06     0.01
## 9554                              Activision     0.33     0.02     0.00
## 9555             Sony Computer Entertainment     0.14     0.04     0.16
## 9556                                   Atari     0.09     0.07     0.19
## 9557                                   Spike     0.34     0.00     0.00
## 9558                    Take-Two Interactive     0.30     0.04     0.00
## 9560                            Midway Games     0.18     0.14     0.00
## 9561                       Eidos Interactive     0.27     0.07     0.01
## 9562                           Vivendi Games     0.33     0.01     0.00
## 9563                         Electronic Arts     0.17     0.13     0.02
## 9564                      Namco Bandai Games     0.09     0.07     0.18
## 9565                              Activision     0.33     0.00     0.00
## 9566                         Electronic Arts     0.34     0.00     0.00
## 9567                                Nintendo     0.30     0.03     0.00
## 9568                             Square Enix     0.17     0.01     0.16
## 9569            Konami Digital Entertainment     0.08     0.06     0.19
## 9571                         Electronic Arts     0.27     0.07     0.00
## 9572             Sony Computer Entertainment     0.32     0.00     0.00
## 9573                              Activision     0.27     0.07     0.00
## 9574                              Tecmo Koei     0.11     0.09     0.12
## 9575                                Nintendo     0.28     0.01     0.03
## 9576                  Microsoft Game Studios     0.27     0.02     0.02
## 9577                         Electronic Arts     0.25     0.07     0.00
## 9578                           Vivendi Games     0.28     0.03     0.00
## 9579                                 Ubisoft     0.21     0.11     0.00
## 9580             Sony Computer Entertainment     0.21     0.00     0.10
## 9581                                     THQ     0.30     0.01     0.00
## 9582                                 Ubisoft     0.14     0.12     0.00
## 9583                                  Capcom     0.27     0.01     0.02
## 9584                         Electronic Arts     0.26     0.06     0.00
## 9585                              Tecmo Koei     0.09     0.07     0.15
## 9586                                     THQ     0.25     0.07     0.00
## 9588                                     THQ     0.25     0.07     0.00
## 9589                    Take-Two Interactive     0.24     0.07     0.00
## 9590            Konami Digital Entertainment     0.22     0.01     0.08
## 9591                                    Sega     0.21     0.01     0.08
## 9592                    Take-Two Interactive     0.27     0.03     0.00
## 9593                                   Atari     0.23     0.04     0.02
## 9600             Sony Computer Entertainment     0.15     0.12     0.00
## 9602                         Electronic Arts     0.02     0.01     0.00
## 9603                                  Capcom     0.27     0.00     0.00
## 9604                             Deep Silver     0.00     0.25     0.00
## 9607             Sony Computer Entertainment     0.26     0.01     0.00
## 9610                                   Atari     0.24     0.03     0.00
## 9612                                Nintendo     0.00     0.00     0.28
## 9613                                    Sega     0.24     0.00     0.01
## 9614              Disney Interactive Studios     0.25     0.00     0.00
## 9616                                   Atari     0.12     0.10     0.03
## 9617                                  Capcom     0.16     0.00     0.10
## 9618                               505 Games     0.14     0.11     0.00
## 9621                                     THQ     0.23     0.02     0.00
## 9623                              Activision     0.24     0.01     0.00
## 9626                         Electronic Arts     0.25     0.00     0.00
## 9629                         Electronic Arts     0.21     0.05     0.00
## 9630             Sony Computer Entertainment     0.24     0.00     0.01
## 9632                         Electronic Arts     0.23     0.01     0.00
## 9633                            Midway Games     0.13     0.10     0.00
## 9635                                Nintendo     0.00     0.00     0.26
## 9636                      Namco Bandai Games     0.26     0.00     0.00
## 9638                                  Capcom     0.11     0.02     0.11
## 9639              Disney Interactive Studios     0.23     0.01     0.00
## 9640                    Take-Two Interactive     0.01     0.20     0.00
## 9641                                     THQ     0.12     0.10     0.00
## 9645                              Tecmo Koei     0.15     0.02     0.06
## 9646                                     THQ     0.22     0.01     0.00
## 9647                                     THQ     0.21     0.02     0.00
## 9649                                 Ubisoft     0.12     0.09     0.00
## 9650                      Namco Bandai Games     0.12     0.09     0.00
## 9652                                 Ubisoft     0.20     0.03     0.00
## 9655                                 Ubisoft     0.10     0.01     0.12
## 9656                       Rising Star Games     0.15     0.00     0.07
## 9657                         Electronic Arts     0.18     0.05     0.00
## 9659                             Takara Tomy     0.22     0.00     0.00
## 9662            Konami Digital Entertainment     0.17     0.01     0.04
## 9663                             Square Enix     0.06     0.05     0.10
## 9664                              Tecmo Koei     0.15     0.01     0.04
## 9667                       Eidos Interactive     0.20     0.01     0.00
## 9668                                Nintendo     0.14     0.01     0.07
## 9669                              Activision     0.20     0.00     0.00
## 9670                                     THQ     0.18     0.02     0.00
## 9671                       Rising Star Games     0.11     0.08     0.00
## 9674                                    Sega     0.19     0.01     0.00
## 9676                                 Ubisoft     0.19     0.01     0.00
## 9677                    Take-Two Interactive     0.20     0.00     0.00
## 9679                            Midway Games     0.19     0.01     0.00
## 9681                         Electronic Arts     0.20     0.00     0.00
## 9685                      Namco Bandai Games     0.06     0.00     0.14
## 9686                    Take-Two Interactive     0.15     0.04     0.00
## 9687                                   Atari     0.18     0.00     0.00
## 9688                  Ignition Entertainment     0.10     0.08     0.00
## 9689                         Electronic Arts     0.17     0.01     0.00
## 9691             Sony Computer Entertainment     0.18     0.00     0.00
## 9693                         Electronic Arts     0.14     0.02     0.02
## 9695                               505 Games     0.09     0.00     0.09
## 9696                  Ignition Entertainment     0.07     0.06     0.04
## 9697                                 Ubisoft     0.17     0.01     0.00
## 9698                    Take-Two Interactive     0.18     0.00     0.00
## 9700                                 Ubisoft     0.16     0.02     0.00
## 9701                             Square Enix     0.17     0.01     0.00
## 9702                      Namco Bandai Games     0.02     0.01     0.16
## 9704                                    Sega     0.00     0.00     0.19
## 9705                           Vivendi Games     0.15     0.04     0.00
## 9708                              Tecmo Koei     0.00     0.00     0.19
## 9709                         Electronic Arts     0.13     0.05     0.00
## 9714                                    Sega     0.14     0.02     0.00
## 9716            Konami Digital Entertainment     0.00     0.00     0.17
## 9720                              Activision     0.16     0.00     0.00
## 9721                    Take-Two Interactive     0.15     0.00     0.00
## 9725                         Electronic Arts     0.13     0.02     0.00
## 9727                       Eidos Interactive     0.12     0.04     0.00
## 9731                   Majesco Entertainment     0.13     0.00     0.02
## 9735                    Take-Two Interactive     0.13     0.02     0.00
## 9737                      Namco Bandai Games     0.12     0.00     0.03
## 9740                           Vivendi Games     0.13     0.02     0.00
## 9742                           Vivendi Games     0.15     0.00     0.00
## 9743                            Midway Games     0.15     0.00     0.00
## 9744                      Empire Interactive     0.08     0.06     0.00
## 9745                                   Atari     0.14     0.00     0.00
## 9746               Sony Online Entertainment     0.14     0.00     0.00
## 9747                                Nintendo     0.01     0.02     0.12
## 9748                       Rising Star Games     0.08     0.03     0.03
## 9750            Konami Digital Entertainment     0.14     0.00     0.00
## 9752                  Microsoft Game Studios     0.12     0.01     0.02
## 9754                                    Sega     0.12     0.03     0.00
## 9755                                     THQ     0.11     0.03     0.00
## 9756                              Activision     0.12     0.03     0.00
## 9760                         Electronic Arts     0.11     0.03     0.00
## 9762                                  Capcom     0.12     0.01     0.00
## 9765                       Eidos Interactive     0.11     0.03     0.00
## 9766             Sony Computer Entertainment     0.11     0.00     0.02
## 9767                    Take-Two Interactive     0.07     0.05     0.00
## 9769                  Ignition Entertainment     0.12     0.01     0.00
## 9771                        Activision Value     0.13     0.00     0.00
## 9772                       Eidos Interactive     0.10     0.03     0.01
## 9774                           Vivendi Games     0.12     0.01     0.00
## 9781                            Midway Games     0.12     0.00     0.00
## 9782                                     THQ     0.11     0.01     0.00
## 9783                                Nintendo     0.08     0.01     0.03
## 9786                         Electronic Arts     0.07     0.05     0.00
## 9788                                Nintendo     0.08     0.02     0.03
## 9791                       Eidos Interactive     0.10     0.03     0.00
## 9792            Konami Digital Entertainment     0.07     0.01     0.04
## 9794                                    Sega     0.10     0.03     0.00
## 9795                              Activision     0.12     0.00     0.00
## 9796                         Electronic Arts     0.10     0.03     0.00
## 9797                              Activision     0.12     0.00     0.00
## 9799                                 Ubisoft     0.10     0.01     0.00
## 9800                                 Ubisoft     0.11     0.01     0.00
## 9801                             D3Publisher     0.11     0.01     0.00
## 9803                              Tecmo Koei     0.11     0.01     0.00
## 9806                                  Capcom     0.10     0.03     0.00
## 9808                    Take-Two Interactive     0.11     0.00     0.00
## 9813             Sony Computer Entertainment     0.11     0.00     0.00
## 9816                      Namco Bandai Games     0.06     0.05     0.00
## 9818                    Take-Two Interactive     0.11     0.00     0.00
## 9819                         Electronic Arts     0.09     0.03     0.00
## 9820                                 Ubisoft     0.09     0.00     0.02
## 9821                                    Sega     0.09     0.01     0.00
## 9823              Disney Interactive Studios     0.10     0.00     0.00
## 9824                         Electronic Arts     0.06     0.04     0.00
## 9826                         Electronic Arts     0.09     0.02     0.00
## 9828                                 Ubisoft     0.10     0.00     0.00
## 9832                                Nintendo     0.07     0.02     0.02
## 9833                       Eidos Interactive     0.08     0.02     0.00
## 9835                                     THQ     0.10     0.00     0.00
## 9837                              Activision     0.10     0.00     0.00
## 9841                         Electronic Arts     0.10     0.00     0.00
## 9844                              Activision     0.10     0.00     0.00
## 9847                         Electronic Arts     0.09     0.00     0.00
## 9849            Konami Digital Entertainment     0.09     0.00     0.00
## 9852                                 Unknown     0.06     0.02     0.02
## 9854                              Activision     0.08     0.02     0.00
## 9855                            Midway Games     0.05     0.04     0.00
## 9858                  Zoo Digital Publishing     0.09     0.00     0.00
## 9859                                   Atari     0.07     0.01     0.02
## 9860                            Midway Games     0.09     0.00     0.00
## 9862                       Rising Star Games     0.07     0.00     0.03
## 9866                      Namco Bandai Games     0.09     0.00     0.00
## 9868                               505 Games     0.00     0.00     0.10
## 9869            Konami Digital Entertainment     0.07     0.03     0.00
## 9870                                  Capcom     0.08     0.00     0.00
## 9871                  Ignition Entertainment     0.09     0.00     0.00
## 9872                                    Sega     0.00     0.08     0.00
## 9873                         Electronic Arts     0.09     0.00     0.00
## 9874                                     THQ     0.05     0.04     0.00
## 9877                               505 Games     0.06     0.02     0.00
## 9880                               505 Games     0.07     0.00     0.02
## 9881                         Electronic Arts     0.08     0.00     0.00
## 9886                       Eidos Interactive     0.08     0.00     0.00
## 9888                                  Capcom     0.08     0.00     0.00
## 9889                              Tecmo Koei     0.04     0.03     0.00
## 9891                            Idea Factory     0.08     0.00     0.00
## 9892                            Midway Games     0.08     0.00     0.00
## 9894                               LucasArts     0.06     0.02     0.00
## 9896                                     THQ     0.06     0.02     0.00
## 9902                               LucasArts     0.01     0.06     0.00
## 9903                             Codemasters     0.04     0.03     0.00
## 9904                         Electronic Arts     0.06     0.02     0.00
## 9905                      Namco Bandai Games     0.06     0.02     0.00
## 9906                                 Ubisoft     0.06     0.02     0.00
## 9907                    Take-Two Interactive     0.07     0.00     0.00
## 9909                         SouthPeak Games     0.04     0.03     0.00
## 9910                  Ignition Entertainment     0.01     0.01     0.05
## 9911                           Vivendi Games     0.06     0.01     0.00
## 9912                             D3Publisher     0.04     0.00     0.03
## 9913                       Eidos Interactive     0.06     0.02     0.00
## 9914                         Electronic Arts     0.07     0.00     0.00
## 9915                                 Ubisoft     0.06     0.01     0.00
## 9916                                    Sega     0.05     0.02     0.00
## 9917                                     THQ     0.05     0.02     0.00
## 9918                                  Capcom     0.07     0.00     0.00
## 9919                              Tecmo Koei     0.07     0.01     0.00
## 9924                                 Ubisoft     0.06     0.02     0.00
## 9927                         Electronic Arts     0.07     0.00     0.00
## 9931                   Majesco Entertainment     0.06     0.01     0.00
## 9932                            Myelin Media     0.04     0.03     0.00
## 9936                      Oxygen Interactive     0.06     0.00     0.00
## 9938                                 Ubisoft     0.06     0.00     0.00
## 9940            Konami Digital Entertainment     0.03     0.03     0.00
## 9942                       Eidos Interactive     0.05     0.01     0.00
## 9943                       Eidos Interactive     0.04     0.02     0.00
## 9944                      Namco Bandai Games     0.06     0.00     0.00
## 9947                               505 Games     0.06     0.00     0.00
## 9948                                  Capcom     0.00     0.00     0.07
## 9951                                   Atari     0.05     0.01     0.00
## 9953                              Activision     0.05     0.02     0.00
## 9958                                     THQ     0.03     0.02     0.00
## 9960                              Activision     0.06     0.00     0.00
## 9962                       Eidos Interactive     0.04     0.01     0.01
## 9963            Konami Digital Entertainment     0.04     0.00     0.02
## 9964                       Eidos Interactive     0.06     0.00     0.00
## 9970                       Eidos Interactive     0.03     0.02     0.00
## 9972                                 Ubisoft     0.05     0.01     0.00
## 9977                      Namco Bandai Games     0.03     0.02     0.00
## 9978                                   Atari     0.05     0.00     0.00
## 9980                       Eidos Interactive     0.03     0.02     0.00
## 9981                                 Ubisoft     0.03     0.02     0.00
## 9983                              Activision     0.05     0.00     0.00
## 9985                                 Ubisoft     0.04     0.01     0.00
## 9988                                   Atari     0.05     0.00     0.00
## 9989                         SouthPeak Games     0.05     0.00     0.00
## 9990                         Electronic Arts     0.04     0.01     0.00
## 9991                                     THQ     0.01     0.04     0.00
## 9993                      JoWood Productions     0.00     0.05     0.00
## 9994                                  Capcom     0.03     0.02     0.00
## 9996                                   Atari     0.03     0.02     0.00
## 10002           Konami Digital Entertainment     0.05     0.00     0.00
## 10003                     Namco Bandai Games     0.03     0.02     0.00
## 10010                          From Software     0.03     0.00     0.01
## 10015                                   Sega     0.02     0.01     0.01
## 10016                  Majesco Entertainment     0.05     0.00     0.00
## 10021                            D3Publisher     0.04     0.00     0.00
## 10027                             Tecmo Koei     0.04     0.00     0.00
## 10029                        Electronic Arts     0.02     0.02     0.00
## 10030                        Electronic Arts     0.00     0.04     0.00
## 10031                        Electronic Arts     0.00     0.04     0.00
## 10033            Sony Computer Entertainment     0.04     0.00     0.00
## 10035                     Namco Bandai Games     0.04     0.00     0.00
## 10038           Konami Digital Entertainment     0.04     0.00     0.00
## 10044                                    THQ     0.00     0.04     0.00
## 10045           Konami Digital Entertainment     0.03     0.01     0.01
## 10047                 Zoo Digital Publishing     0.04     0.00     0.00
## 10051                    Crave Entertainment     0.02     0.02     0.00
## 10055                     Empire Interactive     0.03     0.01     0.00
## 10056                      Eidos Interactive     0.02     0.02     0.00
## 10059                        Electronic Arts     0.04     0.00     0.00
## 10062                                Ubisoft     0.04     0.00     0.00
## 10063                                Ubisoft     0.00     0.04     0.00
## 10066               DreamCatcher Interactive     0.00     0.04     0.00
## 10067                        Electronic Arts     0.03     0.01     0.00
## 10071                        Electronic Arts     0.01     0.02     0.00
## 10074                                    THQ     0.04     0.00     0.00
## 10075                                Ubisoft     0.00     0.03     0.00
## 10076           Konami Digital Entertainment     0.02     0.00     0.02
## 10080                   Take-Two Interactive     0.03     0.01     0.00
## 10081           Konami Digital Entertainment     0.04     0.00     0.00
## 10082                     Empire Interactive     0.03     0.01     0.00
## 10088                        Electronic Arts     0.03     0.00     0.00
## 10091                             Activision     0.03     0.00     0.00
## 10094                          Vivendi Games     0.00     0.03     0.00
## 10095                           Idea Factory     0.00     0.00     0.04
## 10096                          Vivendi Games     0.01     0.02     0.00
## 10097                 Ignition Entertainment     0.02     0.01     0.00
## 10098                                   Sega     0.03     0.01     0.00
## 10104            Sony Computer Entertainment     0.00     0.00     0.04
## 10107               DreamCatcher Interactive     0.03     0.01     0.00
## 10109                     Namco Bandai Games     0.03     0.00     0.00
## 10110                            Codemasters     0.03     0.01     0.00
## 10114                                Ubisoft     0.00     0.03     0.00
## 10115                      Eidos Interactive     0.00     0.03     0.00
## 10118                             Activision     0.03     0.00     0.00
## 10120                 Microsoft Game Studios     0.00     0.03     0.00
## 10123                        Electronic Arts     0.02     0.01     0.00
## 10124                 Global A Entertainment     0.03     0.00     0.00
## 10125            Sony Computer Entertainment     0.03     0.00     0.00
## 10126                                Ubisoft     0.03     0.00     0.00
## 10132                            Codemasters     0.02     0.01     0.00
## 10133                     Namco Bandai Games     0.03     0.00     0.00
## 10139                  Majesco Entertainment     0.03     0.00     0.00
## 10149                            Codemasters     0.03     0.00     0.00
## 10152                              505 Games     0.03     0.00     0.00
## 10154                  Majesco Entertainment     0.03     0.00     0.00
## 10156                                Ubisoft     0.02     0.00     0.00
## 10157                   Take-Two Interactive     0.02     0.01     0.00
## 10159                            Deep Silver     0.00     0.02     0.00
## 10160                             Tecmo Koei     0.01     0.01     0.00
## 10165                        Electronic Arts     0.02     0.01     0.00
## 10166                                 NCSoft     0.00     0.02     0.00
## 10168                                   Sega     0.01     0.01     0.00
## 10169                        Electronic Arts     0.02     0.01     0.00
## 10170                      Eidos Interactive     0.02     0.01     0.00
## 10172                        Electronic Arts     0.00     0.02     0.00
## 10181                           Midway Games     0.01     0.01     0.00
## 10182                                  Atari     0.00     0.02     0.00
## 10183                              LucasArts     0.00     0.02     0.00
## 10184                           Mastertronic     0.01     0.01     0.00
## 10185        Midas Interactive Entertainment     0.01     0.01     0.00
## 10188                            Deep Silver     0.00     0.02     0.00
## 10190           Konami Digital Entertainment     0.02     0.00     0.00
## 10193                     Namco Bandai Games     0.02     0.00     0.00
## 10199                              505 Games     0.01     0.01     0.00
## 10201                     Namco Bandai Games     0.01     0.01     0.00
## 10205                     Namco Bandai Games     0.00     0.00     0.02
## 10208                                Natsume     0.02     0.00     0.00
## 10213                        Electronic Arts     0.01     0.01     0.00
## 10222                                Natsume     0.01     0.01     0.00
## 10225                                Ubisoft     0.02     0.00     0.00
## 10229                            Codemasters     0.00     0.02     0.00
## 10241                      Eidos Interactive     0.01     0.00     0.00
## 10243                                  Atari     0.00     0.02     0.00
## 10253            Sony Computer Entertainment     0.01     0.01     0.00
## 10254                      Eidos Interactive     0.01     0.00     0.00
## 10255                      Eidos Interactive     0.00     0.01     0.00
## 10258                        10TACLE Studios     0.01     0.01     0.00
## 10259                           Idea Factory     0.02     0.00     0.00
## 10262                                 Capcom     0.01     0.00     0.00
## 10265                      Eidos Interactive     0.00     0.01     0.00
## 10266                            Global Star     0.01     0.00     0.00
## 10272                   Take-Two Interactive     0.00     0.01     0.00
## 10274                             Activision     0.00     0.01     0.00
## 10277                                Ubisoft     0.00     0.01     0.00
## 10282           Konami Digital Entertainment     0.01     0.00     0.00
## 10283                            Global Star     0.01     0.00     0.00
## 10285                      Eidos Interactive     0.01     0.01     0.00
## 10293                                 NCSoft     0.00     0.01     0.00
## 10300                                Ubisoft     0.00     0.01     0.00
## 10301                                Ubisoft     0.00     0.01     0.00
## 10309                             Activision     0.01     0.00     0.00
## 10317                             Activision     0.01     0.00     0.00
## 10321                           Midway Games     0.00     0.01     0.00
## 10325                            Codemasters     0.01     0.00     0.00
## 10335                               Nintendo     9.71     7.47     4.13
## 10336                               Nintendo     4.74     9.20     4.16
## 10337                               Nintendo     3.43     5.35     5.32
## 10338                               Nintendo     2.50     3.45     5.33
## 10339                   Take-Two Interactive     2.90     2.81     0.24
## 10340                               Nintendo     1.66     2.75     1.60
## 10341                        Electronic Arts     3.98     0.26     0.01
## 10342            Sony Computer Entertainment     2.71     1.29     0.02
## 10343                        Electronic Arts     2.03     1.79     0.08
## 10344                            Square Enix     2.20     0.58     1.38
## 10345                        Electronic Arts     0.78     2.55     0.04
## 10348                     Namco Bandai Games     0.93     1.94     0.31
## 10349                   Take-Two Interactive     1.65     1.21     0.00
## 10350                                 Capcom     2.08     0.83     0.46
## 10351                              LucasArts     2.18     1.02     0.03
## 10353                              LucasArts     1.47     1.39     0.03
## 10354                                   Sega     1.21     1.56     0.06
## 10356                             Activision     1.48     0.92     0.01
## 10357                              RedOctane     1.67     0.61     0.03
## 10358                                 Capcom     0.99     0.63     0.29
## 10359                        Electronic Arts     1.77     0.12     0.02
## 10361                                Ubisoft     0.71     1.02     0.00
## 10362                             Activision     1.82     0.04     0.01
## 10363                               Nintendo     1.15     0.04     0.83
## 10364                   Take-Two Interactive     1.26     0.61     0.00
## 10366                        Electronic Arts     1.75     0.03     0.00
## 10367                        Electronic Arts     1.53     0.05     0.00
## 10369                          Vivendi Games     0.85     0.76     0.00
## 10370            Sony Computer Entertainment     1.22     0.34     0.04
## 10371                                 Capcom     0.98     0.42     0.22
## 10372                             Activision     1.22     0.39     0.00
## 10373                                  Atari     0.96     0.12     0.54
## 10376                               Nintendo     0.98     0.38     0.20
## 10379                               Nintendo     0.95     0.11     0.46
## 10380                        Electronic Arts     1.26     0.07     0.00
## 10381                   Take-Two Interactive     0.72     0.56     0.00
## 10382                               Nintendo     0.93     0.24     0.25
## 10386                             Tecmo Koei     0.24     0.18     0.91
## 10387                        Electronic Arts     0.49     0.55     0.00
## 10388                             Activision     0.85     0.43     0.00
## 10389                                 Capcom     0.24     0.03     1.03
## 10390                        Electronic Arts     0.69     0.37     0.02
## 10391                             Activision     0.78     0.45     0.00
## 10392            Sony Computer Entertainment     0.27     0.02     0.00
## 10395                        Electronic Arts     1.22     0.05     0.00
## 10396                                  Atari     0.10     0.02     1.12
## 10397                        Electronic Arts     1.00     0.13     0.02
## 10398                               Nintendo     0.71     0.19     0.31
## 10399            Sony Computer Entertainment     0.85     0.03     0.22
## 10400                             Activision     0.82     0.38     0.00
## 10401                              LucasArts     1.05     0.05     0.01
## 10403                             Activision     0.98     0.04     0.00
## 10405            Sony Computer Entertainment     0.78     0.03     0.20
## 10406           Konami Digital Entertainment     0.95     0.04     0.00
## 10410            Sony Computer Entertainment     1.03     0.00     0.01
## 10411                             Activision     0.66     0.40     0.00
## 10412                                Ubisoft     0.68     0.38     0.00
## 10413                             Activision     0.54     0.33     0.01
## 10414            Sony Computer Entertainment     0.75     0.18     0.00
## 10415                               Nintendo     0.68     0.18     0.19
## 10416                     Namco Bandai Games     0.74     0.15     0.13
## 10417            Sony Computer Entertainment     0.10     0.63     0.00
## 10418                        Electronic Arts     0.52     0.41     0.00
## 10419                 Microsoft Game Studios     0.52     0.51     0.00
## 10420                        Electronic Arts     0.53     0.46     0.00
## 10421                                    THQ     0.86     0.03     0.00
## 10422            Sony Computer Entertainment     0.47     0.34     0.00
## 10423                               Nintendo     0.70     0.05     0.21
## 10424                                   Sega     0.76     0.20     0.00
## 10425                               Nintendo     0.50     0.19     0.28
## 10426                                    THQ     0.86     0.03     0.01
## 10427                        Electronic Arts     0.73     0.21     0.00
## 10428                   Take-Two Interactive     0.00     0.93     0.00
## 10429                                Ubisoft     0.36     0.45     0.00
## 10432                        Electronic Arts     0.81     0.05     0.00
## 10434                                 Capcom     0.44     0.05     0.39
## 10435                        Electronic Arts     0.75     0.03     0.00
## 10437                                Unknown     0.74     0.03     0.00
## 10438                        Electronic Arts     0.74     0.03     0.00
## 10439                   Take-Two Interactive     0.43     0.34     0.00
## 10440                        Electronic Arts     0.72     0.03     0.00
## 10441            Sony Computer Entertainment     0.24     0.16     0.39
## 10442                        Electronic Arts     0.70     0.05     0.00
## 10443            Sony Computer Entertainment     0.69     0.03     0.00
## 10444                             Activision     0.46     0.21     0.00
## 10445            Sony Computer Entertainment     0.19     0.41     0.00
## 10446                        Electronic Arts     0.67     0.03     0.00
## 10447                                   Sega     0.03     0.02     0.74
## 10448                 Microsoft Game Studios     0.66     0.02     0.03
## 10449                        Electronic Arts     0.64     0.02     0.00
## 10450                               Nintendo     0.45     0.17     0.14
## 10451            Sony Computer Entertainment     0.71     0.00     0.00
## 10456                        Electronic Arts     0.69     0.00     0.00
## 10457           Konami Digital Entertainment     0.28     0.29     0.00
## 10458                   Take-Two Interactive     0.61     0.10     0.00
## 10459                                Ubisoft     0.52     0.19     0.00
## 10460                             Activision     0.60     0.02     0.00
## 10462                               Nintendo     0.36     0.00     0.32
## 10464                             Activision     0.53     0.15     0.00
## 10465                             Activision     0.35     0.21     0.00
## 10466                 Microsoft Game Studios     0.48     0.19     0.00
## 10467            Sony Computer Entertainment     0.52     0.00     0.12
## 10469                 Microsoft Game Studios     0.54     0.13     0.00
## 10470                           Midway Games     0.58     0.02     0.00
## 10471                                Ubisoft     0.57     0.02     0.00
## 10473                        Electronic Arts     0.29     0.38     0.00
## 10474                             Activision     0.48     0.17     0.00
## 10477                                Ubisoft     0.49     0.14     0.00
## 10478                            Square Enix     0.18     0.14     0.29
## 10479             Disney Interactive Studios     0.32     0.25     0.00
## 10481              Sony Online Entertainment     0.32     0.25     0.00
## 10482                        Electronic Arts     0.54     0.02     0.00
## 10483                        Electronic Arts     0.57     0.04     0.00
## 10485                             Activision     0.53     0.02     0.00
## 10486                        Electronic Arts     0.53     0.02     0.00
## 10487                             Activision     0.40     0.20     0.00
## 10489                        Electronic Arts     0.37     0.21     0.00
## 10490                               Nintendo     0.27     0.10     0.22
## 10491                        Electronic Arts     0.44     0.16     0.00
## 10492                                   Sega     0.50     0.02     0.00
## 10493                        Electronic Arts     0.42     0.16     0.00
## 10497                            Square Enix     0.06     0.04     0.47
## 10498                                Ubisoft     0.33     0.22     0.00
## 10499                        Electronic Arts     0.48     0.02     0.00
## 10500                                Ubisoft     0.32     0.24     0.00
## 10501                        SouthPeak Games     0.53     0.00     0.00
## 10502                     Namco Bandai Games     0.00     0.00     0.57
## 10503                        Electronic Arts     0.44     0.11     0.00
## 10504                             Tecmo Koei     0.11     0.08     0.35
## 10505                        Electronic Arts     0.39     0.15     0.00
## 10506                        Electronic Arts     0.43     0.11     0.00
## 10507                        Electronic Arts     0.27     0.21     0.00
## 10508                   Take-Two Interactive     0.52     0.02     0.00
## 10509                 Ignition Entertainment     0.17     0.24     0.00
## 10510           Konami Digital Entertainment     0.34     0.01     0.15
## 10512            Sony Computer Entertainment     0.45     0.02     0.00
## 10513                          Vivendi Games     0.27     0.21     0.00
## 10514                               Nintendo     0.29     0.08     0.16
## 10515                          Vivendi Games     0.26     0.20     0.00
## 10516                        Electronic Arts     0.45     0.02     0.00
## 10517                                Ubisoft     0.34     0.17     0.00
## 10518                        Electronic Arts     0.32     0.19     0.00
## 10519                        Electronic Arts     0.32     0.19     0.00
## 10520            Sony Computer Entertainment     0.26     0.20     0.00
## 10521                                    THQ     0.26     0.20     0.00
## 10522                   Take-Two Interactive     0.44     0.02     0.00
## 10523                               Nintendo     0.24     0.09     0.19
## 10524                        Electronic Arts     0.26     0.20     0.00
## 10525                             Activision     0.38     0.12     0.00
## 10527                                    THQ     0.25     0.20     0.00
## 10528                        Electronic Arts     0.25     0.20     0.00
## 10530                                 Capcom     0.22     0.17     0.05
## 10531                             Activision     0.24     0.19     0.00
## 10532                             Activision     0.41     0.01     0.00
## 10533                                  Atari     0.41     0.01     0.00
## 10534                                  Atari     0.13     0.02     0.32
## 10535                            Square Enix     0.12     0.10     0.24
## 10536                     Namco Bandai Games     0.07     0.05     0.35
## 10538                        Electronic Arts     0.35     0.11     0.00
## 10539                           Midway Games     0.23     0.18     0.00
## 10541                             Activision     0.39     0.01     0.00
## 10543                             Tecmo Koei     0.30     0.03     0.10
## 10544                               Nintendo     0.36     0.09     0.00
## 10546             Disney Interactive Studios     0.33     0.12     0.00
## 10547                                Ubisoft     0.38     0.01     0.00
## 10548                                  Atari     0.38     0.01     0.00
## 10549                                Ubisoft     0.38     0.01     0.00
## 10550                              NovaLogic     0.22     0.17     0.00
## 10553                           Midway Games     0.22     0.17     0.00
## 10555                                    THQ     0.34     0.10     0.00
## 10557           Konami Digital Entertainment     0.06     0.33     0.02
## 10559                             Activision     0.30     0.12     0.00
## 10560                        Electronic Arts     0.37     0.01     0.00
## 10561                          Vivendi Games     0.33     0.10     0.00
## 10562                            Square Enix     0.13     0.00     0.31
## 10565                                  Atari     0.36     0.01     0.00
## 10568             Disney Interactive Studios     0.36     0.01     0.00
## 10569           Konami Digital Entertainment     0.34     0.03     0.03
## 10570                                   Sega     0.21     0.16     0.00
## 10571                   Take-Two Interactive     0.21     0.16     0.00
## 10572                             Activision     0.33     0.08     0.00
## 10574                        Electronic Arts     0.39     0.00     0.00
## 10575                        Electronic Arts     0.32     0.08     0.00
## 10577           Konami Digital Entertainment     0.18     0.14     0.05
## 10578                                   Sega     0.36     0.02     0.00
## 10579                                Ubisoft     0.26     0.13     0.00
## 10581                           Midway Games     0.34     0.01     0.00
## 10582                        Electronic Arts     0.34     0.01     0.00
## 10583                           Midway Games     0.20     0.15     0.00
## 10585                               Nintendo     0.25     0.07     0.07
## 10586            Sony Computer Entertainment     0.33     0.01     0.00
## 10587                                    THQ     0.32     0.07     0.00
## 10588                                    THQ     0.36     0.00     0.00
## 10589                     Jester Interactive     0.33     0.01     0.00
## 10590                             Activision     0.26     0.11     0.00
## 10593                        Electronic Arts     0.28     0.10     0.00
## 10594                               Nintendo     0.30     0.02     0.04
## 10595                                Ubisoft     0.29     0.08     0.00
## 10598                        Electronic Arts     0.30     0.08     0.00
## 10599                                    THQ     0.19     0.15     0.00
## 10600                 Microsoft Game Studios     0.00     0.33     0.00
## 10601           Konami Digital Entertainment     0.28     0.08     0.00
## 10602                             Activision     0.29     0.07     0.00
## 10603                             Activision     0.32     0.02     0.00
## 10604                        Electronic Arts     0.34     0.00     0.00
## 10605                          Vivendi Games     0.18     0.14     0.00
## 10606                           Midway Games     0.18     0.14     0.00
## 10607                                    THQ     0.18     0.14     0.00
## 10608                   Take-Two Interactive     0.27     0.08     0.00
## 10612                               Nintendo     0.30     0.01     0.02
## 10614                                Ubisoft     0.17     0.13     0.00
## 10615                            Global Star     0.17     0.13     0.00
## 10617                                    THQ     0.26     0.07     0.00
## 10618                                    THQ     0.31     0.00     0.00
## 10619             Disney Interactive Studios     0.24     0.09     0.00
## 10620                 Microsoft Game Studios     0.28     0.03     0.00
## 10621                              NovaLogic     0.25     0.07     0.00
## 10623                        Electronic Arts     0.26     0.07     0.00
## 10625                             Activision     0.25     0.07     0.00
## 10626                 Ignition Entertainment     0.16     0.13     0.00
## 10628                        Electronic Arts     0.25     0.07     0.00
## 10631                        Electronic Arts     0.28     0.03     0.00
## 10632                                Ubisoft     0.16     0.12     0.00
## 10633                             Activision     0.28     0.01     0.00
## 10636                        Electronic Arts     0.29     0.00     0.00
## 10637                        Electronic Arts     0.15     0.12     0.00
## 10638                                  Atari     0.23     0.07     0.00
## 10639                           Midway Games     0.23     0.07     0.00
## 10640                                Ubisoft     0.23     0.07     0.00
## 10642                                 Capcom     0.27     0.01     0.00
## 10644                        Electronic Arts     0.28     0.00     0.00
## 10645                                Ubisoft     0.25     0.03     0.00
## 10646                             Activision     0.22     0.08     0.00
## 10650                            Global Star     0.22     0.08     0.00
## 10651            Sony Computer Entertainment     0.15     0.12     0.00
## 10653                                    THQ     0.15     0.11     0.00
## 10654                        Electronic Arts     0.23     0.06     0.00
## 10655                        Electronic Arts     0.27     0.00     0.00
## 10656                        Electronic Arts     0.02     0.23     0.00
## 10657                           Midway Games     0.22     0.06     0.00
## 10658                   Take-Two Interactive     0.14     0.11     0.00
## 10659                            Codemasters     0.14     0.11     0.00
## 10660                               Nintendo     0.15     0.01     0.12
## 10661                             Activision     0.25     0.01     0.00
## 10663                                   Sega     0.07     0.05     0.15
## 10665                                  Atari     0.20     0.08     0.00
## 10666                   Take-Two Interactive     0.21     0.06     0.00
## 10668                        Electronic Arts     0.21     0.06     0.00
## 10670                             Activision     0.21     0.06     0.00
## 10671                     Namco Bandai Games     0.16     0.00     0.10
## 10673                        Electronic Arts     0.20     0.06     0.00
## 10674                                 Capcom     0.13     0.10     0.00
## 10675                             Activision     0.20     0.06     0.00
## 10677                     Namco Bandai Games     0.13     0.10     0.00
## 10678                        Electronic Arts     0.24     0.01     0.00
## 10682                        Electronic Arts     0.19     0.06     0.00
## 10684                                Ubisoft     0.20     0.03     0.00
## 10685                                Ubisoft     0.21     0.03     0.00
## 10686                               Nintendo     0.21     0.00     0.02
## 10689                        Electronic Arts     0.19     0.05     0.00
## 10690                        Electronic Arts     0.19     0.05     0.00
## 10692                        Electronic Arts     0.19     0.05     0.00
## 10693                                 Capcom     0.03     0.03     0.18
## 10694                                Ubisoft     0.19     0.05     0.00
## 10695                           Midway Games     0.19     0.05     0.00
## 10696                             Activision     0.19     0.05     0.00
## 10700            Sony Computer Entertainment     0.23     0.00     0.00
## 10701                        Electronic Arts     0.12     0.09     0.00
## 10702                                Ubisoft     0.19     0.05     0.00
## 10703                               Nintendo     0.17     0.06     0.00
## 10704                                   Sega     0.12     0.09     0.00
## 10705                                Ubisoft     0.19     0.05     0.00
## 10706                                  Atari     0.18     0.05     0.00
## 10707                          Vivendi Games     0.16     0.05     0.00
## 10710                             Activision     0.19     0.05     0.00
## 10711                             Activision     0.17     0.06     0.00
## 10712                           Midway Games     0.21     0.00     0.00
## 10713                        Electronic Arts     0.18     0.05     0.00
## 10714                        Electronic Arts     0.20     0.01     0.00
## 10716                               Nintendo     0.15     0.01     0.06
## 10717                          Vivendi Games     0.17     0.05     0.00
## 10720                   Take-Two Interactive     0.21     0.01     0.00
## 10722            Sony Computer Entertainment     0.11     0.09     0.00
## 10724                                Play It     0.20     0.01     0.00
## 10725                        Electronic Arts     0.19     0.02     0.00
## 10726                                   Sega     0.11     0.09     0.00
## 10728                        Electronic Arts     0.20     0.00     0.00
## 10731                        Electronic Arts     0.17     0.04     0.00
## 10732            Sony Computer Entertainment     0.20     0.00     0.00
## 10734                             Activision     0.17     0.04     0.00
## 10736            Sony Computer Entertainment     0.20     0.00     0.00
## 10737                   Take-Two Interactive     0.16     0.05     0.00
## 10738                   Take-Two Interactive     0.10     0.08     0.00
## 10739                        Electronic Arts     0.20     0.00     0.00
## 10740                             Activision     0.19     0.00     0.00
## 10741                     Namco Bandai Games     0.10     0.08     0.00
## 10742                                Ubisoft     0.16     0.05     0.00
## 10745                             Activision     0.19     0.00     0.00
## 10746                        Electronic Arts     0.16     0.04     0.00
## 10747                      Eidos Interactive     0.10     0.08     0.00
## 10748                                    THQ     0.10     0.08     0.00
## 10749                        Electronic Arts     0.19     0.00     0.00
## 10750                                  Atari     0.16     0.04     0.00
## 10752           Konami Digital Entertainment     0.06     0.05     0.07
## 10753                        Electronic Arts     0.15     0.04     0.00
## 10757            Sony Computer Entertainment     0.18     0.00     0.00
## 10758                        Electronic Arts     0.10     0.08     0.00
## 10759             Disney Interactive Studios     0.15     0.04     0.00
## 10761                        Electronic Arts     0.15     0.04     0.00
## 10762                     Namco Bandai Games     0.10     0.02     0.07
## 10763           Konami Digital Entertainment     0.10     0.08     0.00
## 10764                                Ubisoft     0.10     0.08     0.00
## 10765                        Electronic Arts     0.18     0.00     0.00
## 10766                          Vivendi Games     0.10     0.07     0.00
## 10767                                Xplosiv     0.10     0.07     0.00
## 10769                                Ubisoft     0.10     0.07     0.00
## 10770                        Electronic Arts     0.17     0.00     0.00
## 10772                                Ubisoft     0.16     0.01     0.00
## 10773                      Eidos Interactive     0.09     0.07     0.00
## 10774           Konami Digital Entertainment     0.17     0.00     0.00
## 10775            Sony Computer Entertainment     0.09     0.07     0.00
## 10777                             Activision     0.09     0.07     0.00
## 10778                             Tecmo Koei     0.07     0.00     0.11
## 10779                   Take-Two Interactive     0.14     0.04     0.00
## 10780                           Midway Games     0.14     0.04     0.00
## 10782                           Midway Games     0.14     0.04     0.00
## 10785             Disney Interactive Studios     0.15     0.01     0.00
## 10786                                   Sega     0.13     0.04     0.00
## 10787                             Activision     0.14     0.04     0.00
## 10792                            Global Star     0.14     0.04     0.00
## 10793                              505 Games     0.05     0.04     0.08
## 10794                        Electronic Arts     0.15     0.02     0.00
## 10795                                    THQ     0.13     0.04     0.00
## 10798                           Midway Games     0.09     0.07     0.00
## 10799            Sony Computer Entertainment     0.09     0.07     0.00
## 10801                             Activision     0.13     0.03     0.00
## 10802                        Electronic Arts     0.13     0.03     0.00
## 10806                        Electronic Arts     0.12     0.05     0.00
## 10807                              LucasArts     0.02     0.13     0.00
## 10808                                 Capcom     0.04     0.03     0.09
## 10809                        Electronic Arts     0.13     0.03     0.00
## 10812                   Take-Two Interactive     0.02     0.12     0.00
## 10813            Sony Computer Entertainment     0.14     0.01     0.00
## 10815                          Vivendi Games     0.12     0.03     0.00
## 10816                               Nintendo     0.11     0.00     0.04
## 10817                        Electronic Arts     0.12     0.03     0.00
## 10821                                    THQ     0.12     0.03     0.00
## 10824                          Vivendi Games     0.14     0.01     0.00
## 10826                   Take-Two Interactive     0.13     0.02     0.00
## 10828                             Activision     0.14     0.00     0.00
## 10829                                    THQ     0.12     0.03     0.00
## 10830                                  Atari     0.08     0.06     0.00
## 10831                            Deep Silver     0.11     0.03     0.00
## 10833                                    THQ     0.14     0.00     0.00
## 10835           Konami Digital Entertainment     0.07     0.06     0.00
## 10837            Sony Computer Entertainment     0.14     0.00     0.00
## 10838                                Ubisoft     0.10     0.01     0.03
## 10839                                 Capcom     0.12     0.03     0.00
## 10840                                  Atari     0.07     0.06     0.00
## 10841                        Electronic Arts     0.11     0.02     0.01
## 10842                                  Atari     0.07     0.06     0.00
## 10845                                Ubisoft     0.07     0.06     0.00
## 10846                               Nintendo     0.11     0.03     0.00
## 10848                              505 Games     0.14     0.00     0.00
## 10850                          Vivendi Games     0.11     0.03     0.00
## 10851                                Ubisoft     0.11     0.03     0.00
## 10853                        Electronic Arts     0.11     0.03     0.00
## 10855                                   Sega     0.11     0.03     0.00
## 10858                             Ghostlight     0.07     0.06     0.00
## 10859                           Midway Games     0.11     0.03     0.00
## 10860                              505 Games     0.07     0.06     0.00
## 10862                        Electronic Arts     0.11     0.03     0.00
## 10863            Sony Computer Entertainment     0.13     0.00     0.00
## 10866             Disney Interactive Studios     0.10     0.04     0.00
## 10872                              505 Games     0.12     0.00     0.00
## 10877                                  Atari     0.12     0.00     0.00
## 10878                        Electronic Arts     0.11     0.02     0.00
## 10879           Konami Digital Entertainment     0.07     0.05     0.00
## 10880                                Ubisoft     0.12     0.00     0.00
## 10883                        Electronic Arts     0.12     0.00     0.00
## 10884             Disney Interactive Studios     0.11     0.01     0.00
## 10885                                 Capcom     0.10     0.03     0.00
## 10886                                Ubisoft     0.06     0.05     0.00
## 10888                            Codemasters     0.10     0.03     0.00
## 10889            Sony Computer Entertainment     0.06     0.05     0.00
## 10893                                   Sega     0.10     0.03     0.00
## 10894                                    THQ     0.10     0.03     0.00
## 10896                          Vivendi Games     0.09     0.03     0.00
## 10897                             Tecmo Koei     0.06     0.05     0.00
## 10898                        Electronic Arts     0.11     0.00     0.00
## 10901                   Take-Two Interactive     0.06     0.05     0.00
## 10902                      Rising Star Games     0.11     0.00     0.00
## 10908                                    THQ     0.09     0.03     0.00
## 10909                 Playlogic Game Factory     0.06     0.05     0.00
## 10910           Konami Digital Entertainment     0.09     0.03     0.00
## 10911                                Ubisoft     0.10     0.01     0.00
## 10914                        Electronic Arts     0.11     0.00     0.00
## 10916                                   Sega     0.06     0.04     0.00
## 10919                          Vivendi Games     0.06     0.04     0.00
## 10920                                    THQ     0.08     0.02     0.00
## 10921                            Global Star     0.08     0.02     0.00
## 10922                                Ubisoft     0.06     0.04     0.00
## 10926                        Electronic Arts     0.10     0.00     0.00
## 10927                        Electronic Arts     0.10     0.00     0.00
## 10928                           Midway Games     0.09     0.02     0.00
## 10929                      Eidos Interactive     0.08     0.02     0.00
## 10932           Konami Digital Entertainment     0.07     0.02     0.02
## 10933                                    SCi     0.05     0.04     0.00
## 10934                            Global Star     0.08     0.02     0.00
## 10935                           Valcon Games     0.05     0.04     0.00
## 10938           Konami Digital Entertainment     0.10     0.00     0.00
## 10939           Konami Digital Entertainment     0.10     0.00     0.00
## 10940                              505 Games     0.08     0.02     0.00
## 10942                                 Capcom     0.08     0.03     0.00
## 10944                        Electronic Arts     0.08     0.02     0.00
## 10946                        Electronic Arts     0.08     0.02     0.00
## 10949                   Take-Two Interactive     0.05     0.04     0.00
## 10950                        Hip Interactive     0.08     0.02     0.00
## 10952                                    THQ     0.07     0.03     0.00
## 10953                             Tecmo Koei     0.02     0.02     0.06
## 10954           Konami Digital Entertainment     0.05     0.04     0.00
## 10955                                Ubisoft     0.08     0.02     0.00
## 10956            Sony Computer Entertainment     0.10     0.00     0.00
## 10957            Sony Computer Entertainment     0.05     0.04     0.00
## 10958                        Electronic Arts     0.08     0.02     0.00
## 10959                                    SCi     0.08     0.02     0.00
## 10960                             Tecmo Koei     0.02     0.02     0.05
## 10961                            Global Star     0.05     0.04     0.00
## 10963                                  Atari     0.07     0.03     0.00
## 10964                   Take-Two Interactive     0.09     0.00     0.00
## 10965                   Take-Two Interactive     0.07     0.02     0.00
## 10966                          Vivendi Games     0.07     0.02     0.00
## 10969                                Ubisoft     0.07     0.02     0.00
## 10971                     Namco Bandai Games     0.07     0.02     0.00
## 10973                     Namco Bandai Games     0.08     0.00     0.00
## 10977                  Majesco Entertainment     0.05     0.04     0.00
## 10981                 Microsoft Game Studios     0.07     0.02     0.00
## 10983                             Activision     0.07     0.02     0.00
## 10984                      Eidos Interactive     0.04     0.04     0.00
## 10985                             Tecmo Koei     0.04     0.03     0.00
## 10986                                Ubisoft     0.08     0.00     0.00
## 10987                     Empire Interactive     0.05     0.00     0.04
## 10988                        Electronic Arts     0.04     0.03     0.00
## 10993                                Ubisoft     0.07     0.02     0.00
## 10994                           Midway Games     0.07     0.02     0.00
## 10997                     Namco Bandai Games     0.07     0.02     0.00
## 10998                             Activision     0.07     0.02     0.00
## 11000                              505 Games     0.04     0.03     0.00
## 11001             Disney Interactive Studios     0.06     0.02     0.00
## 11004                                 Capcom     0.04     0.03     0.00
## 11008                        Electronic Arts     0.08     0.00     0.00
## 11009                                Ubisoft     0.07     0.00     0.00
## 11010                      Eidos Interactive     0.07     0.00     0.00
## 11011                     Empire Interactive     0.06     0.02     0.00
## 11014                             Ghostlight     0.04     0.03     0.00
## 11017                        Electronic Arts     0.06     0.02     0.00
## 11018                   Take-Two Interactive     0.04     0.03     0.00
## 11019                        Electronic Arts     0.00     0.07     0.00
## 11020                        Electronic Arts     0.06     0.02     0.00
## 11027                                Ubisoft     0.00     0.07     0.00
## 11029                     Namco Bandai Games     0.04     0.03     0.00
## 11032            Sony Computer Entertainment     0.04     0.03     0.00
## 11036                              RedOctane     0.04     0.03     0.00
## 11038                            Deep Silver     0.07     0.00     0.00
## 11039                     Namco Bandai Games     0.07     0.00     0.00
## 11041                               Microids     0.05     0.02     0.00
## 11042                     Empire Interactive     0.05     0.02     0.00
## 11046           Konami Digital Entertainment     0.06     0.01     0.00
## 11047                 Zoo Digital Publishing     0.05     0.02     0.00
## 11049                                Ubisoft     0.06     0.01     0.00
## 11051                                 Capcom     0.03     0.03     0.00
## 11053                                Ubisoft     0.06     0.00     0.00
## 11055                                  Atari     0.06     0.00     0.00
## 11057                             Tecmo Koei     0.03     0.03     0.00
## 11059                     Namco Bandai Games     0.06     0.00     0.00
## 11060                                   Sega     0.05     0.01     0.00
## 11061                 Microsoft Game Studios     0.01     0.05     0.00
## 11067                                    SNK     0.03     0.03     0.00
## 11070                                   Sega     0.05     0.02     0.00
## 11071                                Ubisoft     0.05     0.01     0.00
## 11073                   Take-Two Interactive     0.05     0.01     0.00
## 11074           Konami Digital Entertainment     0.03     0.02     0.00
## 11077                   Take-Two Interactive     0.06     0.00     0.00
## 11078                           Groove Games     0.05     0.01     0.00
## 11081                             Tecmo Koei     0.03     0.02     0.00
## 11087                                Ubisoft     0.05     0.01     0.00
## 11088                   Take-Two Interactive     0.05     0.01     0.00
## 11090                             Activision     0.00     0.05     0.00
## 11091                   Take-Two Interactive     0.05     0.01     0.00
## 11096                             Tecmo Koei     0.03     0.02     0.00
## 11098                 Ignition Entertainment     0.05     0.00     0.00
## 11099           Konami Digital Entertainment     0.05     0.00     0.00
## 11102                                    SCi     0.04     0.01     0.00
## 11103                  Majesco Entertainment     0.05     0.00     0.00
## 11105                                 Capcom     0.04     0.01     0.00
## 11106                        Electronic Arts     0.01     0.04     0.00
## 11107        Midas Interactive Entertainment     0.05     0.00     0.00
## 11108                                Mastiff     0.03     0.02     0.00
## 11114                                  Atari     0.04     0.01     0.00
## 11115                             Tecmo Koei     0.04     0.01     0.00
## 11117                     JoWood Productions     0.03     0.02     0.00
## 11119                                  Atari     0.04     0.01     0.00
## 11122                              LucasArts     0.00     0.04     0.00
## 11126                     Namco Bandai Games     0.02     0.02     0.00
## 11127           Konami Digital Entertainment     0.04     0.01     0.00
## 11128                        Electronic Arts     0.04     0.01     0.00
## 11133                  Majesco Entertainment     0.04     0.01     0.00
## 11134                                Ubisoft     0.04     0.01     0.00
## 11136                    Crave Entertainment     0.03     0.01     0.00
## 11137                                  Atari     0.04     0.00     0.00
## 11141                            Codemasters     0.03     0.01     0.00
## 11145                          Vivendi Games     0.02     0.02     0.00
## 11147                            Global Star     0.03     0.01     0.00
## 11153                                    THQ     0.02     0.02     0.00
## 11154                   Take-Two Interactive     0.03     0.01     0.00
## 11155                            Codemasters     0.03     0.01     0.00
## 11156                      Eidos Interactive     0.00     0.04     0.00
## 11160                        Hip Interactive     0.02     0.01     0.00
## 11161                             Activision     0.01     0.03     0.00
## 11165                              505 Games     0.02     0.01     0.00
## 11167                                 Capcom     0.02     0.01     0.00
## 11177                        Hip Interactive     0.03     0.01     0.00
## 11178            Sony Computer Entertainment     0.02     0.01     0.00
## 11182                               Nintendo     0.01     0.00     0.02
## 11186                 Microsoft Game Studios     0.02     0.01     0.00
## 11190                                  Atari     0.02     0.01     0.00
## 11191                                 NCSoft     0.03     0.00     0.00
## 11192           Konami Digital Entertainment     0.01     0.01     0.00
## 11195                          Vivendi Games     0.00     0.03     0.00
## 11196                                  Atari     0.02     0.01     0.00
## 11198                                  Atari     0.02     0.01     0.00
## 11200                           Idea Factory     0.03     0.00     0.00
## 11210                                Success     0.01     0.01     0.00
## 11211                          Vivendi Games     0.00     0.02     0.00
## 11212                 Microsoft Game Studios     0.00     0.02     0.00
## 11217               DreamCatcher Interactive     0.02     0.01     0.00
## 11218                           Midway Games     0.02     0.01     0.00
## 11220                      Eidos Interactive     0.02     0.01     0.00
## 11222                            Deep Silver     0.02     0.00     0.00
## 11224                 Graphsim Entertainment     0.00     0.02     0.00
## 11226                                  Atari     0.00     0.02     0.00
## 11228                   Take-Two Interactive     0.02     0.00     0.00
## 11229                                   Sega     0.02     0.00     0.00
## 11230                                  Atari     0.00     0.02     0.00
## 11231                             Activision     0.00     0.02     0.00
## 11233                      Rising Star Games     0.02     0.00     0.00
## 11238                                  Kemco     0.02     0.00     0.00
## 11239                   Take-Two Interactive     0.01     0.00     0.00
## 11240                                Mastiff     0.01     0.00     0.00
## 11242                     Empire Interactive     0.00     0.02     0.00
## 11243                            Codemasters     0.00     0.02     0.00
## 11246                          Vivendi Games     0.01     0.00     0.00
## 11247           Konami Digital Entertainment     0.01     0.00     0.00
## 11250                                Wanadoo     0.01     0.00     0.00
## 11255           Konami Digital Entertainment     0.02     0.00     0.00
## 11256                      MC2 Entertainment     0.00     0.01     0.00
## 11257                     JoWood Productions     0.01     0.01     0.00
## 11259                      Rising Star Games     0.01     0.00     0.00
## 11260             CDV Software Entertainment     0.00     0.01     0.00
## 11264                     JoWood Productions     0.01     0.01     0.00
## 11265                                    THQ     0.01     0.00     0.00
## 11266                   Take-Two Interactive     0.00     0.01     0.00
## 11273                   Take-Two Interactive     9.43     0.40     0.41
## 11274            Sony Computer Entertainment     3.01     0.01     1.10
## 11277                 Microsoft Game Studios     6.82     1.53     0.05
## 11278                        Electronic Arts     2.71     3.02     0.08
## 11279                               Nintendo     2.57     1.58     2.06
## 11280                             Activision     0.08     6.21     0.00
## 11281                            Square Enix     0.65     0.75     3.61
## 11282                        Electronic Arts     4.18     0.26     0.01
## 11283           Konami Digital Entertainment     1.46     0.00     0.83
## 11284           Konami Digital Entertainment     0.16     1.89     1.12
## 11285                        Electronic Arts     0.58     2.48     0.04
## 11286                              LucasArts     1.93     1.22     0.03
## 11287                             Activision     1.75     1.20     0.02
## 11288                                   Sega     1.54     1.14     0.00
## 11289                             Activision     1.51     1.12     0.01
## 11290                        Electronic Arts     1.23     1.11     0.00
## 11291                 Microsoft Game Studios     1.99     0.58     0.00
## 11292                                   Sega     2.15     0.12     0.00
## 11293                        Electronic Arts     2.03     0.21     0.00
## 11295                          Vivendi Games     2.28     0.02     0.08
## 11296                                    THQ     0.96     1.08     0.04
## 11297                             Activision     1.25     0.86     0.01
## 11298                        Electronic Arts     0.85     1.06     0.09
## 11300                        Electronic Arts     1.38     0.80     0.00
## 11301                               Nintendo     1.48     0.25     0.46
## 11302           Konami Digital Entertainment     1.04     0.81     0.00
## 11304            Sony Computer Entertainment     0.50     0.50     0.63
## 11305                                  Atari     1.09     0.15     0.65
## 11306                             Activision     1.00     0.72     0.00
## 11307                                    THQ     0.94     0.73     0.00
## 11308                           Midway Games     0.92     0.72     0.00
## 11309                             Activision     1.12     0.69     0.03
## 11311            Sony Computer Entertainment     1.33     0.49     0.00
## 11312                            Square Enix     1.26     0.18     0.35
## 11313            Sony Computer Entertainment     0.88     0.69     0.00
## 11314            Sony Computer Entertainment     0.39     1.01     0.02
## 11315                                    THQ     1.06     0.54     0.00
## 11316                        Electronic Arts     0.86     0.67     0.00
## 11317                        Electronic Arts     0.52     0.95     0.00
## 11318                             Activision     1.24     0.45     0.00
## 11320                        Electronic Arts     1.61     0.03     0.00
## 11321     Sony Computer Entertainment Europe     0.88     0.34     0.32
## 11322                           Midway Games     0.81     0.63     0.00
## 11323                               Nintendo     0.90     0.11     0.60
## 11326                                Ubisoft     0.54     0.88     0.00
## 11327                                   Sega     1.54     0.02     0.00
## 11328                        Electronic Arts     1.32     0.09     0.00
## 11329                        Electronic Arts     0.79     0.62     0.00
## 11330                            Global Star     1.26     0.12     0.00
## 11331                        Electronic Arts     1.08     0.20     0.00
## 11332                                Ubisoft     0.82     0.59     0.00
## 11334                                 Capcom     0.37     0.47     0.54
## 11335                   Take-Two Interactive     0.71     0.55     0.00
## 11336                        Electronic Arts     1.03     0.32     0.00
## 11337                               Nintendo     0.00     0.00     1.39
## 11338                               Nintendo     0.89     0.22     0.22
## 11339                        Electronic Arts     1.15     0.08     0.00
## 11340                        Electronic Arts     0.69     0.54     0.00
## 11341            Sony Computer Entertainment     0.36     0.44     0.32
## 11342                                    THQ     0.74     0.52     0.08
## 11343                             Activision     0.99     0.33     0.00
## 11344                                Ubisoft     0.86     0.45     0.00
## 11345                        Electronic Arts     0.22     0.05     1.06
## 11347                               Nintendo     0.84     0.22     0.24
## 11348                        Electronic Arts     1.10     0.06     0.00
## 11350                               Nintendo     0.87     0.35     0.07
## 11351                         TDK Mediactive     0.65     0.51     0.00
## 11352                        Electronic Arts     0.84     0.43     0.00
## 11353                                  Atari     0.63     0.49     0.00
## 11354              Sony Online Entertainment     0.63     0.49     0.00
## 11356                                Ubisoft     0.52     0.56     0.00
## 11357                 Microsoft Game Studios     0.92     0.20     0.07
## 11358                                  Atari     0.60     0.47     0.00
## 11359                               Nintendo     0.79     0.27     0.12
## 11360                               Nintendo     0.58     0.16     0.46
## 11361                             Activision     0.78     0.40     0.00
## 11362                        SouthPeak Games     1.00     0.04     0.00
## 11363                               Nintendo     0.48     0.13     0.56
## 11365                               Nintendo     0.68     0.25     0.21
## 11366                                Ubisoft     0.57     0.44     0.00
## 11367                     Empire Interactive     0.56     0.44     0.00
## 11369                                Ubisoft     0.99     0.12     0.00
## 11370                             Activision     0.82     0.26     0.00
## 11372                                Ubisoft     0.64     0.34     0.00
## 11373                             Activision     0.76     0.28     0.00
## 11374                             Activision     0.73     0.26     0.01
## 11375                        Electronic Arts     0.50     0.39     0.00
## 11377                        Electronic Arts     0.33     0.60     0.00
## 11378                            Global Star     0.88     0.04     0.00
## 11379                                Play It     0.80     0.03     0.00
## 11380            Sony Computer Entertainment     0.79     0.03     0.00
## 11381                                    THQ     0.73     0.19     0.00
## 11383                                   Sega     0.61     0.26     0.00
## 11384            Sony Computer Entertainment     0.44     0.35     0.00
## 11385                             Activision     0.62     0.24     0.00
## 11386                        Electronic Arts     0.81     0.05     0.00
## 11387                               Nintendo     0.46     0.17     0.24
## 11388                               Nintendo     0.42     0.16     0.30
## 11389                            Global Star     0.43     0.33     0.00
## 11391                        Electronic Arts     0.64     0.18     0.00
## 11392                             Activision     0.65     0.17     0.00
## 11393                                    THQ     0.65     0.17     0.00
## 11394                                   Sega     0.41     0.32     0.00
## 11395                               Nintendo     0.60     0.22     0.00
## 11396             Disney Interactive Studios     0.60     0.22     0.00
## 11397                               Nintendo     0.63     0.16     0.00
## 11398                                Ubisoft     0.40     0.31     0.00
## 11399                      Eidos Interactive     0.39     0.31     0.00
## 11400                                Ubisoft     0.48     0.28     0.00
## 11401                               Nintendo     0.21     0.14     0.38
## 11402                                  Atari     0.36     0.38     0.00
## 11403            Sony Computer Entertainment     0.37     0.29     0.00
## 11404                           Midway Games     0.61     0.12     0.00
## 11405             Disney Interactive Studios     0.54     0.20     0.00
## 11406                             Activision     0.37     0.29     0.00
## 11407                             Activision     0.48     0.24     0.00
## 11408                               Nintendo     0.40     0.15     0.17
## 11409                                    THQ     0.54     0.16     0.00
## 11410                     Namco Bandai Games     0.47     0.02     0.17
## 11412                                    THQ     0.35     0.27     0.00
## 11414                     Illusion Softworks     0.34     0.27     0.00
## 11415                               Nintendo     0.37     0.14     0.17
## 11416                               Nintendo     0.50     0.18     0.00
## 11417                              Interplay     0.34     0.26     0.00
## 11418                             Activision     0.49     0.18     0.00
## 11419                        Electronic Arts     0.63     0.02     0.00
## 11420                        Electronic Arts     0.51     0.15     0.00
## 11423                        Electronic Arts     0.49     0.15     0.00
## 11425                                 Capcom     0.32     0.25     0.00
## 11426           Konami Digital Entertainment     0.17     0.13     0.30
## 11428                               Nintendo     0.25     0.09     0.30
## 11429                          Vivendi Games     0.46     0.17     0.00
## 11430                          Vivendi Games     0.32     0.25     0.00
## 11431                          Vivendi Games     0.32     0.25     0.00
## 11432                        Electronic Arts     0.54     0.02     0.00
## 11433                        Electronic Arts     0.43     0.19     0.00
## 11436                             Activision     0.31     0.24     0.00
## 11438                                    THQ     0.30     0.24     0.00
## 11439                        Electronic Arts     0.37     0.22     0.00
## 11440                                Play It     0.30     0.24     0.00
## 11441                      Eidos Interactive     0.30     0.24     0.00
## 11443                  Majesco Entertainment     0.44     0.16     0.00
## 11444                                  Atari     0.44     0.16     0.00
## 11446                                    THQ     0.29     0.23     0.00
## 11447                        Electronic Arts     0.44     0.13     0.00
## 11449                                Ubisoft     0.31     0.22     0.00
## 11450                                 Capcom     0.29     0.22     0.00
## 11451                        Electronic Arts     0.49     0.02     0.00
## 11454                          Vivendi Games     0.41     0.15     0.00
## 11455                     Namco Bandai Games     0.47     0.02     0.00
## 11456                                 Capcom     0.19     0.15     0.17
## 11458                               Nintendo     0.31     0.11     0.13
## 11460                             Activision     0.28     0.21     0.00
## 11462                             Activision     0.40     0.13     0.00
## 11463                   Take-Two Interactive     0.40     0.12     0.00
## 11464                                    THQ     0.40     0.12     0.00
## 11467                             Activision     0.46     0.06     0.00
## 11471                        Electronic Arts     0.44     0.02     0.00
## 11472                                    SCi     0.26     0.20     0.00
## 11474                           Midway Games     0.40     0.11     0.00
## 11475                        Electronic Arts     0.26     0.20     0.00
## 11476                             Activision     0.41     0.11     0.00
## 11477                        Electronic Arts     0.37     0.14     0.00
## 11478                             Tecmo Koei     0.18     0.00     0.30
## 11480                                  Atari     0.36     0.13     0.00
## 11481                           Midway Games     0.37     0.11     0.00
## 11482           Konami Digital Entertainment     0.25     0.19     0.00
## 11485                             Tecmo Koei     0.30     0.10     0.08
## 11486                                    THQ     0.24     0.19     0.00
## 11487                                 Capcom     0.11     0.08     0.28
## 11488                             Activision     0.38     0.10     0.00
## 11489                             Activision     0.41     0.02     0.03
## 11491                        Electronic Arts     0.34     0.13     0.00
## 11493                 Zoo Digital Publishing     0.35     0.13     0.00
## 11494                        Electronic Arts     0.36     0.11     0.00
## 11495                                  Atari     0.23     0.18     0.00
## 11496           Konami Digital Entertainment     0.30     0.08     0.07
## 11500                        Electronic Arts     0.22     0.17     0.00
## 11503                             Tecmo Koei     0.04     0.03     0.36
## 11504                        Electronic Arts     0.35     0.09     0.00
## 11505                                    THQ     0.35     0.09     0.00
## 11507                               Nintendo     0.32     0.12     0.00
## 11509           Konami Digital Entertainment     0.22     0.17     0.00
## 11510                             Activision     0.22     0.17     0.00
## 11512                                    THQ     0.34     0.08     0.00
## 11515                               Nintendo     0.26     0.10     0.07
## 11516                        Electronic Arts     0.31     0.12     0.00
## 11517                     Namco Bandai Games     0.21     0.17     0.00
## 11519            Sony Computer Entertainment     0.36     0.01     0.00
## 11521                            Global Star     0.32     0.09     0.00
## 11522                 Zoo Digital Publishing     0.35     0.01     0.00
## 11524                             Activision     0.30     0.11     0.00
## 11526                        Electronic Arts     0.32     0.08     0.00
## 11527           Konami Digital Entertainment     0.32     0.09     0.00
## 11528                                 Capcom     0.32     0.08     0.00
## 11532                           Midway Games     0.20     0.16     0.00
## 11534                                  Atari     0.33     0.01     0.00
## 11535                        Electronic Arts     0.24     0.14     0.00
## 11538                             Activision     0.31     0.08     0.00
## 11539           Konami Digital Entertainment     0.19     0.15     0.00
## 11540                               Nintendo     0.30     0.08     0.00
## 11541                        Electronic Arts     0.28     0.10     0.00
## 11542                                   Sega     0.29     0.08     0.00
## 11543                     Empire Interactive     0.19     0.15     0.00
## 11545            Sony Computer Entertainment     0.18     0.14     0.00
## 11546                        Electronic Arts     0.29     0.08     0.00
## 11548                               Nintendo     0.29     0.07     0.00
## 11549                        Electronic Arts     0.28     0.07     0.00
## 11550                 Microsoft Game Studios     0.27     0.08     0.00
## 11551                 Zoo Digital Publishing     0.18     0.14     0.00
## 11555                        Electronic Arts     0.27     0.07     0.00
## 11557             Disney Interactive Studios     0.17     0.13     0.00
## 11559                      Eidos Interactive     0.26     0.07     0.00
## 11560                        Electronic Arts     0.22     0.11     0.00
## 11561                          Vivendi Games     0.17     0.13     0.00
## 11562            Sony Computer Entertainment     0.13     0.15     0.00
## 11563                                    THQ     0.26     0.07     0.00
## 11564                               Nintendo     0.17     0.06     0.09
## 11568           Konami Digital Entertainment     0.16     0.12     0.00
## 11569                            Deep Silver     0.24     0.07     0.00
## 11570                             Tecmo Koei     0.00     0.00     0.32
## 11572                           Midway Games     0.24     0.05     0.00
## 11573                  Acclaim Entertainment     0.15     0.11     0.00
## 11576                           Midway Games     0.14     0.11     0.00
## 11577                        Electronic Arts     0.02     0.24     0.00
## 11578                                 Capcom     0.14     0.11     0.00
## 11579                        Electronic Arts     0.22     0.06     0.00
## 11581                                   Sega     0.17     0.00     0.10
## 11582                           Midway Games     0.14     0.11     0.00
## 11583                          Vivendi Games     0.22     0.06     0.00
## 11585                                 Capcom     0.14     0.11     0.00
## 11587                      Eidos Interactive     0.14     0.11     0.00
## 11588                        Electronic Arts     0.21     0.06     0.00
## 11590                                  Atari     0.21     0.06     0.00
## 11592            Sony Computer Entertainment     0.13     0.10     0.00
## 11593                                Ubisoft     0.13     0.10     0.00
## 11594                 Microsoft Game Studios     0.18     0.08     0.00
## 11595                                  Atari     0.01     0.22     0.00
## 11596                            Square Enix     0.13     0.10     0.00
## 11597                                    THQ     0.13     0.10     0.00
## 11598                                  Atari     0.13     0.10     0.00
## 11600                   Take-Two Interactive     0.13     0.10     0.00
## 11602                            Indie Games     0.06     0.05     0.14
## 11605                 Ignition Entertainment     0.13     0.10     0.00
## 11607                             Activision     0.13     0.10     0.00
## 11608                  Acclaim Entertainment     0.19     0.06     0.00
## 11609                        Electronic Arts     0.24     0.00     0.00
## 11610                        Electronic Arts     0.20     0.05     0.00
## 11611                               Nintendo     0.13     0.01     0.11
## 11613                          Vivendi Games     0.19     0.05     0.00
## 11616                            Square Enix     0.12     0.09     0.00
## 11621                  Marvelous Interactive     0.19     0.05     0.00
## 11623                   Take-Two Interactive     0.17     0.06     0.00
## 11625                           Midway Games     0.12     0.09     0.00
## 11626           Konami Digital Entertainment     0.11     0.09     0.00
## 11627                                  Atari     0.11     0.09     0.00
## 11628                   Take-Two Interactive     0.17     0.05     0.00
## 11631                                    THQ     0.11     0.09     0.00
## 11633                                    SCi     0.17     0.05     0.00
## 11635                        Electronic Arts     0.17     0.04     0.00
## 11636                               Nintendo     0.16     0.06     0.00
## 11637                     Namco Bandai Games     0.03     0.02     0.17
## 11638                                 Capcom     0.16     0.06     0.00
## 11641                        Electronic Arts     0.16     0.06     0.00
## 11642                           Midway Games     0.16     0.05     0.00
## 11643                                 Capcom     0.17     0.04     0.00
## 11644                      Eidos Interactive     0.16     0.05     0.00
## 11645                              505 Games     0.11     0.08     0.00
## 11647                                Ubisoft     0.11     0.08     0.00
## 11648                      Eidos Interactive     0.11     0.08     0.00
## 11649                                Ubisoft     0.10     0.08     0.00
## 11650                              LucasArts     0.07     0.13     0.00
## 11651                             Activision     0.16     0.05     0.00
## 11652           Konami Digital Entertainment     0.10     0.08     0.00
## 11653                                 Capcom     0.10     0.08     0.00
## 11655                                  Atari     0.17     0.04     0.00
## 11658                                  Atari     0.15     0.05     0.00
## 11659                                 Capcom     0.10     0.08     0.00
## 11661                             Activision     0.10     0.08     0.00
## 11664                        Electronic Arts     0.15     0.04     0.00
## 11668                     Namco Bandai Games     0.10     0.08     0.00
## 11669                                  Atari     0.10     0.08     0.00
## 11670                               Mad Catz     0.15     0.04     0.00
## 11671                                Ubisoft     0.15     0.04     0.00
## 11672                   Take-Two Interactive     0.14     0.04     0.00
## 11676                 Microsoft Game Studios     0.14     0.04     0.00
## 11677           Konami Digital Entertainment     0.15     0.04     0.00
## 11678                                   Sega     0.09     0.07     0.00
## 11679                        Electronic Arts     0.14     0.04     0.00
## 11682                          Vivendi Games     0.09     0.07     0.00
## 11684                Gathering of Developers     0.09     0.07     0.00
## 11686                     Empire Interactive     0.14     0.04     0.00
## 11687                                 Capcom     0.09     0.07     0.00
## 11688                             Activision     0.13     0.04     0.00
## 11689           Konami Digital Entertainment     0.14     0.04     0.00
## 11691                            Global Star     0.09     0.07     0.00
## 11694            Sony Computer Entertainment     0.08     0.07     0.00
## 11695                           Midway Games     0.13     0.04     0.00
## 11696                      Eidos Interactive     0.13     0.04     0.00
## 11703                        Electronic Arts     0.08     0.06     0.00
## 11705                                  Atari     0.08     0.06     0.00
## 11706            Sony Computer Entertainment     0.08     0.06     0.00
## 11707                                   Sega     0.08     0.06     0.00
## 11708                          Vivendi Games     0.12     0.04     0.00
## 11709                     Empire Interactive     0.12     0.04     0.00
## 11710                 Ignition Entertainment     0.10     0.01     0.05
## 11711            Sony Computer Entertainment     0.08     0.06     0.00
## 11715                                Play It     0.08     0.06     0.00
## 11716                        Electronic Arts     0.12     0.03     0.00
## 11717                             Tecmo Koei     0.08     0.06     0.00
## 11719                 Zoo Digital Publishing     0.11     0.03     0.00
## 11720                      Eidos Interactive     0.07     0.06     0.00
## 11721                            Global Star     0.12     0.03     0.00
## 11722                                 Capcom     0.11     0.03     0.00
## 11723                                  Atari     0.11     0.03     0.00
## 11725                                    THQ     0.11     0.03     0.00
## 11728                     Namco Bandai Games     0.14     0.00     0.00
## 11729                          Vivendi Games     0.11     0.03     0.00
## 11731                                 Capcom     0.13     0.00     0.00
## 11732                 Zoo Digital Publishing     0.11     0.03     0.00
## 11734                        Electronic Arts     0.13     0.00     0.00
## 11735                            Codemasters     0.07     0.05     0.00
## 11736                             Tecmo Koei     0.07     0.05     0.00
## 11737                        Electronic Arts     0.11     0.03     0.00
## 11738                            Codemasters     0.07     0.05     0.00
## 11739                     Namco Bandai Games     0.03     0.00     0.11
## 11742                          Vivendi Games     0.11     0.03     0.00
## 11743                                Play It     0.07     0.05     0.00
## 11744                               Nintendo     0.08     0.00     0.05
## 11745                                  Atari     0.10     0.03     0.00
## 11747                        Hip Interactive     0.10     0.04     0.00
## 11748                        Electronic Arts     0.07     0.05     0.00
## 11751           Konami Digital Entertainment     0.07     0.05     0.00
## 11752                Gathering of Developers     0.07     0.05     0.00
## 11754                                Ubisoft     0.10     0.03     0.00
## 11755                                    THQ     0.09     0.04     0.00
## 11756            Sony Computer Entertainment     0.06     0.05     0.00
## 11757           Konami Digital Entertainment     0.06     0.05     0.00
## 11759                             Ghostlight     0.06     0.05     0.00
## 11761           Konami Digital Entertainment     0.10     0.03     0.00
## 11765            Sony Computer Entertainment     0.06     0.05     0.00
## 11766                                 Capcom     0.10     0.02     0.00
## 11768                             Activision     0.09     0.03     0.00
## 11769                          Vivendi Games     0.06     0.05     0.00
## 11770                        Electronic Arts     0.09     0.03     0.00
## 11774                                Ubisoft     0.09     0.03     0.00
## 11775                             Activision     0.09     0.02     0.00
## 11776                                  Atari     0.09     0.02     0.00
## 11780                 Microsoft Game Studios     0.08     0.02     0.00
## 11781                                    THQ     0.10     0.00     0.00
## 11783           Konami Digital Entertainment     0.05     0.04     0.00
## 11784                  Acclaim Entertainment     0.05     0.04     0.00
## 11785                  Acclaim Entertainment     0.05     0.04     0.00
## 11787                        Electronic Arts     0.08     0.02     0.00
## 11788                                    THQ     0.08     0.02     0.00
## 11791                          Vivendi Games     0.08     0.02     0.00
## 11793                 Ignition Entertainment     0.08     0.02     0.00
## 11795                                  Sting     0.07     0.03     0.00
## 11798                             Activision     0.00     0.09     0.00
## 11799                             Activision     0.05     0.04     0.00
## 11800                            Codemasters     0.08     0.02     0.00
## 11801                                    THQ     0.08     0.02     0.00
## 11802                             Activision     0.07     0.03     0.00
## 11804                                Ubisoft     0.08     0.02     0.00
## 11805                 Zoo Digital Publishing     0.05     0.04     0.00
## 11806           Konami Digital Entertainment     0.07     0.02     0.00
## 11808                                Ubisoft     0.07     0.02     0.00
## 11810                            Global Star     0.05     0.04     0.00
## 11813                              505 Games     0.05     0.04     0.00
## 11815                      Eidos Interactive     0.07     0.02     0.00
## 11816                                   Sega     0.05     0.04     0.00
## 11817                   Take-Two Interactive     0.05     0.04     0.00
## 11818           Konami Digital Entertainment     0.05     0.04     0.00
## 11819                                  Atari     0.05     0.04     0.00
## 11820                       O3 Entertainment     0.07     0.02     0.00
## 11822                                  Atari     0.07     0.02     0.00
## 11824           Konami Digital Entertainment     0.07     0.02     0.00
## 11825                                  Atari     0.07     0.02     0.00
## 11828           Konami Digital Entertainment     0.06     0.02     0.00
## 11829                                  Atari     0.06     0.02     0.00
## 11831                                   Sega     0.04     0.03     0.00
## 11834                          Vivendi Games     0.00     0.07     0.00
## 11839                                    THQ     0.06     0.02     0.00
## 11840                 Ignition Entertainment     0.06     0.02     0.00
## 11841                        Electronic Arts     0.06     0.02     0.00
## 11842                                   Sega     0.04     0.03     0.00
## 11843                                Ubisoft     0.06     0.02     0.00
## 11844                             Tecmo Koei     0.00     0.00     0.08
## 11845                              505 Games     0.04     0.03     0.00
## 11853                                Ubisoft     0.06     0.02     0.00
## 11854                             Activision     0.06     0.02     0.00
## 11855                              505 Games     0.04     0.03     0.00
## 11856                Gathering of Developers     0.06     0.02     0.00
## 11859                            Codemasters     0.06     0.02     0.00
## 11861                        Electronic Arts     0.00     0.06     0.00
## 11862                        Electronic Arts     0.01     0.06     0.00
## 11863                             Tecmo Koei     0.04     0.03     0.00
## 11864                              LucasArts     0.04     0.03     0.00
## 11865                            Global Star     0.04     0.03     0.00
## 11867                            Codemasters     0.05     0.02     0.00
## 11868                             Tecmo Koei     0.05     0.02     0.00
## 11869                Gathering of Developers     0.05     0.02     0.00
## 11870                             Tecmo Koei     0.03     0.03     0.00
## 11871                        Electronic Arts     0.05     0.01     0.00
## 11872                             Activision     0.05     0.01     0.00
## 11873                                  Atlus     0.05     0.02     0.00
## 11875                        Electronic Arts     0.05     0.01     0.00
## 11878                               Microids     0.03     0.03     0.00
## 11879                    Crave Entertainment     0.03     0.03     0.00
## 11880                              505 Games     0.03     0.03     0.00
## 11882                     Avalon Interactive     0.03     0.03     0.00
## 11883                                   Sega     0.05     0.01     0.00
## 11884                   Take-Two Interactive     0.05     0.01     0.00
## 11885                             Enterbrain     0.03     0.02     0.00
## 11886                 Zoo Digital Publishing     0.03     0.02     0.00
## 11887                     Namco Bandai Games     0.03     0.02     0.00
## 11890            Sony Computer Entertainment     0.03     0.02     0.00
## 11891                                Ubisoft     0.05     0.02     0.00
## 11895                                  Atari     0.05     0.01     0.00
## 11897                     Namco Bandai Games     0.03     0.02     0.00
## 11902             Disney Interactive Studios     0.04     0.01     0.00
## 11903                 Zoo Digital Publishing     0.04     0.02     0.00
## 11904                 Microsoft Game Studios     0.00     0.05     0.00
## 11905                        Electronic Arts     0.04     0.01     0.00
## 11906                                   Sega     0.03     0.02     0.00
## 11909                                Ubisoft     0.04     0.01     0.00
## 11911                                   Sega     0.04     0.01     0.00
## 11916                        Electronic Arts     0.04     0.01     0.00
## 11920                     Avalon Interactive     0.04     0.01     0.00
## 11924                            Codemasters     0.04     0.01     0.00
## 11925                  Acclaim Entertainment     0.04     0.01     0.00
## 11930                                    THQ     0.01     0.03     0.00
## 11931                 Microsoft Game Studios     0.04     0.01     0.00
## 11932                            Codemasters     0.04     0.01     0.00
## 11933                                 Jaleco     0.02     0.02     0.00
## 11935                                Ubisoft     0.00     0.04     0.00
## 11937                              LucasArts     0.03     0.01     0.00
## 11940                     Empire Interactive     0.03     0.01     0.00
## 11941           Konami Digital Entertainment     0.03     0.01     0.00
## 11951                                  Atari     0.03     0.01     0.00
## 11952             Ascaron Entertainment GmbH     0.00     0.03     0.00
## 11953                            Global Star     0.03     0.01     0.00
## 11956                               XS Games     0.03     0.01     0.00
## 11957                                   Sega     0.02     0.01     0.00
## 11959                     Namco Bandai Games     0.03     0.01     0.00
## 11960                            Indie Games     0.02     0.01     0.00
## 11961           Konami Digital Entertainment     0.02     0.01     0.00
## 11962                   Take-Two Interactive     0.03     0.01     0.00
## 11963                        Electronic Arts     0.00     0.03     0.00
## 11966                      MC2 Entertainment     0.03     0.01     0.00
## 11970                                 Capcom     0.02     0.01     0.00
## 11971                     Namco Bandai Games     0.02     0.01     0.00
## 11974                                    SCi     0.02     0.01     0.00
## 11975                              505 Games     0.01     0.01     0.00
## 11978                             Sunflowers     0.00     0.02     0.00
## 11980                 Zoo Digital Publishing     0.02     0.01     0.00
## 11983                                Ubisoft     0.02     0.01     0.00
## 11984                        Electronic Arts     0.00     0.02     0.00
## 11985              Destination Software, Inc     0.02     0.01     0.00
## 11991                            Global Star     0.02     0.01     0.00
## 11992                                 Capcom     0.02     0.01     0.00
## 11997                                  Atlus     0.02     0.00     0.00
## 11998                            Global Star     0.02     0.00     0.00
## 11999                               Microids     0.02     0.00     0.00
## 12000                            Indie Games     0.01     0.01     0.00
## 12006                                   Sega     0.02     0.00     0.00
## 12007               DreamCatcher Interactive     0.00     0.02     0.00
## 12009                                  Atari     0.01     0.00     0.00
## 12011                                Play It     0.01     0.01     0.00
## 12013                                  Atari     0.00     0.01     0.00
## 12017                      MC2 Entertainment     0.00     0.01     0.00
## 12020                            Codemasters     0.00     0.01     0.00
## 12022                          Vivendi Games     0.00     0.01     0.00
## 12029                        Electronic Arts     0.00     0.01     0.00
## 12032                          Evolved Games     0.01     0.00     0.00
## 12034              Destination Software, Inc     0.01     0.00     0.00
## 12035                        Electronic Arts     3.27     2.83     0.08
## 12037                        Electronic Arts     1.92     1.08     2.11
## 12039                        Electronic Arts     1.98     2.23     0.13
## 12041            Sony Computer Entertainment     0.88     2.30     0.20
## 12042                             Activision     2.29     1.17     0.01
## 12043                        Electronic Arts     1.50     1.28     0.05
## 12044                             Activision     1.89     1.05     0.02
## 12045                                  Atari     1.78     1.12     0.09
## 12046                                   Sega     1.04     1.37     0.06
## 12047            Sony Computer Entertainment     2.22     0.51     0.06
## 12048           Konami Digital Entertainment     0.08     1.24     1.13
## 12051            Sony Computer Entertainment     1.68     0.74     0.00
## 12053                        Electronic Arts     1.41     1.12     0.00
## 12054                                Ubisoft     1.15     1.11     0.00
## 12055                               Nintendo     1.21     0.57     0.70
## 12057                        Electronic Arts     1.07     1.19     0.00
## 12058                                  Atari     1.63     0.22     0.51
## 12059                                Ubisoft     0.88     1.03     0.00
## 12060                             Activision     1.68     0.44     0.00
## 12062                             SquareSoft     0.82     0.37     0.89
## 12063                             Tecmo Koei     0.63     0.21     1.13
## 12065                               Nintendo     0.97     0.33     0.73
## 12066                     Namco Bandai Games     1.06     0.62     0.13
## 12067                               Nintendo     1.20     0.48     0.29
## 12068                        Electronic Arts     1.57     0.18     0.00
## 12069                                 Capcom     0.71     0.58     0.51
## 12070                          Vivendi Games     0.74     1.01     0.00
## 12071                        Electronic Arts     1.69     0.20     0.00
## 12072                        Electronic Arts     0.95     0.74     0.00
## 12073                        Electronic Arts     1.03     0.80     0.00
## 12074           Konami Digital Entertainment     1.05     0.59     0.00
## 12075                   Take-Two Interactive     1.25     0.29     0.00
## 12077                                Ubisoft     0.80     0.21     0.55
## 12078                        Electronic Arts     1.09     0.55     0.00
## 12079                        Electronic Arts     1.67     0.00     0.00
## 12080                        Electronic Arts     0.93     0.52     0.00
## 12082                        Electronic Arts     1.35     0.09     0.00
## 12083                                    THQ     1.08     0.45     0.00
## 12084                        Electronic Arts     1.18     0.34     0.00
## 12085                               Nintendo     1.01     0.11     0.45
## 12086                                   Sega     1.05     0.44     0.06
## 12088                                Ubisoft     0.91     0.57     0.00
## 12089                             Activision     0.58     0.87     0.00
## 12090                               Nintendo     1.09     0.15     0.25
## 12091                     Namco Bandai Games     0.99     0.32     0.11
## 12092                               Nintendo     0.72     0.38     0.36
## 12095                                 Capcom     0.54     0.35     0.46
## 12097                             Activision     0.96     0.37     0.00
## 12098                          Vivendi Games     0.63     0.66     0.00
## 12100                   Take-Two Interactive     0.65     0.51     0.00
## 12103                         TDK Mediactive     0.93     0.34     0.00
## 12104                   Take-Two Interactive     0.63     0.49     0.00
## 12105                             Activision     0.85     0.37     0.00
## 12106                                   Sega     0.87     0.30     0.06
## 12108                      Eidos Interactive     0.61     0.48     0.00
## 12112                        Electronic Arts     0.69     0.48     0.01
## 12113                                  Atari     0.72     0.43     0.01
## 12114                                    THQ     0.86     0.32     0.00
## 12115                 Zoo Digital Publishing     0.57     0.45     0.00
## 12116                        Electronic Arts     0.76     0.36     0.00
## 12117                               Nintendo     0.50     0.16     0.46
## 12118                                    THQ     0.56     0.44     0.00
## 12119                             Activision     0.44     0.34     0.25
## 12120                        Electronic Arts     0.71     0.38     0.00
## 12121                 Microsoft Game Studios     0.85     0.23     0.00
## 12122                               Nintendo     0.54     0.21     0.31
## 12123                                  Atari     0.78     0.29     0.00
## 12124                        Electronic Arts     1.02     0.02     0.00
## 12125                        Electronic Arts     0.53     0.41     0.00
## 12126                                  Atari     0.77     0.29     0.00
## 12127                  Universal Interactive     0.52     0.41     0.00
## 12128                        Electronic Arts     0.51     0.40     0.00
## 12129                               Nintendo     0.44     0.12     0.45
## 12130                        Electronic Arts     0.50     0.39     0.00
## 12132                     Empire Interactive     0.49     0.38     0.00
## 12133                     Namco Bandai Games     0.78     0.18     0.03
## 12135                               Nintendo     0.49     0.18     0.29
## 12136                        Electronic Arts     0.47     0.37     0.00
## 12137                                    THQ     0.74     0.19     0.00
## 12140           Konami Digital Entertainment     0.46     0.36     0.00
## 12141                                Ubisoft     0.57     0.33     0.00
## 12143                                Unknown     0.67     0.25     0.00
## 12144           Konami Digital Entertainment     0.45     0.35     0.00
## 12146                                  Genki     0.35     0.27     0.21
## 12147                                   Sega     0.41     0.43     0.01
## 12148                        Electronic Arts     0.44     0.34     0.00
## 12149                                    THQ     0.69     0.18     0.00
## 12150                 Microsoft Game Studios     0.65     0.19     0.00
## 12151                                Ubisoft     0.61     0.24     0.00
## 12152                             Tecmo Koei     0.17     0.13     0.51
## 12154                 Microsoft Game Studios     0.62     0.18     0.01
## 12155                              LucasArts     0.62     0.16     0.00
## 12156                                Ubisoft     0.61     0.16     0.00
## 12157                        Electronic Arts     0.24     0.49     0.00
## 12161                               Nintendo     0.31     0.11     0.30
## 12163                     Namco Bandai Games     0.05     0.04     0.61
## 12164                                   Sega     0.35     0.27     0.00
## 12165           Konami Digital Entertainment     0.35     0.27     0.00
## 12167                             Activision     0.54     0.14     0.00
## 12168            Sony Computer Entertainment     0.34     0.27     0.00
## 12169                                  Atari     0.53     0.14     0.00
## 12170                        Electronic Arts     0.53     0.14     0.00
## 12171                        Electronic Arts     0.62     0.04     0.00
## 12172                       Tomy Corporation     0.53     0.14     0.00
## 12173                             Activision     0.49     0.16     0.00
## 12175            Sony Computer Entertainment     0.32     0.25     0.00
## 12178                        Electronic Arts     0.43     0.20     0.00
## 12179                               Nintendo     0.41     0.11     0.12
## 12180                               Nintendo     0.47     0.17     0.00
## 12181                            Square Enix     0.19     0.15     0.26
## 12182                   Take-Two Interactive     0.47     0.15     0.00
## 12183                             Activision     0.31     0.24     0.00
## 12185                        Electronic Arts     0.47     0.13     0.00
## 12186                                 Capcom     0.38     0.10     0.12
## 12188                     Namco Bandai Games     0.30     0.23     0.00
## 12189                                  Atari     0.50     0.02     0.00
## 12190                             Activision     0.43     0.16     0.00
## 12191                      Eidos Interactive     0.30     0.23     0.00
## 12193                 Microsoft Game Studios     0.36     0.08     0.14
## 12194                                Ubisoft     0.34     0.13     0.11
## 12196                                 Capcom     0.22     0.17     0.14
## 12197                                  Atari     0.28     0.22     0.00
## 12198                                    THQ     0.45     0.10     0.00
## 12199                                Ubisoft     0.28     0.22     0.00
## 12200                             Activision     0.44     0.11     0.00
## 12202                        Electronic Arts     0.40     0.15     0.00
## 12203                        Electronic Arts     0.40     0.14     0.00
## 12204                                    THQ     0.43     0.11     0.00
## 12205                            Square Enix     0.15     0.12     0.26
## 12206                          Vivendi Games     0.27     0.21     0.00
## 12208                                   Sega     0.27     0.21     0.00
## 12209                                    THQ     0.39     0.15     0.00
## 12210                            Codemasters     0.27     0.21     0.00
## 12211           Konami Digital Entertainment     0.42     0.11     0.00
## 12212                            Square Enix     0.14     0.11     0.25
## 12214                                   Sega     0.26     0.21     0.00
## 12215                          Vivendi Games     0.26     0.20     0.00
## 12216            Sony Computer Entertainment     0.26     0.20     0.00
## 12217                      Eidos Interactive     0.26     0.20     0.00
## 12218                           Midway Games     0.26     0.20     0.00
## 12219                             Activision     0.26     0.20     0.00
## 12221                        Electronic Arts     0.25     0.20     0.00
## 12222                        Electronic Arts     0.40     0.10     0.00
## 12224                        Electronic Arts     0.44     0.04     0.00
## 12225 Warner Bros. Interactive Entertainment     0.25     0.19     0.00
## 12226                   Take-Two Interactive     0.42     0.06     0.00
## 12227                                    THQ     0.24     0.19     0.00
## 12229                        Electronic Arts     0.35     0.13     0.00
## 12232                           Midway Games     0.24     0.19     0.00
## 12234                              LucasArts     0.24     0.18     0.00
## 12235                            Codemasters     0.23     0.18     0.00
## 12237                          Vivendi Games     0.33     0.12     0.00
## 12239                 Microsoft Game Studios     0.36     0.08     0.00
## 12240                                  Atari     0.34     0.09     0.02
## 12241                             Activision     0.34     0.10     0.00
## 12244                        Electronic Arts     0.22     0.17     0.00
## 12246                               Nintendo     0.34     0.09     0.00
## 12250            Sony Computer Entertainment     0.21     0.17     0.00
## 12251                        Electronic Arts     0.40     0.02     0.00
## 12252                        Electronic Arts     0.21     0.17     0.00
## 12253                                 Capcom     0.18     0.07     0.17
## 12254                              Interplay     0.21     0.16     0.00
## 12255              Sony Online Entertainment     0.21     0.16     0.00
## 12257                        Electronic Arts     0.33     0.09     0.00
## 12258                        Electronic Arts     0.31     0.10     0.00
## 12259            Sony Computer Entertainment     0.21     0.16     0.00
## 12260                  Acclaim Entertainment     0.21     0.16     0.00
## 12262                                    THQ     0.21     0.16     0.00
## 12265           Konami Digital Entertainment     0.15     0.12     0.11
## 12267            Sony Computer Entertainment     0.20     0.16     0.00
## 12269                                    THQ     0.31     0.08     0.00
## 12270                        Electronic Arts     0.31     0.08     0.00
## 12271            Sony Computer Entertainment     0.19     0.15     0.00
## 12273                        Electronic Arts     0.29     0.08     0.00
## 12275                                Ubisoft     0.19     0.15     0.00
## 12276                        Electronic Arts     0.28     0.10     0.00
## 12278                             Ghostlight     0.07     0.05     0.25
## 12279                        Electronic Arts     0.29     0.08     0.00
## 12280                                  Atari     0.19     0.15     0.00
## 12281                               Nintendo     0.24     0.06     0.07
## 12285                                    3DO     0.18     0.14     0.00
## 12286                                   Sega     0.27     0.08     0.00
## 12288            Sony Computer Entertainment     0.18     0.14     0.00
## 12290                                Ubisoft     0.17     0.13     0.00
## 12292                                    THQ     0.17     0.13     0.00
## 12293                                    THQ     0.25     0.09     0.00
## 12294                                 Capcom     0.17     0.13     0.00
## 12297           Konami Digital Entertainment     0.17     0.13     0.00
## 12298                          Vivendi Games     0.17     0.13     0.00
## 12299                             Tecmo Koei     0.08     0.06     0.19
## 12300           Konami Digital Entertainment     0.26     0.07     0.00
## 12302                                    THQ     0.24     0.09     0.00
## 12303                                    THQ     0.26     0.07     0.00
## 12304                  Universal Interactive     0.25     0.07     0.00
## 12305                      Eidos Interactive     0.25     0.07     0.00
## 12306                                 Capcom     0.05     0.04     0.23
## 12307                             Tecmo Koei     0.16     0.13     0.00
## 12308             Disney Interactive Studios     0.24     0.09     0.00
## 12309                                    THQ     0.24     0.09     0.00
## 12310                          Vivendi Games     0.16     0.12     0.00
## 12312                                Ubisoft     0.25     0.06     0.00
## 12313           Konami Digital Entertainment     0.16     0.12     0.00
## 12314                             Activision     0.16     0.12     0.00
## 12316                 Microsoft Game Studios     0.24     0.07     0.00
## 12317                          Vivendi Games     0.24     0.07     0.00
## 12318                        Electronic Arts     0.22     0.08     0.00
## 12321                 Microsoft Game Studios     0.23     0.07     0.00
## 12322                  Universal Interactive     0.22     0.08     0.00
## 12323                                 Capcom     0.15     0.12     0.00
## 12324                                    THQ     0.21     0.08     0.00
## 12326                                    THQ     0.15     0.11     0.00
## 12328           Konami Digital Entertainment     0.22     0.06     0.00
## 12330                        Electronic Arts     0.21     0.08     0.00
## 12332                                  Atari     0.21     0.08     0.00
## 12333                                Ubisoft     0.22     0.06     0.00
## 12334                        Electronic Arts     0.01     0.24     0.00
## 12335                                Ubisoft     0.14     0.11     0.00
## 12336                 Microsoft Game Studios     0.21     0.06     0.00
## 12337                               Nintendo     0.08     0.03     0.17
## 12338                                Ubisoft     0.14     0.11     0.00
## 12340                     Namco Bandai Games     0.14     0.11     0.00
## 12342                  Acclaim Entertainment     0.22     0.06     0.00
## 12343                        Electronic Arts     0.14     0.11     0.00
## 12344                 Microsoft Game Studios     0.21     0.06     0.00
## 12346                                  Atari     0.14     0.11     0.00
## 12350                  Acclaim Entertainment     0.14     0.11     0.00
## 12351           Konami Digital Entertainment     0.20     0.07     0.00
## 12352                 Microsoft Game Studios     0.21     0.06     0.00
## 12353                               Nintendo     0.21     0.05     0.00
## 12354                        Electronic Arts     0.21     0.05     0.00
## 12356           Konami Digital Entertainment     0.13     0.10     0.00
## 12358                                   Sega     0.20     0.06     0.00
## 12360                         TDK Mediactive     0.19     0.06     0.00
## 12362                          Vivendi Games     0.20     0.05     0.00
## 12364            Sony Computer Entertainment     0.13     0.10     0.00
## 12365                              LucasArts     0.19     0.05     0.00
## 12367                 Microsoft Game Studios     0.20     0.04     0.00
## 12368                                   Sega     0.19     0.05     0.00
## 12369                                Ubisoft     0.16     0.08     0.00
## 12370                        Electronic Arts     0.19     0.05     0.00
## 12371                                   Sega     0.12     0.10     0.00
## 12373                  Acclaim Entertainment     0.12     0.09     0.00
## 12374                         TDK Mediactive     0.18     0.05     0.00
## 12375                  Acclaim Entertainment     0.18     0.05     0.00
## 12376                     Namco Bandai Games     0.18     0.05     0.00
## 12382            Sony Computer Entertainment     0.12     0.09     0.00
## 12386                        Electronic Arts     0.18     0.05     0.00
## 12388                                Ubisoft     0.18     0.05     0.00
## 12389                                   Sega     0.11     0.09     0.00
## 12391                      Eidos Interactive     0.11     0.09     0.00
## 12392                        Electronic Arts     0.17     0.05     0.00
## 12393                             Activision     0.17     0.05     0.00
## 12394                 Zoo Digital Publishing     0.11     0.09     0.00
## 12395                           Midway Games     0.11     0.09     0.00
## 12397                                  Kemco     0.11     0.09     0.00
## 12400                        Electronic Arts     0.11     0.08     0.00
## 12401                       Tomy Corporation     0.16     0.06     0.00
## 12406                                 Capcom     0.10     0.08     0.00
## 12408                       Activision Value     0.16     0.05     0.00
## 12409                        Electronic Arts     0.16     0.04     0.00
## 12411                             Activision     0.15     0.04     0.00
## 12412                                    CCP     0.00     0.19     0.00
## 12416                                Ubisoft     0.14     0.05     0.00
## 12417                             Activision     0.14     0.05     0.00
## 12419                        Electronic Arts     0.15     0.04     0.00
## 12421                     Bethesda Softworks     0.15     0.04     0.00
## 12422                             Activision     0.10     0.08     0.00
## 12425                                    SCi     0.10     0.07     0.00
## 12426                          Vivendi Games     0.14     0.05     0.00
## 12428                        Electronic Arts     0.09     0.07     0.00
## 12429                      Eidos Interactive     0.14     0.04     0.00
## 12430                        Electronic Arts     0.09     0.07     0.00
## 12431                           Midway Games     0.09     0.07     0.00
## 12433                  Universal Interactive     0.15     0.04     0.00
## 12434                                 Capcom     0.09     0.07     0.00
## 12435                               Metro 3D     0.09     0.07     0.00
## 12436                        Electronic Arts     0.14     0.04     0.00
## 12437              Sony Online Entertainment     0.09     0.07     0.00
## 12440                              LucasArts     0.14     0.04     0.00
## 12441                          Vivendi Games     0.09     0.07     0.00
## 12442            Sony Computer Entertainment     0.09     0.07     0.00
## 12443            Sony Computer Entertainment     0.09     0.07     0.00
## 12444                                  Genki     0.09     0.07     0.00
## 12445                        Electronic Arts     0.13     0.05     0.00
## 12446            Sony Computer Entertainment     0.09     0.07     0.00
## 12448                        Electronic Arts     0.13     0.04     0.00
## 12449                 Microsoft Game Studios     0.13     0.04     0.00
## 12450                          Vivendi Games     0.13     0.03     0.00
## 12451                          Vivendi Games     0.13     0.04     0.00
## 12453                          Vivendi Games     0.13     0.04     0.00
## 12454                                 Jaleco     0.08     0.07     0.00
## 12455                           Midway Games     0.08     0.07     0.00
## 12457 Warner Bros. Interactive Entertainment     0.13     0.03     0.00
## 12458                              Interplay     0.13     0.04     0.00
## 12459                        Electronic Arts     0.13     0.04     0.00
## 12460                        Electronic Arts     0.12     0.04     0.00
## 12461                   Take-Two Interactive     0.13     0.04     0.00
## 12462                                 Capcom     0.13     0.03     0.00
## 12463                      Eidos Interactive     0.13     0.04     0.00
## 12465                           Midway Games     0.13     0.03     0.00
## 12466                                   Sega     0.08     0.06     0.00
## 12467                                  Atari     0.08     0.06     0.00
## 12470                                    THQ     0.13     0.03     0.00
## 12472                                Ubisoft     0.08     0.06     0.00
## 12473                             Tecmo Koei     0.12     0.03     0.00
## 12474                             Activision     0.08     0.06     0.00
## 12477                               Nintendo     0.11     0.04     0.00
## 12478                        Electronic Arts     0.12     0.03     0.00
## 12479                          Vivendi Games     0.08     0.06     0.00
## 12481                                    THQ     0.08     0.06     0.00
## 12482                  Acclaim Entertainment     0.12     0.03     0.00
## 12483                        Electronic Arts     0.12     0.03     0.00
## 12485                                Ubisoft     0.11     0.04     0.00
## 12487                                   Sega     0.11     0.03     0.00
## 12489                                Play It     0.07     0.06     0.00
## 12491                        Electronic Arts     0.11     0.04     0.00
## 12492                                Ubisoft     0.11     0.03     0.00
## 12493           Konami Digital Entertainment     0.10     0.04     0.00
## 12494                 Microsoft Game Studios     0.11     0.03     0.00
## 12495                                Ubisoft     0.10     0.04     0.00
## 12497                                  Atari     0.11     0.03     0.00
## 12499                                    THQ     0.11     0.03     0.00
## 12500                              LucasArts     0.01     0.10     0.00
## 12502                                 Capcom     0.08     0.03     0.03
## 12504                  Acclaim Entertainment     0.10     0.03     0.00
## 12505                                  Atari     0.10     0.03     0.00
## 12506                             Activision     0.10     0.03     0.00
## 12509                        Electronic Arts     0.10     0.04     0.00
## 12511                                  Atari     0.10     0.03     0.00
## 12512                                  Atari     0.10     0.03     0.00
## 12513                      Eidos Interactive     0.10     0.03     0.00
## 12514                                Ubisoft     0.06     0.05     0.00
## 12516                      Eidos Interactive     0.06     0.05     0.00
## 12517                                    THQ     0.06     0.05     0.00
## 12518                             Infogrames     0.10     0.03     0.00
## 12519                  Acclaim Entertainment     0.10     0.03     0.00
## 12521                        Electronic Arts     0.10     0.03     0.00
## 12522                              LucasArts     0.09     0.03     0.00
## 12524                                   Sega     0.06     0.05     0.00
## 12526                                    THQ     0.09     0.03     0.00
## 12527                 Microsoft Game Studios     0.09     0.03     0.00
## 12529                             Activision     0.09     0.02     0.00
## 12531                  Acclaim Entertainment     0.06     0.05     0.00
## 12533                                 Capcom     0.06     0.05     0.00
## 12534                             Activision     0.09     0.02     0.00
## 12536                                   Sega     0.06     0.04     0.00
## 12537                          Vivendi Games     0.09     0.03     0.00
## 12538                                    THQ     0.09     0.02     0.00
## 12539                               Metro 3D     0.06     0.04     0.00
## 12540                                  Atlus     0.06     0.04     0.00
## 12541                                 Capcom     0.08     0.03     0.00
## 12542                                  Kemco     0.08     0.02     0.00
## 12543                                Ubisoft     0.08     0.02     0.00
## 12545                                   Sega     0.08     0.02     0.00
## 12546                             Activision     0.08     0.02     0.00
## 12548                             Tecmo Koei     0.05     0.04     0.00
## 12549                 Ignition Entertainment     0.05     0.04     0.00
## 12550                 Microsoft Game Studios     0.08     0.02     0.00
## 12551                             Tecmo Koei     0.05     0.04     0.00
## 12554                        Electronic Arts     0.08     0.02     0.00
## 12555                 Zoo Digital Publishing     0.08     0.03     0.00
## 12556                                 Capcom     0.08     0.02     0.00
## 12558                  Acclaim Entertainment     0.08     0.02     0.00
## 12559                        Electronic Arts     0.05     0.04     0.00
## 12560                          Vivendi Games     0.08     0.02     0.00
## 12561                 Zoo Digital Publishing     0.07     0.03     0.00
## 12562                               Microids     0.08     0.02     0.00
## 12563                              505 Games     0.05     0.04     0.00
## 12565                                 Capcom     0.08     0.02     0.00
## 12567                        Electronic Arts     0.08     0.02     0.00
## 12569                                Ubisoft     0.07     0.03     0.00
## 12573                                    THQ     0.07     0.02     0.00
## 12575                  Acclaim Entertainment     0.05     0.04     0.00
## 12577                                  Atari     0.05     0.04     0.00
## 12578           Konami Digital Entertainment     0.05     0.04     0.00
## 12579                     Namco Bandai Games     0.07     0.02     0.00
## 12580            Sony Computer Entertainment     0.05     0.04     0.00
## 12583            Sony Computer Entertainment     0.04     0.03     0.00
## 12584                                    THQ     0.06     0.02     0.00
## 12585                           Midway Games     0.04     0.03     0.00
## 12586                                  Atari     0.07     0.02     0.00
## 12589                                  Kemco     0.06     0.02     0.00
## 12590                                Ubisoft     0.07     0.02     0.00
## 12592                                   Sega     0.06     0.02     0.00
## 12594                                 Capcom     0.06     0.02     0.00
## 12595                              Telegames     0.06     0.02     0.00
## 12596                        Electronic Arts     0.06     0.02     0.00
## 12597                              LucasArts     0.04     0.03     0.00
## 12598                                    THQ     0.06     0.02     0.00
## 12599                      Eidos Interactive     0.06     0.02     0.00
## 12600                                 Agetec     0.04     0.03     0.00
## 12601                     Empire Interactive     0.06     0.02     0.00
## 12602                        Electronic Arts     0.06     0.02     0.00
## 12603                                    3DO     0.06     0.02     0.00
## 12605                                  Atari     0.06     0.02     0.00
## 12606                                  Kemco     0.06     0.02     0.00
## 12608                           Midway Games     0.06     0.02     0.00
## 12610                                   Sega     0.06     0.02     0.00
## 12611                                    THQ     0.06     0.02     0.00
## 12612                                 Capcom     0.06     0.02     0.00
## 12613                  Acclaim Entertainment     0.06     0.02     0.00
## 12615                                    SCi     0.06     0.02     0.00
## 12616                                    SCi     0.04     0.03     0.00
## 12617                                Ubisoft     0.06     0.02     0.00
## 12618                             Activision     0.06     0.01     0.00
## 12619                     Namco Bandai Games     0.05     0.02     0.00
## 12627                             Tecmo Koei     0.03     0.03     0.00
## 12628                        Electronic Arts     0.05     0.02     0.00
## 12630                        Electronic Arts     0.05     0.01     0.00
## 12631                                Ubisoft     0.05     0.01     0.00
## 12633            Sony Computer Entertainment     0.03     0.03     0.00
## 12634                 Microsoft Game Studios     0.00     0.06     0.00
## 12635                        Electronic Arts     0.05     0.01     0.00
## 12636           Konami Digital Entertainment     0.05     0.01     0.00
## 12637                                Ubisoft     0.05     0.02     0.00
## 12638                         TDK Mediactive     0.05     0.01     0.00
## 12640                                   Sega     0.05     0.01     0.00
## 12641                           Midway Games     0.05     0.01     0.00
## 12642                        Electronic Arts     0.05     0.01     0.00
## 12644                  Acclaim Entertainment     0.03     0.02     0.00
## 12647                         TDK Mediactive     0.03     0.02     0.00
## 12650                  Acclaim Entertainment     0.05     0.01     0.00
## 12652                                Ubisoft     0.03     0.02     0.00
## 12653                                    THQ     0.04     0.02     0.00
## 12654                                 Capcom     0.05     0.01     0.00
## 12656                                   Sega     0.04     0.01     0.00
## 12657                                 Capcom     0.04     0.01     0.00
## 12659                             Activision     0.04     0.01     0.00
## 12661                  Acclaim Entertainment     0.04     0.01     0.00
## 12662                  Acclaim Entertainment     0.04     0.01     0.00
## 12664              Destination Software, Inc     0.04     0.01     0.00
## 12667                                Ubisoft     0.04     0.01     0.00
## 12669                           Midway Games     0.04     0.01     0.00
## 12670                             Activision     0.04     0.01     0.00
## 12671                                   Sega     0.04     0.01     0.00
## 12672                           Gotham Games     0.04     0.01     0.00
## 12673                            Codemasters     0.04     0.01     0.00
## 12676                        Electronic Arts     0.04     0.01     0.00
## 12677                         TDK Mediactive     0.04     0.01     0.00
## 12680                              Mindscape     0.04     0.01     0.00
## 12682                             Activision     0.04     0.01     0.00
## 12685                             Activision     0.03     0.01     0.00
## 12686                 Microsoft Game Studios     0.02     0.02     0.00
## 12689                        Electronic Arts     0.00     0.04     0.00
## 12692                                  Atlus     0.03     0.01     0.00
## 12693                                    THQ     0.03     0.01     0.00
##       Other_Sales Global_Sales Critic_Score Critic_Count User_Score User_Count
## 1            1.11         7.59           85           41        5.0        398
## 3            0.85         5.38           93          113        7.9       7064
## 4            0.71         4.46           77           82        3.4       1129
## 5            0.61         4.08           88           31        8.4        809
## 6            0.60         3.80           80           64        7.0       2219
## 7            0.17         2.65           84           50        5.5        201
## 8            0.22         2.42           78           17        3.1        290
## 9            0.35         2.26           76           91        6.3        635
## 10           0.20         2.25           87           37        8.2        440
## 11           0.20         2.16           80           33        6.9        614
## 12           0.33         2.14           90           31        6.1       1358
## 13           0.34         1.88           88           47        6.7        162
## 14           0.28         1.81           68           66        5.1       1147
## 15           0.32         1.75           82           35        4.9         83
## 16           0.27         1.70           71           94        4.5       5096
## 17           0.22         1.65           89           69        8.8       1940
## 20           0.12         1.35           84           96        6.2        815
## 23           0.13         1.23           83           30        5.9         39
## 24           0.17         1.14           79           60        8.2        201
## 25           0.18         1.13           83           88        7.8        621
## 26           0.08         1.08           91           90        7.4        594
## 27           0.10         1.06           91           18        5.6        668
## 28           0.09         1.03           86           74        8.4        329
## 29           0.11         1.02           90           17        6.2         91
## 30           0.08         1.01           76           74        8.0        273
## 32           0.15         0.93           79           38        6.2        157
## 33           0.04         0.93           81           71        8.7         87
## 34           0.14         0.90           77           80        3.4       1221
## 36           0.08         0.88           77           27        6.4        194
## 38           0.12         0.75           89           56        8.4        704
## 41           0.12         0.73           71           70        7.0         87
## 42           0.10         0.71           73           54        7.8        117
## 43           0.11         0.70           78           61        7.5         91
## 45           0.04         0.65           64            5        8.0         20
## 46           0.10         0.64           88           56        7.7        569
## 48           0.05         0.62           67           20        4.6        274
## 49           0.09         0.60           69           50        6.9         88
## 50           0.05         0.57           87           31        8.0        261
## 52           0.05         0.56           77          106        6.8       1659
## 53           0.04         0.53           91           62        6.8       4052
## 55           0.08         0.49           81           29        7.7        111
## 56           0.04         0.48           80           64        8.1         79
## 57           0.05         0.45           85           61        7.6        478
## 59           0.03         0.42           75           72        6.8        208
## 60           0.04         0.41           76           42        6.0         77
## 61           0.06         0.41           69           17        8.7         12
## 62           0.04         0.41           79           33        5.8       1188
## 64           0.06         0.40           85           23        8.6        672
## 66           0.07         0.39           72           49        8.0         68
## 68           0.03         0.38           88           54        7.6       1137
## 69           0.06         0.38           84           59        7.6        511
## 73           0.06         0.37           84           39        8.5        210
## 74           0.05         0.37           85           50        8.7       1290
## 75           0.05         0.37           85           46        8.1        196
## 76           0.03         0.36           69           82        7.4        662
## 77           0.03         0.36           83            9        7.7        131
## 78           0.05         0.35           48           43        3.8        212
## 79           0.05         0.35           66           45        7.8         49
## 80           0.03         0.35           71           18        5.1         15
## 81           0.05         0.35           69           50        4.7        578
## 82           0.05         0.35           81           52        7.9        110
## 84           0.04         0.33           77           74        8.3        222
## 85           0.06         0.33           78           26        5.8         67
## 87           0.03         0.32           88           62        7.5        535
## 89           0.02         0.30           68           37        6.8         16
## 90           0.03         0.30           81           11        8.5         51
## 91           0.06         0.30           75           59        7.3         89
## 93           0.02         0.30           76           11        7.0         18
## 94           0.04         0.29           72            7        6.6          8
## 100          0.04         0.26           73           28        8.5         79
## 101          0.02         0.26           68           12        5.5         27
## 102          0.04         0.26           68           55        6.8        402
## 103          0.04         0.25           59           48        7.1         73
## 104          0.02         0.25           88           81        7.3        684
## 105          0.03         0.24           77           23        4.0         38
## 107          0.02         0.24           87           22        8.3        194
## 108          0.02         0.24           69            4        6.8         15
## 110          0.02         0.23           88          104        7.1       1221
## 113          0.02         0.22           88           22        6.8        156
## 115          0.00         0.21           68           12        7.6         16
## 116          0.03         0.21           77            5        8.6         46
## 117          0.02         0.21           77           27        7.1         26
## 118          0.03         0.20           72           32        7.4         49
## 122          0.02         0.20           73            8        7.3         29
## 123          0.02         0.20           87           49        8.2        178
## 127          0.01         0.19           60            4        7.1         15
## 128          0.02         0.19           63           29        3.2        881
## 129          0.02         0.19           69           32        7.7         52
## 135          0.01         0.17           83           18        7.2        175
## 136          0.01         0.16           74           18        4.8        368
## 137          0.01         0.16           72           46        4.4        266
## 140          0.01         0.16           84           16        8.3         79
## 141          0.01         0.15           71           20        7.2        171
## 142          0.02         0.15           79           54        8.7        208
## 143          0.01         0.15           60            5        7.0          8
## 144          0.02         0.15           73           16        8.1          7
## 145          0.01         0.15           74            6        8.0         11
## 146          0.01         0.15           63           75        6.6        445
## 147          0.02         0.14           80           47        5.5         17
## 148          0.02         0.14           88           28        8.0        116
## 150          0.01         0.14           93            5        7.9         83
## 151          0.01         0.14           49           12        4.1        106
## 152          0.02         0.14           45           16        5.9        140
## 153          0.02         0.14           63           32        6.4         45
## 154          0.01         0.14           73           16        3.0        440
## 157          0.01         0.13           85            4        8.7        123
## 158          0.01         0.13           86           77        7.3        556
## 162          0.01         0.12           86           17        8.0         60
## 168          0.01         0.12           86           45        7.9        915
## 169          0.00         0.12           83            5        8.0         22
## 173          0.01         0.12           86           37        6.0        383
## 179          0.01         0.12           84           12        4.2        160
## 181          0.00         0.11           72           16        6.8          5
## 184          0.02         0.11           75           45        8.5        289
## 185          0.01         0.11           77            6        8.2         43
## 186          0.02         0.11           79           42        7.9         76
## 191          0.01         0.10           77           10        5.7         30
## 192          0.02         0.10           73           26        6.3         37
## 197          0.01         0.10           78           14        6.0          8
## 198          0.00         0.10           62            4        7.8         10
## 202          0.02         0.09           44           49        5.5        163
## 203          0.01         0.09           81           41        4.3         57
## 206          0.01         0.09           67           34        7.4        110
## 209          0.00         0.09           71            6        7.1         21
## 215          0.01         0.08           85           21        7.6         39
## 216          0.01         0.08           69           34        6.9        400
## 218          0.02         0.08           77           22        6.1         55
## 219          0.01         0.08           85           27        8.0        488
## 222          0.01         0.08           60           19        6.7         94
## 223          0.01         0.08           69           41        7.3         30
## 225          0.01         0.08           74           13        7.6         24
## 226          0.01         0.08           75           19        8.0         50
## 228          0.01         0.08           81           18        8.5         72
## 229          0.00         0.07           89           56        8.6       1848
## 231          0.01         0.07           72           31        7.8         22
## 232          0.01         0.07           70            6        8.0         24
## 234          0.00         0.06           74           24        4.4        606
## 237          0.01         0.06           73           35        6.2         70
## 238          0.01         0.06           60           10        5.8         12
## 239          0.00         0.06           76           12        7.7         27
## 240          0.01         0.06           83           31        8.3        116
## 242          0.01         0.06           60           38        6.7        116
## 247          0.01         0.06           66           12        6.9         20
## 253          0.00         0.06           74           33        2.9        431
## 256          0.00         0.06           86           20        8.2        580
## 258          0.00         0.05           35           17        5.2         74
## 264          0.01         0.05           52           64        3.5        282
## 266          0.00         0.05           67           10        4.9         18
## 268          0.01         0.05           76           39        8.0         57
## 272          0.00         0.05           64           56        5.1        219
## 274          0.00         0.05           78           22        7.4         41
## 276          0.00         0.05           82            6        7.5         44
## 277          0.01         0.05           66            8        3.8         18
## 278          0.00         0.05           87           12        6.1         84
## 279          0.00         0.05           87           17        8.1         40
## 282          0.01         0.05           71           19        8.0         12
## 283          0.01         0.05           78            6        7.8          6
## 284          0.00         0.05           63           12        6.3         34
## 286          0.01         0.04           71           28        8.1         73
## 287          0.00         0.04           83           15        8.6       1620
## 289          0.01         0.04           66           39        7.0         31
## 291          0.00         0.04           55           14        6.0         38
## 297          0.01         0.04           64            4        6.8         12
## 300          0.01         0.04           72           26        8.3         19
## 302          0.01         0.04           78            6        6.6         30
## 309          0.00         0.04           54           48        3.5        284
## 310          0.00         0.04           75            5        8.0          6
## 323          0.01         0.03           77           15        6.9         15
## 327          0.00         0.03           83           55        6.1        684
## 331          0.00         0.03           73           12        6.3         15
## 333          0.00         0.03           86           33        8.7        288
## 334          0.01         0.03           80           18        8.0         19
## 337          0.00         0.03           78           23        7.6         19
## 339          0.00         0.03           74            5        8.1          7
## 345          0.00         0.03           48            9        4.6         78
## 347          0.01         0.03           73           16        8.4         12
## 355          0.00         0.03           82            4        6.6          8
## 357          0.00         0.03           68           12        7.4         55
## 362          0.00         0.03           57           11        7.8          9
## 365          0.00         0.03           67           17        6.2         12
## 375          0.00         0.02           62           31        6.5         36
## 381          0.00         0.02           52           13        7.9         34
## 383          0.00         0.02           64           11        7.3         10
## 390          0.00         0.02           55           19        4.7         34
## 396          0.00         0.02           69            9        3.7        137
## 397          0.00         0.02           52           15        7.1         12
## 399          0.00         0.02           43            7        2.4         31
## 401          0.00         0.02           79            9        8.5         15
## 404          0.00         0.02           55           13        4.2         94
## 411          0.00         0.02           48            4        2.0         53
## 418          0.00         0.02           49           15        6.0         29
## 431          0.00         0.02           66           14        4.3        539
## 433          0.00         0.02           63            9        6.7         27
## 436          0.00         0.01           72            4        6.2         14
## 437          0.00         0.01           72           35        5.8         29
## 438          0.00         0.01           90            6        6.3         52
## 439          0.00         0.01           66           13        6.2         13
## 442          0.00         0.01           77           20        8.4         62
## 445          0.00         0.01           80           13        7.9         14
## 446          0.00         0.01           56           34        6.8        149
## 449          0.00         0.01           75           24        8.1          7
## 452          0.00         0.01           65           18        7.3         72
## 453          0.00         0.01           56            4        3.1         14
## 462          0.00         0.01           53           15        6.3         63
## 467          0.00         0.01           79           13        6.8         42
## 469          0.00         0.01           42            9        2.3          7
## 471          0.00         0.01           70           27        6.8         64
## 476          0.00         0.01           78            4        7.9         14
## 477          0.00         0.01           61            9        7.9         14
## 478          0.00         0.01           51           28        5.5         39
## 487          0.00         0.01           63            8        8.2         22
## 491          0.00         0.01           81           46        8.5        151
## 504          1.28         8.57           82           42        4.3        896
## 507          1.13         7.16           87           58        6.5       4228
## 508          0.76         4.62           86           78        8.1       1264
## 509          0.41         4.48           84          101        6.4       2438
## 510          0.26         4.43           81           88        8.5       1184
## 511          0.38         4.22           88           39        6.2       1749
## 512          0.59         3.97           92           79        9.2      10179
## 513          0.64         3.95           87           89        7.6       2679
## 514          0.69         3.88           87           51        6.7        364
## 516          0.48         3.41           93           86        8.2       3943
## 517          0.52         3.39           76           86        6.8       1319
## 519          0.34         3.28           82           74        7.5        563
## 520          0.24         3.25           84           45        4.4        459
## 521          0.60         3.24           83           37        5.9        180
## 522          0.20         3.21           88           85        8.7        691
## 523          0.12         3.05           66           60        6.9        106
## 524          0.48         2.78           83           81        7.7        836
## 526          0.38         2.48           92          100        8.6       6383
## 528          0.26         2.42           84           23        6.1        124
## 529          0.17         2.34           89           82        9.0        478
## 530          0.24         2.34           86           14        6.2        115
## 532          0.33         2.21           73           40        7.3        480
## 533          0.32         2.10           73           46        5.0        845
## 534          0.34         2.09           74           58        7.9       1287
## 535          0.31         1.93           86           81        6.0       1079
## 536          0.28         1.86           73           42        6.5        403
## 537          0.14         1.80           87           85        7.9        863
## 539          0.27         1.74           63           94        6.6       3172
## 543          0.26         1.66           79          103        8.2       2161
## 544          0.12         1.58           66           66        6.5        279
## 546          0.14         1.49           85           16        6.6        694
## 547          0.14         1.38           86           21        7.3        279
## 548          0.11         1.38           86          102        8.0       1288
## 549          0.12         1.34           74           24        6.9        252
## 550          0.11         1.31           91           13        9.2       3963
## 551          0.10         1.30           78           83        8.5        376
## 552          0.11         1.30           78           22        6.1        402
## 553          0.12         1.29           74           26        7.8        387
## 554          0.10         1.29           84           38        5.4       7512
## 555          0.12         1.28           77           11        8.4        613
## 556          0.08         1.25           69           44        8.8        190
## 557          0.20         1.21           73           47        7.4        237
## 558          0.11         1.21           71           27        5.1        299
## 559          0.12         1.19           89           11        5.2        393
## 561          0.09         1.17           96           57        7.9       3756
## 562          0.08         1.12           73           73        7.6        179
## 563          0.16         1.11           69           50        7.7        598
## 564          0.16         1.09           83           37        6.6        363
## 567          0.15         0.96           76           46        4.3        894
## 570          0.17         0.92           80           44        7.8        190
## 571          0.08         0.90           71           24        7.0        186
## 572          0.14         0.90           70           46        7.0         80
## 574          0.14         0.88           82           49        7.8        345
## 578          0.14         0.86           80           69        6.2        160
## 580          0.06         0.84           84           87        8.9       1548
## 581          0.10         0.79           87           54        7.1        680
## 582          0.07         0.79           84           75        7.7        325
## 586          0.07         0.75           95           10        7.3        900
## 591          0.12         0.73           80           53        7.1         65
## 593          0.05         0.72           93           32        9.3      10665
## 597          0.10         0.66           65           46        6.3         43
## 598          0.06         0.65           70           17        6.7         44
## 601          0.06         0.64           74           31        5.1        336
## 602          0.11         0.63           78           28        5.5        157
## 605          0.05         0.59           72           18        5.7         75
## 606          0.05         0.57           73            7        6.9         11
## 610          0.05         0.55           81           21        5.1         69
## 611          0.07         0.55           75           30        7.7        284
## 614          0.05         0.53           62            5        6.5         29
## 615          0.04         0.53           88           62        8.3        833
## 617          0.04         0.52           71            5        8.1         14
## 618          0.08         0.52           61           33        3.7         78
## 619          0.04         0.52           73           72        8.0        227
## 622          0.03         0.49           81           70        7.4        103
## 625          0.04         0.48           87           13        5.6         65
## 627          0.05         0.48           80           18        6.0         81
## 628          0.05         0.47           79           27        6.4         54
## 629          0.06         0.46           74           34        7.4        118
## 632          0.02         0.44           58           58        5.3        133
## 633          0.04         0.43           80           11        7.8        119
## 637          0.03         0.41           46           20        4.4        173
## 639          0.04         0.41           80           12        6.9         27
## 641          0.06         0.40           72           59        6.8        315
## 647          0.07         0.38           78           51        6.3         87
## 651          0.03         0.36           70            4        7.1         27
## 652          0.06         0.36           73           10        6.8         20
## 655          0.02         0.35           81           34        6.9         97
## 660          0.02         0.33           61           32        6.6         32
## 661          0.02         0.32           80           32        8.5         71
## 662          0.03         0.32           66           10        6.1         18
## 663          0.03         0.32           67           18        7.2        128
## 665          0.04         0.32           76           51        8.6         83
## 667          0.04         0.31           76           17        7.1        110
## 668          0.05         0.31           81           51        3.3         29
## 670          0.05         0.29           60           11        5.7         68
## 672          0.04         0.29           80           43        8.1        173
## 677          0.02         0.27           60           26        4.3         77
## 678          0.04         0.26           81           70        8.1        188
## 681          0.02         0.26           81           16        5.8        135
## 684          0.02         0.25           67           31        7.1         54
## 685          0.02         0.25           72           45        5.9        278
## 688          0.04         0.25           63           32        6.3         60
## 689          0.02         0.25           64           13        5.3         22
## 690          0.02         0.24           79           32        8.7         82
## 691          0.02         0.24           76           15        5.5         17
## 693          0.02         0.24           80           66        7.3        520
## 695          0.01         0.24           77           44        7.9         49
## 697          0.02         0.23           79           37        6.9        734
## 698          0.04         0.23           77           50        7.5        160
## 703          0.03         0.22           66           30        7.0         47
## 704          0.02         0.22           72           16        7.3        117
## 705          0.02         0.21           69           69        7.7        125
## 707          0.02         0.21           74           14        5.9        544
## 709          0.03         0.21           32           43        1.5        427
## 712          0.01         0.20           81           10        4.4        296
## 713          0.02         0.20           75           40        7.9       1295
## 717          0.02         0.19           84            4        6.1         36
## 719          0.02         0.19           77           39        4.3        969
## 722          0.02         0.18           59           30        7.8         45
## 723          0.02         0.18           71            4        7.4         34
## 725          0.02         0.18           67           25        8.0         96
## 727          0.03         0.18           59           27        6.1         70
## 730          0.02         0.17           74           35        7.6         74
## 733          0.02         0.17           58           33        6.5         21
## 734          0.00         0.17           57           25        7.3         15
## 736          0.01         0.17           76            4        6.3         17
## 737          0.00         0.17           77           26        8.2         38
## 738          0.01         0.16           72           28        6.8         15
## 747          0.02         0.14           80           10        7.7         31
## 749          0.01         0.14           74           50        5.3        529
## 750          0.01         0.14           85           60        8.9       1404
## 751          0.01         0.14           90            9        8.2        225
## 753          0.01         0.14           75           25        7.9         55
## 755          0.01         0.14           71           31        3.8        773
## 756          0.02         0.14           81           10        8.6         73
## 759          0.01         0.13           80           62        8.2        153
## 761          0.01         0.13           70           14        2.5       1967
## 762          0.01         0.13           86           20        7.6        225
## 764          0.01         0.13           83           48        7.1        418
## 766          0.02         0.12           76            4        7.4         19
## 770          0.01         0.12           39           18        2.1        132
## 771          0.01         0.12           45           31        6.5         81
## 773          0.01         0.12           73           26        7.3         24
## 774          0.02         0.11           19            5        3.4         65
## 779          0.01         0.11           72            7        8.5         11
## 783          0.01         0.11           60           17        5.6         62
## 785          0.00         0.11           69           35        8.0         79
## 786          0.01         0.11           85           14        6.2        144
## 788          0.01         0.10           81           65        7.3       1170
## 789          0.01         0.10           54            9        5.3         17
## 790          0.01         0.10           65           12        7.8         63
## 791          0.01         0.10           75           22        7.5        106
## 795          0.01         0.10           71           28        5.9         94
## 796          0.01         0.10           73           13        6.8         50
## 798          0.01         0.10           88           24        8.3        280
## 799          0.01         0.10           71           29        6.5         15
## 804          0.01         0.09           86            7        9.3         20
## 805          0.00         0.09           58           16        6.4         69
## 808          0.01         0.09           69           43        6.6         23
## 810          0.00         0.09           76           30        7.6        338
## 815          0.01         0.09           20            4        3.1         30
## 820          0.00         0.08           70           18        7.8         44
## 821          0.01         0.08           90           18        7.6        312
## 825          0.01         0.08           74           25        7.5        362
## 828          0.00         0.08           91           13        7.7       1963
## 834          0.01         0.07           64           10        7.1         12
## 839          0.00         0.07           71           21        6.2         34
## 841          0.01         0.07           78           33        8.1         63
## 852          0.01         0.07           72           14        7.2         23
## 855          0.00         0.06           70           15        7.5         48
## 858          0.01         0.06           67           40        7.6         71
## 859          0.01         0.06           76           11        8.8         33
## 861          0.01         0.06           64           40        7.9         51
## 866          0.01         0.06           43           54        6.5        283
## 869          0.00         0.06           71            8        8.3         12
## 871          0.01         0.06           42            8        4.1          9
## 872          0.01         0.06           25            6        1.9         39
## 888          0.00         0.05           61           13        3.6         63
## 891          0.00         0.05           76           10        5.1        475
## 893          0.00         0.05           48            6        7.1          8
## 894          0.01         0.05           77           13        7.1         56
## 899          0.00         0.05           81           17        8.3         29
## 903          0.00         0.05           63           11        5.4         52
## 904          0.01         0.05           64           45        5.7         98
## 912          0.00         0.04           76           12        4.3        286
## 913          0.00         0.04           82           18        8.5         86
## 916          0.00         0.04           81            6        8.9         26
## 918          0.00         0.04           70           33        6.9         28
## 919          0.00         0.04           46            4        5.8         10
## 920          0.00         0.04           45            7        5.6         37
## 934          0.00         0.04           72            8        7.1         31
## 938          0.00         0.04           69           13        7.9         16
## 939          0.01         0.04           69           44        6.4         83
## 940          0.00         0.04           72           14        8.1         25
## 942          0.01         0.04           71           24        8.0         30
## 948          0.00         0.03           61           35        7.4         44
## 970          0.00         0.03           74            9        7.6         56
## 988          0.00         0.03           88           31        8.4        124
## 991          0.00         0.03           68            8        4.8         30
## 999          0.00         0.03           59            4        6.6         19
## 1001         0.00         0.03           62           22        6.4         11
## 1005         0.00         0.02           86           14        7.7        255
## 1021         0.00         0.02           63            4        6.2          5
## 1028         0.00         0.02           70           15        7.4          9
## 1040         0.00         0.02           65            5        6.6         21
## 1045         0.00         0.02           74            6        7.4         41
## 1056         0.00         0.02           77           12        7.2         11
## 1092         0.00         0.01           67            9        7.1         35
## 1093         0.00         0.01           70           26        7.4         72
## 1098         0.00         0.01           82            9        8.3         20
## 1104         0.00         0.01           65           16        6.0         27
## 1109         1.97        12.61           97           66        8.3       2899
## 1111         1.23         7.66           83           39        5.7       1443
## 1113         0.51         7.09           88           82        9.1       1599
## 1114         0.90         6.08           82           47        5.7        988
## 1115         0.92         5.64           76           95        6.1       5380
## 1116         0.47         5.48           97           14        7.9        764
## 1117         0.48         5.27           81           53        5.4        898
## 1125         0.64         4.05           80           80        6.3       2996
## 1126         0.63         4.04           85           83        7.7       1653
## 1127         0.62         3.96           70           40        4.9       2050
## 1128         0.11         3.89           86           80        8.7        348
## 1129         0.33         3.50           72           59        4.1       1005
## 1130         0.31         3.37           75           11        5.5       1735
## 1132         0.29         3.23           85           69        7.2       1267
## 1133         0.23         3.05           70           74        3.9       2057
## 1134         0.47         2.96           84           85        8.1       1886
## 1135         0.27         2.95           86           68        6.4       2658
## 1137         0.46         2.79           80           90        7.9       2944
## 1140         0.43         2.45           83           50        7.0        291
## 1141         0.40         2.19           81           37        6.1        208
## 1142         0.16         2.18           82           33        5.4        347
## 1143         0.31         2.07           71           85        6.1       1571
## 1146         0.32         2.01           89           43        7.4       1984
## 1149         0.31         1.91           79           78        7.1        506
## 1150         0.09         1.83           80           68        8.8        206
## 1152         0.27         1.79           75           65        7.3       1223
## 1154         0.26         1.72           61           60        5.4        575
## 1155         0.18         1.72           82            9        6.3        101
## 1156         0.14         1.63           82           15        7.5        383
## 1159         0.14         1.57           78           15        5.8        712
## 1160         0.16         1.57           80           19        6.4        138
## 1161         0.24         1.55           79           73        8.1       1116
## 1162         0.12         1.52           83           77        8.9        712
## 1165         0.11         1.40           86           85        8.2        977
## 1166         0.09         1.38           64           71        6.1        155
## 1167         0.13         1.36           83           21        5.9        371
## 1168         0.12         1.35           87           12        8.0        585
## 1171         0.20         1.29           72           53        7.5        292
## 1172         0.11         1.27           69            8        7.2         26
## 1173         0.15         1.27           91           69        8.1       1107
## 1174         0.18         1.27           75           70        6.2       1311
## 1177         0.10         1.23           76           81        8.3        662
## 1179         0.09         1.19           81           78        8.6        377
## 1180         0.19         1.15           62           44        5.1        164
## 1181         0.10         1.14           81           89        7.7       1137
## 1182         0.17         1.13           79           50        8.1        795
## 1184         0.09         1.08           69            6        7.3        121
## 1185         0.17         1.05           70           57        6.1        279
## 1186         0.09         1.01           72           32        7.3        318
## 1187         0.16         1.01           90           16        8.5        525
## 1190         0.09         0.93           85           28        6.9        703
## 1191         0.15         0.93           73           43        7.1         75
## 1192         0.15         0.93           80            5        6.8         12
## 1193         0.16         0.92           85           31        8.5        575
## 1194         0.09         0.92           82           33        8.4        363
## 1196         0.07         0.90           71           64        5.7       2421
## 1203         0.13         0.78           55            5        3.1         57
## 1204         0.06         0.76           91           80        8.2       1217
## 1205         0.10         0.75           82           56        7.2        386
## 1207         0.07         0.74           91           30        7.9        915
## 1209         0.06         0.73           85           45        5.9       3926
## 1210         0.06         0.73           75            6        6.6         26
## 1211         0.04         0.72           83           56        8.1        169
## 1212         0.14         0.72           83           17        7.7        205
## 1213         0.07         0.72           74           16        6.4        161
## 1214         0.06         0.70           86            4        7.1         18
## 1216         0.06         0.69           76           65        7.4        438
## 1217         0.11         0.68           67           41        7.1        178
## 1218         0.06         0.68           79           18        7.8        397
## 1219         0.06         0.67           79           24        7.3        430
## 1220         0.11         0.67           71           31        7.1         98
## 1225         0.08         0.65           73           39        8.3        265
## 1227         0.15         0.64           64           31        7.6        358
## 1228         0.05         0.64           68            5        7.7         25
## 1229         0.06         0.64           50            5        4.0         65
## 1230         0.05         0.64           64           18        5.9        176
## 1232         0.04         0.63           80           17        6.7       1064
## 1235         0.09         0.61           73           33        4.3         87
## 1236         0.10         0.61           75           23        7.6        259
## 1237         0.10         0.61           77           24        6.3        130
## 1240         0.05         0.60           60           53        5.1        144
## 1241         0.09         0.60           72           47        6.6         88
## 1242         0.10         0.60           60           28        3.6        306
## 1245         0.05         0.59           66            5        5.9        242
## 1247         0.05         0.57           56           25        5.7         63
## 1248         0.04         0.56           86           29        6.2       1727
## 1252         0.04         0.55           70           10        3.0       1463
## 1253         0.02         0.54           69           57        7.0         87
## 1254         0.05         0.53           70           17        7.5         20
## 1255         0.05         0.53           69           18        6.9         49
## 1257         0.08         0.52           68           45        6.6        425
## 1258         0.04         0.51           78           24        7.8        314
## 1260         0.03         0.49           76           22        7.7         19
## 1261         0.03         0.48           78           73        8.2         76
## 1262         0.03         0.47           87           49        5.9       1154
## 1263         0.04         0.47           70           23        6.3        152
## 1270         0.04         0.45           70            4        8.7         11
## 1274         0.03         0.45           81           23        8.2       1647
## 1275         0.03         0.45           77           18        4.7       3288
## 1277         0.07         0.44           78           46        5.6         32
## 1281         0.06         0.43           73           26        7.5        100
## 1282         0.04         0.43           74           25        7.1         36
## 1283         0.08         0.43           81           26        6.8         79
## 1284         0.03         0.42           74           29        4.4         93
## 1285         0.07         0.42           79           51        7.2        244
## 1286         0.01         0.42           76           39        8.2         54
## 1287         0.04         0.41           59           22        3.2        180
## 1288         0.06         0.41           62           19        4.1         28
## 1289         0.03         0.41           78           18        4.5       1136
## 1291         0.07         0.39           72            8        5.8         32
## 1294         0.03         0.38           68           21        7.0        106
## 1295         0.02         0.37           83           52        8.2         66
## 1297         0.03         0.36           81           78        5.5       1027
## 1299         0.01         0.36           57           25        4.8         19
## 1301         0.03         0.35           84           17        8.0       1671
## 1302         0.03         0.35           63           12        6.6         68
## 1303         0.03         0.34           91            6        7.9        218
## 1306         0.04         0.32           81            8        8.4         69
## 1307         0.05         0.32           59           60        6.9        310
## 1310         0.03         0.31           32           28        3.6        587
## 1312         0.04         0.31           54           32        5.3        103
## 1316         0.00         0.30           67           28        7.6        131
## 1318         0.02         0.29           75           55        6.2        703
## 1319         0.03         0.29           47           21        6.3        160
## 1320         0.02         0.29           76           13        5.4        348
## 1321         0.02         0.28           82            9        4.2        383
## 1324         0.02         0.28           71           34        7.1        133
## 1327         0.04         0.28           71           28        7.3         46
## 1328         0.02         0.27           68           18        5.9        721
## 1331         0.02         0.27           69           20        6.8         36
## 1332         0.02         0.27           69           16        7.6         32
## 1338         0.03         0.25           78           15        8.6         49
## 1341         0.02         0.24           80           28        7.1        158
## 1342         0.04         0.24           57           40        6.5         72
## 1343         0.03         0.24           76           31        8.1         74
## 1345         0.04         0.23           59           24        5.6         86
## 1347         0.01         0.23           82            5        8.6         42
## 1349         0.02         0.23           64           14        4.1         20
## 1351         0.02         0.22           82           24        8.4        125
## 1352         0.02         0.22           71           13        6.7        166
## 1354         0.01         0.22           58           28        6.8         56
## 1355         0.02         0.22           62           11        7.3         44
## 1358         0.02         0.21           72           35        8.4         77
## 1359         0.04         0.21           83            6        8.4        259
## 1360         0.02         0.21           53            9        6.8         53
## 1361         0.01         0.21           74            5        7.9         29
## 1362         0.05         0.20           73           28        7.4        133
## 1365         0.03         0.20           63           55        7.8        528
## 1366         0.03         0.19           53           40        5.9        230
## 1367         0.03         0.19           63           30        7.5         42
## 1368         0.01         0.19           85           48        8.6       1739
## 1371         0.01         0.19           80           23        7.3         73
## 1374         0.00         0.19           74           19        7.0         47
## 1378         0.01         0.18           58            6        8.3         28
## 1379         0.02         0.18           76           26        7.7         44
## 1380         0.03         0.18           60           19        7.4         58
## 1381         0.03         0.18           73           28        6.4         26
## 1382         0.03         0.18           75           35        6.8         62
## 1383         0.01         0.17           91           36        7.1       2318
## 1384         0.02         0.17           73           26        7.0        151
## 1385         0.04         0.17           81           50        8.7        140
## 1389         0.02         0.17           65            4        5.1         14
## 1391         0.01         0.16           66           13        8.2         29
## 1392         0.01         0.16           51           17        7.0        130
## 1393         0.01         0.16           71           12        6.4        463
## 1396         0.02         0.16           67           23        7.8         49
## 1398         0.01         0.16           82           52        7.4        965
## 1400         0.01         0.15           77           48        7.5         67
## 1404         0.00         0.15           78           26        8.0         84
## 1406         0.01         0.15           90            4        7.8         71
## 1409         0.01         0.14           81           41        8.4       1588
## 1412         0.01         0.14           79            9        7.3         65
## 1416         0.03         0.14           87            8        8.4        159
## 1419         0.00         0.14           84           38        8.1         85
## 1421         0.01         0.13           75            7        8.5         28
## 1423         0.01         0.13           62           15        6.4        162
## 1424         0.01         0.13           67           19        7.5         61
## 1425         0.02         0.13           67            4        7.8         25
## 1427         0.02         0.13           68           24        7.1         36
## 1435         0.01         0.12           75           51        7.0        351
## 1436         0.01         0.11           70           19        8.2         27
## 1438         0.01         0.11           71           20        6.8         44
## 1440         0.00         0.11           67           58        7.6        226
## 1444         0.00         0.11           76            5        8.6         18
## 1445         0.02         0.11           67            7        4.6         20
## 1446         0.03         0.11           68            6        7.0         25
## 1448         0.01         0.11           66            7        7.5         54
## 1449         0.01         0.11           60            7        6.5         10
## 1451         0.01         0.10           56           13        3.4         46
## 1461         0.01         0.10           53           31        6.0         79
## 1462         0.01         0.10           61           20        4.8         65
## 1464         0.01         0.10           66           25        7.3         24
## 1468         0.02         0.09           59           11        6.3          4
## 1472         0.02         0.09           49           12        5.8         32
## 1473         0.02         0.09           43           46        4.5         84
## 1474         0.01         0.09           70           22        7.8        239
## 1477         0.01         0.09           75           15        6.0         56
## 1478         0.00         0.09           65           49        5.7        822
## 1481         0.01         0.09           74           40        6.7        128
## 1482         0.01         0.08           47            4        4.9          7
## 1484         0.01         0.08           66           11        6.3         67
## 1486         0.00         0.08           65            5        5.6          8
## 1487         0.01         0.08           36            8        3.7         77
## 1488         0.01         0.08           85           15        7.4         35
## 1491         0.02         0.08           72           28        8.3         35
## 1492         0.00         0.08           63           13        6.1         10
## 1495         0.01         0.07           71           18        7.3         27
## 1497         0.01         0.07           40           25        3.5         51
## 1500         0.01         0.07           32           12        3.8         74
## 1501         0.01         0.07           83           14        7.8        108
## 1506         0.01         0.07           63           12        7.0         16
## 1507         0.01         0.07           72           20        8.5         22
## 1508         0.01         0.07           58           10        6.8         15
## 1514         0.00         0.07           53           17        5.1         44
## 1515         0.01         0.07           83            4        7.9         47
## 1520         0.01         0.07           60            7        7.5         29
## 1522         0.00         0.06           44            8        4.4         69
## 1523         0.00         0.06           70            9        7.9         14
## 1525         0.00         0.06           66           11        7.8         43
## 1532         0.00         0.06           68            7        6.8         33
## 1534         0.01         0.06           48           10        4.8         14
## 1541         0.00         0.06           68           16        7.8         36
## 1543         0.00         0.06           58            5        7.5          4
## 1546         0.00         0.06           71            4        7.2          9
## 1547         0.01         0.06           64           11        6.4         17
## 1549         0.01         0.05           43           12        6.0         75
## 1550         0.00         0.05           59           22        7.4        379
## 1554         0.00         0.05           51           11        4.1         42
## 1558         0.00         0.05           82           46        8.0        451
## 1562         0.00         0.05           50           20        5.3         43
## 1571         0.00         0.04           35            8        5.8         78
## 1572         0.01         0.04           80           20        8.1         46
## 1577         0.00         0.04           84            5        7.7         29
## 1582         0.00         0.04           58           16        7.7        498
## 1587         0.00         0.03           73           70        7.5        580
## 1588         0.00         0.03           53            9        5.1         22
## 1595         0.00         0.03           80           12        6.8         97
## 1601         0.00         0.03           64           15        5.4         59
## 1606         0.00         0.03           73           36        6.9        583
## 1610         0.00         0.03           58            4        3.5          4
## 1616         0.00         0.02           78           35        6.2        257
## 1620         0.00         0.02           58           22        7.1         81
## 1622         0.00         0.02           81           34        9.0         76
## 1624         0.00         0.02           78           11        7.8        186
## 1627         0.00         0.02           57           47        1.4        544
## 1628         0.00         0.02           65           20        7.3         23
## 1629         0.00         0.02           73           17        5.4         52
## 1632         0.00         0.02           26           10        2.4         22
## 1636         0.00         0.02           89           71        8.3       2191
## 1641         0.00         0.02           87           59        8.7       2089
## 1652         0.00         0.01           73            5        6.9         55
## 1659         0.00         0.01           58           16        7.7         23
## 1688         0.00         0.01           80           20        7.6        412
## 1690         3.96        21.04           97           50        8.2       3994
## 1691         1.41        16.27           97           58        8.1       3711
## 1693         0.91        10.25           73           29        2.6       2117
## 1694         1.25         9.36           71           10        2.6       1047
## 1696         1.37         6.47           86           37        4.3        576
## 1697         0.99         5.87           95           98        9.1       8003
## 1699         0.29         4.59           86           74        8.4        458
## 1700         0.32         4.32           93           83        9.0       1607
## 1701         0.40         4.22           84           41        4.2        435
## 1702         0.57         3.83           78           49        3.7       1564
## 1703         0.57         3.71           88           36        8.1        840
## 1704         0.51         3.59           85           18        6.9       1580
## 1706         0.50         3.49           80           14        5.8        579
## 1707         0.31         3.48           79           21        5.6        542
## 1709         0.29         3.30           86           35        7.9        701
## 1710         0.44         3.23           81           81        7.7        758
## 1711         0.23         3.10           91           81        8.9       1057
## 1712         0.44         3.01           87           26        6.3        616
## 1713         0.27         2.92           78            7        4.3        700
## 1714         0.42         2.85           83           29        7.8       1530
## 1715         0.39         2.69           73           88        6.8       2102
## 1716         0.23         2.52           87           23        4.9        150
## 1718         0.38         2.29           76           46        7.7        668
## 1719         0.35         2.25           80           89        7.5        914
## 1720         0.18         2.24           77           59        7.9        288
## 1722         0.19         2.23           80           32        5.6        136
## 1723         0.19         2.22           80           37        7.6        127
## 1724         0.19         2.20           79           76        5.9       1095
## 1726         0.32         2.11           84           26        4.9        142
## 1729         0.19         2.02           81            5        6.6        480
## 1730         0.30         1.98           80           53        6.2        667
## 1731         0.16         1.93           93           33        8.5       1647
## 1732         0.11         1.92           57           47        6.3        117
## 1733         0.29         1.91           86           43        6.4        557
## 1736         0.17         1.88           74           46        7.5        685
## 1737         0.24         1.87           76           19        4.1         91
## 1738         0.29         1.84           82           22        7.9         76
## 1740         0.05         1.75           65           38        6.8        135
## 1742         0.20         1.73           54           83        6.5       1074
## 1743         0.28         1.69           94           27        8.5       1863
## 1744         0.18         1.67           86           68        7.9       1346
## 1745         0.13         1.66           81           42        6.5        325
## 1746         0.26         1.63           70           98        8.1       2652
## 1747         0.26         1.62           83           22        7.7        262
## 1749         0.15         1.57           78           69        6.8        908
## 1750         0.12         1.57           79           81        5.4        779
## 1754         0.23         1.45           85           20        6.5        368
## 1755         0.13         1.44           74           38        6.5         79
## 1756         0.17         1.42           64           75        2.2       4572
## 1757         0.16         1.42           80           61        7.9        746
## 1758         0.12         1.41           87           42        6.6        384
## 1759         0.11         1.38           81           63        7.9        362
## 1760         0.13         1.38           60           77        6.1       1409
## 1761         0.10         1.35           81           52        6.0       3517
## 1762         0.12         1.32           83           37        5.7         45
## 1763         0.16         1.27           85           50        8.5        332
## 1764         0.19         1.27           80            6        4.9        123
## 1765         0.19         1.25           76           26        6.3        278
## 1766         0.20         1.18           78           37        7.9        282
## 1767         0.09         1.16           88           22        5.8        328
## 1768         0.19         1.14           74           22        7.5        121
## 1769         0.07         1.11           87           79        8.7        664
## 1770         0.10         1.11           75           43        7.7        100
## 1771         0.08         1.10           80           66        8.2        283
## 1772         0.08         1.09           77           18        5.8         74
## 1774         0.11         1.07           66           62        5.9        552
## 1776         0.17         1.02           83           31        5.3         33
## 1777         0.10         0.99           79           16        7.8         33
## 1778         0.08         0.98           78           68        6.4        694
## 1780         0.08         0.98           82           58        7.5        383
## 1781         0.16         0.97           75           21        5.9         47
## 1782         0.16         0.96           76           37        6.4        522
## 1783         0.00         0.95           78           39        4.1        303
## 1785         0.15         0.94           84           27        7.7        314
## 1786         0.15         0.93           77           32        7.9        187
## 1787         0.03         0.92           71           27        7.5         21
## 1789         0.09         0.91           86           15        5.7        183
## 1790         0.08         0.90           76           45        6.7        344
## 1791         0.15         0.90           74           13        5.2        118
## 1792         0.07         0.90           61            4        5.2         11
## 1793         0.16         0.87           77           23        6.3        288
## 1794         0.05         0.85           72           19        7.7         72
## 1795         0.09         0.84           77            9        6.2         40
## 1796         0.08         0.81           73           18        5.9        111
## 1797         0.17         0.80           78           86        8.9        513
## 1798         0.12         0.80           86           14        8.5        223
## 1799         0.10         0.79           85           40        5.3       1471
## 1800         0.07         0.79           76           12        5.4        107
## 1801         0.07         0.78           57           43        6.3        192
## 1803         0.07         0.77           48           47        3.8        449
## 1804         0.03         0.75           81           58        7.9         86
## 1805         0.09         0.74           74           30        7.2        204
## 1806         0.07         0.74           87           36        7.8        114
## 1807         0.06         0.74           82            8        8.0         71
## 1808         0.07         0.72           76           71        4.2       3742
## 1810         0.07         0.69           75           18        5.8        175
## 1811         0.06         0.67           81           39        7.2        139
## 1812         0.05         0.66           92           35        8.7        465
## 1813         0.07         0.66           94           68        8.5       7322
## 1814         0.05         0.66           71           35        7.8         61
## 1817         0.05         0.64           84           10        7.7       1470
## 1818         0.03         0.64           85           41        5.5        275
## 1819         0.05         0.63           32           30        4.0        410
## 1820         0.07         0.63           76           47        6.5       1223
## 1821         0.14         0.61           87           82        8.9        391
## 1822         0.11         0.60           43           25        3.6        295
## 1823         0.09         0.60           62           25        5.9        140
## 1824         0.05         0.60           68           26        8.5         75
## 1825         0.05         0.60           71           10        7.6         58
## 1827         0.05         0.60           72           13        7.6         45
## 1828         0.05         0.58           89            7        6.0         96
## 1829         0.03         0.58           83           48        8.3        251
## 1830         0.01         0.58           71           53        8.3         55
## 1831         0.10         0.58           91           23        8.7        310
## 1832         0.05         0.57           75           18        6.3        203
## 1833         0.05         0.57           60           27        7.2        249
## 1834         0.08         0.54           75           69        8.3        343
## 1835         0.09         0.54           80           22        6.0         79
## 1836         0.09         0.54           77           22        6.3         40
## 1837         0.05         0.54           81           30        5.9         92
## 1838         0.05         0.53           82           62        8.3        288
## 1842         0.06         0.51           77           71        8.2        298
## 1843         0.08         0.51           34           14        3.6        196
## 1844         0.05         0.51           70           16        7.7         67
## 1845         0.03         0.49           59           34        6.5        144
## 1846         0.04         0.48           82           46        7.8        358
## 1848         0.04         0.45           71            6        7.0         58
## 1850         0.08         0.45           61           27        7.2        221
## 1851         0.04         0.44           86           65        5.1       1438
## 1852         0.04         0.43           62           49        7.4        368
## 1853         0.08         0.43           74           12        6.2        181
## 1854         0.04         0.43           47           14        6.0         24
## 1855         0.04         0.43           90           35        8.2        217
## 1856         0.10         0.42           61           38        6.8        106
## 1858         0.00         0.42           46           22        4.5         34
## 1859         0.07         0.41           75            4        5.5         51
## 1860         0.05         0.41           81           12        7.9         70
## 1863         0.06         0.40           93            4        9.0        255
## 1864         0.03         0.40           78           75        8.5        495
## 1865         0.03         0.40           87            6        4.6        441
## 1866         0.03         0.39           63           64        7.3        461
## 1867         0.06         0.39           79            7        5.2         45
## 1868         0.01         0.39           75            5        7.6         26
## 1869         0.04         0.38           33           12        6.2         30
## 1874         0.06         0.38           77            6        7.1         25
## 1875         0.08         0.37           82           20        6.6        173
## 1876         0.07         0.37           74           28        3.8         26
## 1878         0.05         0.35           78           15        8.4        198
## 1879         0.01         0.35           69           28        7.5         52
## 1880         0.03         0.35           77           28        6.2         26
## 1882         0.02         0.35           71           44        8.0        136
## 1884         0.06         0.35           59           21        6.9        145
## 1885         0.03         0.34           69            6        3.4        256
## 1886         0.04         0.34           80           82        2.1       6157
## 1888         0.07         0.33           52           15        6.0         82
## 1889         0.04         0.33           80           55        8.1        235
## 1890         0.06         0.32           72           37        7.4        424
## 1892         0.02         0.31           74           17        7.5       1170
## 1893         0.02         0.31           61           33        7.7        237
## 1894         0.03         0.31           68            5        7.4        127
## 1895         0.03         0.31           65            5        3.6          7
## 1896         0.03         0.30           83           16        8.3         64
## 1897         0.02         0.30           79           29        6.6         33
## 1900         0.05         0.29           49            6        3.6         23
## 1902         0.03         0.29           86            5        7.7        207
## 1903         0.02         0.28           73           10        8.4        108
## 1904         0.02         0.28           59            3        5.6         25
## 1905         0.05         0.28           58           27        6.7        100
## 1906         0.03         0.27           78           51        5.8        156
## 1908         0.02         0.27           69           21        6.6        222
## 1909         0.02         0.27           68            7        6.8         38
## 1915         0.01         0.26           80           41        8.2         89
## 1916         0.02         0.26           75           30        7.4        170
## 1917         0.02         0.26           54           55        6.2        195
## 1918         0.04         0.26           80           75        8.5        236
## 1919         0.02         0.25           76           16        3.3        546
## 1920         0.04         0.25           69           22        6.7         79
## 1921         0.06         0.25           75           15        8.2        148
## 1922         0.02         0.24           68           12        6.4         13
## 1924         0.02         0.24           73            5        6.2         40
## 1926         0.04         0.24           43           25        2.7        175
## 1928         0.02         0.24           80           23        4.3        113
## 1929         0.00         0.23           64           35        7.5         25
## 1930         0.02         0.23           77           20        7.5        132
## 1932         0.03         0.23           64           39        7.9        215
## 1937         0.04         0.21           47            5        2.0         87
## 1938         0.02         0.21           68           30        6.7        118
## 1941         0.02         0.21           74           37        8.1         61
## 1942         0.04         0.21           71           20        7.6         46
## 1944         0.02         0.21           64           40        6.5        661
## 1945         0.02         0.21           61           30        5.5        102
## 1946         0.02         0.20           52           33        5.7        110
## 1947         0.02         0.20           51           10        5.3          9
## 1948         0.02         0.20           53           44        7.5         80
## 1949         0.02         0.20           36           14        3.1         88
## 1950         0.01         0.20           86           12        7.7        128
## 1953         0.02         0.19           23           39        3.0        211
## 1955         0.02         0.19           82            5        7.9        112
## 1956         0.02         0.19           82           71        8.6       2654
## 1958         0.01         0.19           80           19        7.5        146
## 1961         0.01         0.19           82           13        7.4        754
## 1964         0.02         0.19           86           45        7.4       1543
## 1965         0.02         0.19           65           31        7.4         50
## 1968         0.01         0.18           48           19        6.8         56
## 1970         0.02         0.18           45           40        3.5       1156
## 1971         0.02         0.18           70           42        7.5        267
## 1973         0.02         0.17           69           14        7.2         45
## 1976         0.03         0.17           62           24        7.6        118
## 1977         0.01         0.17           78            7        8.1        124
## 1978         0.02         0.17           70           38        7.4        129
## 1981         0.02         0.16           53            4        6.9         63
## 1982         0.03         0.16           38            8        2.9         52
## 1984         0.01         0.16           68            4        6.8          9
## 1986         0.01         0.15           65           21        7.5         35
## 1987         0.02         0.15           65           18        8.7         41
## 1991         0.01         0.15           68           25        8.1         63
## 1992         0.00         0.15           74            7        8.3          6
## 1993         0.02         0.14           40           17        2.9          9
## 1998         0.03         0.13           64            5        6.6          8
## 2005         0.01         0.12           62           11        7.7         44
## 2007         0.01         0.12           64           38        7.2        144
## 2011         0.01         0.12           75            5        7.8        148
## 2012         0.01         0.12           58           43        5.8        142
## 2013         0.01         0.12           77            7        7.3         31
## 2015         0.00         0.12           66           18        7.4         28
## 2019         0.02         0.11           75            7        7.5         21
## 2023         0.01         0.11           74           38        7.4        866
## 2024         0.02         0.10           59           13        6.0         72
## 2025         0.01         0.10           74            9        4.4        239
## 2030         0.01         0.10           71           17        6.3         39
## 2031         0.00         0.10           85           17        7.8        112
## 2032         0.01         0.10           68            7        6.2         20
## 2033         0.02         0.10           83           16        9.2         87
## 2048         0.01         0.09           42            5        5.6         21
## 2050         0.02         0.08           69           16        6.8         10
## 2055         0.01         0.08           51            6        3.1          7
## 2056         0.01         0.08           52           24        5.8        320
## 2060         0.01         0.08           49            7        5.1         13
## 2062         0.00         0.08           33           24        3.3       1340
## 2080         0.01         0.07           57           26        6.4         56
## 2082         0.00         0.07           74           27        7.8         66
## 2086         0.01         0.06           80           17        5.7        571
## 2087         0.01         0.06           55           31        6.7         37
## 2090         0.01         0.06           76           10        7.9        100
## 2094         0.00         0.06           65           26        7.4       1007
## 2096         0.01         0.06           19           14        1.3        433
## 2100         0.00         0.05           58            9        6.5         16
## 2101         0.00         0.05           66           45        6.5        621
## 2106         0.01         0.05           79           51        3.4       3558
## 2109         0.01         0.05           75           31        7.4        135
## 2115         0.00         0.04           43            4        8.3          4
## 2118         0.01         0.04           13            4        1.0        218
## 2121         0.00         0.04           77           12        7.0        342
## 2125         0.00         0.04           61           17        6.2        210
## 2126         0.00         0.04           49            7        6.3          4
## 2135         0.00         0.03           74           13        7.7         23
## 2143         0.00         0.03           65           17        7.3         44
## 2146         0.00         0.03           80           33        7.3         27
## 2159         0.00         0.03           43            5        7.4         24
## 2175         0.00         0.02           58            5        5.8         30
## 2182         0.00         0.02           40            4        5.8         18
## 2184         0.00         0.02           69           22        7.9         25
## 2191         0.00         0.02           50           16        5.0         14
## 2205         0.00         0.02           66            6        7.6        152
## 2206         0.00         0.01           62           24        7.7        169
## 2213         0.00         0.01           66            7        5.7         16
## 2234         2.42        13.79           83           21        5.3        922
## 2235         1.12        13.67           83           73        4.8       2256
## 2236         0.63         9.90           78           70        7.2        424
## 2237         0.74         9.71           87           87        7.0       3260
## 2238         0.39         9.16           88           70        8.7        626
## 2239         1.97         8.16           88           37        6.6        348
## 2241         0.55         6.76           74           10        7.3         28
## 2242         1.12         6.45           85           41        6.9       1307
## 2243         0.44         5.29           84           61        6.7       1196
## 2244         0.32         5.22           84           70        8.1        733
## 2245         0.57         5.16           90           48        6.1        403
## 2246         0.54         5.14           88           86        4.0       9629
## 2247         0.33         4.42           77           61        7.9        471
## 2248         0.67         3.35           90           32        8.5       1041
## 2249         0.22         3.13           73           45        6.8        155
## 2250         0.40         3.10           74           34        5.4       1304
## 2251         0.25         3.05           89           59        8.2        892
## 2252         0.24         3.04           93           74        5.8       3725
## 2253         0.28         3.00           91           39        8.6       1247
## 2254         0.19         3.00           88           41        7.2        131
## 2255         0.17         2.86           81           36        5.8        179
## 2257         0.23         2.56           83           22        5.5        101
## 2258         0.21         2.52           78            8        7.0         20
## 2259         0.27         2.47           90           26        8.0         99
## 2260         0.27         2.31           90           69        7.9       2954
## 2261         0.14         2.30           75           69        5.6        382
## 2262         0.35         2.23           91           25        8.2        858
## 2263         0.44         2.14           83           30        7.5        511
## 2264         0.13         2.01           92           72        9.1       1130
## 2265         0.18         1.96           85           83        8.4        431
## 2266         0.16         1.95           67           71        5.0       1407
## 2267         0.30         1.85           87           31        7.8        790
## 2268         0.22         1.82           82           42        4.8       1265
## 2269         0.14         1.74           55           61        3.5        145
## 2270         0.17         1.74           78           38        8.3        444
## 2271         0.17         1.73           79           51        7.1        453
## 2272         0.14         1.71           88           56        7.9        815
## 2273         0.15         1.66           79           59        7.2        114
## 2274         0.13         1.62           86           80        7.8        869
## 2275         0.10         1.58           75           54        8.2        267
## 2276         0.15         1.56           83           54        8.5        134
## 2277         0.24         1.53           82           37        6.7        146
## 2278         0.25         1.53           89           35        7.9        781
## 2279         0.19         1.53           74           11        4.2       1635
## 2280         0.26         1.47           33           58        4.8        479
## 2281         0.12         1.47           79           75        7.2        334
## 2282         0.20         1.42           93           30        5.5       1849
## 2283         0.26         1.41           55           22        6.0        250
## 2286         0.25         1.35           76           24        8.1         99
## 2287         0.24         1.32           70           71        7.2        318
## 2288         0.11         1.30           80           35        6.6         38
## 2289         0.07         1.27           83           75        8.7        487
## 2290         0.07         1.27           59           46        6.3        134
## 2291         0.11         1.27           78           46        8.0        110
## 2292         0.27         1.25           88           71        8.6        348
## 2293         0.23         1.23           76           36        6.4         66
## 2294         0.11         1.23           80           49        8.5         73
## 2295         0.19         1.19           81           28        7.5         81
## 2297         0.09         1.18           77           23        7.7         36
## 2298         0.08         1.18           64           33        6.5         55
## 2299         0.10         1.17           52           36        4.9        222
## 2301         0.10         1.15           53           43        5.4        437
## 2302         0.06         1.13           73           51        8.6        209
## 2303         0.15         1.12           93           61        9.2       1228
## 2304         0.07         1.09           76           20        5.5         65
## 2305         0.20         1.06           77           21        6.3         18
## 2306         0.19         1.05           82           16        8.3         85
## 2307         0.19         1.04           83           40        7.7        645
## 2308         0.23         1.03           81           23        7.5         54
## 2309         0.13         1.03           86           30        7.4         92
## 2310         0.04         1.02           80           40        8.2         89
## 2312         0.08         1.01           77           70        7.7        758
## 2313         0.08         0.99           85           60        7.6         88
## 2314         0.12         0.97           89           23        5.5       5926
## 2315         0.12         0.96           88           43        8.2       3183
## 2317         0.15         0.96           65           12        7.5        111
## 2319         0.14         0.96           70           21        6.9         92
## 2320         0.05         0.95           69           58        6.9        110
## 2321         0.15         0.95           74           69        7.3        540
## 2323         0.12         0.95           79           18        6.9        156
## 2324         0.12         0.93           80           21        6.2       1489
## 2325         0.10         0.93           89           38        8.2       2482
## 2326         0.06         0.92           87           23        7.5         75
## 2327         0.05         0.91           74           21        8.2         62
## 2328         0.14         0.91           81           38        6.8        110
## 2329         0.08         0.90           88           82        8.3        818
## 2331         0.10         0.89           77           47        6.7         58
## 2333         0.07         0.89           79            9        4.1         34
## 2334         0.05         0.88           82           78        8.5        397
## 2335         0.08         0.87           80           47        7.9        468
## 2336         0.07         0.87           80           71        7.7        446
## 2337         0.15         0.87           73           69        6.9        159
## 2338         0.11         0.85           81           34        7.6        376
## 2339         0.13         0.85           82           50        8.2        193
## 2340         0.14         0.84           84           39        7.1        422
## 2341         0.07         0.84           71           59        7.9        216
## 2342         0.07         0.84           67           37        6.8        131
## 2343         0.09         0.83           84           51        5.3        191
## 2345         0.09         0.82           74           27        8.8        158
## 2346         0.06         0.81           86           43        8.0         45
## 2348         0.04         0.80           79           69        8.5         99
## 2349         0.07         0.79           83           63        8.0        456
## 2350         0.07         0.79           74           69        7.0        173
## 2351         0.06         0.79           75           59        7.8        320
## 2353         0.06         0.77           52           56        4.9        330
## 2355         0.06         0.75           72            6        5.2         25
## 2356         0.09         0.75           81           53        6.7        150
## 2357         0.10         0.74           79           39        6.8        179
## 2360         0.01         0.73           76            5        8.0         15
## 2361         0.07         0.73           86           47        7.7        180
## 2362         0.08         0.73           74           23        7.1         83
## 2364         0.08         0.71           89           57        8.2       2235
## 2365         0.06         0.70           82           65        6.4        186
## 2369         0.02         0.67           82            6        8.8         37
## 2373         0.05         0.66           83           44        6.6         86
## 2374         0.08         0.66           67           37        7.1        199
## 2375         0.10         0.65           85           51        7.8        192
## 2376         0.09         0.64           84           22        6.8         60
## 2377         0.07         0.64           74           34        7.7        109
## 2379         0.05         0.63           62            7        4.6         20
## 2380         0.05         0.62           90           35        8.3        366
## 2382         0.05         0.61           73           13        7.4         21
## 2383         0.00         0.59           83           34        8.5        180
## 2384         0.04         0.58           77           56        6.2        124
## 2386         0.05         0.58           68           31        5.1         15
## 2387         0.08         0.58           79           45        7.2         79
## 2389         0.10         0.57           89           20        8.2        296
## 2390         0.10         0.57           67           16        6.4        107
## 2391         0.03         0.57           78           33        8.1        122
## 2392         0.08         0.56           83           73        8.5        625
## 2393         0.08         0.54           77           27        8.0        350
## 2394         0.09         0.54           88           54        8.4        298
## 2395         0.08         0.54           75           14        5.7          9
## 2397         0.04         0.51           59           35        5.5         22
## 2399         0.04         0.51           77           47        5.6         39
## 2400         0.07         0.50           71           60        7.5        169
## 2401         0.02         0.50           78           60        7.8        113
## 2402         0.03         0.50           68           19        6.4         22
## 2404         0.05         0.49           84           42        6.9         56
## 2407         0.04         0.48           70           64        7.0        260
## 2408         0.04         0.47           67           30        6.5        132
## 2409         0.04         0.47           83           45        4.4        177
## 2410         0.04         0.47           69           28        6.2         49
## 2411         0.08         0.47           59           36        4.3         24
## 2413         0.02         0.46           81           14        7.6         22
## 2414         0.06         0.46           64           41        6.9        262
## 2415         0.09         0.45           75           15        7.5        221
## 2416         0.04         0.44           74           35        7.2         47
## 2417         0.04         0.44           79           52        8.3        160
## 2418         0.11         0.44           57            9        4.1         89
## 2419         0.05         0.43           58           43        5.0        152
## 2420         0.03         0.43           77           32        8.4         93
## 2422         0.06         0.43           77            5        7.1         29
## 2423         0.05         0.43           87           30        7.6       2202
## 2424         0.05         0.42           73           27        8.0         42
## 2426         0.04         0.42           76           59        8.2        319
## 2427         0.03         0.41           81           31        6.9        228
## 2428         0.06         0.41           60           63        6.8        245
## 2430         0.05         0.40           71           39        7.4        169
## 2431         0.03         0.40           66           21        7.8        111
## 2432         0.07         0.40           86            7        6.6        286
## 2434         0.03         0.39           61            4        7.6         10
## 2435         0.02         0.39           65           26        7.3         47
## 2436         0.02         0.39           70           53        7.3        146
## 2437         0.06         0.39           77           32        8.2         87
## 2439         0.03         0.39           80           71        7.5        219
## 2442         0.02         0.38           78           46        7.8        167
## 2444         0.03         0.37           80            8        6.9         22
## 2445         0.03         0.37           66           14        7.8         37
## 2446         0.03         0.37           73           42        7.4        109
## 2449         0.03         0.36           31           13        2.7         18
## 2450         0.05         0.35           79           63        8.2        191
## 2451         0.03         0.35           85           26        7.1        216
## 2453         0.03         0.34           83           35        7.5         90
## 2455         0.06         0.33           62            9        6.7         46
## 2456         0.04         0.33           55           30        5.4        599
## 2457         0.03         0.33           72           33        8.2        179
## 2459         0.02         0.32           68           38        7.3        269
## 2460         0.03         0.32           76           39        7.9         95
## 2461         0.04         0.32           70           33        4.8        136
## 2462         0.05         0.32           79           28        7.6        127
## 2463         0.06         0.32           61           27        5.6         34
## 2466         0.03         0.31           82           33        6.9         77
## 2468         0.03         0.30           81           25        6.6       1097
## 2469         0.02         0.30           63            6        7.3         38
## 2470         0.00         0.30           49           19        7.0         19
## 2471         0.05         0.29           70           52        7.3         57
## 2472         0.04         0.29           62           51        6.4         69
## 2474         0.03         0.29           77           71        7.8        188
## 2475         0.03         0.29           68            4        3.7         16
## 2479         0.06         0.28           54            8        5.6         35
## 2480         0.02         0.28           61           70        4.8         80
## 2484         0.02         0.27           64           33        5.7         22
## 2485         0.02         0.27           60           21        5.4         18
## 2490         0.04         0.26           40            9        6.4         31
## 2491         0.02         0.26           63           13        3.5         27
## 2492         0.02         0.26           70           17        6.6        120
## 2493         0.00         0.26           74           60        8.4         89
## 2494         0.02         0.25           52           35        5.2        126
## 2495         0.02         0.25           39           28        5.0         51
## 2496         0.02         0.25           58           39        4.4        136
## 2497         0.04         0.24           79           26        7.0       1327
## 2498         0.04         0.24           82           56        8.8        237
## 2499         0.02         0.24           71           54        6.5        131
## 2500         0.04         0.24           65           16        7.4         34
## 2501         0.03         0.24           53           14        5.5         81
## 2502         0.03         0.23           73           27        8.4         18
## 2503         0.00         0.23           81           10        8.0         90
## 2504         0.02         0.23           75           53        6.4         53
## 2505         0.04         0.23           73           36        5.2         17
## 2507         0.02         0.23           57           14        5.6         46
## 2509         0.02         0.23           75            9        6.7         30
## 2511         0.04         0.23           83           65        7.8         85
## 2512         0.02         0.23           76           16        8.2       1237
## 2514         0.03         0.22           69           51        5.6        751
## 2515         0.01         0.22           54           35        6.1         28
## 2516         0.04         0.22           47           13        5.2         37
## 2517         0.03         0.22           80            6        8.2        127
## 2519         0.01         0.21           68           37        7.2         37
## 2522         0.04         0.21           92           78        8.8       1381
## 2523         0.02         0.21           69           53        7.4         50
## 2526         0.02         0.20           71           35        8.2        106
## 2530         0.01         0.20           67           38        7.6         73
## 2531         0.01         0.20           64           42        5.9         39
## 2532         0.02         0.20           75           21        8.8         20
## 2535         0.03         0.20           49           34        6.4         61
## 2537         0.04         0.20           58           57        5.1        102
## 2539         0.02         0.19           68            8        4.4          5
## 2544         0.02         0.19           69           17        5.6         98
## 2545         0.02         0.19           76           15        7.8         42
## 2546         0.03         0.19           79           25        7.5         66
## 2547         0.02         0.19           74           43        8.0        185
## 2553         0.02         0.18           74           65        7.1        174
## 2554         0.02         0.18           73            7        6.2          5
## 2555         0.03         0.18           64           19        6.8         21
## 2556         0.02         0.18           71           45        5.1         14
## 2558         0.03         0.18           75           27        6.3         43
## 2561         0.02         0.17           74           55        8.2       1326
## 2562         0.02         0.17           71           13        4.9        368
## 2564         0.01         0.17           73           38        7.9        105
## 2565         0.02         0.17           42           40        5.0         78
## 2566         0.03         0.17           72           20        6.0         29
## 2567         0.03         0.16           66            8        3.7         20
## 2568         0.02         0.16           55           19        7.8         94
## 2570         0.02         0.16           73           12        7.5         48
## 2573         0.01         0.15           55           24        7.3         35
## 2574         0.01         0.15           71           13        5.4         19
## 2575         0.01         0.15           77           18        8.9         18
## 2576         0.02         0.15           81           23        7.8        653
## 2577         0.01         0.15           85           36        8.2        153
## 2582         0.01         0.15           74            4        6.0          9
## 2583         0.01         0.15           71            8        6.3         65
## 2584         0.02         0.15           80           15        6.9        115
## 2585         0.01         0.14           59            9        5.0         13
## 2586         0.02         0.14           75           29        6.5        106
## 2589         0.01         0.14           60           18        6.0         58
## 2590         0.01         0.14           77           20        7.6        448
## 2591         0.00         0.14           63           20        8.0         22
## 2595         0.01         0.13           76            8        6.3         16
## 2601         0.01         0.13           83           21        7.3         60
## 2602         0.01         0.13           24            8        3.5         21
## 2603         0.01         0.13           38           58        2.4         92
## 2604         0.01         0.13           85           17        7.0         43
## 2607         0.01         0.12           71           32        7.4         16
## 2608         0.02         0.12           50           32        4.7         47
## 2609         0.01         0.12           81           23        8.2       1209
## 2614         0.01         0.12           50           10        5.0         25
## 2615         0.02         0.12           54           39        3.8         30
## 2620         0.01         0.11           71           59        7.7         56
## 2623         0.01         0.11           76           12        6.4        389
## 2627         0.01         0.11           75           13        7.8         20
## 2632         0.01         0.10           52           23        6.5         30
## 2634         0.01         0.10           72            7        3.4         27
## 2638         0.01         0.10           52           46        5.5         65
## 2639         0.01         0.10           53           19        7.2         22
## 2642         0.01         0.09           71           11        7.9         17
## 2654         0.01         0.08           76            4        4.5         15
## 2655         0.01         0.08           80            8        6.9        182
## 2657         0.01         0.08           64           18        7.4         31
## 2660         0.01         0.08           58           23        6.5        345
## 2663         0.02         0.08           82           19        8.5        525
## 2665         0.01         0.08           86           11        8.4        337
## 2670         0.01         0.07           49           24        5.5          6
## 2680         0.01         0.07           73           18        8.0        128
## 2681         0.01         0.07           56           23        5.4         43
## 2685         0.01         0.06           83           30        8.0       1473
## 2687         0.00         0.06           55           18        7.1         20
## 2688         0.01         0.06           83            8        8.7         51
## 2689         0.00         0.06           68           36        7.9         31
## 2698         0.01         0.06           53           51        6.5         72
## 2700         0.00         0.06           54            8        3.5         16
## 2703         0.01         0.06           78           39        6.8        123
## 2714         0.00         0.05           77            6        6.7          6
## 2728         0.00         0.04           69           18        5.9        868
## 2732         0.00         0.04           37            5        6.3          4
## 2734         0.01         0.04           62           19        4.9         22
## 2744         0.01         0.04           48            8        3.8        188
## 2750         0.00         0.04           68           13        6.3         15
## 2769         0.00         0.03           88           15        8.8        188
## 2771         0.00         0.03           52           26        5.2         29
## 2774         0.00         0.03           59           12        5.3        210
## 2776         0.00         0.03           90            5        6.8        130
## 2797         0.00         0.02           65           11        5.3          4
## 2800         0.00         0.02           78           11        8.0         58
## 2803         0.00         0.02           79            8        6.4        134
## 2805         0.00         0.02           62            8        5.4         46
## 2828         0.00         0.02           72            9        6.0         83
## 2832         0.00         0.02           64           24        7.6         30
## 2833         0.00         0.02           62           11        7.3         12
## 2859         0.00         0.01           83           22        5.5        101
## 2867         0.00         0.01           76           26        8.0         18
## 2877         0.00         0.01           78           13        7.9        121
## 2880         0.00         0.01           49           32        2.1         39
## 2887         1.32        14.73           88           81        3.4       8713
## 2888         1.57        13.32           88           39        3.2       5234
## 2889         0.91        12.66           85           73        8.2        632
## 2890         0.78        10.81           90           82        8.4        921
## 2891         1.06        10.12           74           15        7.8         16
## 2892         0.85         8.79           96           89        8.4       3589
## 2893         0.69         7.32           84           57        7.4       2142
## 2894         1.08         7.17           85           38        7.5       1761
## 2895         1.03         6.74           92           97        8.3       3712
## 2897         1.00         6.41           92           16        6.4       2527
## 2898         0.50         6.21           91           96        7.8       1504
## 2899         0.81         5.48           96           42        8.6       2162
## 2900         0.42         4.73           94           87        8.7       1472
## 2901         0.46         4.57           91           83        8.2        617
## 2903         0.70         4.22           80           39        7.5        613
## 2904         0.43         4.19           80           77        7.2        564
## 2906         0.38         3.95           93           81        8.0       1958
## 2907         0.60         3.88           94           32        8.1       9073
## 2910         0.46         3.39           91           86        8.4        657
## 2911         0.49         3.17           89           78        7.7       1010
## 2912         0.38         2.96           85           73        5.9       2748
## 2913         0.34         2.84           84           60        8.4        494
## 2916         0.30         2.78           81           11        5.6         31
## 2917         0.46         2.78           89           61        7.5       4926
## 2918         0.38         2.77           84           85        7.9        942
## 2919         0.30         2.76           84           70        7.6        490
## 2920         0.24         2.70           89           83        7.8        893
## 2921         0.16         2.69           78           55        5.9         94
## 2922         0.23         2.63           79           53        6.6        707
## 2923         0.16         2.62           90           42        7.7        134
## 2924         0.38         2.47           82           50        7.7        384
## 2925         0.22         2.40           82           73        8.1        487
## 2926         0.20         2.37           71           75        6.9        627
## 2927         0.17         2.35           73           33        2.9         67
## 2928         0.22         2.34           66           46        6.5         39
## 2929         0.31         2.27           71           41        6.6        405
## 2930         0.17         2.25           79           31        5.5         56
## 2931         0.33         2.19           80           41        6.6        132
## 2932         0.18         2.11           90           38        6.7        127
## 2933         0.16         2.10           86           66        8.3        382
## 2934         0.17         2.08           95           66        8.5        997
## 2935         0.16         2.04           86           56        8.2         63
## 2936         0.22         2.02           89           54        8.7       1397
## 2937         0.16         2.02           70           34        7.7         17
## 2938         0.36         2.01           64           48        6.4        182
## 2939         0.22         1.82           83           90        8.4        932
## 2941         0.15         1.76           76            7        7.7         10
## 2942         0.32         1.72           78           26        2.5       5664
## 2943         0.24         1.70           95           54        8.4        937
## 2944         0.07         1.65           77           49        8.5        156
## 2945         0.15         1.60           81           77        6.7        559
## 2946         0.26         1.58           76           38        8.2        253
## 2947         0.15         1.55           73           14        7.0         13
## 2949         0.22         1.53           80           80        7.4        770
## 2950         0.14         1.53           64           28        7.8         13
## 2951         0.13         1.51           90           83        8.6        679
## 2952         0.33         1.51           84           45        8.0        172
## 2953         0.23         1.51           85           89        8.6        984
## 2954         0.22         1.48           83           91        7.8        543
## 2955         0.13         1.48           75           43        7.8         42
## 2956         0.12         1.45           70           85        6.0        399
## 2957         0.19         1.45           94           62        8.5       1081
## 2958         0.11         1.45           59           14        6.9         11
## 2959         0.29         1.43           83           33        7.0        493
## 2960         0.21         1.42           89           78        8.4        535
## 2961         0.13         1.38           77           49        8.3        340
## 2962         0.12         1.37           89           70        8.3        684
## 2963         0.22         1.37           89           50        8.2        682
## 2964         0.15         1.36           68           65        6.0        160
## 2965         0.12         1.34           84           72        7.5        533
## 2966         0.14         1.34           84           56        7.3        147
## 2968         0.20         1.31           81           37        6.2        353
## 2969         0.21         1.29           85           54        7.2        406
## 2970         0.12         1.27           71           52        6.3         89
## 2972         0.09         1.22           78           65        8.2        468
## 2973         0.09         1.21           85           69        8.1        206
## 2974         0.24         1.20           82           36        7.1         55
## 2975         0.17         1.17           72           28        6.9         80
## 2976         0.19         1.16           76           36        7.3         34
## 2977         0.10         1.16           77           13        7.6         21
## 2978         0.07         1.14           56           36        7.1         50
## 2980         0.09         1.13           67           25        6.1         31
## 2981         0.15         1.12           80           27        8.3         52
## 2982         0.08         1.12           77           30        8.2         62
## 2983         0.09         1.11           79           75        4.5       2380
## 2984         0.18         1.11           84           52        7.3         95
## 2985         0.08         1.10           81           23        7.4         29
## 2989         0.20         1.06           87           52        7.1        122
## 2990         0.09         1.03           68           85        5.8        404
## 2991         0.09         1.03           73           54        7.0         31
## 2992         0.10         1.02           61           11        6.0          5
## 2993         0.08         1.02           84           83        7.6        439
## 2994         0.09         1.02           66           29        6.9        108
## 2995         0.17         1.00           87           43        8.4        238
## 2996         0.06         0.99           82           25        6.6         49
## 2997         0.05         0.99           83           46        8.6         55
## 2998         0.09         0.99           89           66        8.4       1106
## 2999         0.10         0.97           78           35        5.2         53
## 3000         0.14         0.96           88           76        8.5       4378
## 3001         0.07         0.95           71           64        7.4         88
## 3002         0.18         0.95           79           53        7.7        114
## 3003         0.16         0.95           73           42        7.1         34
## 3004         0.06         0.94           81           65        8.2        231
## 3005         0.16         0.94           77           18        4.8         42
## 3006         0.06         0.93           39            5        5.6          8
## 3008         0.09         0.92           60           34        6.1         16
## 3009         0.06         0.91           57           25        7.4         57
## 3010         0.15         0.90           70           60        5.7        174
## 3012         0.08         0.89           67           64        6.3        121
## 3014         0.11         0.89           80           41        7.3         17
## 3015         0.15         0.88           78           37        8.1         60
## 3016         0.08         0.88           78           52        8.3        144
## 3017         0.07         0.87           63           31        6.8         29
## 3018         0.07         0.83           49           76        4.4        456
## 3019         0.05         0.83           82           17        5.8         41
## 3020         0.06         0.83           75           33        7.6        197
## 3021         0.11         0.83           82           52        4.3       1197
## 3022         0.08         0.82           70           16        1.8        442
## 3024         0.13         0.79           53           17        6.0         34
## 3025         0.07         0.78           86           59        7.4        105
## 3026         0.12         0.78           72           38        6.3         52
## 3027         0.08         0.78           87           55        8.2        209
## 3029         0.06         0.77           70           36        6.5         15
## 3031         0.07         0.76           52           29        3.3         31
## 3032         0.10         0.76           95           52        8.8       5999
## 3033         0.12         0.76           51           48        4.9        278
## 3034         0.04         0.75           60           18        7.0         27
## 3035         0.12         0.74           80           20        7.4        771
## 3036         0.07         0.74           77           28        6.7         82
## 3037         0.13         0.74           86           42        6.8       1594
## 3038         0.06         0.73           79           50        6.3        268
## 3039         0.12         0.73           72           39        5.8        168
## 3041         0.09         0.72           84           61        7.1         54
## 3042         0.08         0.72           87           81        7.1        166
## 3043         0.06         0.70           79           61        8.1        372
## 3044         0.05         0.70           86           56        7.0         72
## 3045         0.06         0.70           43           18        3.3         25
## 3046         0.07         0.70           80           63        7.6        130
## 3047         0.09         0.69           77           56        6.1        173
## 3048         0.13         0.69           82           37        7.7         55
## 3049         0.07         0.67           84           59        7.3        561
## 3053         0.04         0.65           80           61        8.4        179
## 3054         0.06         0.64           61           39        6.6         48
## 3055         0.08         0.63           82           45        4.5       4533
## 3056         0.00         0.63           70           22        3.6         81
## 3057         0.09         0.62           75            5        6.0          7
## 3058         0.06         0.62           71           16        7.3         20
## 3059         0.01         0.62           70           17        7.9         35
## 3061         0.05         0.62           80           50        6.1         25
## 3062         0.05         0.61           56            6        6.0          7
## 3064         0.09         0.61           70           29        6.9         13
## 3065         0.07         0.61           58           26        5.4         77
## 3066         0.03         0.60           64           55        7.4         69
## 3067         0.09         0.60           90           62        8.3       1180
## 3068         0.10         0.59           88           24        8.2       1102
## 3069         0.08         0.58           90           52        8.5       3069
## 3070         0.04         0.58           90           30        7.8         87
## 3071         0.08         0.58           70           51        7.9        181
## 3072         0.07         0.58           86           33        7.5         52
## 3073         0.05         0.57           76            4        8.3          6
## 3074         0.05         0.57           82            8        4.9         62
## 3075         0.05         0.57           80           39        7.8        126
## 3076         0.06         0.57           74            4        6.3          8
## 3077         0.05         0.57           66           31        5.3         13
## 3078         0.06         0.56           76           57        7.8        232
## 3079         0.06         0.56           77           41        7.5         80
## 3080         0.06         0.55           84           58        8.4        208
## 3081         0.05         0.55           76           55        8.1         77
## 3082         0.06         0.55           92           13        8.3        127
## 3083         0.04         0.55           63           43        7.2         24
## 3085         0.04         0.54           55           24        5.8         52
## 3086         0.03         0.54           67           50        6.6        140
## 3090         0.09         0.53           91           27        8.6       1847
## 3091         0.08         0.53           83           57        7.7        288
## 3092         0.08         0.52           66           11        8.4         16
## 3093         0.04         0.52           79           26        6.9         22
## 3096         0.06         0.51           67           46        7.4        139
## 3098         0.07         0.50           78           36        6.6         55
## 3099         0.05         0.50           72           56        6.0         96
## 3100         0.04         0.50           70           67        8.1        157
## 3101         0.03         0.49           75           59        7.2         56
## 3102         0.04         0.49           55           57        5.5         31
## 3103         0.05         0.49           58           34        7.2         46
## 3104         0.04         0.49           78           71        6.2         82
## 3105         0.03         0.49           65           69        6.4        110
## 3106         0.04         0.49           43           37        4.4         24
## 3107         0.03         0.49           58           55        6.3         29
## 3109         0.08         0.48           77           74        7.7        155
## 3110         0.02         0.48           68           42        7.5         24
## 3113         0.04         0.47           54           56        7.8         44
## 3114         0.05         0.46           70           28        7.0         65
## 3115         0.07         0.46           61           41        6.7         11
## 3119         0.03         0.45           69           27        6.8         24
## 3120         0.07         0.45           71           52        7.3         58
## 3121         0.07         0.45           74           48        7.1        103
## 3122         0.03         0.45           79           62        8.2        113
## 3123         0.04         0.45           75           71        7.0        139
## 3124         0.08         0.44           70           46        7.4        162
## 3125         0.08         0.44           69           49        6.6         28
## 3128         0.04         0.44           84           81        7.7         95
## 3130         0.03         0.43           74           33        6.8         28
## 3137         0.04         0.41           84           54        8.2         70
## 3138         0.07         0.41           75           51        6.4         36
## 3139         0.03         0.41           66           11        7.5          4
## 3140         0.06         0.41           54           48        5.7       1183
## 3144         0.04         0.40           77           60        8.1         40
## 3146         0.01         0.39           69            9        7.0          8
## 3147         0.03         0.39           49           18        5.3         16
## 3150         0.03         0.39           44           18        5.3          9
## 3152         0.01         0.39           61           30        7.7         35
## 3153         0.04         0.39           71           74        7.0         77
## 3154         0.05         0.39           71           52        6.3         86
## 3155         0.03         0.38           78           27        8.2         97
## 3157         0.06         0.38           84           22        8.1       1263
## 3159         0.02         0.38           73           43        6.7         18
## 3163         0.06         0.37           79           32        5.2       1618
## 3164         0.03         0.37           72           55        5.9        102
## 3166         0.07         0.36           69           18        5.8        338
## 3171         0.03         0.34           85           14        6.7          7
## 3173         0.06         0.34           57           41        5.6         27
## 3174         0.03         0.34           74            6        5.2          9
## 3175         0.03         0.34           75           64        7.2         45
## 3177         0.04         0.34           59           16        7.2         26
## 3178         0.03         0.34           77           49        7.9         78
## 3181         0.03         0.33           44           31        5.4         24
## 3182         0.03         0.33           79           31        8.2         51
## 3185         0.03         0.33           47            6        6.6          5
## 3187         0.03         0.32           65           26        8.2          5
## 3190         0.04         0.32           87           28        8.3        974
## 3192         0.03         0.32           66           17        5.8          8
## 3193         0.03         0.32           72           31        7.1         35
## 3194         0.05         0.32           43           21        5.7         27
## 3195         0.05         0.32           67           36        6.3         18
## 3200         0.05         0.32           75           39        5.4        555
## 3201         0.05         0.32           63           13        6.6          9
## 3202         0.07         0.32           50           12        5.6          7
## 3204         0.02         0.31           82           39        7.9        153
## 3206         0.03         0.31           49           30        4.8         13
## 3207         0.01         0.31           79           21        8.8         45
## 3209         0.02         0.31           73           48        8.0         99
## 3210         0.03         0.31           73           14        6.0          8
## 3211         0.02         0.30           62           24        4.1         14
## 3212         0.03         0.30           77           26        8.2         76
## 3213         0.02         0.30           53           32        5.5         26
## 3215         0.03         0.30           61           13        7.5         10
## 3218         0.04         0.30           57           62        5.5         53
## 3220         0.04         0.29           80           48        7.7         93
## 3222         0.05         0.29           45           42        5.5         74
## 3224         0.05         0.29           80           38        3.7       1466
## 3226         0.03         0.28           69           64        6.1         29
## 3227         0.03         0.28           59           53        6.7         30
## 3228         0.03         0.28           78           46        7.5         40
## 3230         0.04         0.28           61           41        6.5         17
## 3231         0.04         0.28           55           14        3.9         13
## 3234         0.02         0.27           74           41        7.2         35
## 3236         0.03         0.27           64            6        3.6         21
## 3237         0.02         0.27           72           48        7.5         60
## 3238         0.02         0.27           62           16        3.7         15
## 3240         0.03         0.27           77           56        8.1        124
## 3241         0.04         0.27           78           46        7.7        359
## 3244         0.03         0.27           41            8        7.4          7
## 3245         0.03         0.27           47           62        5.7        109
## 3246         0.05         0.26           59           27        5.7         13
## 3248         0.02         0.26           64           11        7.8          9
## 3253         0.03         0.25           76           14        7.5         44
## 3255         0.03         0.25           57           34        6.2         70
## 3257         0.02         0.25           57           50        6.8         33
## 3259         0.03         0.25           83           28        7.9        903
## 3262         0.01         0.24           71           37        7.8         26
## 3264         0.02         0.24           67           35        7.5         73
## 3266         0.03         0.24           70           36        5.5        531
## 3267         0.02         0.24           58           22        8.0         46
## 3269         0.03         0.24           63           35        6.1         12
## 3270         0.02         0.24           53           31        5.2         10
## 3271         0.03         0.24           50           33        4.8         37
## 3273         0.02         0.24           47           51        5.0         72
## 3277         0.02         0.23           72           27        6.8        243
## 3280         0.02         0.23           70           37        6.2         12
## 3283         0.04         0.23           66           25        5.2          5
## 3285         0.02         0.23           71           12        7.4          7
## 3287         0.02         0.23           55           12        7.9         44
## 3292         0.01         0.22           42            5        3.1          9
## 3293         0.03         0.22           58           43        7.2         29
## 3294         0.02         0.22           69           33        7.3         33
## 3295         0.04         0.22           81           21        7.8         25
## 3297         0.03         0.22           49           33        4.8         28
## 3299         0.03         0.22           80           24        6.8       1428
## 3300         0.02         0.22           61           59        6.0        116
## 3307         0.02         0.21           79            9        7.0         12
## 3310         0.03         0.21           74           50        7.1         34
## 3312         0.01         0.21           81            5        7.7          6
## 3313         0.01         0.21           82           23        7.9         29
## 3314         0.01         0.21           54           11        5.5          8
## 3316         0.03         0.20           74           34        7.4        596
## 3318         0.02         0.20           72           13        6.3          9
## 3321         0.02         0.20           76           31        6.5        315
## 3323         0.02         0.20           63           28        7.0         24
## 3326         0.02         0.20           85            8        7.9         60
## 3328         0.02         0.20           73           10        7.5         27
## 3330         0.01         0.19           58           25        6.5         15
## 3331         0.03         0.19           65            8        2.4          5
## 3334         0.03         0.19           61           34        7.3         40
## 3337         0.02         0.19           65            9        6.0         26
## 3339         0.02         0.19           64            8        6.0          8
## 3341         0.02         0.19           68           11        7.0          8
## 3346         0.04         0.19           83           10        7.2         83
## 3349         0.01         0.19           68           40        8.2         45
## 3350         0.02         0.19           44           22        7.0         24
## 3351         0.03         0.19           66           21        7.1        289
## 3352         0.03         0.19           65           23        6.4          7
## 3353         0.02         0.19           76           76        8.4        139
## 3357         0.02         0.18           39            5        3.3         16
## 3358         0.03         0.18           80           11        7.0        332
## 3362         0.03         0.18           70            4        6.6          5
## 3365         0.02         0.18           79           20        8.1         26
## 3366         0.03         0.18           70           38        6.0        547
## 3368         0.01         0.18           82           11        7.3         18
## 3371         0.03         0.18           44           31        1.7         46
## 3374         0.02         0.17           44           39        3.7         59
## 3376         0.02         0.17           72           37        4.7        399
## 3379         0.03         0.17           53           39        6.1         16
## 3380         0.01         0.17           60           48        6.4         37
## 3382         0.03         0.17           68           32        6.1         23
## 3385         0.03         0.17           45           17        5.0         26
## 3386         0.02         0.17           61           12        6.7         17
## 3387         0.02         0.17           77            9        6.0          5
## 3389         0.02         0.16           64            7        6.2         10
## 3390         0.00         0.16           47           29        3.0        350
## 3391         0.02         0.16           59           15        6.8         13
## 3392         0.01         0.16           53           19        6.1          8
## 3393         0.02         0.16           76           43        8.2         29
## 3395         0.01         0.16           75           44        7.0         47
## 3397         0.01         0.16           71            9        8.1         19
## 3403         0.02         0.16           86            5        7.1         66
## 3404         0.02         0.16           82           34        7.7        768
## 3408         0.01         0.15           60           22        6.6          5
## 3410         0.03         0.15           74           34        5.9        420
## 3412         0.02         0.15           56            8        5.7         12
## 3413         0.03         0.15           86           23        6.9        433
## 3415         0.01         0.15           77           54        7.5         23
## 3419         0.01         0.15           56           14        8.0          9
## 3425         0.01         0.15           39           27        4.4         29
## 3429         0.01         0.15           43           11        5.4         11
## 3430         0.00         0.15           66           19        7.2         39
## 3431         0.01         0.14           83           29        8.5       1613
## 3434         0.01         0.14           82           29        7.7         72
## 3435         0.01         0.14           38           40        5.7         22
## 3438         0.02         0.14           39           35        4.4         19
## 3439         0.02         0.14           54            8        7.4          7
## 3444         0.01         0.14           65           15        7.5          4
## 3448         0.01         0.14           35           11        4.7          7
## 3451         0.01         0.14           75           21        7.8         24
## 3454         0.02         0.14           76           49        7.3        729
## 3456         0.01         0.13           26            4        2.2         20
## 3462         0.01         0.13           56           18        7.8         20
## 3468         0.02         0.13           66           27        6.2         25
## 3471         0.01         0.13           77            8        6.8         10
## 3472         0.01         0.13           42            6        3.9          7
## 3474         0.01         0.13           68           25        8.0          9
## 3477         0.01         0.13           59           17        7.2         23
## 3492         0.01         0.12           66            5        6.8          8
## 3493         0.01         0.12           37           12        4.5         14
## 3494         0.01         0.12           64           18        7.2          9
## 3495         0.02         0.12           69           41        7.4         51
## 3497         0.02         0.12           50            4        4.0          4
## 3498         0.02         0.12           47           17        6.5          4
## 3499         0.01         0.12           64           51        7.6         60
## 3510         0.02         0.12           75           29        8.4        559
## 3512         0.01         0.12           50            7        6.4         12
## 3520         0.01         0.12           65           52        6.0        133
## 3521         0.01         0.12           21            5        5.0         25
## 3528         0.01         0.11           75           11        8.2          6
## 3529         0.01         0.11           51           12        3.3        126
## 3530         0.01         0.11           41            7        3.1          7
## 3535         0.01         0.11           62            9        7.4          9
## 3539         0.02         0.11           50           40        3.5         28
## 3544         0.01         0.11           53           61        4.7         73
## 3545         0.01         0.11           48           10        3.5          6
## 3547         0.02         0.11           83           28        7.5         97
## 3548         0.02         0.11           77           11        8.3        337
## 3551         0.01         0.11           64           14        6.1         19
## 3559         0.01         0.10           47            4        5.3          6
## 3561         0.01         0.10           52           21        6.3         26
## 3577         0.01         0.10           67            5        7.3          8
## 3579         0.01         0.10           36           10        4.5         15
## 3587         0.01         0.10           55           10        4.2          5
## 3588         0.01         0.10           51           15        5.9         14
## 3594         0.01         0.10           58           16        5.9         28
## 3595         0.01         0.09           60           16        7.0          7
## 3597         0.01         0.09           80           36        6.2        114
## 3598         0.01         0.09           43           42        1.2        116
## 3601         0.01         0.09           65           35        4.6        106
## 3602         0.01         0.09           46            9        6.5          4
## 3606         0.02         0.09           57           43        6.6         28
## 3610         0.01         0.09           65            5        8.8          8
## 3611         0.01         0.09           48           13        5.0         20
## 3614         0.02         0.09           57           27        5.8         19
## 3616         0.01         0.09           45            5        4.5          8
## 3622         0.00         0.09           67           11        5.3          4
## 3623         0.00         0.09           73            6        7.5         27
## 3629         0.01         0.09           62            9        5.2          6
## 3630         0.01         0.09           75           29        6.7        273
## 3631         0.01         0.09           84           19        8.7         18
## 3633         0.01         0.09           70            4        7.0          4
## 3635         0.01         0.08           72           27        7.7         80
## 3637         0.01         0.08           75            8        7.7         18
## 3638         0.01         0.08           51            9        5.0          6
## 3647         0.01         0.08           51           37        6.0          8
## 3652         0.01         0.08           49           17        6.2         11
## 3655         0.01         0.08           74            5        5.9         16
## 3659         0.02         0.08           80           52        7.8        235
## 3663         0.01         0.08           49           41        5.6         16
## 3665         0.01         0.08           57           19        5.8         60
## 3678         0.01         0.08           67            5        6.8          4
## 3694         0.01         0.07           67           25        4.9        103
## 3704         0.00         0.07           79           44        6.2         85
## 3705         0.01         0.07           49           25        4.4          5
## 3709         0.00         0.07           47            4        8.6          9
## 3710         0.01         0.07           61           18        5.6         95
## 3715         0.00         0.06           79           15        8.0         15
## 3721         0.00         0.06           61            8        7.5         15
## 3726         0.01         0.06           70           44        5.6        186
## 3732         0.01         0.06           75           30        7.9         35
## 3737         0.01         0.06           66           10        5.3         54
## 3747         0.00         0.06           33            6        5.6          7
## 3758         0.01         0.05           57            4        5.5         30
## 3762         0.01         0.05           60           13        7.1        114
## 3763         0.01         0.05           77           21        8.2         93
## 3766         0.00         0.05           61           21        6.6        127
## 3767         0.01         0.05           70           20        7.7        105
## 3769         0.00         0.05           66            7        4.1          9
## 3789         0.01         0.05           72           11        3.9         24
## 3803         0.00         0.04           67           23        8.2         50
## 3820         0.01         0.04           66            5        7.3         43
## 3821         0.00         0.04           65            8        7.8         16
## 3824         0.01         0.04           68           19        4.9         35
## 3831         0.00         0.04           48            4        3.1         14
## 3837         0.00         0.04           66            4        7.8         48
## 3838         0.00         0.04           56           12        5.7        269
## 3840         0.01         0.04           84           55        8.4        667
## 3847         0.01         0.03           55            7        6.0         33
## 3853         0.01         0.03           63           12        6.8         27
## 3872         0.01         0.03           70           10        6.7         28
## 3879         0.00         0.03           73           11        6.6         17
## 3896         0.01         0.03           74           44        7.6        602
## 3898         0.01         0.03           65            5        6.4         24
## 3931         0.00         0.02           81           26        7.3        399
## 3954         0.00         0.02           67           21        6.8         29
## 3957         0.00         0.02           54            5        5.7          6
## 3974         0.00         0.02           72            6        5.6         16
## 3977         0.00         0.02           51            8        7.6         47
## 3991         0.00         0.01           70           13        6.8         86
## 4021         0.00         0.01           61           12        5.8         43
## 4022         0.00         0.01           60           12        7.2         13
## 4023         1.69        21.81           61           45        6.3        106
## 4025         1.13        14.61           87           89        6.3       1454
## 4026         1.79        12.63           88           58        6.4       1094
## 4027         2.11        10.70           84           82        7.5       1112
## 4028         0.79         9.86           91           99        7.9       2045
## 4029         0.78         9.44           74           24        7.3         24
## 4030         0.67         8.38           68           42        7.4         54
## 4031         0.62         7.51           97           87        9.1       1854
## 4033         0.99         6.49           95           73        8.8       2456
## 4034         0.46         6.44           87           77        8.6        368
## 4035         0.58         6.32           95           96        9.0       2316
## 4036         0.51         6.19           73           51        7.4         95
## 4037         0.38         5.10           80           88        6.5        604
## 4038         1.12         5.07           89           51        8.0        233
## 4040         0.58         4.84           93           82        8.2       3052
## 4041         0.61         4.80           92          101        8.7       2633
## 4042         0.39         4.36           56           37        8.3         31
## 4043         0.33         4.05           84           81        8.1        769
## 4044         0.50         3.84           76           64        7.9        104
## 4045         0.40         3.52           88           66        7.5        155
## 4046         0.24         3.49           89           81        8.3        693
## 4047         0.32         3.47           88           75        8.6        869
## 4048         0.26         3.17           82           63        7.6         85
## 4049         0.46         3.11           82           57        7.8        492
## 4050         0.27         3.10           96           98        8.9       3143
## 4051         0.47         3.03           87          107        7.7       2759
## 4052         0.22         3.00           73           78        7.0        131
## 4053         0.44         2.95           88           59        8.5        572
## 4054         0.29         2.82           90           59        8.2        791
## 4055         0.42         2.81           75           56        7.5        286
## 4056         0.47         2.78           89           59        7.2        301
## 4057         0.18         2.69           84           47        5.7        120
## 4058         0.18         2.67           79           51        7.7         18
## 4059         0.24         2.63           80           65        8.0        127
## 4060         0.21         2.61           74           71        6.7        288
## 4062         0.28         2.52           75           15        8.0          5
## 4063         0.22         2.43           79           13        8.0         34
## 4065         0.41         2.41           77           40        6.8         85
## 4066         0.20         2.38           83           36        6.1         68
## 4067         0.18         2.37           42           10        5.5         16
## 4068         0.22         2.28           72            7        7.2          6
## 4069         0.20         2.28           76           42        7.1         71
## 4071         0.21         2.20           88           73        7.0        206
## 4072         0.19         2.20           88           93        8.2        573
## 4073         0.21         2.16           82           54        6.3        539
## 4074         0.13         2.09           89           50        8.1        100
## 4075         0.00         2.08           90           53        5.6        953
## 4076         0.12         2.08           64           54        7.1         34
## 4077         0.24         2.06           89           66        8.9        443
## 4079         0.26         2.06           82           62        8.6        208
## 4083         0.32         1.98           80           46        7.6         82
## 4084         0.30         1.94           78           39        6.4         55
## 4086         0.17         1.83           70           24        7.5         28
## 4087         0.16         1.80           89           46        7.6        105
## 4088         0.32         1.75           83           66        8.0        291
## 4089         0.03         1.73           78           41        8.1         31
## 4090         0.23         1.70           74           17        5.3         77
## 4091         0.15         1.68           78           58        8.5        301
## 4092         0.17         1.68           90           70        7.9       2280
## 4093         0.13         1.62           74           50        3.1         69
## 4094         0.17         1.60           81           74        8.0        267
## 4095         0.14         1.55           79           58        8.0         62
## 4096         0.15         1.55           74           79        7.8        458
## 4097         0.22         1.54           88           62        8.2        492
## 4099         0.21         1.50           63           41        6.8        121
## 4100         0.12         1.49           79           76        6.9        216
## 4101         0.26         1.49           75           61        7.7        297
## 4102         0.11         1.46           81           53        8.2         46
## 4104         0.11         1.43           61           59        5.7        180
## 4105         0.12         1.43           52           46        5.0         20
## 4106         0.02         1.41           77           33        7.3         15
## 4107         0.18         1.41           85           54        7.2         48
## 4110         0.12         1.37           80           25        5.8         87
## 4111         0.21         1.36           80           54        6.7        178
## 4112         0.10         1.34           79           71        6.5        482
## 4113         0.26         1.34           84           46        7.8         83
## 4114         0.13         1.33           83          100        8.1       1156
## 4115         0.11         1.32           84           70        6.7         80
## 4116         0.11         1.32           73           32        7.5         25
## 4118         0.21         1.31           79           42        8.0         52
## 4119         0.05         1.29           68           25        8.2         25
## 4120         0.12         1.29           79           26        7.9         66
## 4121         0.11         1.26           79            8        8.1         22
## 4122         0.25         1.26           85           23        8.4         77
## 4123         0.22         1.23           82           56        7.8         57
## 4124         0.18         1.21           76           34        8.3        130
## 4125         0.36         1.20           68            6        5.4          9
## 4126         0.14         1.17           84           39        8.6       2754
## 4127         0.12         1.16           45           39        5.8         89
## 4129         0.16         1.12           82           85        8.4        201
## 4130         0.10         1.12           70           91        6.0        202
## 4131         0.15         1.10           85           62        8.0        468
## 4132         0.09         1.09           47           52        2.1         98
## 4133         0.18         1.09           74           42        6.9         41
## 4134         0.13         1.08           75           69        7.5        265
## 4136         0.12         1.07           73           17        7.3          8
## 4138         0.11         1.06           64           64        7.3        247
## 4139         0.10         1.06           83           81        7.9        292
## 4140         0.18         1.04           65           57        7.3        168
## 4143         0.12         1.02           48            6        3.3          4
## 4144         0.21         1.00           86           73        8.4        255
## 4145         0.07         0.98           77           55        8.2        336
## 4148         0.09         0.96           77           26        7.5         17
## 4149         0.09         0.95           73           79        7.3        126
## 4151         0.13         0.95           68           56        6.9         62
## 4153         0.05         0.93           66           58        7.0         76
## 4155         0.06         0.92           86           29        7.1         70
## 4156         0.07         0.92           73           71        7.7        224
## 4157         0.12         0.91           78           20        5.4         14
## 4159         0.07         0.91           92           59        8.9        950
## 4161         0.10         0.88           84           43        7.5         65
## 4162         0.06         0.88           93           57        8.2        137
## 4163         0.08         0.88           75           49        7.6         45
## 4164         0.08         0.86           72           65        6.5         51
## 4166         0.09         0.85           83           61        8.1         58
## 4168         0.06         0.85           85           22        7.4         25
## 4169         0.12         0.85           74           56        7.0         88
## 4170         0.13         0.83           78           40        6.7         17
## 4171         0.06         0.82           86           66        7.9         23
## 4173         0.13         0.81           74           46        7.1         30
## 4174         0.09         0.81           60           27        7.5         63
## 4176         0.16         0.79           74           10        5.8          5
## 4178         0.07         0.78           74           31        8.5         39
## 4179         0.05         0.78           79           63        8.1         86
## 4184         0.06         0.76           71           10        7.8         31
## 4186         0.10         0.75           86           46        7.8         22
## 4187         0.08         0.75           62           24        7.6         14
## 4188         0.08         0.73           72           42        8.0        136
## 4190         0.05         0.73           88           49        7.7         71
## 4191         0.08         0.72           65            9        5.2          5
## 4193         0.07         0.72           74           45        6.7        155
## 4194         0.06         0.72           91           33        8.3        107
## 4195         0.12         0.72           81           58        8.2         86
## 4196         0.00         0.72           87           46        8.3       1467
## 4199         0.13         0.70           65           49        7.4         45
## 4200         0.06         0.69           40           30        4.4          9
## 4201         0.12         0.69           75           49        7.6        120
## 4202         0.08         0.68           85           46        8.8        172
## 4204         0.02         0.67           68            8        7.1         11
## 4205         0.06         0.67           73            9        6.4         20
## 4208         0.05         0.66           83           70        7.8        237
## 4209         0.12         0.66           81           56        7.9        515
## 4210         0.00         0.66           71           30        7.9         35
## 4211         0.01         0.66           60           30        6.9         29
## 4217         0.02         0.64           61           37        7.9         29
## 4218         0.05         0.64           57           33        7.4         30
## 4220         0.04         0.63           91           10        6.9         36
## 4221         0.04         0.63           60           45        7.1         64
## 4222         0.06         0.62           80           73        8.6        178
## 4223         0.06         0.62           74           69        7.8        112
## 4224         0.04         0.62           88           20        7.5         17
## 4226         0.07         0.61           68           58        8.4        263
## 4227         0.08         0.61           84           61        8.1        304
## 4228         0.07         0.61           79           43        5.9         33
## 4229         0.04         0.61           59           14        5.9          8
## 4232         0.06         0.60           32           38        4.6         23
## 4233         0.06         0.60           82           78        8.1        101
## 4236         0.07         0.59           88           38        7.1         54
## 4237         0.23         0.59           77            8        6.8         82
## 4239         0.06         0.59           82           78        8.3        169
## 4241         0.09         0.59           48           39        7.5         77
## 4242         0.05         0.58           33            6        3.7          9
## 4243         0.04         0.58           74           13        6.0         54
## 4248         0.05         0.57           91           34        8.0         95
## 4249         0.05         0.56           72           19        5.8          4
## 4250         0.03         0.55           68            6        7.5         13
## 4251         0.09         0.55           80           53        7.4        312
## 4252         0.09         0.55           86           22        6.9       1611
## 4256         0.05         0.54           82           72        7.8        295
## 4257         0.02         0.54           58           18        7.5         20
## 4259         0.06         0.54           84           29        8.3         23
## 4260         0.05         0.54           77           83        7.9        351
## 4261         0.05         0.54           41            8        5.0         11
## 4262         0.08         0.54           58           49        5.9         15
## 4263         0.09         0.53           83           54        8.1         67
## 4264         0.05         0.53           85           62        8.8         85
## 4265         0.05         0.53           87           49        8.8        102
## 4267         0.14         0.53           73           22        7.7         22
## 4270         0.05         0.52           79           51        7.8         19
## 4271         0.11         0.52           65           21        3.9          8
## 4272         0.05         0.51           71           56        6.1        113
## 4273         0.04         0.51           76           26        7.6         38
## 4274         0.05         0.51           69           18        7.4         13
## 4276         0.08         0.50           76           37        7.3         50
## 4284         0.06         0.49           72           26        6.4        516
## 4287         0.05         0.47           62           66        7.1         63
## 4290         0.02         0.47           48           26        6.8         13
## 4291         0.12         0.46           69           11        7.4          9
## 4292         0.17         0.46           74           25        7.3         51
## 4293         0.05         0.46           50            8        3.7         18
## 4297         0.04         0.45           38           42        5.0         46
## 4299         0.03         0.45           78           13        8.0          4
## 4301         0.08         0.44           74           51        8.0         20
## 4302         0.05         0.44           74           57        7.5         96
## 4305         0.07         0.43           43           31        5.5         49
## 4306         0.04         0.43           45           31        7.0        148
## 4307         0.02         0.43           82           48        7.9         53
## 4309         0.07         0.43           64           49        6.9        117
## 4311         0.03         0.42           74           19        6.7        109
## 4312         0.04         0.42           70           19        6.7         11
## 4313         0.04         0.42           59           11        7.0          4
## 4316         0.04         0.42           84           70        8.4        182
## 4317         0.05         0.42           58           47        6.2         28
## 4321         0.05         0.41           70           30        6.8         19
## 4322         0.14         0.41           77            5        7.7          6
## 4323         0.06         0.41           76           41        6.3         24
## 4327         0.04         0.41           75           54        6.6         32
## 4328         0.04         0.41           56            6        6.0          4
## 4329         0.04         0.41           87           29        8.0         65
## 4330         0.04         0.40           43           51        5.6         70
## 4331         0.02         0.40           79           43        8.5         20
## 4333         0.05         0.40           77           46        7.9       1238
## 4334         0.03         0.39           84           68        8.8        184
## 4335         0.06         0.39           94           55        8.8       3559
## 4336         0.07         0.39           38           27        2.8         23
## 4337         0.06         0.39           71           33        5.7         14
## 4338         0.03         0.39           75           30        7.0         24
## 4339         0.04         0.39           63           68        7.2        201
## 4341         0.07         0.39           41           28        5.2         36
## 4342         0.06         0.39           64           11        6.1          9
## 4343         0.04         0.39           68           21        5.4          9
## 4345         0.02         0.38           83           60        9.0        127
## 4346         0.07         0.38           73            4        5.8          4
## 4353         0.05         0.37           86           14        6.7        556
## 4354         0.06         0.37           77           47        6.9         38
## 4355         0.10         0.37           65           10        7.4         14
## 4356         0.03         0.36           76           12        8.8         11
## 4357         0.03         0.36           68           57        6.3         29
## 4360         0.03         0.36           76           68        7.6         96
## 4362         0.05         0.35           59           50        6.0         36
## 4363         0.02         0.35           79           63        7.0         55
## 4365         0.03         0.34           75           28        7.1         23
## 4366         0.06         0.34           45           17        4.3          8
## 4370         0.05         0.34           60           39        6.2         11
## 4372         0.03         0.33           60            4        5.4          9
## 4373         0.03         0.33           74           43        7.7         96
## 4377         0.02         0.33           26           16        3.7          9
## 4380         0.03         0.32           41           11        4.6         12
## 4381         0.03         0.32           75           25        6.3          4
## 4384         0.08         0.32           49           11        6.0         32
## 4387         0.03         0.32           53           45        5.5         21
## 4388         0.02         0.31           85           32        8.7         26
## 4389         0.01         0.31           77           23        8.0         21
## 4390         0.03         0.31           58           10        8.1         39
## 4391         0.05         0.31           79           33        5.2        213
## 4392         0.03         0.31           59           69        6.0         61
## 4393         0.05         0.31           41           28        1.7         17
## 4395         0.02         0.31           78           15        8.9         39
## 4397         0.02         0.31           58           51        6.0         41
## 4399         0.07         0.30           73           28        7.5         43
## 4402         0.01         0.29           85           30        9.0         81
## 4403         0.02         0.29           74           14        8.0          8
## 4405         0.02         0.29           74           36        5.4          9
## 4406         0.03         0.29           67            9        5.2          5
## 4409         0.03         0.29           60            9        7.6          5
## 4410         0.03         0.29           58           42        6.0         30
## 4411         0.02         0.29           67           60        8.3        126
## 4413         0.03         0.29           71           30        7.2         12
## 4416         0.01         0.29           65           18        8.8         13
## 4417         0.05         0.29           72           49        7.9         35
## 4423         0.05         0.28           60           44        5.9         27
## 4424         0.04         0.28           56            5        6.7          6
## 4427         0.02         0.28           66           18        6.6         16
## 4429         0.03         0.27           41           35        5.9         54
## 4433         0.02         0.27           41           15        6.5          8
## 4435         0.02         0.27           62           12        5.8          4
## 4437         0.04         0.27           76           33        8.1        176
## 4443         0.02         0.27           78           45        7.0         38
## 4447         0.02         0.26           89           27        8.2        160
## 4450         0.02         0.26           87            4        5.6          9
## 4452         0.02         0.26           68           39        8.2        332
## 4455         0.03         0.26           63           22        8.6         20
## 4456         0.02         0.26           53           10        6.6         10
## 4460         0.05         0.25           62           26        3.5        104
## 4462         0.05         0.25           42           33        3.8         20
## 4464         0.02         0.25           64            5        6.6          5
## 4467         0.05         0.25           56           17        4.9          8
## 4469         0.02         0.24           51            8        8.6         15
## 4472         0.02         0.24           56            6        6.9         12
## 4474         0.05         0.24           81           40        8.1       1472
## 4475         0.02         0.24           75           13        7.7         15
## 4477         0.04         0.24           46           12        7.5         30
## 4479         0.01         0.24           61           27        5.4        101
## 4481         0.02         0.23           77           24        8.1         31
## 4483         0.02         0.23           58           21        7.8          5
## 4488         0.02         0.23           74           17        6.8          5
## 4497         0.02         0.22           78            9        5.4          7
## 4499         0.04         0.22           70           42        5.4         28
## 4505         0.01         0.21           80           27        8.0         17
## 4506         0.02         0.21           43            5        4.0          5
## 4509         0.04         0.21           73            4        7.5          4
## 4512         0.04         0.21           74           27        7.0         13
## 4515         0.02         0.21           40           37        4.7         19
## 4516         0.02         0.21           53            4        6.6          5
## 4518         0.02         0.21           79           11        6.6          8
## 4519         0.02         0.21           61           64        7.0         34
## 4522         0.03         0.20           36           45        3.7         21
## 4523         0.02         0.20           63           33        7.2         19
## 4524         0.02         0.20           57           33        4.8          4
## 4526         0.02         0.20           58           52        6.1         24
## 4527         0.03         0.20           66           17        6.1         12
## 4532         0.01         0.20           76           40        7.9         23
## 4534         0.02         0.19           72           38        7.3         38
## 4535         0.02         0.19           68           35        7.4        985
## 4536         0.01         0.19           63           30        5.9          7
## 4539         0.02         0.19           57           11        4.5          6
## 4541         0.04         0.19           77           54        6.2        803
## 4542         0.03         0.19           43           34        5.3         21
## 4544         0.01         0.19           74           46        8.1         24
## 4547         0.01         0.19           82            6        8.6         37
## 4548         0.01         0.19           73           13        7.0          6
## 4549         0.02         0.19           70           14        8.1         46
## 4556         0.03         0.19           61           26        6.5          8
## 4558         0.01         0.19           74           19        5.3          4
## 4559         0.02         0.19           63           25        4.4        307
## 4560         0.02         0.19           74           13        8.3          8
## 4566         0.02         0.18           39            5        5.6         13
## 4569         0.01         0.18           69            6        7.0          4
## 4572         0.01         0.18           57            4        8.1         10
## 4573         0.02         0.18           51            5        5.3          4
## 4574         0.02         0.18           38           20        7.9         29
## 4575         0.04         0.18           83           16        7.7        102
## 4577         0.01         0.18           62           51        7.6         60
## 4582         0.02         0.18           51           18        7.0          6
## 4583         0.01         0.18           65           27        7.8         20
## 4584         0.02         0.18           38           34        5.6         37
## 4593         0.02         0.17           58           12        6.0          8
## 4595         0.02         0.17           69           41        5.7         41
## 4599         0.01         0.17           42            9        4.8          4
## 4605         0.02         0.17           40           11        4.2          5
## 4608         0.02         0.16           42           31        4.1         17
## 4610         0.01         0.16           70           26        6.4         31
## 4612         0.02         0.16           61           23        5.2          5
## 4619         0.01         0.16           61           34        5.3          7
## 4624         0.03         0.16           55           23        5.5        267
## 4625         0.01         0.16           59           38        7.3         23
## 4626         0.01         0.15           80            8        8.0         13
## 4638         0.01         0.15           55           10        6.3          6
## 4639         0.01         0.15           57            7        6.3          6
## 4641         0.02         0.15           83           18        7.8        603
## 4642         0.02         0.15           43            5        4.2          6
## 4644         0.01         0.15           66           14        8.1         23
## 4646         0.01         0.15           80           25        8.3         57
## 4650         0.01         0.14           56            6        7.2         36
## 4660         0.01         0.14           36           10        0.5          4
## 4664         0.01         0.14           55           34        6.2         33
## 4667         0.01         0.14           58           23        7.6         10
## 4668         0.01         0.14           78           17        6.3        211
## 4669         0.01         0.14           60           19        5.8         10
## 4680         0.01         0.13           72           13        7.8         50
## 4689         0.01         0.13           42           14        7.3         18
## 4699         0.01         0.13           57           22        5.0          6
## 4705         0.02         0.12           84           33        7.7        838
## 4706         0.01         0.12           59            9        8.0         14
## 4710         0.01         0.12           46           21        6.8          8
## 4711         0.01         0.12           86           27        7.9         32
## 4713         0.01         0.12           33            7        4.3          6
## 4718         0.01         0.12           47           14        6.5          6
## 4725         0.02         0.12           74           33        8.7         25
## 4728         0.01         0.12           36           20        2.1         17
## 4731         0.02         0.12           66           36        6.2         13
## 4733         0.01         0.12           68           38        8.7         18
## 4737         0.02         0.11           77           24        7.9         27
## 4739         0.01         0.11           74           27        5.8         11
## 4743         0.01         0.11           40           21        6.5         10
## 4747         0.02         0.11           63           16        6.7         15
## 4749         0.01         0.11           75           25        8.3         31
## 4750         0.01         0.11           82           14        7.8         18
## 4753         0.01         0.11           58           23        4.1          8
## 4754         0.01         0.11           28            6        5.2          6
## 4762         0.01         0.11           51            5        9.0          4
## 4764         0.01         0.11           62           22        6.2          9
## 4766         0.02         0.11           83           20        5.2        672
## 4768         0.01         0.11           54            6        7.1         10
## 4770         0.01         0.10           75           30        7.3         31
## 4784         0.01         0.10           37            5        4.1         33
## 4786         0.01         0.10           64           49        7.1         16
## 4795         0.01         0.10           56           15        5.5          4
## 4804         0.01         0.09           64           21        5.2         52
## 4818         0.01         0.09           64           15        4.4         40
## 4820         0.01         0.09           65           16        7.3         11
## 4822         0.01         0.09           44           30        4.6         34
## 4824         0.01         0.09           37           39        3.6         31
## 4831         0.01         0.09           75           10        7.7          7
## 4833         0.01         0.09           79            8        5.5          6
## 4834         0.01         0.09           56            7        8.2          5
## 4843         0.01         0.08           82           27        8.1         86
## 4875         0.01         0.07           60           13        8.0          5
## 4876         0.01         0.07           47           11        7.0          5
## 4880         0.01         0.07           61            9        6.2         12
## 4908         0.00         0.07           57           11        6.0         25
## 4914         0.01         0.06           45           38        6.9         11
## 4924         0.01         0.06           81           24        7.4        177
## 4930         0.01         0.06           54            7        6.8          9
## 4942         0.00         0.06           74           30        7.2         12
## 4952         0.01         0.05           84           15        6.6         99
## 4959         0.00         0.05           63           13        5.1         48
## 4967         0.00         0.05           49           11        6.3         12
## 4968         0.01         0.05           66           12        3.8         47
## 4972         0.00         0.05           50            6        6.5          4
## 4976         0.00         0.05           33            4        6.6         15
## 4983         0.00         0.05           69           20        6.3          4
## 4992         0.01         0.05           76           36        7.7        326
## 4995         0.01         0.05           79           28        6.8        185
## 4997         0.01         0.05           49            5        6.2         27
## 4999         0.00         0.05           48            7        4.8          4
## 5011         0.00         0.04           38            8        1.7         10
## 5013         0.01         0.04           79           18        8.2        116
## 5016         0.00         0.04           70           10        8.6          7
## 5025         0.00         0.04           66           18        6.4         34
## 5029         0.01         0.04           47            5        5.5          6
## 5053         0.01         0.03           72           25        7.5        511
## 5058         0.00         0.03           64            7        7.5         18
## 5059         0.00         0.03           75           16        6.6        218
## 5064         0.00         0.03           60            5        7.2          5
## 5087         0.00         0.03           59           14        5.8        162
## 5096         0.00         0.03           68           16        5.2         19
## 5105         0.00         0.03           79           15        7.9         55
## 5111         0.00         0.03           83           14        8.4         52
## 5116         0.01         0.03           72            4        8.3         15
## 5118         0.00         0.03           63           15        6.3         87
## 5136         0.00         0.02           70           17        5.7         39
## 5138         0.00         0.02           66           34        6.2        694
## 5176         0.00         0.02           82           73        7.9        319
## 5187         0.00         0.02           63           17        7.1         72
## 5192         0.00         0.02           73           13        6.4         75
## 5210         0.00         0.02           56           36        5.4        105
## 5212         0.00         0.02           57           22        5.1         67
## 5273         0.00         0.01           69           17        7.9         16
## 5278         2.95        32.77           80           73        8.0        192
## 5279         2.24        28.32           87           80        8.4        594
## 5280         1.77        21.79           80           33        7.4         52
## 5281         1.28        13.47           94          100        6.3       2698
## 5283         1.60        10.60           94           67        6.3       2073
## 5284         0.60         8.01           86           75        7.6        886
## 5285         0.73         7.20           49           21        8.0        110
## 5286         0.98         6.66           96          105        8.8       5187
## 5287         0.61         6.34           83           94        7.1       1163
## 5288         0.15         5.78           87           65        8.8        197
## 5289         0.86         5.55           91           70        8.6       1202
## 5290         0.50         5.49           92           90        8.0        516
## 5291         0.51         5.33           83           83        7.3       2483
## 5292         0.51         5.26           90           82        8.8       1305
## 5293         0.64         5.09           84           76        7.5        667
## 5295         0.61         4.23           91           70        8.9       1122
## 5296         0.52         4.16           94           61        7.3        330
## 5297         0.38         3.97           89           76        8.6        681
## 5298         0.40         3.90           81           27        8.7         39
## 5301         0.52         3.62           91           56        7.6        203
## 5302         0.34         3.50           83           91        7.5        523
## 5303         0.31         3.48           92           78        8.7       1080
## 5305         0.29         3.44           84           83        8.2        715
## 5306         0.26         3.31           87           75        7.8        228
## 5308         0.47         3.01           91           94        8.1       1505
## 5309         0.26         2.94           93           77        7.3        292
## 5310         0.37         2.93           85           98        8.3       1172
## 5311         0.22         2.83           85           58        6.1         90
## 5312         0.42         2.75           79           63        7.4        211
## 5313         0.32         2.67           83           58        8.7         52
## 5314         0.52         2.65           84           55        6.9        113
## 5315         0.24         2.62           82           92        7.2        454
## 5316         0.23         2.62           90           63        7.5        133
## 5317         0.40         2.60           91           50        8.7        529
## 5319         0.22         2.56           86           68        7.9        725
## 5320         0.67         2.54           87           68        7.8         98
## 5321         0.21         2.37           85           41        6.8         58
## 5322         0.26         2.28           78           42        6.7         76
## 5323         0.31         2.26           80           35        8.6         43
## 5325         0.11         2.22           84           70        8.6        219
## 5326         0.18         2.16           79           72        7.6        110
## 5327         0.18         2.12           62            5        5.2         54
## 5328         0.29         2.09           83           58        7.9        427
## 5329         0.19         2.06           83           68        7.9         51
## 5331         0.13         1.98           75           53        7.8        162
## 5332         0.22         1.91           83           75        6.5        134
## 5333         0.18         1.88           49           15        6.6         13
## 5335         0.15         1.84           80            4        4.5          8
## 5336         0.17         1.82           89           81        8.9       1441
## 5337         0.24         1.76           84           58        8.1         47
## 5338         0.15         1.71           89           25        8.9         43
## 5343         0.21         1.67           87           41        7.9        597
## 5345         0.12         1.56           54           26        9.0        133
## 5346         0.15         1.55           89           25        6.9         49
## 5347         0.20         1.52           88           46        7.6         95
## 5351         0.13         1.41           79           45        8.5         40
## 5352         0.13         1.40           87           76        8.1         86
## 5353         0.12         1.40           72           13        6.1         14
## 5355         0.10         1.38           60            6        6.7          7
## 5356         0.13         1.35           63           16        6.3          6
## 5357         0.13         1.35           60           17        9.3          4
## 5358         0.14         1.32           93           85        8.3        280
## 5359         0.12         1.31           78           83        7.8        356
## 5360         0.11         1.30           89           76        8.6        127
## 5361         0.12         1.30           80           59        7.0        132
## 5362         0.09         1.29           56            4        5.0          5
## 5363         0.11         1.25           65           29        8.9         51
## 5364         0.19         1.24           79           53        7.7        308
## 5365         0.28         1.23           63           38        7.2         69
## 5366         0.16         1.21           87           54        7.7        355
## 5368         0.06         1.17           62           22        7.2         36
## 5369         0.20         1.17           81           38        8.1         55
## 5370         0.31         1.15           83            9        7.9         14
## 5372         0.11         1.13           85           69        6.8        108
## 5373         0.14         1.12           78           50        8.3         32
## 5374         0.54         1.12           71            4        2.6         10
## 5375         0.08         1.12           79           77        8.1        165
## 5376         0.15         1.12           88           60        8.7         59
## 5377         0.17         1.09           86           54        5.7         87
## 5378         0.10         1.09           54           51        6.9        198
## 5379         0.09         1.09           84           70        8.0         72
## 5380         0.10         1.08           90           62        6.9       2981
## 5383         0.11         1.07           88           44        8.8         57
## 5385         0.27         1.06           90           77        7.3        146
## 5386         0.11         1.06           84           72        8.0         42
## 5387         0.09         1.05           75           55        8.0         60
## 5388         0.10         1.04           80           59        8.4         36
## 5389         0.10         1.03           78           28        8.6         28
## 5390         0.29         1.02           79           58        8.8         39
## 5391         0.09         1.02           71           41        7.4         25
## 5393         0.07         1.00           67           12        4.5          6
## 5394         0.19         0.99           87           63        8.2         94
## 5395         0.08         0.99           70           35        8.2         20
## 5397         0.11         0.98           75           21        6.2         17
## 5399         0.08         0.97           82           46        7.6         34
## 5400         0.09         0.97           82           88        8.0        268
## 5401         0.09         0.97           79           20        6.6         15
## 5403         0.07         0.94           83           26        6.7         37
## 5404         0.13         0.94           83           61        7.6        162
## 5405         0.08         0.94           47           15        4.5         21
## 5406         0.10         0.93           85           20        8.6         17
## 5407         0.08         0.93           90           86        8.0        597
## 5408         0.10         0.93           77           47        7.8        112
## 5411         0.17         0.91           76           42        6.5         53
## 5412         0.08         0.90           73           75        7.3         82
## 5414         0.12         0.90           74           44        7.4         10
## 5415         0.14         0.90           86           53        7.8         49
## 5416         0.21         0.89           81           67        8.1         84
## 5417         0.13         0.89           70           25        7.1         16
## 5418         0.09         0.88           86           40        4.2       6430
## 5419         0.15         0.88           78           47        7.8         91
## 5420         0.11         0.87           69           29        7.2         30
## 5421         0.06         0.87           69           27        8.1         35
## 5422         0.09         0.87           85           84        8.1        237
## 5424         0.07         0.86           76           29        8.5         28
## 5425         0.06         0.86           76           42        8.5         26
## 5426         0.10         0.85           83           52        7.7        115
## 5427         0.09         0.85           78           65        8.7         95
## 5428         0.14         0.84           78           74        7.9         96
## 5429         0.07         0.84           83           30        7.8         39
## 5430         0.12         0.84           84           50        7.8         53
## 5431         0.08         0.83           69           41        7.4         38
## 5433         0.08         0.81           78           34        7.6         29
## 5434         0.06         0.81           80           20        6.9         14
## 5435         0.09         0.80           87           65        8.2        110
## 5437         0.18         0.80           72            9        4.6          5
## 5438         0.07         0.80           84           62        8.1         79
## 5439         0.07         0.79           48           10        6.4          5
## 5440         0.08         0.79           65           72        6.9         60
## 5441         0.07         0.79           76           52        5.0         30
## 5442         0.06         0.79           72           56        7.2        150
## 5443         0.11         0.79           69           32        7.3         19
## 5444         0.11         0.78           81           38        7.7          9
## 5445         0.07         0.77           81           74        8.6        176
## 5448         0.10         0.77           57           26        7.2         58
## 5449         0.15         0.76           63           25        8.0         41
## 5450         0.07         0.76           87           22        7.6         19
## 5451         0.08         0.75           60           35        6.0          8
## 5452         0.08         0.75           58           22        6.0          8
## 5455         0.11         0.74           54           45        7.1         57
## 5456         0.11         0.74           76           45        5.7          9
## 5457         0.10         0.74           67           53        7.2         50
## 5458         0.21         0.74           69           11        6.5         31
## 5459         0.12         0.74           85           56        8.1        136
## 5461         0.09         0.73           74           48        7.3         51
## 5462         0.06         0.73           78           11        7.7          9
## 5464         0.07         0.72           55           32        7.0         28
## 5465         0.06         0.72           77           23        7.2         24
## 5466         0.06         0.72           90           27        8.1         61
## 5467         0.06         0.72           75           47        6.6         30
## 5470         0.04         0.70           78           51        8.4         79
## 5472         0.06         0.69           70           15        6.8          6
## 5475         0.10         0.68           81           28        7.3         20
## 5477         0.05         0.66           62           12        7.2         11
## 5479         0.06         0.66           88           52        8.4         71
## 5481         0.06         0.65           80           51        6.9         20
## 5483         0.06         0.64           72           21        7.7         22
## 5484         0.05         0.64           67           18        8.2         10
## 5487         0.06         0.63           55           58        7.0        110
## 5488         0.11         0.63           71           58        7.4         77
## 5489         0.05         0.63           89           40        8.3        317
## 5491         0.06         0.63           79           53        8.5        125
## 5494         0.10         0.62           86           44        8.0         48
## 5496         0.07         0.61           48            9        4.3          7
## 5497         0.11         0.61           70           61        6.4         55
## 5498         0.14         0.61           91           48        9.3        316
## 5499         0.15         0.61           71           47        6.3         28
## 5501         0.05         0.61           46           43        3.0         67
## 5502         0.09         0.61           70           45        7.1         51
## 5503         0.05         0.61           64           29        5.3         26
## 5504         0.07         0.61           67           11        7.3          4
## 5506         0.29         0.60           61            9        6.7         14
## 5507         0.06         0.60           77           77        7.6         94
## 5508         0.04         0.60           81           58        8.7        101
## 5511         0.07         0.59           44           29        2.1         31
## 5512         0.04         0.59           82           53        8.7         39
## 5514         0.06         0.58           74           17        7.7          6
## 5515         0.06         0.58           73           64        7.3         51
## 5517         0.03         0.58           71           49        7.1         38
## 5519         0.38         0.57           81           31        8.0         72
## 5520         0.06         0.57           87           50        8.4        112
## 5521         0.07         0.57           88           35        7.9         40
## 5523         0.06         0.57           69           79        8.2        258
## 5525         0.07         0.57           77           66        8.0         96
## 5526         0.06         0.56           62            6        8.0          4
## 5527         0.05         0.56           71           50        7.2         31
## 5528         0.09         0.56           74           35        8.1         39
## 5530         0.06         0.56           72           66        7.5        128
## 5531         0.06         0.55           70           22        7.6          7
## 5532         0.07         0.54           70           43        6.5         19
## 5533         0.05         0.54           81           32        7.5         25
## 5534         0.05         0.54           71           56        7.3         64
## 5539         0.05         0.53           75            7        8.3          4
## 5540         0.10         0.53           43           41        3.9         70
## 5541         0.05         0.52           77           68        8.0        114
## 5542         0.16         0.52           68           23        7.2         14
## 5543         0.05         0.52           70           10        7.5          4
## 5545         0.05         0.51           80           43        8.4         18
## 5547         0.05         0.51           82           13        8.4         17
## 5548         0.04         0.51           74           23        8.1         21
## 5549         0.05         0.51           91           67        8.6       3542
## 5550         0.12         0.51           80           52        6.2         45
## 5551         0.04         0.51           56           29        7.5         33
## 5552         0.05         0.51           73           69        8.2        141
## 5556         0.02         0.49           83           35        8.4         33
## 5558         0.04         0.49           61           12        5.0          8
## 5561         0.10         0.48           79           50        8.6         31
## 5563         0.07         0.48           72           54        8.1        118
## 5568         0.05         0.47           68           22        7.4          5
## 5569         0.08         0.47           79           48        7.9         98
## 5570         0.02         0.47           85           67        8.1       1502
## 5572         0.04         0.47           82           76        8.1         82
## 5573         0.05         0.47           79           56        8.0        226
## 5575         0.02         0.47           75           37        7.3         21
## 5576         0.06         0.46           72            8        4.6         32
## 5578         0.04         0.46           86           48        8.4         37
## 5582         0.02         0.45           65           28        6.8         10
## 5585         0.04         0.45           80            8        7.5          6
## 5586         0.03         0.45           80           40        7.7         37
## 5590         0.04         0.44           66            5        8.2          5
## 5591         0.05         0.44           69            6        8.0          6
## 5592         0.01         0.44           55           26        7.2         22
## 5593         0.04         0.44           65            5        4.0          6
## 5594         0.03         0.44           53            8        6.8          5
## 5600         0.04         0.43           65           18        7.0          4
## 5601         0.07         0.43           43           22        5.3         16
## 5602         0.24         0.43           64            9        8.7          6
## 5610         0.03         0.42           70           12        8.1          9
## 5611         0.04         0.42           71           56        5.9         18
## 5613         0.06         0.42           75           36        7.6         18
## 5615         0.03         0.41           61            4        2.8          4
## 5624         0.04         0.40           74           51        8.1         50
## 5625         0.04         0.40           43            7        7.1          7
## 5626         0.02         0.40           77           10        8.6         46
## 5637         0.03         0.40           61           23        7.1         36
## 5638         0.04         0.40           55           17        6.0          7
## 5639         0.04         0.39           57            8        3.1          9
## 5642         0.04         0.39           71           59        6.3         23
## 5644         0.03         0.39           66           53        7.6         70
## 5646         0.04         0.39           43           37        6.3         19
## 5651         0.06         0.38           82           32        8.8        132
## 5653         0.06         0.38           70           34        6.3         21
## 5654         0.04         0.38           70            7        6.3          7
## 5655         0.03         0.38           61           22        6.6         19
## 5659         0.04         0.37           66           19        6.4          9
## 5661         0.04         0.37           70           30        6.3          7
## 5662         0.04         0.37           51           10        5.5         22
## 5664         0.04         0.37           73           33        7.7         21
## 5665         0.04         0.37           68           30        7.9         15
## 5666         0.04         0.37           62           61        7.5         26
## 5667         0.04         0.37           79            9        8.3         12
## 5668         0.03         0.36           67           41        8.3         63
## 5670         0.04         0.36           89           55        8.5       2530
## 5672         0.06         0.36           59           41        6.4         28
## 5673         0.01         0.36           73           21        7.9         24
## 5674         0.06         0.36           71           48        7.4         62
## 5675         0.03         0.36           86           51        8.5         70
## 5676         0.03         0.36           49           16        6.2         14
## 5680         0.09         0.35           69           10        6.9          7
## 5682         0.05         0.35           73           34        7.2          9
## 5683         0.03         0.35           79            8        6.8         16
## 5684         0.03         0.35           67           34        8.2         21
## 5686         0.04         0.35           48           50        5.0         53
## 5690         0.06         0.34           73           37        8.7         62
## 5691         0.04         0.34           61           10        5.8          4
## 5692         0.25         0.34           72           10        8.3          6
## 5693         0.02         0.34           62           22        7.0         26
## 5696         0.03         0.33           75           17        7.8          6
## 5699         0.03         0.33           68           65        6.8         55
## 5701         0.03         0.33           70           43        6.2         15
## 5702         0.04         0.33           79            7        7.5         12
## 5705         0.05         0.33           66           35        7.1         17
## 5709         0.03         0.32           76           48        7.4         41
## 5711         0.03         0.32           50            8        5.2         16
## 5712         0.03         0.32           75           60        7.2         46
## 5713         0.05         0.32           91           29        8.7       1736
## 5716         0.08         0.32           55           13        5.7         10
## 5721         0.20         0.32           87            4        6.4          5
## 5722         0.03         0.32           82           39        8.2         68
## 5724         0.06         0.32           72           42        7.6         24
## 5725         0.03         0.31           64           38        6.8         11
## 5729         0.04         0.31           66           45        7.0         45
## 5731         0.03         0.31           58           13        2.1         35
## 5735         0.04         0.30           66           18        4.5          4
## 5737         0.02         0.30           69           49        7.0         57
## 5741         0.02         0.29           72           33        8.7         30
## 5742         0.03         0.29           57           34        5.8         17
## 5744         0.03         0.29           73           44        8.4         38
## 5746         0.03         0.29           61           18        6.8          6
## 5747         0.02         0.29           87           50        8.8         86
## 5748         0.03         0.29           64           27        7.3         15
## 5751         0.04         0.29           61           56        7.1         25
## 5752         0.03         0.29           82           67        8.2         73
## 5754         0.02         0.29           68            5        8.5          6
## 5756         0.02         0.29           61           30        6.5         35
## 5757         0.02         0.28           76           29        8.4         47
## 5758         0.03         0.28           59           39        7.4         50
## 5760         0.03         0.28           69           20        7.3         22
## 5761         0.03         0.28           50           12        5.2          6
## 5762         0.03         0.28           70           65        7.3         87
## 5763         0.05         0.28           66           13        7.1          7
## 5765         0.16         0.28           55            4        7.5         13
## 5766         0.01         0.28           80           26        8.7         69
## 5767         0.03         0.27           75           12        8.3          6
## 5768         0.04         0.27           59           33        4.7          9
## 5776         0.02         0.27           69           49        7.3         59
## 5777         0.01         0.26           84           28        8.8         79
## 5781         0.02         0.26           61            5        4.5         10
## 5782         0.02         0.26           78           12        6.9          7
## 5790         0.02         0.26           77           29        8.6         26
## 5796         0.02         0.25           64           29        5.6         11
## 5799         0.03         0.25           65            5        6.5          4
## 5803         0.05         0.25           63           10        7.8         17
## 5809         0.02         0.25           50            5        6.8         11
## 5810         0.02         0.25           53            8        6.1         10
## 5811         0.02         0.25           83           33        7.1         47
## 5812         0.04         0.25           80           45        7.7         40
## 5816         0.04         0.24           67           44        7.4         36
## 5817         0.02         0.24           64            4        4.2         10
## 5818         0.02         0.24           80           26        7.7         47
## 5821         0.02         0.24           60           16        5.2          9
## 5823         0.02         0.24           59           24        7.3         28
## 5824         0.02         0.24           42           59        4.7         22
## 5828         0.02         0.24           65           70        6.2         57
## 5829         0.02         0.24           74           29        8.1         14
## 5830         0.02         0.24           62           37        6.4         36
## 5831         0.02         0.23           63           10        8.2          5
## 5833         0.02         0.23           66            7        6.5          4
## 5840         0.02         0.23           59           18        5.7         12
## 5846         0.02         0.23           79           27        8.5         65
## 5850         0.03         0.22           68           22        7.6          7
## 5853         0.02         0.22           82           16        7.9          8
## 5854         0.10         0.22           69            6        8.3          6
## 5855         0.01         0.22           78           30        8.0         47
## 5856         0.02         0.22           61            9        8.3          4
## 5858         0.01         0.22           75           33        6.6         22
## 5859         0.02         0.22           72           45        8.8         36
## 5865         0.02         0.21           25            4        3.8         48
## 5867         0.02         0.21           76           31        6.2         35
## 5868         0.02         0.21           71           54        6.4         64
## 5871         0.02         0.21           63            4        5.8          5
## 5872         0.02         0.21           67           51        7.6         33
## 5873         0.01         0.21           80           43        8.7         35
## 5874         0.03         0.21           43           32        4.8         13
## 5875         0.02         0.21           55           22        6.8         16
## 5878         0.01         0.21           68           34        8.6         19
## 5885         0.02         0.20           53            6        5.8          4
## 5888         0.02         0.20           65           25        7.3         15
## 5889         0.01         0.20           75           46        9.0         61
## 5890         0.02         0.20           65            7        6.7          9
## 5896         0.03         0.20           65           52        6.1         27
## 5898         0.02         0.20           55            8        8.1          8
## 5906         0.01         0.19           71           22        8.4         16
## 5908         0.01         0.19           49           11        2.6          8
## 5909         0.03         0.19           60            6        7.5         12
## 5910         0.01         0.19           82           38        7.1          8
## 5911         0.02         0.19           81           24        8.5         15
## 5912         0.01         0.19           64           26        7.8         43
## 5914         0.03         0.19           72           37        7.2         57
## 5919         0.01         0.19           60           37        6.4         77
## 5924         0.02         0.19           67           23        7.3          7
## 5928         0.01         0.18           71           33        8.2          5
## 5935         0.02         0.18           54           13        4.7         13
## 5936         0.02         0.18           44           10        5.4         11
## 5939         0.01         0.18           84           41        7.8         38
## 5942         0.03         0.18           81           37        7.8       1363
## 5943         0.02         0.18           62           25        7.2         28
## 5946         0.01         0.18           38           14        3.0         12
## 5948         0.01         0.18           56           46        7.1         55
## 5950         0.01         0.17           61           19        4.0          6
## 5952         0.02         0.17           72           54        7.0         60
## 5954         0.02         0.17           51           28        5.3         20
## 5961         0.01         0.17           63           31        6.6          7
## 5962         0.01         0.17           51           47        6.2         12
## 5965         0.02         0.17           53           34        6.0         22
## 5966         0.01         0.17           68           33        7.0          9
## 5973         0.01         0.16           61           28        5.1         19
## 5974         0.01         0.16           25           27        2.5         41
## 5977         0.01         0.16           74           16        7.3          6
## 5978         0.01         0.16           57           48        5.3         46
## 5982         0.02         0.16           62           34        7.0         16
## 5988         0.01         0.16           62           24        6.8         14
## 5990         0.01         0.16           60            4        5.0          4
## 5992         0.01         0.15           48           36        6.8         17
## 5993         0.01         0.15           54            8        5.8          5
## 5998         0.01         0.15           66           23        7.1          8
## 6000         0.01         0.15           75           33        6.7          6
## 6001         0.01         0.15           60           15        6.2         10
## 6015         0.01         0.15           69           31        7.9         15
## 6018         0.03         0.14           50            4        2.3          6
## 6022         0.01         0.14           74            6        7.9         12
## 6024         0.01         0.14           68           13        7.3         21
## 6027         0.01         0.14           77           16        7.0         13
## 6030         0.02         0.14           77           38        7.5        589
## 6032         0.01         0.14           50           39        5.4         14
## 6033         0.02         0.14           77           32        8.1        676
## 6036         0.01         0.14           62           39        8.1          9
## 6037         0.01         0.14           35           17        6.7         19
## 6040         0.01         0.14           47           16        7.5          4
## 6043         0.01         0.13           27           24        2.8         66
## 6047         0.01         0.13           64           12        6.3          4
## 6048         0.01         0.13           50           31        5.9         15
## 6049         0.01         0.13           76           12        7.1         15
## 6051         0.01         0.13           80           18        7.6         16
## 6062         0.01         0.13           51           38        6.5         21
## 6063         0.01         0.13           60            4        7.2         21
## 6065         0.01         0.13           36            8        4.8          4
## 6067         0.01         0.12           53           53        7.0         27
## 6070         0.01         0.12           68           28        7.5          6
## 6072         0.02         0.12           68           16        8.8          4
## 6073         0.01         0.12           63           27        8.0         13
## 6076         0.01         0.12           70           11        6.7         15
## 6079         0.01         0.12           83           18        8.3         16
## 6080         0.01         0.12           64           20        6.8         14
## 6084         0.01         0.12           84           17        8.2         21
## 6090         0.01         0.11           68           18        7.4         18
## 6092         0.01         0.11           50           17        6.2          9
## 6094         0.01         0.11           63           57        4.2         33
## 6097         0.01         0.11           39            5        2.0          6
## 6099         0.01         0.11           51           10        5.4          5
## 6102         0.01         0.11           68            4        5.3          4
## 6103         0.01         0.11           56            4        5.0          4
## 6106         0.01         0.11           49           28        6.7         16
## 6107         0.01         0.11           50           15        7.1          8
## 6108         0.01         0.11           66           30        6.3          6
## 6116         0.01         0.11           48           17        3.5          4
## 6122         0.01         0.11           53            8        4.8          4
## 6123         0.01         0.11           77            5        6.5         13
## 6124         0.01         0.11           82           11        7.3          7
## 6125         0.01         0.11           28           33        2.8         64
## 6132         0.02         0.10           82           32        8.2        144
## 6137         0.01         0.10           61            9        7.8          6
## 6139         0.01         0.10           66            9        6.0          5
## 6144         0.01         0.10           39           32        5.6         34
## 6147         0.01         0.10           56           14        8.8          4
## 6154         0.02         0.10           70           41        7.6         77
## 6156         0.01         0.10           53           11        6.5          4
## 6162         0.01         0.10           32            4        1.8          4
## 6163         0.01         0.10           17           11        1.7         37
## 6168         0.01         0.10           28           16        0.9         50
## 6170         0.01         0.10           72            7        6.8          6
## 6172         0.00         0.10           63           27        6.6         10
## 6174         0.01         0.10           71            7        8.2          5
## 6180         0.01         0.10           44           25        4.8         76
## 6182         0.01         0.09           79            4        8.3         30
## 6184         0.01         0.09           87           26        7.5        435
## 6186         0.01         0.09           38           22        3.5         37
## 6187         0.02         0.09           80           44        7.8         12
## 6192         0.01         0.09           45           10        8.1         31
## 6195         0.01         0.09           54            6        8.2          5
## 6196         0.01         0.09           45            6        5.8          8
## 6198         0.01         0.09           69           15        7.6          8
## 6202         0.01         0.09           36           36        2.8         40
## 6212         0.01         0.09           66           25        8.2         20
## 6213         0.01         0.09           82           46        8.0         38
## 6216         0.01         0.09           30           21        5.9         33
## 6218         0.01         0.09           62           12        6.5         11
## 6226         0.01         0.08           31            6        5.0         11
## 6234         0.01         0.08           71            4        7.8          5
## 6237         0.01         0.08           35           18        4.8         27
## 6240         0.01         0.08           62           12        8.0          6
## 6245         0.01         0.08           69           13        3.0         13
## 6250         0.01         0.08           46           33        5.2         12
## 6253         0.00         0.08           43            6        6.7          6
## 6257         0.01         0.08           49            8        6.5          8
## 6262         0.01         0.08           55           38        7.5         13
## 6270         0.01         0.08           35           23        5.3         10
## 6275         0.01         0.07           83           57        8.0        794
## 6276         0.01         0.07           70           14        8.2          5
## 6278         0.01         0.07           79           49        7.8        520
## 6281         0.01         0.07           72           43        7.7        125
## 6282         0.01         0.07           58           22        5.5          4
## 6284         0.01         0.07           77           23        7.1        233
## 6291         0.00         0.07           70            5        9.0          5
## 6293         0.01         0.07           37           14        3.8         11
## 6298         0.01         0.07           47           13        4.6         10
## 6301         0.01         0.07           36           39        5.6         50
## 6303         0.01         0.07           87           33        9.0        262
## 6309         0.01         0.07           86           30        7.1        597
## 6312         0.01         0.07           89           15        8.4        115
## 6317         0.00         0.06           41            4        2.4          5
## 6332         0.00         0.06           78           39        8.2         26
## 6334         0.01         0.06           80           44        8.7        602
## 6340         0.01         0.06           83           22        5.8        387
## 6341         0.00         0.06           42           17        5.0          4
## 6354         0.01         0.06           76           20        8.0        236
## 6355         0.01         0.06           81           44        8.1       1026
## 6358         0.00         0.05           42            7        5.5          8
## 6364         0.00         0.05           58           24        7.5         20
## 6370         0.00         0.05           58            7        6.0          5
## 6377         0.01         0.05           61           17        6.8         51
## 6378         0.01         0.05           76           29        4.9        539
## 6388         0.01         0.05           87           41        8.9        891
## 6392         0.01         0.05           89           22        8.2        352
## 6393         0.01         0.05           66           13        8.0         19
## 6397         0.00         0.05           71           45        7.4         21
## 6399         0.01         0.05           72           14        3.8         59
## 6403         0.00         0.05           62            5        5.3          4
## 6404         0.01         0.05           74           41        7.3        261
## 6411         0.01         0.04           79           48        8.1        184
## 6416         0.01         0.04           79           15        8.2         40
## 6418         0.01         0.04           70           23        7.3        125
## 6431         0.00         0.04           72           34        6.5         57
## 6432         0.01         0.04           70           42        7.2        204
## 6440         0.00         0.04           67           22        6.1          9
## 6451         0.00         0.04           72           21        7.7         16
## 6458         0.00         0.04           44           16        6.9         19
## 6464         0.01         0.04           72           24        6.8        380
## 6470         0.00         0.04           64           14        7.1         17
## 6480         0.00         0.03           72           31        7.0         78
## 6481         0.01         0.03           66           29        4.9          9
## 6487         0.00         0.03           78           39        8.0        282
## 6488         0.01         0.03           82           29        7.5        308
## 6490         0.01         0.03           73           14        8.2         20
## 6492         0.00         0.03           79           32        8.1        159
## 6498         0.00         0.03           80           22        8.1        136
## 6503         0.00         0.03           76           10        7.3          9
## 6510         0.00         0.03           67           28        5.8          8
## 6511         0.00         0.03           64           14        6.1         35
## 6519         0.00         0.03           90           11        8.6        819
## 6524         0.00         0.03           63            8        6.2          5
## 6528         0.00         0.03           77           33        6.9         30
## 6537         0.00         0.03           46            9        4.7         46
## 6550         0.00         0.03           74           31        8.4         46
## 6555         0.00         0.02           57           24        6.7         42
## 6556         0.01         0.02           76            9        6.9         18
## 6561         0.00         0.02           39            8        2.2          5
## 6562         0.00         0.02           76           50        7.9        183
## 6567         0.00         0.02           73           17        8.2         21
## 6568         0.00         0.02           78            9        8.3         12
## 6572         0.00         0.02           68           24        6.7         42
## 6575         0.00         0.02           36            4        3.9         20
## 6581         0.00         0.02           67           16        6.7         86
## 6585         0.00         0.02           69           39        7.3         73
## 6587         0.00         0.02           55            6        6.0         31
## 6588         0.00         0.02           42           15        4.9         22
## 6596         0.00         0.02           74           14        8.3         78
## 6600         0.00         0.02           71           27        7.1         38
## 6606         0.00         0.02           63            9        8.1          8
## 6613         0.00         0.02           67           15        5.7         54
## 6615         0.00         0.02           39           11        3.1         61
## 6617         0.00         0.02           67           28        5.7         49
## 6630         0.00         0.02           72           31        7.3        129
## 6642         0.00         0.01           66           23        8.3        240
## 6661         0.00         0.01           75           37        7.0        112
## 6662         0.00         0.01           75           13        8.5          6
## 6670         0.00         0.01           80           26        8.0        136
## 6690         0.00         0.01           78            8        6.9         49
## 6694         0.00         0.01           82           25        8.6        158
## 6696         0.00         0.01           80           50        8.2        488
## 6704         3.29        35.52           82           73        8.3        709
## 6705         1.01        12.84           93           81        8.9       1662
## 6706         1.03        11.01           98           86        7.9       2951
## 6707         1.61        10.50           98           64        7.5       2833
## 6708         0.54         7.72           83           46        8.5        203
## 6709         0.69         7.38           84           84        7.6        580
## 6710         0.64         6.75           93           90        7.7       2739
## 6711         0.82         5.99           94           82        8.7       3558
## 6712         0.87         5.82           95           85        6.8       5311
## 6713         0.34         5.48           81           48        8.7        124
## 6714         0.83         5.39           85           45        7.6        409
## 6716         0.45         4.93           93           84        8.5       1655
## 6717         0.36         4.62           73           50        7.6        119
## 6718         0.41         4.27           89           95        6.5       2423
## 6719         0.59         3.94           90           57        8.0        910
## 6720         0.36         3.76           77           60        7.5         66
## 6721         0.34         3.62           86           18        7.6         71
## 6722         0.30         3.51           89           67        7.9       1309
## 6723         0.35         3.46           71           70        8.8         29
## 6724         0.32         3.38           76           49        7.9         75
## 6725         0.27         3.26           86           62        9.2        111
## 6726         0.32         3.25           63           43        4.6        116
## 6727         0.66         3.18           91           79        8.6        565
## 6729         0.13         3.11           83           48        9.0         63
## 6730         0.29         3.05           72           16        8.0         16
## 6731         0.29         3.04           75           42        7.4         32
## 6732         0.28         3.03           81           75        8.1        307
## 6733         0.15         2.92           76           40        8.8         76
## 6734         0.28         2.89           67           45        6.8         18
## 6735         0.26         2.77           73           74        6.7        389
## 6736         0.25         2.66           85           67        6.3        171
## 6737         0.43         2.58           87           42        7.5        108
## 6738         0.18         2.58           73            4        7.7          7
## 6739         0.20         2.53           83           50        7.0        125
## 6740         0.25         2.50           50           23        5.4         16
## 6742         0.25         2.47           85           55        7.7         83
## 6743         0.38         2.46           87           79        6.1       1889
## 6744         0.31         2.45           82           50        8.2        100
## 6745         0.23         2.42           82           66        7.8        176
## 6746         0.21         2.35           81           66        8.5        142
## 6748         1.82         2.28           82            8        6.9         20
## 6749         0.18         2.28           68           24        8.2         27
## 6750         0.31         2.23           79           61        8.0        139
## 6751         0.35         2.21           71           47        6.6        233
## 6752         0.18         2.20           92           69        8.3        156
## 6753         0.20         2.20           80           15        7.9         16
## 6754         0.21         2.16           66           30        7.3        136
## 6756         0.38         2.05           59           40        5.9         71
## 6757         0.19         2.03           48           11        3.3          4
## 6758         0.23         2.03           73           24        7.7         29
## 6759         0.29         2.00           88           67        8.8        545
## 6760         0.23         2.00           76           44        7.1        107
## 6761         0.29         1.94           87           55        7.7        455
## 6762         0.18         1.94           87           51        8.0        106
## 6763         0.18         1.94           83           19        7.6         78
## 6764         0.16         1.93           72           61        7.5         87
## 6765         0.27         1.92           84           43        7.5         80
## 6766         0.12         1.89           69           31        7.8         58
## 6767         0.20         1.89           70           11        7.8         17
## 6768         0.18         1.88           85           38        4.4        132
## 6769         0.17         1.88           29            7        4.6          7
## 6770         0.18         1.86           71           18        7.9         75
## 6772         0.22         1.75           55            6        6.2          6
## 6775         0.18         1.68           64           62        5.9        104
## 6776         0.25         1.68           82           50        7.9        135
## 6777         0.15         1.67           67           32        8.5         12
## 6778         0.20         1.66           44           17        8.0         41
## 6779         0.16         1.66           78           28        8.7         22
## 6780         0.14         1.65           56           24        6.7         18
## 6781         0.16         1.64           72           76        7.6        233
## 6782         0.18         1.59           85           75        6.7        288
## 6783         0.15         1.58           69            8        6.8          6
## 6784         0.15         1.58           85           62        7.9        157
## 6785         0.20         1.57           84           63        8.2        311
## 6786         0.16         1.57           72           40        8.0          5
## 6787         0.02         1.57           84           46        8.5         57
## 6789         0.15         1.56           38           10        5.7          7
## 6791         0.14         1.54           69            6        8.1         14
## 6793         0.16         1.51           76           19        8.1         24
## 6794         0.16         1.49           91           24        7.9         88
## 6795         0.27         1.49           67            4        7.0         24
## 6796         0.13         1.48           68           12        5.5          4
## 6797         0.14         1.48           65           69        7.1         71
## 6798         0.20         1.46           85           65        7.9        129
## 6800         0.15         1.46           83           70        7.7        263
## 6802         0.13         1.43           63           12        7.5         11
## 6803         0.20         1.42           94           51        8.7        881
## 6804         0.14         1.42           81           18        8.7         34
## 6805         0.13         1.40           89           79        8.7        768
## 6807         0.26         1.38           85           49        6.4        241
## 6808         0.76         1.37           77           12        8.4         16
## 6810         0.14         1.35           88           68        6.9        279
## 6811         0.25         1.35           82           63        8.0        318
## 6812         0.37         1.35           84            8        8.9         21
## 6813         0.13         1.34           84           61        8.0        248
## 6814         0.21         1.34           81           32        7.9         93
## 6815         0.08         1.34           92           57        8.9        440
## 6816         0.18         1.34           84           50        8.1        203
## 6817         1.18         1.32           91           47        7.5        930
## 6818         0.19         1.29           75           24        7.7         33
## 6822         0.10         1.27           73           16        7.2         19
## 6823         0.52         1.27           77            8        8.9         17
## 6824         0.11         1.27           84           32        7.2         44
## 6826         0.11         1.27           30            4        2.0         23
## 6827         0.13         1.27           86           60        8.6        433
## 6828         0.22         1.26           75           42        7.2        166
## 6830         0.75         1.25           68            7        7.4         33
## 6831         0.13         1.25           63           64        6.9        223
## 6832         0.55         1.24           78            9        6.9         34
## 6833         0.10         1.23           70           59        6.7         48
## 6834         0.12         1.21           85           61        8.6        105
## 6835         0.15         1.19           83           19        8.4         43
## 6837         0.29         1.17           76            8        7.6         11
## 6838         0.15         1.17           74           43        7.3        118
## 6839         0.08         1.17           84           75        5.3       1711
## 6840         0.13         1.16           79           82        7.6        328
## 6841         0.01         1.15           83           29        8.1         30
## 6844         0.19         1.14           65           42        6.6         47
## 6845         0.22         1.13           79           66        7.8        362
## 6846         0.20         1.10           87           39        8.1        109
## 6847         0.09         1.09           66           13        4.4          7
## 6849         0.24         1.08           70           10        8.1         49
## 6851         0.17         1.07           85           59        7.3        245
## 6852         0.11         1.07           76           57        6.6        198
## 6853         0.15         1.07           75           32        8.6         95
## 6854         0.10         1.06           65           20        6.5         21
## 6855         0.11         1.06           80           56        8.3        154
## 6856         0.10         1.06           72           69        7.2        152
## 6857         0.13         1.05           71           24        7.0         16
## 6858         0.11         1.03           67           12        7.0          8
## 6859         0.17         1.03           77           36        7.7         30
## 6861         0.14         1.02           54           24        7.9        130
## 6862         0.08         1.02           92           10        7.7         45
## 6863         0.11         1.01           51           18        3.6          8
## 6864         0.10         1.01           81           74        8.0        302
## 6865         0.10         1.01           81           73        7.0        189
## 6867         0.15         0.99           55           65        6.5        294
## 6868         0.11         0.99           70           39        5.0         26
## 6870         0.19         0.98           79           26        8.7         43
## 6871         0.25         0.98           80           17        6.8         11
## 6873         0.08         0.98           91           48        7.9       3450
## 6874         0.10         0.96           82           48        8.6         73
## 6875         0.11         0.95           63            4        7.6          7
## 6876         0.09         0.95           60           50        7.8        238
## 6878         0.05         0.94           64           38        7.8         19
## 6879         0.12         0.94           78           37        7.0         49
## 6880         0.08         0.93           64           77        7.5        213
## 6881         0.16         0.93           70           26        5.5          4
## 6882         0.15         0.93           76           48        8.0         70
## 6883         0.08         0.92           79           47        7.1         34
## 6884         0.09         0.91           70           20        6.7          7
## 6885         0.09         0.91           77           63        7.2         53
## 6887         0.09         0.91           56           26        8.1         57
## 6889         0.14         0.89           83           43        7.8         30
## 6891         0.08         0.89           75           12        7.8         20
## 6893         0.09         0.89           80           18        8.4         22
## 6894         0.06         0.89           70           17        7.9         15
## 6896         0.09         0.88           68           43        8.1         40
## 6897         0.08         0.88           74           55        7.3         81
## 6898         0.09         0.88           61            8        5.5         18
## 6899         0.07         0.88           90           40        6.6       2299
## 6900         0.12         0.87           68           20        7.2        105
## 6902         0.09         0.87           87           62        7.9        131
## 6904         0.08         0.87           62           17        4.9         12
## 6905         0.09         0.87           76           65        8.3        149
## 6906         0.16         0.87           72           43        7.1         73
## 6908         0.12         0.85           71           32        7.2         51
## 6909         0.05         0.85           75           25        8.4         26
## 6911         0.06         0.83           82           19        7.2         22
## 6912         0.08         0.83           79           18        8.5         18
## 6913         0.07         0.83           84           55        7.8        171
## 6915         0.08         0.82           90           47        8.9        634
## 6919         0.07         0.80           45            6        7.8         11
## 6920         0.18         0.79           71           11        6.3         15
## 6922         0.08         0.78           65           80        7.0        458
## 6923         0.06         0.78           68           10        7.8         32
## 6924         0.09         0.78           85           39        7.7         87
## 6925         0.10         0.77           71           43        7.4         34
## 6926         0.19         0.77           57           14        7.1         19
## 6928         0.36         0.76           66            5        6.7         49
## 6931         0.19         0.76           52            7        6.8         37
## 6932         0.54         0.75           67            8        8.4          9
## 6933         0.14         0.75           72            9        6.0          9
## 6934         0.07         0.75           69           63        7.1        120
## 6936         0.05         0.74           79           67        8.2        264
## 6938         0.05         0.73           76           10        8.9         20
## 6941         0.06         0.71           68            8        6.5          4
## 6942         0.07         0.71           77           32        7.4         14
## 6943         0.05         0.71           83           24        7.7         26
## 6944         0.06         0.70           68           60        7.0        158
## 6945         0.05         0.70           85           33        8.7         76
## 6946         0.07         0.69           50           12        3.3          4
## 6947         0.06         0.68           66           49        6.9        122
## 6948         0.11         0.68           42           27        6.2         45
## 6949         0.08         0.67           89           45        8.6       2386
## 6951         0.10         0.67           67           38        6.0         39
## 6956         0.10         0.66           76           33        6.6         42
## 6957         0.41         0.65           73            6        8.6          5
## 6958         0.10         0.65           63           30        6.3         26
## 6959         0.07         0.65           76           32        7.4         25
## 6960         0.10         0.65           82           34        7.2          9
## 6961         0.07         0.65           84           41        7.8         29
## 6962         0.07         0.65           54           11        7.5         26
## 6965         0.07         0.64           54           12        6.2         29
## 6967         0.08         0.64           67           34        7.0         36
## 6968         0.09         0.63           44            7        6.5         16
## 6969         0.06         0.63           80           76        8.4        178
## 6971         0.07         0.62           50           32        6.3          6
## 6972         0.05         0.61           82           30        7.0         37
## 6974         0.03         0.61           81           42        7.0        106
## 6975         0.05         0.61           70           28        5.9         34
## 6979         0.05         0.60           90           44        8.9        236
## 6982         0.06         0.59           56            9        5.8         17
## 6983         0.06         0.59           86           28        8.0       1093
## 6987         0.06         0.59           80           34        7.8         46
## 6988         0.06         0.59           44           14        7.0          8
## 6990         0.07         0.58           55           50        6.4         58
## 6991         0.07         0.58           68           18        5.7         29
## 6993         0.04         0.58           81           20        7.3         25
## 6995         0.04         0.58           70           37        8.4         25
## 6998         0.06         0.57           45           43        5.9         52
## 7001         0.12         0.57           75           36        7.5         20
## 7003         0.05         0.56           64           11        6.5         19
## 7004         0.07         0.56           78           47        7.6         36
## 7005         0.06         0.56           50            4        5.8          5
## 7007         0.05         0.56           75           55        7.8         77
## 7008         0.04         0.55           47            4        7.0          5
## 7013         0.04         0.55           67           19        6.8          6
## 7014         0.06         0.55           82           34        7.1         15
## 7016         0.19         0.54           47            8        5.6         15
## 7021         0.04         0.53           46            7        4.6          7
## 7024         0.00         0.53           69           13        7.6          9
## 7026         0.04         0.53           47            5        5.4         10
## 7027         0.02         0.52           68           46        7.1         93
## 7029         0.04         0.52           56           12        7.3         13
## 7030         0.04         0.52           75           32        7.8         15
## 7031         0.04         0.52           78           51        7.5        150
## 7032         0.04         0.52           58           18        7.9         22
## 7033         0.03         0.52           77           14        7.9         30
## 7035         0.09         0.51           76           23        7.3         18
## 7036         0.04         0.51           70           26        7.7         14
## 7038         0.05         0.51           56           10        7.0          4
## 7039         0.04         0.50           88           41        8.4         61
## 7040         0.06         0.50           83           34        8.4         60
## 7042         0.09         0.50           54           30        6.9         28
## 7043         0.06         0.50           73            7        6.5         36
## 7044         0.04         0.50           59           29        6.3          9
## 7046         0.03         0.49           54           22        7.0         28
## 7049         0.05         0.49           72           50        7.6         41
## 7050         0.03         0.49           36            7        3.6         16
## 7051         0.06         0.49           84            5        6.1         31
## 7052         0.05         0.48           58           53        5.7        162
## 7054         0.03         0.48           85           34        5.8       1345
## 7056         0.05         0.48           55           21        5.5         20
## 7057         0.05         0.48           72           71        7.5        147
## 7062         0.07         0.47           72           47        7.6         70
## 7063         0.01         0.47           37            5        6.3          4
## 7064         0.05         0.47           82           47        7.6         95
## 7065         0.04         0.47           82           16        8.8         36
## 7066         0.05         0.47           60           42        6.5         23
## 7067         0.05         0.47           82           64        7.9         61
## 7068         0.05         0.47           41           12        4.2         15
## 7070         0.04         0.46           67           17        6.8         13
## 7071         0.05         0.46           57            9        6.8         10
## 7075         0.05         0.45           70           12        7.2         20
## 7077         0.03         0.45           68            7        7.0          4
## 7079         0.04         0.45           69           54        7.3         26
## 7082         0.05         0.45           50           12        4.6         18
## 7083         0.03         0.44           80           26        7.7         21
## 7084         0.05         0.44           68           67        8.0         88
## 7086         0.07         0.44           59           22        6.6         36
## 7087         0.05         0.44           80           34        7.8        117
## 7091         0.03         0.43           53           10        5.2          6
## 7092         0.03         0.43           70           13        6.6         16
## 7095         0.06         0.42           84           12        7.3          7
## 7096         0.03         0.42           45           12        5.8          8
## 7098         0.02         0.42           74           35        6.8         12
## 7103         0.03         0.40           68           57        8.6         87
## 7106         0.05         0.40           67            6        7.0          8
## 7108         0.08         0.40           51           24        5.0          7
## 7110         0.07         0.40           67           31        7.4          7
## 7120         0.06         0.39           82           37        8.1         89
## 7122         0.08         0.39           65           21        6.0          9
## 7123         0.03         0.38           72           20        8.4         16
## 7124         0.28         0.38           70            9        8.3          4
## 7125         0.07         0.38           65           38        7.4         32
## 7127         0.05         0.38           50            4        6.0          5
## 7128         0.17         0.38           49           10        7.4         31
## 7130         0.26         0.38           56            4        5.8          6
## 7136         0.04         0.37           54           11        3.5          6
## 7140         0.03         0.37           79           34        8.5         39
## 7142         0.02         0.37           55           12        5.7         11
## 7143         0.02         0.36           48           17        7.9         37
## 7144         0.03         0.36           85           46        8.7        111
## 7146         0.03         0.36           63            5        7.1         12
## 7149         0.10         0.36           53            4        5.5          6
## 7151         0.04         0.35           85           55        8.4         44
## 7153         0.04         0.35           68           20        5.6         12
## 7156         0.04         0.35           60           30        6.4         14
## 7159         0.04         0.34           54            4        6.7         13
## 7160         0.03         0.34           69           16        7.3          8
## 7164         0.01         0.34           52            8        6.5          8
## 7165         0.02         0.34           75           37        7.1         26
## 7167         0.03         0.33           88           25        7.7         41
## 7168         0.04         0.33           63           60        6.2         45
## 7170         0.02         0.33           83           14        8.4         12
## 7171         0.02         0.33           70            7        8.3          9
## 7172         0.03         0.33           45           33        5.8         33
## 7173         0.00         0.32           86           30        8.5       1660
## 7174         0.06         0.32           44           30        5.6         23
## 7179         0.06         0.32           63           37        6.9         19
## 7181         0.03         0.32           70            5        7.5          4
## 7184         0.03         0.32           63           48        6.9         18
## 7189         0.02         0.31           73           11        8.4         14
## 7191         0.03         0.31           62           35        7.2         26
## 7193         0.03         0.31           67           23        5.6          8
## 7199         0.02         0.30           76           11        8.9         41
## 7200         0.02         0.30           65            6        7.7          7
## 7202         0.01         0.29           69           23        7.3         18
## 7204         0.02         0.29           60           17        5.4          7
## 7205         0.06         0.29           74           28        8.2         21
## 7206         0.02         0.29           69           14        8.8         17
## 7207         0.02         0.29           43           44        6.8         87
## 7209         0.01         0.29           56           14        7.5          4
## 7217         0.01         0.28           70           21        7.5          6
## 7221         0.01         0.27           78           42        8.1         87
## 7222         0.02         0.27           38           28        5.1         17
## 7223         0.02         0.27           41            7        5.4         18
## 7224         0.02         0.27           76           63        6.8         43
## 7229         0.02         0.27           59            4        6.7          6
## 7231         0.02         0.26           55           42        6.4         24
## 7233         0.01         0.26           76           24        7.4         37
## 7234         0.01         0.26           82           17        8.9         24
## 7235         0.02         0.26           55           26        6.8         20
## 7240         0.02         0.26           67           44        7.9         34
## 7242         0.03         0.26           47           39        7.1         87
## 7244         0.02         0.26           46            5        3.6          5
## 7245         0.02         0.25           69           32        7.8         15
## 7246         0.02         0.25           65           22        7.5         10
## 7251         0.03         0.25           38            7        6.8          6
## 7252         0.02         0.25           63           20        6.9         13
## 7253         0.02         0.25           56           45        6.4         29
## 7254         0.02         0.25           57           18        7.1          7
## 7255         0.03         0.25           43            7        5.4         14
## 7258         0.02         0.25           59            7        6.1          8
## 7262         0.02         0.24           42           28        5.5         33
## 7265         0.02         0.24           60           12        5.3         14
## 7271         0.01         0.24           71           29        7.4         13
## 7272         0.01         0.24           62           17        8.2         37
## 7274         0.01         0.24           51           18        5.4          7
## 7275         0.01         0.23           63           20        7.9         18
## 7278         0.03         0.23           72           42        6.5         15
## 7280         0.02         0.23           52           32        7.2         82
## 7281         0.03         0.23           58           13        6.8          4
## 7285         0.02         0.23           59           17        5.5          4
## 7290         0.02         0.23           63           16        4.9         10
## 7291         0.01         0.23           50           13        5.4         13
## 7292         0.02         0.23           59            7        6.7          6
## 7298         0.02         0.22           61           15        5.6          7
## 7301         0.02         0.22           73           19        7.7         14
## 7305         0.01         0.22           53           19        5.8         17
## 7309         0.02         0.22           51           11        5.9         14
## 7310         0.02         0.22           70           23        5.6          8
## 7311         0.02         0.22           82           11        8.2         13
## 7315         0.01         0.22           63           12        6.2         34
## 7323         0.02         0.21           83           52        7.8         36
## 7324         0.02         0.21           78           28        6.9         20
## 7325         0.01         0.21           63           17        8.0          6
## 7326         0.03         0.21           61           21        5.0         11
## 7327         0.03         0.21           69            4        4.1         16
## 7331         0.01         0.21           69           46        6.5         15
## 7332         0.01         0.21           70           35        7.8         24
## 7337         0.02         0.20           52           27        7.0         48
## 7339         0.00         0.20           62           13        6.6         10
## 7343         0.01         0.20           71            7        7.0         35
## 7344         0.02         0.20           65           35        7.1         18
## 7345         0.01         0.20           59           28        8.0         10
## 7346         0.02         0.20           70           12        8.2         17
## 7349         0.01         0.19           49           30        7.0         18
## 7350         0.01         0.19           71           21        7.6          5
## 7351         0.02         0.19           52           35        4.9         22
## 7362         0.02         0.19           54           57        6.3         19
## 7363         0.01         0.19           70            9        8.4         10
## 7365         0.01         0.19           62           22        7.6         31
## 7367         0.01         0.19           72           36        7.6         19
## 7368         0.03         0.19           51           28        3.1         25
## 7371         0.02         0.19           59           11        6.8          6
## 7372         0.01         0.19           55           42        4.2         15
## 7373         0.01         0.18           82           32        7.5         35
## 7375         0.03         0.18           83           36        7.5        721
## 7377         0.01         0.18           72           37        8.7         33
## 7378         0.02         0.18           39           10        4.4         34
## 7379         0.01         0.18           34            4        7.0          4
## 7380         0.01         0.18           56           24        7.5         13
## 7385         0.02         0.18           56           16        8.3         27
## 7389         0.01         0.18           58           15        7.8          6
## 7390         0.01         0.17           31            4        4.4          9
## 7392         0.01         0.17           72           13        7.8         12
## 7395         0.01         0.17           69           33        6.7          7
## 7398         0.02         0.17           56           16        5.6          8
## 7399         0.01         0.17           79            9        7.4          7
## 7400         0.02         0.17           70           47        6.6         11
## 7404         0.02         0.17           63           12        7.7          7
## 7405         0.02         0.17           53           37        3.8         20
## 7406         0.02         0.17           47           23        6.1         10
## 7414         0.01         0.16           49            5        5.8         32
## 7415         0.01         0.16           49           33        5.9         56
## 7416         0.01         0.16           45            9        7.4         10
## 7418         0.01         0.16           37            4        3.5          8
## 7419         0.02         0.16           62           40        5.8         18
## 7425         0.01         0.16           77           37        8.6         39
## 7429         0.00         0.16           64           24        7.8         21
## 7430         0.01         0.16           63            5        8.0          5
## 7435         0.01         0.15           67            9        8.5          8
## 7436         0.01         0.15           63           17        5.1          7
## 7441         0.01         0.15           85           41        7.6         16
## 7443         0.01         0.15           64           22        7.7         38
## 7449         0.01         0.15           68           18        6.0          4
## 7453         0.01         0.14           61           12        7.1         12
## 7455         0.01         0.14           64           12        7.1         12
## 7460         0.02         0.14           65           11        8.2          9
## 7461         0.01         0.14           54            8        7.6          7
## 7468         0.01         0.14           54           23        6.5          4
## 7470         0.01         0.14           70           38        7.4         13
## 7474         0.01         0.13           49           22        7.1          7
## 7481         0.02         0.13           79           23        8.7         26
## 7487         0.01         0.13           80           40        8.3         21
## 7488         0.02         0.13           69           25        5.6         50
## 7489         0.01         0.13           79           16        8.7         21
## 7492         0.02         0.13           50           31        7.1         31
## 7494         0.02         0.13           72           56        7.8         35
## 7500         0.01         0.13           39            6        1.8         10
## 7502         0.01         0.13           73           11        8.3         17
## 7503         0.02         0.13           52            9        8.5         13
## 7507         0.01         0.13           45           13        6.6         17
## 7512         0.01         0.12           53           19        8.1         14
## 7517         0.01         0.12           64            4        8.4         18
## 7520         0.01         0.12           59            8        7.0          6
## 7523         0.01         0.12           49           26        6.0         11
## 7526         0.01         0.12           44            9        7.3          9
## 7530         0.02         0.12           72           35        7.7         27
## 7533         0.01         0.12           74           42        7.9         13
## 7534         0.01         0.12           63            4        7.8         10
## 7539         0.01         0.12           55           24        8.0         20
## 7540         0.01         0.12           78           18        7.5         15
## 7546         0.01         0.11           66           21        7.3          8
## 7549         0.01         0.11           68            7        5.9          8
## 7550         0.01         0.11           67           14        8.4         28
## 7553         0.01         0.11           55           30        6.7         20
## 7555         0.01         0.11           75           19        7.6         75
## 7559         0.01         0.11           26            4        3.8          8
## 7560         0.01         0.11           57            7        5.3         12
## 7562         0.01         0.11           70            7        7.0          6
## 7568         0.01         0.11           71           14        8.1         14
## 7569         0.01         0.11           45           16        7.3          4
## 7570         0.01         0.11           44           31        5.7          9
## 7575         0.01         0.11           79           29        8.5         11
## 7577         0.01         0.10           81           49        8.3         62
## 7578         0.01         0.10           71            6        7.4          7
## 7581         0.01         0.10           64           25        6.7          6
## 7582         0.01         0.10           73           17        7.9         18
## 7583         0.01         0.10           66           44        8.3         57
## 7586         0.01         0.10           68           34        7.2         13
## 7589         0.01         0.10           65           12        7.0          5
## 7591         0.01         0.10           41           19        5.3         37
## 7592         0.01         0.10           49           35        3.1         45
## 7594         0.01         0.10           77           12        7.5         14
## 7597         0.01         0.10           62           19        8.0          8
## 7607         0.01         0.10           78           30        7.7         17
## 7608         0.01         0.09           70            8        8.0          6
## 7610         0.01         0.09           42           10        1.0          7
## 7613         0.01         0.09           52           29        7.0          4
## 7614         0.01         0.09           72           45        7.0         41
## 7615         0.00         0.09           79           28        7.7         13
## 7617         0.01         0.09           69           11        5.8          4
## 7618         0.01         0.09           80           32        8.7         27
## 7620         0.01         0.09           46            8        7.0          5
## 7622         0.01         0.09           84           29        6.8         13
## 7627         0.01         0.09           56           24        5.7         19
## 7629         0.01         0.09           48           15        5.3          8
## 7632         0.01         0.09           39            7        6.4          5
## 7633         0.01         0.09           71           22        6.6          8
## 7634         0.01         0.09           28            5        2.5         11
## 7637         0.01         0.09           75           10        7.7         19
## 7640         0.01         0.08           38            5        3.2          5
## 7644         0.01         0.08           73           11        7.5         12
## 7646         0.00         0.08           76           25        8.6         23
## 7649         0.01         0.08           60           28        7.8          5
## 7652         0.01         0.08           48            6        7.1          7
## 7654         0.01         0.08           46            6        7.3          6
## 7660         0.01         0.08           56            7        7.8          4
## 7661         0.01         0.08           73           22        9.0         22
## 7662         0.01         0.08           59           23        5.6          5
## 7666         0.01         0.08           80           20        7.7        272
## 7668         0.01         0.08           51           11        6.3          4
## 7669         0.01         0.08           64           26        4.3         13
## 7672         0.01         0.08           75           38        6.9         12
## 7674         0.01         0.08           78           33        8.0         22
## 7675         0.01         0.08           83           38        8.1         27
## 7676         0.01         0.08           54           11        6.0          6
## 7679         0.01         0.08           65           18        4.9        231
## 7684         0.01         0.08           75           15        8.3          4
## 7686         0.00         0.07           70           21        6.3          4
## 7687         0.01         0.07           50           22        8.1         24
## 7690         0.01         0.07           50           23        6.2         12
## 7691         0.01         0.07           36            7        2.4         15
## 7696         0.00         0.07           61           16        7.0          9
## 7701         0.01         0.07           73           19        7.3          8
## 7707         0.01         0.07           78           15        8.6         18
## 7708         0.01         0.07           23            9        2.4         12
## 7710         0.01         0.07           70           21        7.4         59
## 7712         0.00         0.07           73           18        8.0          4
## 7715         0.00         0.07           49            6        6.5         13
## 7718         0.01         0.07           33           19        2.7         16
## 7732         0.00         0.07           54           37        7.1         15
## 7734         0.00         0.07           64           24        6.0          9
## 7736         0.01         0.06           54           14        6.3          8
## 7740         0.00         0.06           55           23        7.0          5
## 7743         0.00         0.06           78           20        7.5         30
## 7746         0.00         0.06           65           11        5.4         19
## 7752         0.00         0.06           59            9        8.0          5
## 7754         0.01         0.06           80           15        7.8         61
## 7755         0.01         0.06           47           10        5.4         24
## 7762         0.00         0.06           65           12        7.6          8
## 7771         0.00         0.06           61            6        8.0          8
## 7772         0.01         0.06           71           41        6.9        203
## 7773         0.00         0.06           29           16        3.3         30
## 7776         0.00         0.06           30           15        3.5         36
## 7782         0.00         0.06           44           28        8.1         15
## 7783         0.00         0.06           74            6        8.2          5
## 7788         0.00         0.06           52           23        6.1          7
## 7795         0.01         0.05           57           14        7.8         12
## 7798         0.00         0.05           67           24        6.8         12
## 7807         0.00         0.05           75           23        7.8          8
## 7808         0.00         0.05           60           16        7.0          8
## 7809         0.01         0.05           78           12        7.3         11
## 7811         0.00         0.05           51           19        4.5          4
## 7812         0.00         0.05           71            6        7.6          5
## 7821         0.00         0.05           56           14        5.9         15
## 7828         0.00         0.05           41            5        7.2          6
## 7830         0.00         0.05           37            9        4.5          4
## 7835         0.00         0.05           58           30        6.3         30
## 7838         0.00         0.04           48           33        6.2         18
## 7844         0.00         0.04           69           23        7.7         21
## 7846         0.00         0.04           37            4        7.8          5
## 7851         0.00         0.04           42           16        4.5          6
## 7856         0.00         0.04           42           14        7.1         13
## 7858         0.00         0.04           78           14        7.7         35
## 7862         0.01         0.04           78           21        8.5        353
## 7872         0.00         0.04           50            7        8.3          6
## 7876         0.00         0.04           68           15        7.3          8
## 7880         0.01         0.04           71           37        6.2         26
## 7884         0.00         0.04           67           30        8.2         29
## 7885         0.01         0.04           90           26        8.5        607
## 7887         0.01         0.04           75           47        7.7        478
## 7892         0.00         0.03           58            7        2.5         19
## 7912         0.00         0.03           31            7        5.4         11
## 7935         0.00         0.03           83           19        8.2         63
## 7936         0.00         0.03           87           52        8.2        275
## 7937         0.00         0.03           70           18        6.3         55
## 7942         0.00         0.03           69           25        7.0         21
## 7952         0.00         0.03           70           12        6.4          8
## 7953         0.00         0.03           72           11        7.5        257
## 7958         0.00         0.03           73           16        7.9        222
## 7968         0.00         0.02           86           54        7.9        374
## 7972         0.00         0.02           35           10        4.0          6
## 7977         0.00         0.02           45           11        6.8         45
## 7978         0.00         0.02           62           12        6.4          5
## 7979         0.00         0.02           78           20        7.3        185
## 7981         0.00         0.02           79           22        7.9        130
## 7985         0.00         0.02           71           11        7.8         12
## 7986         0.00         0.02           73           19        6.9        171
## 7988         0.00         0.02           89           58        9.2       3717
## 7996         0.00         0.02           77           15        6.8         36
## 8005         0.00         0.02           52           11        7.8         57
## 8009         0.00         0.02           85           24        8.2         99
## 8021         0.00         0.02           84           56        7.9        516
## 8025         0.00         0.02           62            6        4.1         30
## 8027         0.00         0.02           50           23        6.6        104
## 8029         0.00         0.02           40           21        4.3          4
## 8034         0.00         0.02           76           15        8.1         24
## 8042         0.00         0.02           76           30        7.6         61
## 8044         0.00         0.02           52           22        6.0         38
## 8046         0.00         0.02           58            6        6.8         17
## 8048         0.00         0.02           75           33        8.5         25
## 8059         0.00         0.02           63           19        7.5         24
## 8063         0.00         0.01           65           16        6.5         55
## 8083         0.00         0.01           77           17        8.2         70
## 8091         0.00         0.01           58           18        4.8         54
## 8092         0.00         0.01           79           16        7.7        127
## 8097         0.00         0.01           55           19        5.7        148
## 8100         0.00         0.01           58            6        8.0          4
## 8131         2.15        22.70           80           63        7.7        146
## 8132         1.21        12.12           94           86        7.8       4100
## 8133         0.74        11.35           97           73        8.9       2147
## 8134         0.90         9.31           94           70        8.4       1320
## 8135         0.68         8.91           72           27        7.8         85
## 8136         0.70         8.27           62           41        6.3        190
## 8138         1.03         6.68           94           44        8.4        993
## 8139         0.51         5.64           80           17        8.9         62
## 8140         0.56         5.54           81           77        7.7       1074
## 8141         0.52         5.19           85           72        8.6        147
## 8142         0.48         5.08           90           57        8.0        416
## 8143         1.48         4.98           82           24        8.2         46
## 8144         0.46         4.98           68           34        7.1         47
## 8146         0.77         4.92           88           66        8.1       2306
## 8147         0.82         4.82           81           40        7.3        769
## 8148         0.45         4.76           80            9        5.4         46
## 8149         0.43         4.60           86           36        8.4         87
## 8150         0.42         4.53           85           69        7.9        165
## 8151         0.52         4.19           80           67        7.1        120
## 8152         0.00         4.09           91           46        7.9        785
## 8153         1.67         4.07           93           70        8.9        709
## 8154         0.41         4.05           90           66        8.3        381
## 8155         0.42         4.05           56           27        6.0         44
## 8156         0.37         3.94           84           65        8.8         72
## 8157         0.35         3.83           59           22        4.0          4
## 8158         0.42         3.79           68           33        6.9         39
## 8160         0.31         3.71           85           56        7.9        417
## 8161         0.41         3.66           67           15        7.3         13
## 8162         2.93         3.63           82           10        7.9         38
## 8163         0.39         3.58           70           39        8.0          9
## 8164         0.43         3.18           83           67        8.0        463
## 8165         2.46         3.14           83           12        6.5         36
## 8166         0.43         3.10           93           45        8.0        604
## 8167         1.09         3.00           73           24        9.2        173
## 8168         0.27         2.91           91           74        8.7       1692
## 8169         0.30         2.89           61           37        5.3         23
## 8171         0.28         2.83           96           88        8.9       2249
## 8173         0.29         2.73           69           44        6.6        174
## 8174         0.24         2.58           79           47        8.0        124
## 8175         0.24         2.57           80           24        7.4        114
## 8176         0.35         2.57           78           11        7.8         17
## 8177         0.18         2.57           72           38        8.7         83
## 8179         0.24         2.48           25            8        4.3         26
## 8180         1.68         2.41           62           11        6.2         34
## 8181         0.18         2.37           85           46        6.4        108
## 8182         1.41         2.34           71           11        7.2         31
## 8183         0.36         2.29           80           18        6.7         87
## 8184         0.30         2.24           83           45        7.8         52
## 8186         0.17         2.20           92           55        8.1        220
## 8188         0.59         2.13           64           45        7.5         30
## 8189         0.19         2.07           73           16        7.1         27
## 8190         0.21         2.05           72           42        7.1         78
## 8191         0.36         2.04           73           26        6.0         43
## 8193         0.24         2.00           71           19        5.7          9
## 8195         0.20         1.83           67           25        8.3         66
## 8196         0.17         1.82           96           54        8.9        797
## 8197         0.09         1.79           90           62        8.9        491
## 8200         0.31         1.75           81           28        7.1         47
## 8201         0.18         1.75           83           75        8.0        340
## 8202         0.15         1.70           20           13        1.9         41
## 8205         0.32         1.67           73           35        7.9         46
## 8206         0.29         1.65           79           64        8.3        544
## 8207         0.17         1.65           68           38        7.2         56
## 8208         0.03         1.62           80           44        7.9         50
## 8210         0.13         1.59           74           19        6.1         47
## 8212         0.14         1.52           75           47        7.6        122
## 8213         1.13         1.51           68           10        8.2         27
## 8214         0.17         1.51           69           17        7.3         18
## 8215         0.37         1.48           60           24        7.8         35
## 8217         0.32         1.44           73           13        7.5          8
## 8218         0.18         1.44           71            7        6.8          5
## 8219         0.13         1.43           71           41        6.8         48
## 8220         0.16         1.43           65           26        7.6         10
## 8224         0.10         1.37           81           44        6.1         60
## 8225         0.39         1.35           79            7        7.4         15
## 8227         0.14         1.35           82           43        7.9         57
## 8228         0.20         1.33           74           27        7.3         41
## 8230         0.09         1.29           67           19        5.9          8
## 8231         0.13         1.29           66           32        7.6         30
## 8232         0.15         1.26           68           36        5.8         21
## 8233         0.22         1.25           86           32        7.6         81
## 8235         0.12         1.24           52           15        6.8          4
## 8237         0.13         1.23           63            6        7.7          9
## 8238         0.09         1.22           63           39        7.5         27
## 8239         0.05         1.21           85           52        7.7        164
## 8240         0.25         1.21           75           16        7.6         39
## 8242         0.14         1.20           73           19        8.2         10
## 8243         0.28         1.19           68           11        7.8         15
## 8244         0.16         1.16           88           41        8.0        238
## 8245         0.12         1.15           78           32        8.2         66
## 8246         0.25         1.15           69           20        7.3         30
## 8247         0.03         1.15           92           40        8.5       2360
## 8248         0.16         1.14           88           46        7.5        155
## 8249         0.04         1.14           81           66        8.8         32
## 8250         0.12         1.13           82           48        5.9         15
## 8251         0.00         1.12           86           15        8.0         19
## 8253         0.15         1.11           69           50        6.3         31
## 8254         0.12         1.10           61           16        6.9         14
## 8255         0.12         1.10           73           54        6.7         77
## 8257         0.20         1.08           85           47        7.4         67
## 8258         0.30         1.07           59            7        6.7         15
## 8259         0.05         1.07           76           29        7.8         36
## 8260         0.21         1.06           89           21        8.4        188
## 8261         0.09         1.06           72           42        8.1         61
## 8262         0.17         1.06           84           50        8.4        183
## 8263         0.23         1.05           83           32        8.0         32
## 8264         0.08         1.05           75           22        6.9         36
## 8266         0.21         1.05           80           35        7.9         32
## 8268         0.11         1.03           71           52        7.7         71
## 8269         0.19         1.03           84           29        8.1         41
## 8270         0.11         1.02           65           13        6.1         26
## 8271         0.08         1.02           72           24        7.0         22
## 8272         0.09         1.02           72           27        8.4         61
## 8273         0.08         1.02           86           58        8.1         89
## 8275         0.11         1.01           74           23        8.0         27
## 8276         0.06         1.01           80           54        7.9        101
## 8277         0.11         1.01           64           19        6.1         38
## 8278         0.03         0.99           78           48        8.1         84
## 8279         0.11         0.98           59           13        5.9         18
## 8280         0.08         0.97           81           31        5.3         33
## 8281         0.13         0.97           75           37        7.9         67
## 8282         0.13         0.93           83           25        8.6         19
## 8283         0.07         0.93           61           11        4.8          5
## 8285         0.08         0.90           78           68        8.3        432
## 8286         0.12         0.90           50           14        6.5         28
## 8287         0.15         0.88           71           30        7.5         49
## 8289         0.07         0.87           76           29        6.8         27
## 8290         0.09         0.87           83           59        7.4         94
## 8291         0.03         0.87           55           14        8.2         16
## 8294         0.11         0.85           73           22        7.3         25
## 8295         0.07         0.85           81           33        7.0         28
## 8296         0.53         0.85           65            9        8.0         11
## 8297         0.10         0.84           51           15        4.9         19
## 8299         0.06         0.83           57           11        6.7         28
## 8300         0.14         0.83           60           52        7.4         21
## 8301         0.05         0.82           65           18        8.2         28
## 8303         0.09         0.82           77           59        7.6         91
## 8304         0.16         0.81           86           60        8.7        102
## 8306         0.06         0.80           57            8        7.0         15
## 8308         0.11         0.79           83            6        8.3         23
## 8309         0.25         0.79           64            5        7.3         18
## 8311         0.04         0.78           88           59        8.9        283
## 8312         0.06         0.78           73           34        8.2         30
## 8313         0.07         0.77           69           42        7.5         31
## 8316         0.04         0.75           80           47        6.9        106
## 8317         0.06         0.74           63           37        7.9         31
## 8318         0.13         0.74           60           20        7.1         31
## 8319         0.05         0.74           49           18        6.3          4
## 8320         0.15         0.73           55           24        6.9         19
## 8321         0.14         0.73           79           30        6.6          7
## 8323         0.04         0.72           65           15        7.0         22
## 8324         0.10         0.72           68           10        6.6          9
## 8325         0.06         0.72           79           31        7.1         34
## 8326         0.06         0.71           86           59        8.4        137
## 8327         0.18         0.71           60            4        7.2         23
## 8328         0.02         0.71           91           56        8.0       1970
## 8329         0.06         0.71           66            8        4.0          5
## 8330         0.07         0.71           75           10        6.8          8
## 8331         0.04         0.71           59           31        7.3         49
## 8332         0.02         0.70           65           43        5.9         21
## 8333         0.07         0.70           50           44        5.5        182
## 8334         0.05         0.70           81           30        7.8         44
## 8335         0.17         0.69           65           19        7.5         27
## 8337         0.06         0.68           70           43        7.1         17
## 8338         0.08         0.68           82           42        8.6         12
## 8339         0.05         0.68           69            7        6.8          5
## 8340         0.11         0.67           60           33        7.0         40
## 8341         0.10         0.67           86           42        7.7        127
## 8342         0.02         0.66           77           41        7.2         25
## 8343         0.09         0.66           65            6        6.6         17
## 8344         0.13         0.66           80           35        7.7        107
## 8346         0.16         0.66           64            7        7.1          7
## 8349         0.03         0.65           60           35        7.4         19
## 8354         0.09         0.64           74           32        7.4         28
## 8355         0.07         0.64           75           38        7.3         31
## 8356         0.05         0.63           73           28        6.8         10
## 8357         0.07         0.63           68           24        7.6         21
## 8358         0.14         0.63           75           40        7.0         20
## 8359         0.05         0.63           89           25        8.3        296
## 8362         0.06         0.62           46           34        6.8         26
## 8366         0.08         0.60           72            7        6.0          9
## 8367         0.06         0.60           43            7        4.9          8
## 8370         0.03         0.60           69           27        6.3         18
## 8372         0.04         0.58           67           34        7.7         47
## 8373         0.06         0.57           62           48        6.1         65
## 8377         0.04         0.57           63           61        7.0         53
## 8378         0.13         0.57           78           32        8.2         28
## 8380         0.06         0.56           83           49        8.6         59
## 8381         0.07         0.56           63            9        8.6          7
## 8383         0.07         0.56           67           22        7.8         53
## 8384         0.04         0.56           72           59        5.4         44
## 8385         0.05         0.56           58           31        6.3         32
## 8386         0.05         0.55           83           64        8.4        259
## 8387         0.05         0.55           81           18        6.8         19
## 8388         0.02         0.55           67            4        6.8          6
## 8390         0.04         0.54           80           45        7.8         26
## 8391         0.10         0.54           72           31        7.4         64
## 8392         0.03         0.54           78           57        8.6        102
## 8393         0.06         0.53           62           38        7.1         46
## 8395         0.08         0.53           61           12        6.4          9
## 8396         0.10         0.52           76           18        6.2         12
## 8397         0.39         0.52           46           10        5.2          6
## 8398         0.04         0.52           73           37        5.3         19
## 8399         0.10         0.52           78           40        7.8        107
## 8400         0.04         0.51           53           55        6.4        229
## 8401         0.10         0.51           55            8        4.8          4
## 8403         0.06         0.51           71            4        4.8          4
## 8405         0.04         0.50           62           16        6.7         12
## 8407         0.02         0.50           83           33        8.7         36
## 8408         0.04         0.50           63           31        7.1         24
## 8409         0.15         0.50           80           18        7.3         29
## 8410         0.04         0.50           65           10        7.4          5
## 8411         0.04         0.50           80           42        8.2         30
## 8415         0.04         0.49           57           37        5.3         54
## 8416         0.03         0.49           78           36        8.7        180
## 8417         0.07         0.48           56           18        6.1          9
## 8418         0.04         0.48           73           41        8.1         21
## 8420         0.04         0.48           73            8        5.9         10
## 8422         0.02         0.47           60           29        6.9         16
## 8423         0.04         0.47           53           39        5.3         29
## 8424         0.04         0.47           65           15        7.3          4
## 8425         0.04         0.47           66           57        7.5        156
## 8426         0.12         0.47           64           25        7.1         18
## 8428         0.04         0.47           79           21        6.5         17
## 8431         0.04         0.46           69           34        7.2         28
## 8432         0.09         0.46           85           41        8.8         47
## 8435         0.05         0.46           67           33        6.1          8
## 8436         0.04         0.46           41           25        4.1         14
## 8437         0.03         0.45           79           15        6.7          6
## 8439         0.05         0.45           76           23        8.2         27
## 8440         0.03         0.45           69           16        5.8         22
## 8442         0.04         0.45           53           17        7.2         17
## 8444         0.05         0.45           77           42        7.2         30
## 8445         0.14         0.44           80           26        8.1         25
## 8446         0.04         0.44           73           36        6.6         17
## 8450         0.03         0.44           82           63        8.1        196
## 8451         0.03         0.44           70           14        2.8         40
## 8453         0.03         0.43           60            4        6.0          8
## 8457         0.08         0.42           68           38        4.4         40
## 8458         0.05         0.42           54           18        5.4         28
## 8462         0.10         0.42           61            5        7.0         11
## 8463         0.05         0.42           70           11        1.7         30
## 8465         0.05         0.42           54           10        7.0         10
## 8467         0.06         0.41           70           12        5.9         48
## 8468         0.03         0.41           70           58        7.9         63
## 8469         0.07         0.41           80           43        7.8         62
## 8471         0.07         0.41           55           31        7.1         14
## 8473         0.03         0.41           63            8        4.8          4
## 8474         0.02         0.41           96           44        8.5       3606
## 8476         0.03         0.41           73           37        7.6         82
## 8477         0.03         0.41           69           47        8.5         55
## 8478         0.03         0.40           51           23        4.7         30
## 8479         0.03         0.40           76           47        8.3         70
## 8483         0.03         0.40           57           18        7.2          9
## 8484         0.05         0.39           77           33        8.3         39
## 8485         0.05         0.39           36            7        6.4         17
## 8486         0.05         0.39           66            4        6.7         10
## 8488         0.05         0.38           38           10        3.9          7
## 8491         0.03         0.38           77           13        7.9         28
## 8493         0.03         0.38           52           11        5.4         23
## 8495         0.05         0.38           53           13        8.2          5
## 8496         0.03         0.38           70            4        8.1         12
## 8498         0.03         0.37           55           44        5.9         49
## 8499         0.05         0.37           62           15        8.3         19
## 8500         0.03         0.37           85           31        8.2         57
## 8502         0.03         0.37           66           15        7.1         14
## 8503         0.11         0.37           73            6        7.8         11
## 8504         0.03         0.37           56            4        2.7          6
## 8505         0.10         0.37           52           11        7.6         20
## 8506         0.05         0.37           71           17        8.0         15
## 8509         0.03         0.36           60           17        5.9         11
## 8511         0.04         0.35           81           25        9.1         22
## 8513         0.02         0.35           27            9        4.8         26
## 8514         0.03         0.34           69           48        6.3        108
## 8516         0.02         0.34           75           38        7.6         45
## 8518         0.05         0.34           69           35        7.2         40
## 8521         0.02         0.34           82           41        8.7         32
## 8522         0.03         0.34           58           42        5.3         21
## 8523         0.03         0.33           75           43        8.2         51
## 8524         0.02         0.33           78           27        8.6         32
## 8525         0.03         0.33           62           16        7.6          7
## 8526         0.01         0.33           86           25        8.2         15
## 8527         0.03         0.33           78           35        8.6         84
## 8528         0.02         0.33           75           30        8.5         37
## 8530         0.03         0.33           74           52        8.1         60
## 8532         0.03         0.33           60            8        7.6         13
## 8533         0.02         0.32           79           56        7.9         97
## 8534         0.02         0.32           74           26        8.8          5
## 8535         0.08         0.32           67           25        7.6         26
## 8536         0.02         0.32           73           52        7.0         40
## 8537         0.03         0.32           75           55        8.2        145
## 8538         0.02         0.32           63           46        7.4         70
## 8539         0.02         0.32           65           25        6.3         39
## 8541         0.02         0.31           77           30        7.5         17
## 8543         0.02         0.31           58            9        8.1          9
## 8545         0.06         0.31           82           40        8.6         31
## 8548         0.09         0.31           69           15        8.1         38
## 8551         0.02         0.31           73           11        6.2          5
## 8552         0.02         0.30           83           38        8.4         45
## 8556         0.02         0.30           63            4        5.8          5
## 8557         0.03         0.30           77           22        7.9         48
## 8558         0.02         0.30           60           42        7.4         22
## 8561         0.05         0.30           52            7        7.4          9
## 8562         0.02         0.29           68           38        6.8         20
## 8563         0.02         0.29           60           51        6.3         26
## 8566         0.02         0.29           70           30        7.7         21
## 8567         0.01         0.29           76            6        6.0          4
## 8568         0.02         0.29           77           43        8.0         20
## 8569         0.02         0.29           83           12        8.4         45
## 8571         0.02         0.29           71           17        6.2          5
## 8573         0.02         0.29           59           29        5.2         30
## 8574         0.05         0.28           40           17        4.8         16
## 8577         0.02         0.28           58           23        7.9         28
## 8578         0.02         0.28           57           28        6.7          7
## 8579         0.04         0.28           58           24        6.6         14
## 8580         0.02         0.28           56            5        7.0          4
## 8581         0.04         0.28           70           24        7.8         12
## 8582         0.02         0.28           82           12        7.2         10
## 8586         0.02         0.28           89           36        7.6         62
## 8589         0.02         0.27           81           36        7.8         21
## 8590         0.03         0.27           61           17        8.0         28
## 8591         0.03         0.27           71            8        6.4          8
## 8594         0.00         0.27           79           23        8.4         21
## 8599         0.02         0.26           75           22        6.8         52
## 8600         0.02         0.26           46            9        7.0          6
## 8606         0.02         0.26           73           55        7.1         40
## 8609         0.03         0.26           78           17        6.5         41
## 8613         0.07         0.25           74           14        7.2          9
## 8615         0.03         0.25           86           23        6.9         23
## 8616         0.03         0.25           71           10        6.4          5
## 8617         0.02         0.25           85           44        8.2         44
## 8619         0.02         0.25           78           20        7.3         11
## 8620         0.02         0.25           57            8        6.2         19
## 8623         0.02         0.25           65           31        7.2         31
## 8624         0.02         0.25           74           19        4.7          7
## 8625         0.02         0.24           42            5        6.2          5
## 8627         0.01         0.24           70           25        7.0         24
## 8629         0.02         0.24           49           17        5.7         13
## 8630         0.07         0.24           57           28        7.9         18
## 8631         0.03         0.24           67           35        6.6         25
## 8633         0.03         0.24           56            9        8.2          9
## 8634         0.02         0.23           56           42        6.2         18
## 8636         0.02         0.23           27            7        5.1         14
## 8637         0.03         0.23           57           21        5.0         14
## 8642         0.02         0.23           71           29        8.4         33
## 8644         0.02         0.23           79           21        6.7          6
## 8648         0.02         0.22           61           13        8.0          9
## 8650         0.02         0.22           56           31        5.6          5
## 8651         0.05         0.22           58           21        7.0         12
## 8652         0.07         0.22           49           34        5.6         19
## 8658         0.02         0.21           60            8        6.4         15
## 8659         0.02         0.21           67           16        7.3         19
## 8660         0.01         0.21           38           45        2.9         44
## 8661         0.01         0.21           76           34        8.0         20
## 8662         0.02         0.21           67           33        7.1         15
## 8664         0.02         0.20           64           23        5.9         40
## 8665         0.02         0.20           57           16        6.2         10
## 8666         0.02         0.20           43            9        6.4          5
## 8667         0.02         0.20           60           34        7.1         52
## 8669         0.02         0.20           50           35        5.6         20
## 8672         0.02         0.20           53           27        7.4         13
## 8673         0.01         0.19           69           49        7.3         67
## 8676         0.01         0.19           55           34        6.8         20
## 8677         0.00         0.19           78           14        7.5         13
## 8678         0.01         0.19           67           17        8.5         32
## 8681         0.01         0.19           62           11        6.3          4
## 8683         0.01         0.18           51           19        7.5         17
## 8686         0.01         0.18           71           37        6.9         46
## 8687         0.01         0.18           63           32        7.6          8
## 8688         0.01         0.18           58            7        4.4          9
## 8689         0.01         0.18           52           35        5.7         24
## 8690         0.01         0.18           81            9        7.1          8
## 8691         0.01         0.18           81           21        6.9         16
## 8696         0.01         0.17           77           41        7.4         16
## 8697         0.01         0.17           71           25        5.8         13
## 8702         0.01         0.17           49           47        5.2         31
## 8705         0.03         0.17           73           44        7.6         11
## 8706         0.01         0.17           72           48        7.9         37
## 8707         0.01         0.17           57           23        8.0         10
## 8713         0.01         0.16           73           24        2.8         34
## 8714         0.01         0.16           51           18        5.2         17
## 8715         0.01         0.16           67           29        6.3         15
## 8716         0.01         0.16           77           19        7.2         12
## 8717         0.01         0.16           52           11        7.1         21
## 8718         0.01         0.16           70           16        6.3         27
## 8722         0.02         0.16           77           12        8.1          8
## 8723         0.01         0.16           44           31        7.2         37
## 8725         0.01         0.15           73           23        7.3         21
## 8729         0.01         0.15           77           38        8.5         48
## 8731         0.02         0.15           81           31        6.5         16
## 8732         0.01         0.15           77            9        7.7          9
## 8733         0.01         0.15           53           30        6.8          6
## 8734         0.01         0.15           82           28        7.9         14
## 8737         0.02         0.15           47           26        6.2         10
## 8738         0.02         0.15           70           10        7.2         12
## 8739         0.01         0.15           50           14        5.4         13
## 8742         0.01         0.14           58            9        7.8          6
## 8743         0.01         0.14           56           13        6.1          8
## 8745         0.01         0.14           59           29        8.0          6
## 8747         0.00         0.14           60            7        5.6          7
## 8748         0.01         0.14           79           36        7.9         26
## 8750         0.01         0.14           59           26        5.4          8
## 8751         0.01         0.14           19            4        3.1          7
## 8752         0.01         0.14           71           23        8.4         29
## 8753         0.01         0.14           64            9        5.4         13
## 8756         0.03         0.14           96           34        9.3       1495
## 8759         0.01         0.14           64           22        6.6         19
## 8760         0.01         0.14           82           18        5.2          6
## 8762         0.01         0.14           72           24        7.8         12
## 8769         0.01         0.13           71           43        7.4         16
## 8771         0.01         0.13           61           30        4.2         19
## 8773         0.01         0.13           78           14        7.5         19
## 8774         0.01         0.13           63           37        6.0          4
## 8775         0.01         0.13           73           21        7.2         11
## 8776         0.01         0.13           41            5        6.3          4
## 8780         0.01         0.13           60            7        8.3         48
## 8781         0.01         0.13           60            6        8.8         44
## 8782         0.01         0.13           37           33        3.0         40
## 8783         0.01         0.13           47           10        6.7          7
## 8784         0.01         0.12           74            8        7.4         10
## 8786         0.01         0.12           61            8        4.8          6
## 8787         0.02         0.12           78           11        7.0          6
## 8788         0.01         0.12           49           18        4.9         11
## 8793         0.01         0.12           80           55        8.2         26
## 8794         0.01         0.12           28           18        4.9          8
## 8795         0.01         0.12           61           12        6.6         13
## 8798         0.01         0.12           25            7        3.7         18
## 8799         0.01         0.12           61           17        4.9          7
## 8805         0.01         0.11           61            8        6.5          8
## 8806         0.00         0.11           77           30        7.3         15
## 8807         0.01         0.11           45           30        5.4         16
## 8808         0.01         0.11           55           29        5.2         18
## 8810         0.01         0.11           74           16        8.2         19
## 8813         0.01         0.11           37            7        4.1         12
## 8815         0.00         0.11           80           10        8.8         11
## 8820         0.01         0.11           39            6        5.6          7
## 8823         0.01         0.11           55           23        6.1          7
## 8834         0.01         0.11           80           44        8.8         66
## 8835         0.01         0.10           58           17        6.6         11
## 8840         0.01         0.10           72            7        0.6         24
## 8849         0.01         0.10           61           15        6.1          9
## 8850         0.01         0.10           71           23        7.5          4
## 8851         0.01         0.10           65           11        7.5          4
## 8855         0.01         0.10           43           25        3.5          6
## 8859         0.01         0.10           65           33        7.7         14
## 8861         0.01         0.10           62           26        9.1          7
## 8862         0.00         0.10           64           24        7.3         17
## 8865         0.01         0.10           62           25        6.2         32
## 8867         0.01         0.09           73           28        7.3          6
## 8868         0.01         0.09           63           26        6.8         16
## 8869         0.02         0.09           72           32        5.6        216
## 8870         0.01         0.09           56           29        7.0         24
## 8872         0.01         0.09           58           15        8.5          8
## 8874         0.01         0.09           67           15        3.8          4
## 8875         0.01         0.09           46           13        7.6         17
## 8876         0.01         0.09           64           17        6.0          4
## 8877         0.01         0.09           73           26        8.6         22
## 8881         0.01         0.09           44            4        5.4          7
## 8889         0.01         0.09           46           17        7.3          7
## 8895         0.01         0.09           50           11        8.0          9
## 8897         0.01         0.09           66           43        7.1         16
## 8899         0.00         0.08           82            4        8.1          8
## 8900         0.01         0.08           43           11        6.7         55
## 8902         0.01         0.08           56           23        6.3         18
## 8903         0.01         0.08           47           23        7.5          6
## 8905         0.01         0.08           20            6        1.7         52
## 8909         0.01         0.08           40           15        6.8         13
## 8911         0.01         0.08           83           41        9.0         21
## 8916         0.01         0.08           74           10        6.7          6
## 8918         0.01         0.08           51           20        6.0          9
## 8921         0.00         0.08           75            4        7.0          7
## 8923         0.01         0.08           73           17        4.2          5
## 8928         0.01         0.08           54            6        5.7          6
## 8929         0.01         0.07           33            5        4.5          6
## 8931         0.00         0.07           69           10        8.4          8
## 8935         0.01         0.07           37           19        5.9         10
## 8937         0.01         0.07           46           22        7.0         21
## 8938         0.01         0.07           69           29        6.5          6
## 8941         0.01         0.07           67            7        6.8         34
## 8944         0.01         0.07           78           20        7.3         29
## 8947         0.00         0.07           65           16        6.3          4
## 8948         0.00         0.07           19            5        2.7         28
## 8951         0.00         0.07           56           30        6.0          7
## 8952         0.00         0.07           82           20        7.4         20
## 8960         0.01         0.06           81           19        8.5         71
## 8964         0.00         0.06           37           14        4.8          5
## 8968         0.01         0.06           57           21        7.9         16
## 8971         0.00         0.06           35            7        4.7         10
## 8972         0.00         0.06           55           14        7.8          4
## 8975         0.00         0.06           72           15        7.6         14
## 8976         0.00         0.06           48           24        7.1         23
## 8977         0.01         0.06           83           41        8.0        523
## 8978         0.00         0.06           61           29        7.0          5
## 8981         0.01         0.06           81           50        8.8       1116
## 8982         0.01         0.06           56           20        6.6         28
## 8986         0.00         0.06           52            6        7.4         12
## 8988         0.00         0.06           35           11        6.1         21
## 8992         0.01         0.06           69           20        7.5         41
## 8993         0.00         0.06           81           10        7.6          8
## 8994         0.01         0.06           82           44        8.4       1088
## 9003         0.00         0.06           65           18        7.9         13
## 9004         0.00         0.05           30            4        3.6         20
## 9007         0.01         0.05           78           38        7.3        204
## 9009         0.00         0.05           72           27        8.2         10
## 9016         0.01         0.05           78           26        7.4         25
## 9017         0.00         0.05           26           14        2.8         11
## 9026         0.00         0.05           43           16        4.8          5
## 9030         0.00         0.05           79           39        7.9         17
## 9035         0.01         0.05           79           17        7.7         13
## 9041         0.00         0.05           39            4        3.0          4
## 9042         0.00         0.05           63           11        6.8         13
## 9043         0.00         0.05           32           13        0.7          6
## 9044         0.01         0.05           79           22        6.9         40
## 9046         0.01         0.05           86           44        8.3        263
## 9047         0.00         0.05           39           16        5.9         15
## 9048         0.01         0.04           67            8        6.6         12
## 9050         0.00         0.04           77            9        8.3         16
## 9052         0.00         0.04           35            8        4.8         13
## 9053         0.00         0.04           80           34        6.8         26
## 9054         0.00         0.04           72           19        8.9          9
## 9060         0.00         0.04           67            9        7.6          9
## 9061         0.00         0.04           75            7        8.2          9
## 9062         0.01         0.04           68           30        6.3          4
## 9065         0.00         0.04           59            6        6.2          5
## 9066         0.00         0.04           75           30        7.3         23
## 9069         0.01         0.04           70           18        5.9        163
## 9072         0.00         0.04           75           15        8.4         19
## 9076         0.01         0.04           87           36        8.6        235
## 9078         0.00         0.04           53           29        8.5         13
## 9082         0.00         0.04           59            8        5.1          7
## 9084         0.00         0.04           50           26        7.7          9
## 9085         0.01         0.04           50           40        2.8         53
## 9087         0.00         0.04           72           27        8.0         25
## 9088         0.00         0.04           42           10        2.2          5
## 9091         0.00         0.04           81           35        8.9        219
## 9092         0.00         0.04           74           36        6.6          5
## 9093         0.00         0.04           74           21        7.4         25
## 9094         0.00         0.04           50           12        4.8          4
## 9095         0.00         0.04           52            7        5.8          5
## 9096         0.00         0.04           63           11        7.1         34
## 9098         0.00         0.04           37           14        4.6          7
## 9106         0.01         0.04           89           44        8.1        301
## 9107         0.01         0.03           83           26        8.1        242
## 9112         0.00         0.03           32            7        4.0          4
## 9131         0.00         0.03           62           15        3.3         86
## 9137         0.00         0.03           79           21        7.8         18
## 9144         0.00         0.03           55           35        6.5          6
## 9146         0.00         0.03           75           18        7.5          8
## 9147         0.00         0.03           76           15        7.4        242
## 9156         0.00         0.03           59            9        6.0         20
## 9159         0.00         0.03           63           29        6.1         34
## 9160         0.00         0.03           74            9        7.3         24
## 9161         0.00         0.03           33            4        2.5          4
## 9166         0.00         0.03           45            9        7.3          4
## 9171         0.00         0.02           78           20        7.8         20
## 9173         0.00         0.02           66           19        7.7         44
## 9179         0.00         0.02           63           27        4.3         95
## 9184         0.00         0.02           84           20        7.3         91
## 9190         0.00         0.02           79           18        8.1        124
## 9196         0.00         0.02           19            6        2.8         25
## 9197         0.00         0.02           81           27        8.1        220
## 9200         0.00         0.02           58            7        5.3          6
## 9203         0.00         0.02           57            9        5.8         19
## 9205         0.00         0.02           62           16        7.1         29
## 9208         0.00         0.02           70           40        6.3        374
## 9215         0.00         0.02           70           21        7.5         11
## 9216         0.00         0.02           79           15        7.2         63
## 9227         0.00         0.02           74           37        8.2         13
## 9228         0.00         0.02           84           32        8.0         19
## 9233         0.00         0.02           75           25        6.9         28
## 9254         0.00         0.02           87           36        7.8        567
## 9260         0.00         0.02           84           55        8.3        231
## 9262         0.00         0.02           77            7        6.1         50
## 9264         0.00         0.02           74           12        7.4          7
## 9268         0.00         0.01           62            9        6.6          8
## 9270         0.00         0.01           82           25        8.8        182
## 9274         0.00         0.01           66           13        6.2         21
## 9278         0.00         0.01           80           20        8.1         16
## 9282         0.00         0.01           72           13        6.9         24
## 9283         0.00         0.01           57            9        5.3         11
## 9287         0.00         0.01           61           27        7.3        106
## 9295         0.00         0.01           71           30        7.6        124
## 9296         0.00         0.01           76           20        7.3         46
## 9302         0.00         0.01           61            7        7.5          4
## 9306         0.00         0.01           61            6        5.0         42
## 9310         0.00         0.01           56           13        5.5          4
## 9313         0.00         0.01           55           13        7.9         11
## 9314         0.00         0.01           63           25        7.5        218
## 9316         0.00         0.01           74            9        7.6         18
## 9323         0.00         0.01           51            8        3.8         29
## 9328         8.45        82.53           76           51        8.0        322
## 9329         2.88        29.80           89           65        8.5        431
## 9330         2.84        28.92           58           41        6.6        129
## 9332         0.68         7.15           95           73        9.0       1658
## 9333         0.60         6.09           94           88        8.3       2295
## 9334         1.74         5.95           92           64        7.6        972
## 9335         0.57         5.63           67           35        7.2         21
## 9336         0.68         5.12           92           69        8.5        112
## 9337         1.18         5.03           86           50        8.0        150
## 9338         0.61         4.49           84           29        8.2         39
## 9339         0.86         4.39           86           19        8.9         33
## 9340         0.40         4.38           94           90        8.7       1109
## 9341         0.75         4.34           86           70        8.1        715
## 9342         0.75         4.21           85           59        8.7        109
## 9344         0.67         3.87           84            9        7.4        220
## 9345         0.50         3.54           78           49        7.8        112
## 9346         0.34         3.45           83           30        8.4         28
## 9348         0.17         3.11           81           12        7.8         10
## 9349         0.26         2.89           83           61        7.4        179
## 9350         0.15         2.76           81           42        7.4         67
## 9351         0.27         2.70           82           71        6.5        233
## 9352         0.19         2.69           84           32        9.0         41
## 9354         0.66         2.65           71           24        7.9         47
## 9356         0.26         2.58           80           27        8.6         57
## 9357         0.19         2.50           82           68        7.5        120
## 9358         0.58         2.42           73           14        7.9         39
## 9359         0.24         2.24           74           53        5.7         72
## 9361         0.22         2.18           81           74        7.5        211
## 9362         0.12         2.15           69           21        7.6         50
## 9363         0.08         2.10           84           56        8.7         44
## 9364         0.20         2.08           85           82        7.6        520
## 9365         0.09         2.08           77           45        7.1        136
## 9366         0.22         2.07           49            5        5.2         24
## 9367         0.28         2.04           72           38        9.0         34
## 9368         0.20         1.95           88           69        8.3        225
## 9369         0.08         1.94           71           29        8.1         41
## 9370         0.13         1.80           80           54        6.0        148
## 9371         0.02         1.76           75           30        7.4         27
## 9373         0.23         1.70           87           18        8.6         23
## 9375         0.26         1.67           83           37        7.9         24
## 9376         0.18         1.65           77           52        6.3         82
## 9377         0.20         1.62           84           65        8.0        131
## 9378         0.09         1.60           69           40        8.0         37
## 9379         0.04         1.59           96           16        9.2        568
## 9380         0.13         1.58           53           34        6.7        106
## 9381         0.10         1.56           84           32        8.1         41
## 9382         0.10         1.54           90           78        8.0        215
## 9383         0.26         1.50           80           43        6.9         92
## 9385         0.12         1.48           57           51        6.9        103
## 9387         0.10         1.47           86           67        8.8        264
## 9389         0.27         1.42           64           25        7.8         38
## 9390         0.11         1.42           76           54        7.9        116
## 9391         0.32         1.40           83           11        8.6         26
## 9392         0.26         1.36           78           45        7.1         52
## 9393         0.01         1.34           74           26        8.4         60
## 9394         0.10         1.34           79           76        7.1        187
## 9395         0.17         1.30           63           12        6.0         39
## 9396         0.15         1.28           67           21        7.3         26
## 9397         0.16         1.25           79           62        8.4        194
## 9398         0.20         1.23           75           31        7.3         42
## 9400         0.16         1.21           71           30        8.4         12
## 9402         0.20         1.20           70           17        7.0          4
## 9403         0.16         1.19           75           46        8.6        113
## 9404         0.07         1.19           76           32        7.9         17
## 9405         0.08         1.18           87           54        8.2        147
## 9406         0.16         1.16           85           19        8.9         53
## 9407         0.66         1.16           43           17        4.1        176
## 9408         0.02         1.13           50            8        4.7          6
## 9411         0.16         1.09           77           34        8.1         52
## 9412         0.15         1.09           75           56        8.3         99
## 9413         0.08         1.07           47            9        5.0         38
## 9414         0.15         1.07           82           14        7.4         83
## 9415         0.14         1.06           75           43        8.5         84
## 9416         0.13         1.05           81           31        9.0         36
## 9417         0.14         1.04           73           25        8.7          6
## 9418         0.11         1.04           46           38        4.4        455
## 9419         0.03         1.02           83           27        8.7          6
## 9422         0.19         0.99           75           26        8.3         30
## 9424         0.07         0.97           54           17        2.1         11
## 9425         0.03         0.97           84           25        9.1         16
## 9426         0.22         0.95           52           47        6.7         18
## 9428         0.12         0.94           87           69        9.1        293
## 9429         0.13         0.94           83           30        8.9         31
## 9430         0.03         0.93           71           21        7.0          5
## 9432         0.16         0.92           48            9        6.4         13
## 9433         0.03         0.92           59           32        8.0         46
## 9434         0.08         0.92           79           56        7.8        161
## 9435         0.05         0.90           70           44        8.1          8
## 9436         0.18         0.89           77           56        8.3         80
## 9438         0.07         0.88           51           11        7.8         17
## 9439         0.12         0.87           69           17        7.3         19
## 9440         0.01         0.86           81           10        8.3         14
## 9441         0.23         0.86           76           46        7.9         14
## 9442         0.11         0.82           81           29        8.2         33
## 9444         0.22         0.79           57            9        7.3         10
## 9445         0.11         0.79           73           31        8.6         61
## 9446         0.06         0.78           85           59        8.1        148
## 9447         0.11         0.78           81           12        8.4         18
## 9448         0.23         0.77           70           22        6.6         18
## 9449         0.06         0.76           85           54        8.0        188
## 9450         0.14         0.75           55           46        5.8         30
## 9451         0.08         0.75           81           75        7.8         69
## 9452         0.10         0.75           76           27        9.0         18
## 9454         0.06         0.74           70           19        8.8         31
## 9455         0.06         0.73           79           43        6.9         20
## 9456         0.10         0.72           79           33        6.0          8
## 9457         0.05         0.69           68           22        8.1          7
## 9460         0.05         0.67           63           54        6.8        121
## 9462         0.10         0.66           67           26        6.9          9
## 9463         0.14         0.66           78           13        8.1         21
## 9464         0.09         0.66           69           32        2.9         52
## 9465         0.04         0.64           81           45        8.9         62
## 9466         0.05         0.63           81           50        8.0         45
## 9467         0.34         0.63           93           69        9.3        327
## 9468         0.10         0.63           76           43        7.2         14
## 9469         0.02         0.62           82           14        9.2          5
## 9471         0.01         0.61           58           26        8.8         13
## 9472         0.08         0.60           52           29        7.5         39
## 9473         0.04         0.58           84           46        7.8         67
## 9474         0.07         0.58           52           22        6.9         17
## 9475         0.08         0.57           77           28        8.1         33
## 9476         0.07         0.56           66           18        8.6         14
## 9478         0.07         0.56           68           11        7.6         14
## 9480         0.01         0.56           88           20        6.9         10
## 9485         0.07         0.54           70           21        8.1         19
## 9486         0.07         0.54           58           29        8.6         10
## 9487         0.03         0.53           78           26        8.1         52
## 9488         0.04         0.53           72           57        8.4         83
## 9490         0.04         0.53           76           56        7.3         56
## 9492         0.02         0.52           69           27        8.2         21
## 9493         0.04         0.52           41           15        4.0         21
## 9494         0.04         0.52           76           25        4.2         22
## 9495         0.06         0.52           82           43        7.1         96
## 9496         0.04         0.52           74           22        8.1         22
## 9498         0.00         0.52           78           29        8.6         35
## 9499         0.04         0.51           64            9        7.5          4
## 9500         0.04         0.51           75           45        8.4         55
## 9501         0.07         0.51           76           11        4.6         51
## 9502         0.07         0.50           55           41        7.2         25
## 9503         0.04         0.50           81           50        7.8         46
## 9505         0.01         0.50           60           10        6.5          4
## 9506         0.06         0.50           83           36        8.4        104
## 9507         0.04         0.50           89           61        8.1        140
## 9508         0.04         0.49           81           35        8.0         16
## 9509         0.04         0.49           57           16        5.6          7
## 9510         0.04         0.49           81           65        7.6         38
## 9512         0.02         0.49           76           41        8.4         46
## 9513         0.04         0.49           56            7        7.3          4
## 9515         0.04         0.48           80           44        7.9         21
## 9516         0.00         0.48           72           49        6.6         33
## 9517         0.01         0.48           65           34        6.0         21
## 9519         0.01         0.47           84           45        9.0         59
## 9520         0.06         0.47           69           19        8.5          8
## 9521         0.02         0.47           74           19        7.4         11
## 9523         0.01         0.47           70            8        5.6          5
## 9524         0.04         0.46           59           32        4.9         60
## 9525         0.09         0.46           65           19        9.1         64
## 9526         0.12         0.46           67           28        7.9         30
## 9527         0.03         0.45           83           32        7.5         23
## 9528         0.06         0.45           66           22        6.9         15
## 9530         0.20         0.45           86           52        8.4        116
## 9531         0.06         0.44           70           19        5.2         27
## 9533         0.02         0.44           85           27        8.6         15
## 9535         0.02         0.43           57           27        6.8         11
## 9536         0.02         0.43           66           27        7.8         25
## 9537         0.05         0.43           80           28        7.6         95
## 9538         0.03         0.42           56           23        6.5         13
## 9539         0.12         0.42           65           24        8.2          6
## 9540         0.06         0.42           39           23        4.9         46
## 9542         0.01         0.42           77           65        8.0         51
## 9544         0.03         0.42           66           58        7.9         53
## 9545         0.05         0.41           52           44        7.5         20
## 9547         0.03         0.41           77           54        7.3         79
## 9548         0.03         0.40           73           31        7.3         29
## 9549         0.01         0.40           57           24        6.7          6
## 9551         0.03         0.40           85           51        8.3         87
## 9552         0.05         0.39           68           19        8.0          6
## 9553         0.03         0.39           82           53        8.7        102
## 9554         0.03         0.38           78           35        7.6         49
## 9555         0.03         0.38           83           67        8.7         89
## 9556         0.02         0.37           72           31        5.8         21
## 9557         0.03         0.37           66           22        3.9         37
## 9558         0.03         0.37           80           20        7.4          8
## 9560         0.05         0.37           51           34        7.0         15
## 9561         0.03         0.37           80           54        7.3         84
## 9562         0.03         0.37           68           10        6.8          8
## 9563         0.04         0.37           59           27        7.7         42
## 9564         0.02         0.37           81           34        9.0         59
## 9565         0.03         0.37           81           19        7.5         14
## 9566         0.03         0.37           75           16        7.9         11
## 9567         0.03         0.36           87           51        8.6        105
## 9568         0.02         0.36           80           39        8.4         57
## 9569         0.02         0.35           76           43        7.6        109
## 9571         0.01         0.35           75           12        7.8         14
## 9572         0.03         0.35           83           30        8.5         32
## 9573         0.01         0.35           61           21        9.3          6
## 9574         0.03         0.34           62           23        9.1         24
## 9575         0.03         0.34           80           49        8.0         47
## 9576         0.03         0.34           56           51        7.3         58
## 9577         0.01         0.34           75           29        8.6         17
## 9578         0.03         0.34           85           44        7.3        131
## 9579         0.01         0.33           66           14        6.0         27
## 9580         0.02         0.33           87           45        8.2         74
## 9581         0.03         0.33           64            9        6.4          7
## 9582         0.08         0.33           65           46        8.3         28
## 9583         0.03         0.33           80           35        8.0         27
## 9584         0.01         0.33           83           32        9.0         21
## 9585         0.02         0.33           84           54        6.4         42
## 9586         0.01         0.33           74            5        7.7         12
## 9588         0.01         0.33           63           11        6.9         11
## 9589         0.01         0.33           71           21        5.7         12
## 9590         0.02         0.32           75           46        7.4         33
## 9591         0.02         0.32           58           30        7.5         24
## 9592         0.03         0.32           79           80        7.3        117
## 9593         0.02         0.32           82           69        8.0         86
## 9600         0.04         0.30           62           53        8.2         40
## 9602         0.27         0.30           68           27        8.0         25
## 9603         0.02         0.30           72           37        7.0          5
## 9604         0.04         0.30           79           30        8.3         38
## 9607         0.03         0.29           87           58        9.0        118
## 9610         0.02         0.28           72           37        8.5         40
## 9612         0.01         0.28           92           25        8.4        190
## 9613         0.02         0.28           71           60        7.0         72
## 9614         0.02         0.28           52           34        8.0         17
## 9616         0.03         0.28           69           41        6.9         74
## 9617         0.02         0.28           76           37        8.3         32
## 9618         0.04         0.28           71           26        7.5         22
## 9621         0.02         0.28           56           15        5.8          8
## 9623         0.02         0.27           71           17        6.4          9
## 9626         0.02         0.27           79           49        5.3        167
## 9629         0.01         0.27           66           15        7.3          8
## 9630         0.02         0.27           63           24        6.3         10
## 9632         0.02         0.26           51           48        6.2         49
## 9633         0.03         0.26           56           11        7.5         10
## 9635         0.01         0.26           83           25        7.2         75
## 9636         0.00         0.26           70           11        6.6         11
## 9638         0.01         0.26           71           41        8.4         36
## 9639         0.02         0.26           63           11        8.6          7
## 9640         0.04         0.25           94           54        8.1       2454
## 9641         0.03         0.25           56           12        8.6         17
## 9645         0.02         0.25           53           46        6.7         42
## 9646         0.02         0.25           65           16        6.1          8
## 9647         0.02         0.25           70           52        7.5         48
## 9649         0.03         0.25           51           32        7.5         13
## 9650         0.03         0.24           43           12        8.0         20
## 9652         0.02         0.24           78           46        6.2         80
## 9655         0.01         0.24           75           42        7.4         28
## 9656         0.01         0.24           53           29        6.3         15
## 9657         0.01         0.24           77           22        8.4          9
## 9659         0.02         0.23           62           18        7.5          6
## 9662         0.01         0.23           82           39        7.8         25
## 9663         0.02         0.23           87            4        7.1         13
## 9664         0.02         0.23           87           37        8.2         69
## 9667         0.02         0.22           72           13        7.8          5
## 9668         0.01         0.22           72           44        7.8         15
## 9669         0.02         0.22           76           34        7.0          7
## 9670         0.02         0.22           80           38        7.9         59
## 9671         0.03         0.22           60            7        7.9          9
## 9674         0.02         0.22           70           63        7.8         36
## 9676         0.02         0.21           49           36        6.0         49
## 9677         0.02         0.21           82           22        8.2         12
## 9679         0.02         0.21           46           21        5.6         19
## 9681         0.02         0.21           70            9        6.5         10
## 9685         0.01         0.20           33           31        5.1         47
## 9686         0.01         0.20           87           16        5.3         18
## 9687         0.02         0.20           72           13        2.8         39
## 9688         0.03         0.20           67           14        8.5          4
## 9689         0.02         0.20           70            6        7.5         15
## 9691         0.02         0.20           68           24        7.0          5
## 9693         0.02         0.20           58           40        7.2         36
## 9695         0.01         0.20           65           36        6.8         25
## 9696         0.02         0.19           75           30        8.5         15
## 9697         0.02         0.19           58           37        7.5         39
## 9698         0.02         0.19           51           14        6.3         15
## 9700         0.02         0.19           69           54        6.9         60
## 9701         0.01         0.19           66           25        6.5         33
## 9702         0.00         0.19           61           22        4.4         10
## 9704         0.00         0.19           68           18        8.5         23
## 9705         0.01         0.19           67           13        7.3         11
## 9708         0.00         0.19           55           20        7.3          7
## 9709         0.01         0.19           81           21        6.8          6
## 9714         0.02         0.18           67           43        7.6         25
## 9716         0.00         0.17           63            5        7.9         12
## 9720         0.01         0.17           52           57        6.1         20
## 9721         0.01         0.17           75           52        6.8         25
## 9725         0.02         0.17           76            7        6.6         23
## 9727         0.01         0.17           41           20        7.2         13
## 9731         0.01         0.16           77           17        6.6          8
## 9735         0.02         0.16           74           32        8.1         21
## 9737         0.01         0.16           75           33        8.7         49
## 9740         0.01         0.16           63           17        7.6         13
## 9742         0.01         0.16           58           12        3.1         15
## 9743         0.01         0.16           69           23        6.5         14
## 9744         0.02         0.16           73           44        7.5         27
## 9745         0.01         0.16           64           20        7.8         17
## 9746         0.01         0.16           77           53        7.8         31
## 9747         0.00         0.16           74           22        8.3         27
## 9748         0.02         0.16           67           22        7.8         23
## 9750         0.01         0.15           73           30        7.0          7
## 9752         0.01         0.15           64           45        8.6         24
## 9754         0.00         0.15           51           24        7.2          9
## 9755         0.01         0.15           51           29        6.2          9
## 9756         0.00         0.15           50           31        6.3          8
## 9760         0.01         0.15           65           17        8.5         10
## 9762         0.02         0.14           82           28        7.5         36
## 9765         0.01         0.14           81           27        9.1         32
## 9766         0.02         0.14           67           43        5.2         16
## 9767         0.02         0.14           54           43        8.0         24
## 9769         0.01         0.14           73           38        8.0         22
## 9771         0.01         0.14           53            4        5.0          8
## 9772         0.01         0.14           73           57        7.2         52
## 9774         0.01         0.14           48           32        5.7         24
## 9781         0.01         0.14           46           11        6.7         16
## 9782         0.01         0.14           80           50        7.7         13
## 9783         0.01         0.14           68           33        8.1         11
## 9786         0.02         0.13           58            6        6.9         17
## 9788         0.01         0.13           69           39        8.7         21
## 9791         0.00         0.13           82           40        7.2         13
## 9792         0.01         0.13           62           54        6.6         28
## 9794         0.00         0.13           56           33        8.1          7
## 9795         0.01         0.13           48           11        5.6         17
## 9796         0.00         0.13           76           17        6.2          5
## 9797         0.01         0.13           68           13        6.9          8
## 9799         0.01         0.13           61           12        7.4         16
## 9800         0.01         0.13           61           31        7.0          7
## 9801         0.01         0.13           39           39        6.4         55
## 9803         0.01         0.13           61           40        8.2         19
## 9806         0.00         0.13           75           23        9.2         12
## 9808         0.01         0.12           79           24        6.6          5
## 9813         0.01         0.12           66           21        7.7          6
## 9816         0.02         0.12           53           13        7.7          6
## 9818         0.01         0.12           70           17        7.3         11
## 9819         0.00         0.12           69           26        7.1          9
## 9820         0.01         0.12           68           44        8.2         32
## 9821         0.01         0.12           64           34        7.4         42
## 9823         0.01         0.12           74           45        7.3          9
## 9824         0.01         0.11           68           26        8.9         16
## 9826         0.00         0.11           63           16        5.7          7
## 9828         0.01         0.11           59           15        7.3          9
## 9832         0.00         0.11           62           42        8.0         17
## 9833         0.00         0.11           51            4        5.2          5
## 9835         0.01         0.11           57            9        6.3         10
## 9837         0.01         0.11           38           14        3.8         29
## 9841         0.01         0.11           72           15        7.3          8
## 9844         0.01         0.10           50           17        7.8          6
## 9847         0.01         0.10           59           34        7.9         16
## 9849         0.01         0.10           79           22        6.5         33
## 9852         0.00         0.10           75           21        8.9         23
## 9854         0.00         0.10           53           38        8.1          7
## 9855         0.01         0.10           52           19        4.2          6
## 9858         0.01         0.10           25            4        3.5          4
## 9859         0.01         0.10           55           59        6.1         41
## 9860         0.01         0.10           69           17        7.7          7
## 9862         0.01         0.10           73           36        8.2         35
## 9866         0.01         0.10           71            8        7.6         27
## 9868         0.00         0.10           71           30        7.7         43
## 9869         0.00         0.10           86            4        8.4         12
## 9870         0.01         0.10           74           34        6.8          6
## 9871         0.01         0.10           48           19        4.8          6
## 9872         0.02         0.10           88           39        8.9        648
## 9873         0.01         0.10           66           13        5.3          6
## 9874         0.01         0.09           62           13        8.7         10
## 9877         0.01         0.09           60           25        6.8          6
## 9880         0.01         0.09           68           11        7.7         17
## 9881         0.01         0.09           79           25        8.2         16
## 9886         0.01         0.09           43            9        5.7          7
## 9888         0.01         0.09           63           24        6.3          6
## 9889         0.01         0.09           76            8        8.0          7
## 9891         0.01         0.09           59           16        7.5         19
## 9892         0.01         0.09           45           12        1.4          5
## 9894         0.00         0.09           55            5        7.0          6
## 9896         0.00         0.09           69           10        9.0          4
## 9902         0.01         0.08           79           45        8.4        240
## 9903         0.01         0.08           82           26        7.2         15
## 9904         0.00         0.08           63           30        7.1          9
## 9905         0.00         0.08           57           10        7.8          4
## 9906         0.00         0.08           69           19        6.8          4
## 9907         0.01         0.08           78           51        7.9        166
## 9909         0.01         0.08           44           36        5.8         15
## 9910         0.00         0.08           66           23        8.6         17
## 9911         0.01         0.08           66            9        7.8          5
## 9912         0.00         0.08           69           55        7.7         60
## 9913         0.00         0.08           78            6        7.8          8
## 9914         0.01         0.08           61           33        6.9         12
## 9915         0.01         0.08           38           23        5.3         53
## 9916         0.01         0.08           56           23        5.9          7
## 9917         0.01         0.08           64           24        7.0         16
## 9918         0.01         0.08           72           49        7.7         18
## 9919         0.01         0.08           52           30        8.7         18
## 9924         0.00         0.08           78           15        6.3         32
## 9927         0.01         0.07           33            8        4.9         13
## 9931         0.01         0.07           38           18        4.1         14
## 9932         0.01         0.07           63           23        5.3          7
## 9936         0.01         0.07           32           11        4.6         10
## 9938         0.01         0.07           49            5        5.6          7
## 9940         0.01         0.07           67           30        8.9         11
## 9942         0.01         0.07           59           26        5.9         22
## 9943         0.01         0.07           58           15        8.0          7
## 9944         0.01         0.07           55            8        7.4          8
## 9947         0.00         0.07           57           18        8.8          4
## 9948         0.00         0.07           73           48        7.7        165
## 9951         0.00         0.07           69           31        4.6         17
## 9953         0.00         0.07           55            9        9.3          6
## 9958         0.01         0.07           71           26        8.0          5
## 9960         0.00         0.06           63           36        7.0         12
## 9962         0.00         0.06           37           13        5.0         25
## 9963         0.00         0.06           76           44        8.5          4
## 9964         0.00         0.06           72           11        6.4         15
## 9970         0.01         0.06           58           26        8.5         11
## 9972         0.00         0.06           63           15        7.0         10
## 9977         0.01         0.06           59           22        6.6         24
## 9978         0.01         0.06           78           36        7.8          8
## 9980         0.01         0.06           73           35        7.8         24
## 9981         0.01         0.06           44            8        4.6         41
## 9983         0.01         0.06           73           41        7.6          9
## 9985         0.00         0.06           64            8        7.1          7
## 9988         0.00         0.06           60           33        6.9         16
## 9989         0.00         0.06           70           29        8.6          5
## 9990         0.00         0.06           69           14        6.8         13
## 9991         0.01         0.06           77           51        8.1        387
## 9993         0.01         0.06           63           39        7.3        519
## 9994         0.01         0.05           43           36        6.2         11
## 9996         0.01         0.05           69           39        7.2         31
## 10002        0.00         0.05           68           34        7.3          9
## 10003        0.01         0.05           66           26        7.2          6
## 10010        0.00         0.05           37           10        5.1          7
## 10015        0.00         0.05           81           42        8.8         17
## 10016        0.00         0.05           60           25        5.8          9
## 10021        0.00         0.05           74           19        7.8          6
## 10027        0.00         0.05           57           28        8.1          8
## 10029        0.01         0.05           70            6        7.8         27
## 10030        0.00         0.05           79           50        7.5         83
## 10031        0.01         0.05           78           17        7.2        249
## 10033        0.00         0.05           50           11        7.8          6
## 10035        0.00         0.05           76            7        7.8          4
## 10038        0.00         0.05           64           29        7.3         13
## 10044        0.01         0.05           93           55        8.8       1128
## 10045        0.00         0.05           47           32        4.9          8
## 10047        0.00         0.05           34            8        1.7          6
## 10051        0.01         0.04           60           19        7.0          4
## 10055        0.00         0.04           73           38        7.3          8
## 10056        0.01         0.04           71           37        8.2          9
## 10059        0.00         0.04           43            5        7.5          4
## 10062        0.00         0.04           60           33        6.1          7
## 10063        0.01         0.04           86            9        8.8        115
## 10066        0.00         0.04           66           26        7.4         38
## 10067        0.00         0.04           72           26        7.0          4
## 10071        0.01         0.04           76           23        7.7         40
## 10074        0.00         0.04           65           15        5.7          7
## 10075        0.01         0.04           77           41        7.9        349
## 10076        0.00         0.04           78           22        7.2         21
## 10080        0.00         0.04           52           34        2.8          5
## 10081        0.00         0.04           34           41        2.2         42
## 10082        0.00         0.04           73           42        8.8         24
## 10088        0.00         0.04           71            7        7.2          6
## 10091        0.00         0.04           39            4        7.4         10
## 10094        0.01         0.04           74           32        7.6         43
## 10095        0.00         0.04           64            9        6.9          9
## 10096        0.00         0.04           73           18        7.5         57
## 10097        0.00         0.04           68           22        8.3          4
## 10098        0.00         0.04           82           31        8.1         14
## 10104        0.00         0.04           66           25        6.8          6
## 10107        0.00         0.04           68           33        7.4         16
## 10109        0.00         0.03           63           14        6.0          7
## 10110        0.00         0.03           84           25        8.0          6
## 10114        0.01         0.03           71           33        7.2         54
## 10115        0.01         0.03           82           35        8.8        528
## 10118        0.00         0.03           41            4        8.0          6
## 10120        0.01         0.03           84           46        8.5        108
## 10123        0.00         0.03           57            4        6.9          7
## 10124        0.00         0.03           70           18        6.4          8
## 10125        0.00         0.03           69           18        7.1          7
## 10126        0.00         0.03           48           35        4.9         18
## 10132        0.00         0.03           56           22        5.8          8
## 10133        0.00         0.03           58           17        6.1          7
## 10139        0.00         0.03           56            6        5.8          6
## 10149        0.00         0.03           81           16        8.5          6
## 10152        0.00         0.03           39           11        4.5          4
## 10154        0.00         0.03           66           16        4.5          4
## 10156        0.00         0.03           64           15        7.9         10
## 10157        0.00         0.03           83            8        8.6          5
## 10159        0.00         0.03           73           32        7.4         57
## 10160        0.00         0.03           62           13        8.5         11
## 10165        0.00         0.03           75           14        7.7          6
## 10166        0.00         0.03           84           30        8.7        104
## 10168        0.00         0.03           53           32        6.7         10
## 10169        0.00         0.03           68            4        9.3          4
## 10170        0.00         0.03           72            8        7.4          7
## 10172        0.00         0.03           80           48        6.8        326
## 10181        0.00         0.02           51           21        6.0          6
## 10182        0.00         0.02           82           46        6.5        565
## 10183        0.00         0.02           75           25        8.6         79
## 10184        0.00         0.02           30            4        4.2          5
## 10185        0.00         0.02           40           12        5.4          8
## 10188        0.00         0.02           71           29        8.3         23
## 10190        0.00         0.02           51           24        7.6         14
## 10193        0.00         0.02           59            8        7.1         11
## 10199        0.00         0.02           59           44        8.6         51
## 10201        0.00         0.02           54           20        7.4          5
## 10205        0.00         0.02           40           17        7.0          5
## 10208        0.00         0.02           46            7        7.7          6
## 10213        0.00         0.02           84           36        7.5        366
## 10222        0.00         0.02           57            8        7.0          7
## 10225        0.00         0.02           65           16        4.6         17
## 10229        0.00         0.02           84           16        7.8         53
## 10241        0.00         0.02           72           34        8.6          9
## 10243        0.00         0.02           67           30        8.3          4
## 10253        0.00         0.02           63           24        6.8          5
## 10254        0.00         0.02           71           37        8.5         11
## 10255        0.00         0.02           82           31        7.9        244
## 10258        0.00         0.02           42            4        7.0          5
## 10259        0.00         0.02           62           20        6.5         11
## 10262        0.00         0.02           42           29        4.0          4
## 10265        0.00         0.02           75           21        7.3        206
## 10266        0.00         0.02           36            6        4.0          5
## 10272        0.00         0.02           57           19        7.2         44
## 10274        0.00         0.02           86           20        8.2         64
## 10277        0.00         0.02           56           25        4.0         35
## 10282        0.00         0.02           60           17        6.8          6
## 10283        0.00         0.02           44            7        6.0          5
## 10285        0.00         0.02           67           23        7.9         41
## 10293        0.00         0.01           84           39        8.5        128
## 10300        0.00         0.01           72           25        7.8        223
## 10301        0.00         0.01           58            6        7.6         31
## 10309        0.00         0.01           82           22        8.0         52
## 10317        0.00         0.01           70            8        9.2         32
## 10321        0.00         0.01           69            4        4.8          5
## 10325        0.00         0.01           64           35        6.8          8
## 10335        1.90        23.21           91           64        8.6        464
## 10336        2.04        20.15           77           58        7.9         50
## 10337        1.18        15.29           77           37        7.1         19
## 10338        0.86        12.13           86           57        8.7        242
## 10339        1.73         7.69           88           65        7.6        451
## 10340        0.62         6.62           74           45        7.4         27
## 10341        0.66         4.91           88           29        8.0        121
## 10342        0.43         4.45           94           75        8.9        997
## 10343        0.47         4.37           82           36        9.1        137
## 10344        0.17         4.33           87           64        9.0        766
## 10345        0.84         4.21           80           32        7.8         47
## 10348        0.70         3.87           88           62        8.6        229
## 10349        0.79         3.65           74           34        8.4         31
## 10350        0.25         3.62           96           38        8.9       1013
## 10351        0.37         3.59           84           30        9.0        268
## 10353        0.43         3.32           60           34        7.2         82
## 10354        0.29         3.12           82           43        8.5        101
## 10356        0.26         2.67           77           39        8.2         69
## 10357        0.07         2.38           91           65        8.7        173
## 10358        0.19         2.09           84           60        9.0        212
## 10359        0.17         2.07           72           21        7.8         54
## 10361        0.31         2.04           82           41        8.2         68
## 10362        0.16         2.03           89           65        8.1        307
## 10363        0.00         2.02           62           34        8.1         97
## 10364        0.09         1.95           93           58        8.6        118
## 10366        0.08         1.86           86           39        6.7         41
## 10367        0.25         1.84           87           25        8.5         36
## 10369        0.16         1.77           47           21        6.6        129
## 10370        0.10         1.69           82           59        8.8         64
## 10371        0.06         1.69           96           82        9.4        767
## 10372        0.06         1.67           83           40        8.9        106
## 10373        0.04         1.66           72           29        8.4         71
## 10376        0.04         1.61           76           39        8.7         55
## 10379        0.04         1.57           64           25        7.9         53
## 10380        0.21         1.54           87           25        8.6         47
## 10381        0.19         1.48           82           19        7.4         20
## 10382        0.04         1.46           76           38        8.6         41
## 10386        0.06         1.39           69           29        8.8         68
## 10387        0.33         1.37           65           17        6.9         32
## 10388        0.06         1.34           88           71        7.4        116
## 10389        0.04         1.34           71           34        8.6         78
## 10390        0.24         1.32           74           36        8.5         38
## 10391        0.07         1.31           69           25        7.4         25
## 10392        1.02         1.30           78           22        8.3          6
## 10395        0.00         1.27           76           31        6.6         71
## 10396        0.01         1.26           59           20        7.7          6
## 10397        0.10         1.25           83           54        8.5        134
## 10398        0.03         1.25           64           27        8.3         74
## 10399        0.14         1.24           81           51        8.9        155
## 10400        0.04         1.24           61           44        8.1         54
## 10401        0.10         1.21           69           22        8.5        111
## 10403        0.16         1.17           77           43        8.7         70
## 10405        0.13         1.14           91           77        9.1        933
## 10406        0.16         1.14           76           27        9.0         21
## 10410        0.08         1.12           82           44        8.6         63
## 10411        0.05         1.12           78           46        5.1         27
## 10412        0.05         1.11           94           70        9.0        160
## 10413        0.22         1.09           68           51        7.6         58
## 10414        0.16         1.08           73           28        7.2          9
## 10415        0.03         1.08           67           59        8.1        106
## 10416        0.05         1.07           86           57        8.4         96
## 10417        0.34         1.07           70           31        5.6          5
## 10418        0.14         1.06           89           36        8.7         37
## 10419        0.02         1.05           92           73        7.6        213
## 10420        0.05         1.04           83           32        8.8         29
## 10421        0.14         1.03           79           30        8.4         17
## 10422        0.23         1.03           88           56        7.9        102
## 10423        0.07         1.03           75           48        7.6         33
## 10424        0.03         0.99           51           22        6.6        120
## 10425        0.02         0.98           54           27        5.4         34
## 10426        0.08         0.98           44           19        6.6         25
## 10427        0.03         0.97           87           38        8.3         27
## 10428        0.04         0.97           93           47        8.9       1841
## 10429        0.14         0.95           87           29        8.6         53
## 10432        0.07         0.93           70           13        6.1         24
## 10434        0.05         0.92           81           53        9.2        203
## 10435        0.12         0.90           90           52        8.8        114
## 10437        0.12         0.89           76           25        8.0         20
## 10438        0.12         0.89           83           29        6.2         16
## 10439        0.11         0.88           84           23        8.3         13
## 10440        0.12         0.87           88           37        9.0         37
## 10441        0.05         0.84           83           59        8.4         89
## 10442        0.08         0.84           86           53        8.4        108
## 10443        0.11         0.83           83           59        8.8        130
## 10444        0.15         0.82           83           49        8.0         34
## 10445        0.22         0.81           66           43        8.7         52
## 10446        0.11         0.81           75           31        4.4        166
## 10447        0.01         0.80           75           58        8.2         73
## 10448        0.06         0.77           81           75        7.3        229
## 10449        0.10         0.77           53           30        6.3         46
## 10450        0.01         0.77           77           16        8.4         27
## 10451        0.06         0.77           79           45        8.2         38
## 10456        0.06         0.75           75           23        7.9         16
## 10457        0.17         0.75           59           42        6.5         61
## 10458        0.03         0.74           84           53        7.4         40
## 10459        0.01         0.72           73           13        7.5         12
## 10460        0.10         0.72           74           52        7.9         54
## 10462        0.03         0.72           86           48        8.2         87
## 10464        0.03         0.71           77           41        7.9         16
## 10465        0.14         0.70           67           43        6.9          8
## 10466        0.03         0.70           89           84        8.6        113
## 10467        0.05         0.70           66           35        6.4         16
## 10469        0.02         0.69           89           37        7.4         34
## 10470        0.09         0.69           77           41        8.6         74
## 10471        0.09         0.68           85           46        8.5        111
## 10473        0.01         0.68           80           39        7.5         22
## 10474        0.02         0.67           78           54        8.9         89
## 10477        0.02         0.66           88           64        8.0         69
## 10478        0.05         0.65           74           36        9.0         54
## 10479        0.08         0.65           60           20        8.9          7
## 10481        0.08         0.65           77           48        8.8         43
## 10482        0.09         0.65           68           29        6.7         48
## 10483        0.03         0.64           79           30        6.4         15
## 10485        0.09         0.63           82           44        7.3         41
## 10486        0.09         0.63           78           18        7.7         18
## 10487        0.03         0.62           77           40        7.7         15
## 10489        0.03         0.61           90           35        8.6        115
## 10490        0.01         0.61           85           30        7.3         70
## 10491        0.01         0.61           71            9        6.0          8
## 10492        0.08         0.60           45           28        6.0        137
## 10493        0.02         0.60           88           48        8.8         27
## 10497        0.01         0.58           58           23        8.0         35
## 10498        0.03         0.58           85           46        8.4         28
## 10499        0.08         0.58           78           27        8.5         29
## 10500        0.02         0.57           85           56        5.7         73
## 10501        0.04         0.57           63           32        7.8         16
## 10502        0.00         0.57           78           22        8.4        109
## 10503        0.02         0.57           86           21        8.5         11
## 10504        0.03         0.57           57           22        9.1         26
## 10505        0.02         0.56           80           49        8.2         29
## 10506        0.02         0.56           80           18        9.1         22
## 10507        0.07         0.56           64           41        7.3         70
## 10508        0.02         0.56           81           25        8.2         17
## 10509        0.14         0.56           75           39        6.6         21
## 10510        0.06         0.55           94           53        9.3        439
## 10512        0.07         0.55           76           46        7.7         63
## 10513        0.07         0.54           66           21        7.0         49
## 10514        0.01         0.54           85           42        8.9        141
## 10515        0.07         0.54           83           41        8.7         38
## 10516        0.07         0.53           78           19        9.1         13
## 10517        0.02         0.53           82           43        8.5         11
## 10518        0.01         0.53           89           65        8.4         66
## 10519        0.02         0.53           72           42        7.0         15
## 10520        0.07         0.53           63           26        6.3         27
## 10521        0.07         0.53           68           36        7.7         24
## 10522        0.07         0.53           84           52        8.5         72
## 10523        0.01         0.52           81           21        8.0         25
## 10524        0.07         0.52           86           61        8.9         51
## 10525        0.02         0.52           79           55        7.8         29
## 10527        0.07         0.52           68           44        8.2         56
## 10528        0.07         0.52           80           41        7.9         26
## 10530        0.06         0.51           78           30        8.4          5
## 10531        0.06         0.50           67           21        9.0         26
## 10532        0.07         0.50           64           42        7.8         19
## 10533        0.07         0.49           69           42        7.9         42
## 10534        0.02         0.49           66           13        7.6         28
## 10535        0.03         0.49           77           38        8.3         53
## 10536        0.02         0.49           72           37        7.7         38
## 10538        0.02         0.48           81           30        5.1         11
## 10539        0.06         0.47           58           31        8.0         10
## 10541        0.06         0.47           46           15        8.2         20
## 10543        0.03         0.47           85           76        8.2        223
## 10544        0.01         0.47           69           28        8.4         19
## 10546        0.01         0.46           76            6        7.7          6
## 10547        0.06         0.46           71           20        7.9         23
## 10548        0.06         0.46           49           13        5.4         29
## 10549        0.06         0.46           82           30        7.6         30
## 10550        0.06         0.46           58           25        8.8         51
## 10553        0.06         0.45           75           37        8.4         52
## 10555        0.02         0.45           56           48        6.9         47
## 10557        0.03         0.44           89           19        7.9          9
## 10559        0.02         0.44           84           50        8.7        199
## 10560        0.06         0.44           80           42        8.5         65
## 10561        0.02         0.44           50           14        5.9         21
## 10562        0.01         0.44           83           41        7.6         45
## 10565        0.06         0.44           75           24        8.7         33
## 10568        0.06         0.43           68           36        8.4         17
## 10569        0.03         0.43           89           52        8.5        171
## 10570        0.05         0.43           46           18        6.7          6
## 10571        0.05         0.42           81           28        5.8         18
## 10572        0.01         0.42           76           26        7.7         15
## 10574        0.03         0.42           80           18        7.6         13
## 10575        0.01         0.42           69           20        6.3         13
## 10577        0.05         0.42           70           30        7.5         46
## 10578        0.03         0.41           81           72        8.2        146
## 10579        0.02         0.41           74           39        6.6         28
## 10581        0.06         0.41           50            5        7.6         16
## 10582        0.06         0.41           69           29        7.6         36
## 10583        0.05         0.40           59           38        5.7         20
## 10585        0.01         0.40           76           43        8.8         18
## 10586        0.05         0.40           81           32        9.0         21
## 10587        0.01         0.40           80           21        8.3         13
## 10588        0.03         0.40           81           30        8.5         37
## 10589        0.05         0.40           71            7        8.5          8
## 10590        0.02         0.39           77           53        7.4         20
## 10593        0.01         0.39           58           11        7.5          6
## 10594        0.03         0.39           90           49        9.0        163
## 10595        0.01         0.39           84           40        7.2         35
## 10598        0.01         0.38           54           19        5.7         24
## 10599        0.05         0.38           60            7        5.1          7
## 10600        0.05         0.38           81           52        7.7        519
## 10601        0.01         0.38           75           16        8.6          8
## 10602        0.01         0.37           76           36        7.2         21
## 10603        0.03         0.37           75           52        6.7         80
## 10604        0.03         0.37           73           23        7.4         14
## 10605        0.05         0.36           53            6        6.0          8
## 10606        0.05         0.36           50           24        7.0         21
## 10607        0.05         0.36           60           12        7.1          8
## 10608        0.01         0.36           84           27        8.7         15
## 10612        0.03         0.35           81           45        8.7         45
## 10614        0.04         0.35           70           15        6.9          9
## 10615        0.04         0.35           35           21        4.1         28
## 10617        0.01         0.34           76           36        6.0        263
## 10618        0.02         0.34           67            5        7.6         10
## 10619        0.01         0.34           47            9        6.8          4
## 10620        0.03         0.34           79           76        8.1        107
## 10621        0.01         0.34           61           37        6.6         19
## 10623        0.01         0.33           73           22        8.3          8
## 10625        0.01         0.33           76           28        7.9         14
## 10626        0.04         0.33           66           21        8.8          6
## 10628        0.01         0.33           88           20        8.7         16
## 10631        0.01         0.32           89           41        8.9         10
## 10632        0.04         0.32           74           37        8.4         42
## 10633        0.03         0.32           75           43        7.2         21
## 10636        0.02         0.32           58           15        8.7         30
## 10637        0.04         0.31           59           29        7.9         52
## 10638        0.01         0.31           73           39        7.3         20
## 10639        0.01         0.31           78           37        6.6         19
## 10640        0.01         0.31           85           41        8.6         25
## 10642        0.03         0.31           79           34        8.3         44
## 10644        0.02         0.31           71           36        7.4          8
## 10645        0.02         0.30           73           22        7.8         19
## 10646        0.01         0.30           62            4        7.3         12
## 10650        0.01         0.30           36            5        3.8          6
## 10651        0.04         0.30           61           18        8.5         30
## 10653        0.04         0.30           74           24        8.0         13
## 10654        0.01         0.29           88           36        8.4         16
## 10655        0.02         0.29           64           35        5.6         16
## 10656        0.04         0.29           82           19        8.5        525
## 10657        0.01         0.29           72           43        8.1         16
## 10658        0.04         0.29           58            5        7.3          8
## 10659        0.04         0.29           76           31        8.4         15
## 10660        0.01         0.29           70           51        8.1         42
## 10661        0.02         0.29           84           30        8.2         43
## 10663        0.02         0.29           81           15        7.3         26
## 10665        0.01         0.28           69           12        8.2         26
## 10666        0.01         0.28           85           55        8.2         21
## 10668        0.01         0.28           58           34        7.5         20
## 10670        0.01         0.28           60           43        7.8         17
## 10671        0.01         0.27           71           41        7.1          7
## 10673        0.01         0.27           79           25        5.9          7
## 10674        0.03         0.27           75           52        8.3         62
## 10675        0.01         0.27           62           46        6.6          8
## 10677        0.03         0.27           52           14        8.3         21
## 10678        0.02         0.27           45            4        6.1         22
## 10682        0.01         0.26           88           65        9.1         58
## 10684        0.02         0.26           80           57        7.5         79
## 10685        0.02         0.26           58           20        7.6         19
## 10686        0.02         0.25           79           51        7.9         32
## 10689        0.01         0.25           71           22        7.9         14
## 10690        0.01         0.25           79           35        8.4         18
## 10692        0.01         0.25           75           31        7.1          8
## 10693        0.01         0.25           64           27        7.4         12
## 10694        0.01         0.25           70           19        7.4         21
## 10695        0.01         0.25           55            4        7.9         10
## 10696        0.01         0.25           82           34        6.2         26
## 10700        0.02         0.24           80           26        7.9         18
## 10701        0.03         0.24           84           39        9.1        117
## 10702        0.01         0.24           83           14        8.9         44
## 10703        0.00         0.24           70           30        5.0          6
## 10704        0.03         0.24           78           25        7.7         13
## 10705        0.01         0.24           81           30        8.3          8
## 10706        0.01         0.24           51           11        6.1          8
## 10707        0.03         0.24           68            9        7.1         25
## 10710        0.01         0.24           61           32        4.0          6
## 10711        0.00         0.24           64            7        5.4          5
## 10712        0.02         0.24           63           24        7.8          8
## 10713        0.01         0.23           68           26        5.8         10
## 10714        0.02         0.23           68           15        6.0          6
## 10716        0.01         0.23           88           49        7.5        164
## 10717        0.01         0.23           84           47        8.0         22
## 10720        0.02         0.23           81           33        8.6         31
## 10722        0.03         0.23           74           49        8.3         19
## 10724        0.02         0.23           73           27        8.1         13
## 10725        0.02         0.23           79           23        8.1         44
## 10726        0.03         0.22           74           33        8.4         65
## 10728        0.02         0.22           75           25        8.5         15
## 10731        0.01         0.22           70           20        8.5         13
## 10732        0.02         0.22           72           19        5.4          8
## 10734        0.01         0.22           70           11        7.8          6
## 10736        0.02         0.21           57           25        6.9         14
## 10737        0.01         0.21           83           32        7.5         26
## 10738        0.03         0.21           60           17        8.6          5
## 10739        0.02         0.21           67           21        7.7         16
## 10740        0.02         0.21           84           31        8.7         55
## 10741        0.03         0.21           63           22        5.2         13
## 10742        0.01         0.21           75           43        8.1         21
## 10745        0.02         0.21           37            6        6.4         20
## 10746        0.01         0.21           65           56        7.1         21
## 10747        0.03         0.21           78           54        8.3         23
## 10748        0.03         0.21           68           26        8.5          8
## 10749        0.02         0.21           78           25        7.4         14
## 10750        0.01         0.21           48           11        6.6         11
## 10752        0.02         0.20           68           31        8.6         17
## 10753        0.01         0.20           76           21        7.2          5
## 10757        0.02         0.20           63           37        7.3         16
## 10758        0.03         0.20           51           32        5.3          7
## 10759        0.01         0.20           72           31        6.0          6
## 10761        0.01         0.20           71           34        8.8         12
## 10762        0.01         0.20           74           65        7.1         28
## 10763        0.03         0.20           53           20        7.0         10
## 10764        0.03         0.20           59           33        7.5         18
## 10765        0.01         0.20           80           15        7.9          8
## 10766        0.03         0.20           47           14        8.8         76
## 10767        0.03         0.20           51           26        2.1          9
## 10769        0.02         0.19           76           21        8.9         36
## 10770        0.02         0.19           70           13        7.4         16
## 10772        0.02         0.19           56           10        6.4         22
## 10773        0.02         0.19           62           15        8.5         10
## 10774        0.01         0.19           61           40        7.3         21
## 10775        0.02         0.19           68           37        8.0          5
## 10777        0.02         0.19           68           13        8.1         15
## 10778        0.01         0.18           64           30        6.4          8
## 10779        0.01         0.18           69           46        7.8         10
## 10780        0.01         0.18           51           27        2.8          6
## 10782        0.01         0.18           61           36        7.8          4
## 10785        0.01         0.18           65           20        7.5          4
## 10786        0.01         0.18           49           24        5.5         36
## 10787        0.00         0.18           77           27        8.6          8
## 10792        0.00         0.18           39           16        3.2          6
## 10793        0.01         0.18           59           16        8.9         14
## 10794        0.01         0.18           38           12        6.0         59
## 10795        0.01         0.18           68           39        9.1         15
## 10798        0.02         0.17           75           37        8.0         23
## 10799        0.02         0.17           78           32        8.3         11
## 10801        0.00         0.17           59           25        8.8         24
## 10802        0.00         0.17           87           32        7.9          7
## 10806        0.00         0.17           61            5        6.9          9
## 10807        0.02         0.17           78           23        8.8        431
## 10808        0.01         0.17           48           33        8.1         12
## 10809        0.00         0.17           80           27        7.5         14
## 10812        0.03         0.16           94           50        8.3        909
## 10813        0.01         0.16           75           59        7.8         26
## 10815        0.00         0.16           66           14        7.3         11
## 10816        0.01         0.16           66           32        7.7         11
## 10817        0.01         0.16           83           54        8.9         35
## 10821        0.00         0.16           67            7        6.6          7
## 10824        0.01         0.16           50           18        5.7         16
## 10826        0.01         0.16           72           49        7.1         36
## 10828        0.01         0.15           78           17        7.7         10
## 10829        0.00         0.15           75           17        9.3          4
## 10830        0.02         0.15           48            7        6.9         37
## 10831        0.01         0.15           78           55        7.5         23
## 10833        0.01         0.15           74           49        8.3         30
## 10835        0.02         0.15           70           43        7.6         17
## 10837        0.01         0.15           72           38        7.5         19
## 10838        0.01         0.15           75           30        7.0         12
## 10839        0.00         0.15           74           57        8.5         64
## 10840        0.02         0.15           83           47        7.8        104
## 10841        0.01         0.15           62           39        6.0         34
## 10842        0.02         0.15           64           47        8.9          9
## 10845        0.02         0.15           52           33        6.8         12
## 10846        0.00         0.15           66           43        8.5         23
## 10848        0.01         0.15           39           12        2.5          4
## 10850        0.00         0.15           84           30        9.1         14
## 10851        0.00         0.15           84           34        8.1         22
## 10853        0.00         0.15           66           38        7.2         10
## 10855        0.01         0.15           81           25        8.2          9
## 10858        0.02         0.14           76           42        8.2         33
## 10859        0.01         0.14           59           36        3.0          4
## 10860        0.02         0.14           69           38        7.3         17
## 10862        0.01         0.14           81           35        8.1         10
## 10863        0.01         0.14           65           22        6.8          4
## 10866        0.00         0.14           71            5        5.5          6
## 10872        0.01         0.14           65           17        2.8         17
## 10877        0.01         0.13           51           17        3.7          7
## 10878        0.01         0.13           65           13        7.0         25
## 10879        0.02         0.13           72           35        8.8         14
## 10880        0.01         0.13           28            5        3.2         32
## 10883        0.01         0.13           54           26        7.2         22
## 10884        0.01         0.13           61           14        7.5          4
## 10885        0.00         0.13           80           12        9.2          5
## 10886        0.02         0.13           58           34        5.5         49
## 10888        0.00         0.13           76           33        8.2          5
## 10889        0.02         0.13           77           51        8.5         22
## 10893        0.00         0.13           73           36        8.8         12
## 10894        0.00         0.13           68           50        7.5         68
## 10896        0.00         0.13           69           17        7.8         11
## 10897        0.02         0.12           77           41        7.3         12
## 10898        0.01         0.12           66            9        6.3         12
## 10901        0.02         0.12           43           16        2.0          5
## 10902        0.01         0.12           59           30        6.2         17
## 10908        0.00         0.12           88           54        9.0         71
## 10909        0.02         0.12           39            4        8.1          9
## 10910        0.00         0.12           74           26        7.0         13
## 10911        0.01         0.12           64           16        7.7         14
## 10914        0.01         0.12           73           23        7.7         22
## 10916        0.01         0.11           69           12        8.1         20
## 10919        0.01         0.11           73           41        8.2         23
## 10920        0.00         0.11           75           55        8.1         16
## 10921        0.00         0.11           53           34        8.0          8
## 10922        0.01         0.11           68           39        7.7         27
## 10926        0.01         0.11           58           25        7.5         18
## 10927        0.01         0.11           77           17        7.7         20
## 10928        0.00         0.11           77           14        8.9         15
## 10929        0.00         0.11           79           44        7.0         10
## 10932        0.01         0.11           69           33        7.8         21
## 10933        0.01         0.11           58           29        7.4         24
## 10934        0.00         0.11           39           20        0.5          8
## 10935        0.01         0.11           73           11        6.3          4
## 10938        0.01         0.11           66           18        6.4          5
## 10939        0.01         0.11           43           30        5.6         22
## 10940        0.01         0.11           75           14        7.0          6
## 10942        0.00         0.11           77           17        9.1         21
## 10944        0.00         0.11           82           19        4.8          4
## 10946        0.00         0.11           54           35        7.4          5
## 10949        0.01         0.10           67           28        7.8         12
## 10950        0.00         0.10           70           52        7.4         19
## 10952        0.00         0.10           68           22        5.9          9
## 10953        0.01         0.10           69           15        8.3          8
## 10954        0.01         0.10           54           17        4.0          5
## 10955        0.00         0.10           81           28        8.5         15
## 10956        0.01         0.10           61           23        7.4         10
## 10957        0.01         0.10           51           45        6.2         24
## 10958        0.00         0.10           60           21        8.0          9
## 10959        0.00         0.10           62           24        7.9          8
## 10960        0.01         0.10           58           16        6.8          8
## 10961        0.01         0.10           49            9        8.0         11
## 10963        0.00         0.10           84           51        7.7         39
## 10964        0.01         0.10           75           37        6.1         24
## 10965        0.00         0.10           82           17        9.2          6
## 10966        0.00         0.10           46           17        8.0         10
## 10969        0.00         0.09           61           43        4.1          9
## 10971        0.00         0.09           66           17        7.3         10
## 10973        0.01         0.09           68           24        7.7         26
## 10977        0.01         0.09           86           33        8.7         61
## 10981        0.00         0.09           94           32        8.7        121
## 10983        0.00         0.09           71           20        9.3          4
## 10984        0.01         0.09           71           36        9.0         25
## 10985        0.01         0.09           71           13        8.5         10
## 10986        0.01         0.09           70           37        8.7         22
## 10987        0.00         0.09           58           15        7.3         12
## 10988        0.01         0.09           71           15        8.6         19
## 10993        0.00         0.09           77           25        8.5         11
## 10994        0.00         0.09           76           36        9.1          8
## 10997        0.00         0.09           55            4        8.1         19
## 10998        0.00         0.09           68           11        8.0          9
## 11000        0.01         0.09           78           12        8.5         17
## 11001        0.00         0.09           65           19        7.3          6
## 11004        0.01         0.09           70           39        8.1         36
## 11008        0.01         0.08           34            6        6.5         16
## 11009        0.01         0.08           77           36        7.7         13
## 11010        0.01         0.08           45           19        5.4          5
## 11011        0.00         0.08           64           14        6.8          6
## 11014        0.01         0.08           82           38        7.9         38
## 11017        0.00         0.08           78           18        9.3          7
## 11018        0.01         0.08           78           46        8.9         58
## 11019        0.01         0.08           91           55        8.4        837
## 11020        0.00         0.08           82           32        9.1         41
## 11027        0.01         0.08           90           23        7.9         95
## 11029        0.01         0.08           60           44        8.2         26
## 11032        0.01         0.08           71            5        7.7          7
## 11036        0.01         0.07           72           14        9.0         13
## 11038        0.01         0.07           51           11        5.3          4
## 11039        0.01         0.07           61            9        6.0          4
## 11041        0.00         0.07           70           29        8.2          5
## 11042        0.00         0.07           50           31        3.4          5
## 11046        0.00         0.07           44           16        2.8          4
## 11047        0.00         0.07           44            9        8.5          4
## 11049        0.00         0.07           54           10        1.4         11
## 11051        0.01         0.07           67           33        8.8         44
## 11053        0.01         0.07           50           22        7.0         25
## 11055        0.01         0.07           61           23        7.4         14
## 11057        0.01         0.07           56           35        8.3         17
## 11059        0.00         0.07           35            6        5.6         11
## 11060        0.00         0.07           73           24        8.3         15
## 11061        0.01         0.07           83           54        8.7        489
## 11067        0.01         0.07           73           28        8.8         14
## 11070        0.00         0.07           83           31        8.5         13
## 11071        0.00         0.06           51           40        6.9          8
## 11073        0.00         0.06           63           17        7.8          4
## 11074        0.01         0.06           51           38        6.7         11
## 11077        0.00         0.06           72           30        7.3          8
## 11078        0.00         0.06           32            9        5.8         10
## 11081        0.01         0.06           68           34        7.8         14
## 11087        0.00         0.06           71           41        7.6         20
## 11088        0.00         0.06           77           51        8.1         37
## 11090        0.01         0.06           86           64        8.4        626
## 11091        0.00         0.06           72           34        6.7         11
## 11096        0.01         0.06           60           36        7.9         14
## 11098        0.00         0.06           66           41        7.4         17
## 11099        0.00         0.06           58           10        7.0          5
## 11102        0.00         0.06           60           31        7.1         17
## 11103        0.00         0.06           71           43        7.7         19
## 11105        0.00         0.06           62           27        6.9          8
## 11106        0.01         0.06           81           31        7.8         49
## 11107        0.00         0.06           60           29        7.7         18
## 11108        0.01         0.06           73           28        8.4         11
## 11114        0.00         0.05           78           29        9.1         10
## 11115        0.00         0.05           66           22        8.0          4
## 11117        0.01         0.05           72           30        7.3         18
## 11119        0.00         0.05           68           34        8.2          6
## 11122        0.01         0.05           78           34        8.7        279
## 11126        0.01         0.05           65           27        8.6         15
## 11127        0.00         0.05           30           19        3.4          9
## 11128        0.00         0.05           75           20        7.7         11
## 11133        0.00         0.05           71           37        8.1          8
## 11134        0.00         0.05           72            8        7.8          5
## 11136        0.00         0.05           60            6        2.7         13
## 11137        0.00         0.05           38           19        6.2          6
## 11141        0.00         0.04           64           24        8.3         27
## 11145        0.01         0.04           47           17        5.0          7
## 11147        0.00         0.04           66           45        7.7          6
## 11153        0.01         0.04           66           19        5.8          9
## 11154        0.00         0.04           66           17        6.9          7
## 11155        0.00         0.04           69           27        9.2          6
## 11156        0.00         0.04           69           28        8.4         73
## 11160        0.00         0.04           51           16        7.4         16
## 11161        0.01         0.04           84           62        8.3        131
## 11165        0.00         0.04           74           35        8.2         17
## 11167        0.00         0.04           45           25        6.5          8
## 11177        0.00         0.03           60           10        6.5          4
## 11178        0.00         0.03           67           18        7.8         19
## 11182        0.00         0.03           71           49        7.0         37
## 11186        0.00         0.03           62           21        6.2          6
## 11190        0.00         0.03           54            5        8.8          4
## 11191        0.00         0.03           89           53        8.4        455
## 11192        0.00         0.03           66           16        7.8         10
## 11195        0.00         0.03           79           39        7.1         89
## 11196        0.00         0.03           62           10        7.5          6
## 11198        0.00         0.03           48            9        4.2          5
## 11200        0.00         0.03           47           27        8.2         12
## 11210        0.00         0.03           62           26        7.3          9
## 11211        0.00         0.03           85           49        8.6        224
## 11212        0.00         0.03           80           51        7.9        159
## 11217        0.00         0.02           60           25        8.0          4
## 11218        0.00         0.02           56            6        7.7          6
## 11220        0.00         0.02           71           28        9.2         27
## 11222        0.00         0.02           73           20        7.4          5
## 11224        0.00         0.02           90            7        8.6         37
## 11226        0.00         0.02           84           21        8.6         44
## 11228        0.00         0.02           48           15        5.5          4
## 11229        0.00         0.02           58           11        6.5          4
## 11230        0.00         0.02           85           41        8.3        375
## 11231        0.00         0.02           81           62        7.6        281
## 11233        0.00         0.02           63           14        6.5          4
## 11238        0.00         0.02           33            9        2.8          4
## 11239        0.00         0.02           38            9        3.6          7
## 11240        0.00         0.02           74            9        7.5          4
## 11242        0.00         0.02           46           18        6.1         29
## 11243        0.00         0.02           76           18        6.7         19
## 11246        0.00         0.02           46           25        4.0          5
## 11247        0.00         0.02           43           13        4.8          5
## 11250        0.00         0.02           45           10        7.5          4
## 11255        0.00         0.02           33           14        7.0          9
## 11256        0.00         0.02           76           13        8.0        142
## 11257        0.00         0.02           58           12        8.7          7
## 11259        0.00         0.01           49            9        5.2          5
## 11260        0.00         0.01           80           36        8.1         15
## 11264        0.00         0.01           61           17        7.8          5
## 11265        0.00         0.01           69           27        3.0          4
## 11266        0.00         0.01           74           31        7.0        152
## 11273       10.57        20.81           95           80        9.0       1588
## 11274        7.53        11.66           89           74        8.5        272
## 11277        0.08         8.49           95           91        8.2       1218
## 11278        1.09         6.90           82           39        8.6        132
## 11279        0.21         6.41           76           28        9.0        222
## 11280        0.00         6.29           93           57        7.3       2182
## 11281        0.20         5.21           89           63        8.8        245
## 11282        0.08         4.53           91           30        7.9         78
## 11283        1.93         4.23           91           68        9.3        955
## 11284        0.68         3.85           91           26        9.1         38
## 11285        0.59         3.70           81           27        7.6         56
## 11286        0.44         3.61           82           36        8.7        142
## 11287        0.43         3.41           80           50        8.9        106
## 11288        0.22         2.90           73           21        8.6         30
## 11289        0.24         2.89           76           49        7.7         69
## 11290        0.34         2.68           93           52        9.1        271
## 11291        0.09         2.66           85           87        8.5        268
## 11292        0.36         2.62           90           37        8.2         84
## 11293        0.35         2.59           84           21        8.1         44
## 11295        0.00         2.37           96           81        9.1       8665
## 11296        0.30         2.37           62           36        7.6         22
## 11297        0.26         2.37           83           59        8.8         55
## 11298        0.32         2.31           84           42        9.1         51
## 11300        0.10         2.28           77           35        8.7         27
## 11301        0.06         2.25           87           55        9.4        306
## 11302        0.27         2.13           77           26        9.0         20
## 11304        0.33         1.96           81           57        8.7         34
## 11305        0.04         1.94           77           32        8.9        137
## 11306        0.21         1.93           79           48        8.5         69
## 11307        0.25         1.92           80           18        9.2         46
## 11308        0.24         1.88           81           43        8.5         90
## 11309        0.02         1.86           71           32        8.5         24
## 11311        0.03         1.85           84           55        8.6        246
## 11312        0.06         1.85           76           37        7.9         84
## 11313        0.23         1.81           88           64        9.0        178
## 11314        0.36         1.78           57           53        7.6         47
## 11315        0.16         1.76           75            5        9.0         54
## 11316        0.22         1.76           83           46        8.9         73
## 11317        0.29         1.76           70           25        8.2         24
## 11318        0.07         1.75           80           55        9.1         57
## 11320        0.08         1.72           91           39        7.6         26
## 11321        0.18         1.71           84           57        9.1         81
## 11322        0.21         1.66           83           44        9.2         19
## 11323        0.05         1.65           71           33        7.9         51
## 11326        0.22         1.64           83           51        8.5        120
## 11327        0.07         1.63           92           42        9.1         93
## 11328        0.22         1.62           88           29        8.8         35
## 11329        0.21         1.61           77           33        8.7         20
## 11330        0.21         1.59           83           24        7.5         36
## 11331        0.20         1.48           85           43        9.0         25
## 11332        0.07         1.48           93           74        8.6         68
## 11334        0.07         1.45           85           53        8.6         73
## 11335        0.19         1.45           73           42        7.8         70
## 11336        0.09         1.44           88           30        8.2         20
## 11337        0.03         1.43           84           14        8.6         44
## 11338        0.10         1.42           89           56        9.0        203
## 11339        0.19         1.42           80           36        8.9         45
## 11340        0.18         1.41           87           19        8.4         15
## 11341        0.27         1.40           88           58        8.2         65
## 11342        0.06         1.40           79           30        8.4         34
## 11343        0.05         1.37           86           67        8.6        140
## 11344        0.06         1.36           80           53        8.9         58
## 11345        0.02         1.35           73           37        8.7         23
## 11347        0.04         1.34           80           49        8.3         30
## 11348        0.18         1.34           90           28        8.6         51
## 11350        0.04         1.33           92           60        8.8        279
## 11351        0.17         1.33           57           15        6.5         21
## 11352        0.04         1.31           94           76        7.2        139
## 11353        0.16         1.29           75           51        8.6         27
## 11354        0.16         1.28           85           51        8.4         57
## 11356        0.17         1.25           87           45        8.6         34
## 11357        0.04         1.23           91           89        8.8        152
## 11358        0.16         1.23           57           51        5.5        102
## 11359        0.04         1.23           80           22        9.1         37
## 11360        0.03         1.22           80           43        8.5         48
## 11361        0.04         1.21           73           55        7.8         22
## 11362        0.16         1.20           78           37        8.4         16
## 11363        0.03         1.20           90           54        9.1        137
## 11365        0.02         1.17           81           43        8.0         31
## 11366        0.15         1.16           70           31        6.3         24
## 11367        0.15         1.15           43            5        3.4         13
## 11369        0.02         1.13           84           55        8.6         14
## 11370        0.04         1.12           83           60        8.3         40
## 11372        0.10         1.08           58           21        6.0         19
## 11373        0.02         1.06           65           12        7.7          6
## 11374        0.03         1.02           70           25        6.4         14
## 11375        0.13         1.02           70           29        8.7         29
## 11377        0.04         0.97           81           34        8.7         23
## 11378        0.04         0.95           85           28        8.7         22
## 11379        0.13         0.95           60            8        7.7         11
## 11380        0.13         0.94           70           67        7.4        254
## 11381        0.03         0.94           73            9        7.8         13
## 11383        0.04         0.91           75           20        7.9         12
## 11384        0.12         0.90           78           36        7.6          9
## 11385        0.04         0.90           82           63        8.5         14
## 11386        0.04         0.90           85           28        7.6         14
## 11387        0.02         0.89           84           16        8.6         58
## 11388        0.02         0.89           85           38        9.1        132
## 11389        0.11         0.88           86           25        8.1         18
## 11391        0.03         0.85           88           26        8.9         14
## 11392        0.02         0.84           80           41        8.8         30
## 11393        0.02         0.84           63           27        7.1          7
## 11394        0.11         0.84           86           14        8.1         10
## 11395        0.01         0.84           89           50        9.0        132
## 11396        0.01         0.83           57            6        5.0          5
## 11397        0.02         0.81           86           55        7.2         74
## 11398        0.10         0.81           70           34        8.2         17
## 11399        0.10         0.80           80           39        8.3         43
## 11400        0.04         0.80           83           55        7.5         35
## 11401        0.04         0.77           46           28        5.9         34
## 11402        0.03         0.76           56           57        4.7         69
## 11403        0.10         0.76           65           47        6.9         30
## 11404        0.03         0.76           81           53        8.8         24
## 11405        0.01         0.76           39            6        7.6          5
## 11406        0.10         0.75           69           30        6.5          6
## 11407        0.03         0.75           83           55        7.8         12
## 11408        0.01         0.73           55           15        4.8          4
## 11409        0.03         0.73           84           67        8.7         27
## 11410        0.08         0.73           86           55        9.0         86
## 11412        0.09         0.71           49            6        6.2          5
## 11414        0.09         0.70           65           30        7.6         62
## 11415        0.01         0.70           73            8        7.5         39
## 11416        0.01         0.69           62           35        4.9         11
## 11417        0.09         0.68           78           44        8.7         54
## 11418        0.01         0.68           63            8        9.0          4
## 11419        0.03         0.68           89           29        8.0         12
## 11420        0.02         0.68           85           47        8.7         20
## 11423        0.02         0.66           81           38        8.8          9
## 11425        0.08         0.66           78           30        8.7         20
## 11426        0.05         0.66           63           44        7.3         47
## 11428        0.01         0.65           60           23        6.6          5
## 11429        0.01         0.64           67           23        6.6         12
## 11430        0.08         0.64           60           16        8.0         44
## 11431        0.08         0.64           64           38        8.0        129
## 11432        0.09         0.64           60           38        7.0         32
## 11433        0.02         0.64           83           51        7.4         27
## 11436        0.08         0.64           63           25        5.7         12
## 11438        0.08         0.62           71           31        8.0         10
## 11439        0.03         0.62           72            6        9.2         25
## 11440        0.08         0.62           48           14        6.8          4
## 11441        0.08         0.62           68           23        8.6          8
## 11443        0.01         0.61           49            7        6.8          6
## 11444        0.01         0.61           62           19        8.9         39
## 11446        0.08         0.59           62            8        8.1          8
## 11447        0.02         0.59           90           31        8.5         19
## 11449        0.06         0.59           60           38        7.5         13
## 11450        0.08         0.59           81           26        9.0         20
## 11451        0.08         0.58           73           35        8.2         60
## 11454        0.01         0.57           60           25        7.0         12
## 11455        0.08         0.57           73           27        7.9         27
## 11456        0.05         0.57           58           35        7.7         70
## 11458        0.01         0.56           66           10        7.5          6
## 11460        0.07         0.56           55            4        8.4         16
## 11462        0.02         0.55           72           31        8.4          5
## 11463        0.02         0.55           74           61        8.5         26
## 11464        0.02         0.54           74           14        8.5          8
## 11467        0.02         0.54           74           11        9.2         42
## 11471        0.07         0.53           78           19        8.3         13
## 11472        0.07         0.53           58           24        8.1         21
## 11474        0.02         0.53           78           30        7.7         14
## 11475        0.07         0.53           71           24        8.2         22
## 11476        0.01         0.53           81           36        8.5         11
## 11477        0.01         0.52           69           11        8.1         12
## 11478        0.02         0.51           62           26        7.3         24
## 11480        0.01         0.51           73           26        7.0         21
## 11481        0.02         0.51           82           35        8.1          8
## 11482        0.06         0.51           76           54        7.8        191
## 11485        0.02         0.50           83           64        8.7         25
## 11486        0.06         0.50           65            8        7.3          8
## 11487        0.03         0.50           68           37        8.9         46
## 11488        0.01         0.50           82           30        8.9         17
## 11489        0.04         0.49           61           46        5.0          6
## 11491        0.02         0.49           61           55        7.2         20
## 11493        0.01         0.48           62            4        7.8          8
## 11494        0.02         0.48           78           44        6.5         11
## 11495        0.06         0.47           62           19        8.7         21
## 11496        0.01         0.47           85           54        9.0        142
## 11500        0.06         0.45           75           21        8.3         23
## 11503        0.01         0.45           72           17        8.6         13
## 11504        0.01         0.45           83           17        6.7          7
## 11505        0.01         0.45           79           47        9.1         81
## 11507        0.01         0.45           84           38        8.6         14
## 11509        0.06         0.44           47           25        7.8         12
## 11510        0.06         0.44           64           41        8.5         19
## 11512        0.02         0.44           81           18        9.3         12
## 11515        0.01         0.43           58            9        8.6         18
## 11516        0.01         0.43           72            8        8.2         13
## 11517        0.06         0.43           51            7        8.1         28
## 11519        0.06         0.43           71           38        7.8          5
## 11521        0.02         0.42           88           32        8.5         14
## 11522        0.06         0.42           47            4        7.5         13
## 11524        0.01         0.42           72            8        8.0          4
## 11526        0.01         0.42           84           41        8.2         25
## 11527        0.02         0.42           78           16        7.1          7
## 11528        0.01         0.42           81           32        8.8         17
## 11532        0.05         0.42           77           47        8.9         40
## 11534        0.05         0.40           66           12        4.3          6
## 11535        0.02         0.40           73           19        8.4         16
## 11538        0.01         0.40           74           31        8.9         13
## 11539        0.05         0.39           66           44        8.5         20
## 11540        0.01         0.39           69           30        6.0          9
## 11541        0.01         0.39           79            9        7.6          5
## 11542        0.01         0.38           86           18        8.3         11
## 11543        0.05         0.38           70           30        8.5         16
## 11545        0.05         0.38           78           30        7.0          9
## 11546        0.01         0.38           67           22        7.3          8
## 11548        0.01         0.37           65           31        8.1         27
## 11549        0.01         0.36           60           35        6.7         14
## 11550        0.01         0.36           81           66        7.5         23
## 11551        0.05         0.36           59            6        8.7         32
## 11555        0.01         0.35           81           30        8.0          4
## 11557        0.04         0.34           65           34        8.6         20
## 11559        0.01         0.34           78           44        8.8         15
## 11560        0.01         0.34           70           28        6.5         10
## 11561        0.04         0.34           60           44        6.3         18
## 11562        0.05         0.33           51           48        5.8          4
## 11563        0.01         0.33           75           22        8.6          8
## 11564        0.01         0.33           74           10        8.6         12
## 11568        0.04         0.32           82           25        7.8         10
## 11569        0.01         0.32           81           50        7.9         31
## 11570        0.00         0.32           71           29        8.8         19
## 11572        0.01         0.31           74           38        7.4          7
## 11573        0.04         0.30           55           24        6.1          7
## 11576        0.04         0.30           77           30        9.5          4
## 11577        0.04         0.29           90           61        8.8        676
## 11578        0.04         0.29           68           23        8.5         63
## 11579        0.01         0.29           74           25        7.8         19
## 11581        0.02         0.29           75           55        8.1         18
## 11582        0.04         0.29           84           46        8.9         27
## 11583        0.01         0.29           62           13        8.3         10
## 11585        0.04         0.28           90           34        8.5         35
## 11587        0.04         0.28           46           23        4.7         10
## 11588        0.01         0.28           80           18        7.8          4
## 11590        0.01         0.27           66            9        5.8         12
## 11592        0.03         0.27           61           57        7.2         13
## 11593        0.03         0.27           65           24        8.6         12
## 11594        0.01         0.27           87           69        9.1         33
## 11595        0.04         0.27           81           39        5.0        346
## 11596        0.03         0.27           67           21        8.4         20
## 11597        0.03         0.27           70           26        8.5         21
## 11598        0.03         0.27           66           20        8.3          6
## 11600        0.03         0.26           50            7        6.6          8
## 11602        0.02         0.26           73           19        8.7          7
## 11605        0.03         0.26           64           45        6.9         12
## 11607        0.03         0.26           77           30        8.1          9
## 11608        0.01         0.26           77           44        7.9         16
## 11609        0.02         0.26           68           25        7.7          7
## 11610        0.01         0.26           89           25        8.5         11
## 11611        0.01         0.26           73           34        8.4         17
## 11613        0.01         0.25           73           47        8.0          8
## 11616        0.03         0.25           77           13        8.0         10
## 11621        0.01         0.24           70           12        9.2         60
## 11623        0.00         0.24           68           33        7.1         23
## 11625        0.03         0.24           85           49        9.1         54
## 11626        0.03         0.23           76           26        7.0          4
## 11627        0.03         0.23           73           34        9.1         23
## 11628        0.01         0.23           66           33        7.7         22
## 11631        0.03         0.23           39           10        4.3          6
## 11633        0.01         0.22           60           40        7.3          9
## 11635        0.01         0.22           88           18        9.0          5
## 11636        0.00         0.22           77           20        7.8          6
## 11637        0.01         0.22           61           12        8.0          5
## 11638        0.00         0.22           77           21        9.0         22
## 11641        0.00         0.22           67            7        8.5         12
## 11642        0.01         0.22           77           44        8.8         23
## 11643        0.01         0.22           86           39        8.3         19
## 11644        0.01         0.22           58           37        7.0         14
## 11645        0.03         0.22           66           34        7.0         22
## 11647        0.03         0.21           52           17        6.8          8
## 11648        0.03         0.21           63           17        8.0          7
## 11649        0.03         0.21           76           44        8.6         14
## 11650        0.02         0.21           72           19        3.5       1509
## 11651        0.01         0.21           70           55        7.0          6
## 11652        0.03         0.21           65           37        7.1          8
## 11653        0.03         0.21           85           29        7.7         17
## 11655        0.01         0.21           64           27        5.3         20
## 11658        0.00         0.20           40            5        7.8          5
## 11659        0.03         0.20           57           33        4.8          5
## 11661        0.03         0.20           70           34        8.9         12
## 11664        0.01         0.20           70           20        8.6         11
## 11668        0.03         0.20           77           35        8.1          8
## 11669        0.03         0.20           71           40        6.8         18
## 11670        0.01         0.20           42            8        6.8          9
## 11671        0.01         0.20           83           31        8.6         20
## 11672        0.01         0.19           74           37        7.9         19
## 11676        0.01         0.19           72           75        8.4         49
## 11677        0.01         0.19           49           16        4.6          7
## 11678        0.02         0.19           58           33        8.0         24
## 11679        0.01         0.19           67           23        8.8         10
## 11682        0.02         0.18           36           28        4.4         22
## 11684        0.02         0.18           48           11        4.3          6
## 11686        0.01         0.18           35           20        5.9          9
## 11687        0.02         0.18           69           27        7.1         18
## 11688        0.01         0.18           65            5        8.3          6
## 11689        0.01         0.18           76           43        8.3         26
## 11691        0.02         0.18           54           29        7.7          7
## 11694        0.02         0.17           66           24        9.1         14
## 11695        0.01         0.17           84           55        7.9         18
## 11696        0.01         0.17           82           61        7.3         12
## 11703        0.02         0.17           46           35        6.9         13
## 11705        0.02         0.17           68           29        8.0         11
## 11706        0.02         0.17           56           20        6.0          7
## 11707        0.02         0.17           72           28        7.0          5
## 11708        0.01         0.17           62           49        6.4         13
## 11709        0.01         0.17           71           39        8.2         21
## 11710        0.01         0.16           74           40        7.5         13
## 11711        0.02         0.16           68           28        9.0          6
## 11715        0.02         0.16           32            4        4.8         16
## 11716        0.01         0.16           77           27        6.2         11
## 11717        0.02         0.15           74           38        7.7         38
## 11719        0.01         0.15           44            6        5.9          9
## 11720        0.02         0.15           49           29        6.3          7
## 11721        0.00         0.15           56           11        6.7          7
## 11722        0.01         0.15           79           33        6.4          9
## 11723        0.01         0.15           61           45        6.1         14
## 11725        0.01         0.15           71           35        8.5          4
## 11728        0.01         0.15           63           35        6.7          7
## 11729        0.01         0.15           66           30        8.7         29
## 11731        0.01         0.15           74           27        7.9         25
## 11732        0.01         0.15           86           34        7.6         12
## 11734        0.01         0.14           64           21        7.4          7
## 11735        0.02         0.14           76           48        8.0         23
## 11736        0.02         0.14           81           40        7.9         22
## 11737        0.00         0.14           78           22        8.5          6
## 11738        0.02         0.14           79           28        8.6          8
## 11739        0.00         0.14           63           25        6.9         11
## 11742        0.01         0.14           64           17        9.1         10
## 11743        0.02         0.14           68           50        8.7         12
## 11744        0.01         0.14           70           35        8.9          9
## 11745        0.00         0.14           63           22        8.2          6
## 11747        0.00         0.14           30           15        3.0          4
## 11748        0.02         0.14           76           21        6.4         18
## 11751        0.02         0.13           59           22        8.0         10
## 11752        0.02         0.13           48           20        6.7         13
## 11754        0.00         0.13           79           12        9.0          6
## 11755        0.00         0.13           55           12        8.2          5
## 11756        0.02         0.13           57           27        7.8         14
## 11757        0.02         0.13           54            9        8.2         17
## 11759        0.02         0.13           78           42        8.2         48
## 11761        0.00         0.13           48           20        5.6          8
## 11765        0.02         0.13           74           41        9.1         12
## 11766        0.00         0.12           67           21        7.3         12
## 11768        0.00         0.12           70           17        7.2          5
## 11769        0.02         0.12           67           31        8.4          8
## 11770        0.00         0.12           71           62        8.2         17
## 11774        0.00         0.12           45           14        7.3          4
## 11775        0.00         0.11           59            5        7.5          6
## 11776        0.00         0.11           62           31        8.1          9
## 11780        0.00         0.11           81           37        8.5         35
## 11781        0.01         0.11           28           17        3.9         26
## 11783        0.01         0.11           66           22        7.0          6
## 11784        0.01         0.11           63           21        8.0         15
## 11785        0.01         0.11           64           31        8.0         10
## 11787        0.00         0.11           69           29        8.8          4
## 11788        0.00         0.11           40            7        4.7          9
## 11791        0.00         0.11           37           29        4.7         13
## 11793        0.00         0.10           76           56        5.1         15
## 11795        0.00         0.10           76           26        9.2         21
## 11798        0.02         0.10           92           58        9.1       1050
## 11799        0.01         0.10           87           83        7.6        896
## 11800        0.00         0.10           84           33        8.1         19
## 11801        0.00         0.10           63           11        6.2          5
## 11802        0.00         0.10           33           11        6.3          6
## 11804        0.00         0.10           75           50        8.8          4
## 11805        0.01         0.10           78           47        8.3         13
## 11806        0.00         0.10           69           25        7.4          5
## 11808        0.00         0.10           67           21        5.2          6
## 11810        0.01         0.10           42           19        8.3         18
## 11813        0.01         0.10           73           39        7.5         13
## 11815        0.00         0.09           65           25        6.4          7
## 11816        0.01         0.09           61           14        6.5         11
## 11817        0.01         0.09           70           20        8.6         18
## 11818        0.01         0.09           82           46        8.5         13
## 11819        0.01         0.09           63            9        7.3         23
## 11820        0.00         0.09           78           28        8.5         15
## 11822        0.00         0.09           58           10        8.0          4
## 11824        0.00         0.09           90           25        8.4         11
## 11825        0.00         0.09           72           28        8.7          7
## 11828        0.00         0.09           80           13        8.5          4
## 11829        0.00         0.09           72           17        6.5          6
## 11831        0.01         0.09           54           29        6.9          7
## 11834        0.02         0.08           88            9        8.9       9851
## 11839        0.00         0.08           77           20        8.8         15
## 11840        0.00         0.08           79           32        8.3         14
## 11841        0.00         0.08           75            4        7.8          5
## 11842        0.01         0.08           52           31        7.0          6
## 11843        0.00         0.08           78           25        8.0         11
## 11844        0.00         0.08           70            7        8.8          6
## 11845        0.01         0.08           58           34        7.6          5
## 11853        0.00         0.08           49           18        7.0          4
## 11854        0.00         0.08           73           25        8.6          8
## 11855        0.01         0.08           75           31        8.0          9
## 11856        0.00         0.08           57           32        8.4         11
## 11859        0.00         0.08           79           26        5.4         10
## 11861        0.01         0.07           82           31        8.5        407
## 11862        0.01         0.07           82           42        8.6        199
## 11863        0.01         0.07           73           26        8.1         20
## 11864        0.01         0.07           64           25        6.0          6
## 11865        0.01         0.07           65           27        7.8         17
## 11867        0.00         0.07           75           46        8.0          6
## 11868        0.00         0.07           71           20        9.0          5
## 11869        0.00         0.07           47           20        5.4          7
## 11870        0.01         0.07           75           27        8.3          6
## 11871        0.00         0.07           47           24        6.1          7
## 11872        0.00         0.07           73           35        7.8          4
## 11873        0.00         0.07           75           21        8.4          7
## 11875        0.00         0.07           75           18        5.6          5
## 11878        0.01         0.07           65           27        8.9         39
## 11879        0.01         0.07           61           25        6.0          6
## 11880        0.01         0.07           57           25        8.2          5
## 11882        0.01         0.07           64           31        4.1         51
## 11883        0.00         0.07           67           15        8.0          6
## 11884        0.00         0.06           62           29        5.0          5
## 11885        0.01         0.06           69           16        7.9         14
## 11886        0.01         0.06           70           15        8.7         12
## 11887        0.01         0.06           45           16        7.8         10
## 11890        0.01         0.06           59           24        4.2         10
## 11891        0.00         0.06           68           19        6.2          6
## 11895        0.00         0.06           66           38        8.6          5
## 11897        0.01         0.06           57           16        8.6         11
## 11902        0.00         0.06           69           36        4.3          4
## 11903        0.00         0.06           83           17        8.9          9
## 11904        0.01         0.06           72           34        8.1         43
## 11905        0.00         0.06           45           33        4.6          5
## 11906        0.01         0.06           59           21        8.4         10
## 11909        0.00         0.06           68           25        8.2          5
## 11911        0.00         0.06           59           22        6.6          7
## 11916        0.00         0.05           74           21        8.1          9
## 11920        0.00         0.05           66           33        5.5         23
## 11924        0.00         0.05           77           34        8.5         13
## 11925        0.00         0.05           64           37        6.0          4
## 11930        0.01         0.05           86           51        8.8        295
## 11931        0.00         0.05           84           37        8.3         16
## 11932        0.00         0.05           83           35        7.5          6
## 11933        0.01         0.05           60            4        6.7          6
## 11935        0.01         0.05           89           72        8.1        724
## 11937        0.00         0.05           69           32        7.0          4
## 11940        0.00         0.05           35           11        2.0          9
## 11941        0.00         0.04           78           20        8.5         11
## 11951        0.00         0.04           71            5        8.1          7
## 11952        0.01         0.04           75           20        7.7         40
## 11953        0.00         0.04           41           21        4.0         10
## 11956        0.00         0.04           68           11        8.5          6
## 11957        0.00         0.04           62           29        6.7          7
## 11959        0.00         0.04           75            7        8.5         11
## 11960        0.00         0.04           60           22        8.8          8
## 11961        0.00         0.04           53           28        8.8          4
## 11962        0.00         0.04           69           11        7.3          8
## 11963        0.00         0.04           67           19        7.2         50
## 11966        0.00         0.04           66           29        8.4          9
## 11970        0.00         0.03           62           30        7.8          4
## 11971        0.00         0.03           48            9        8.7          7
## 11974        0.00         0.03           67           40        7.0         10
## 11975        0.00         0.03           71           27        7.1         12
## 11978        0.01         0.03           77           26        9.1         89
## 11980        0.00         0.03           35            7        8.0          7
## 11983        0.00         0.03           71            7        8.7          6
## 11984        0.00         0.03           84           48        7.5        133
## 11985        0.00         0.03           76           17        6.5         11
## 11991        0.00         0.02           51            9        7.2         10
## 11992        0.00         0.02           70           19        8.0          8
## 11997        0.00         0.02           62           11        9.1          9
## 11998        0.00         0.02           69           18        8.4          9
## 11999        0.00         0.02           53           11        4.5          8
## 12000        0.00         0.02           57           20        7.7          9
## 12006        0.00         0.02           59           26        6.8          4
## 12007        0.00         0.02           81           62        8.1        284
## 12009        0.00         0.02           65            8        8.8          4
## 12011        0.00         0.02           67            4        7.4          8
## 12013        0.00         0.02           93           48        8.9        537
## 12017        0.00         0.02           80           23        8.3        150
## 12020        0.00         0.02           83           11        7.1         50
## 12022        0.00         0.02           75           51        8.3        106
## 12029        0.00         0.01           91           16        4.5         39
## 12032        0.00         0.01           69           12        7.0          9
## 12034        0.00         0.01           78           13        9.5          4
## 12035        1.02         7.20           85           33        8.6        171
## 12037        0.17         5.29           85           45        6.6        400
## 12039        0.80         5.13           68           30        7.6        100
## 12041        0.83         4.20           80           32        7.5         22
## 12042        0.42         3.90           90           38        8.7        121
## 12043        0.46         3.28           85           31        8.7        105
## 12044        0.31         3.27           77           39        8.0         94
## 12045        0.19         3.18           62           30        8.1        137
## 12046        0.49         2.96           64           29        7.8         94
## 12047        0.15         2.94           87           42        9.0         93
## 12048        0.45         2.90           93           28        9.0         45
## 12051        0.36         2.78           87           47        8.2        241
## 12053        0.24         2.77           83           33        7.7         46
## 12054        0.40         2.65           89           24        7.7        102
## 12055        0.07         2.54           73           37        8.0         89
## 12057        0.18         2.43           81           26        8.4         42
## 12058        0.06         2.41           66           28        8.2         92
## 12059        0.31         2.22           92           44        8.8        204
## 12060        0.08         2.19           94           72        9.2        317
## 12062        0.05         2.13           87           44        7.8        212
## 12063        0.13         2.11           78           24        9.3        201
## 12065        0.06         2.08           69           33        8.2         57
## 12066        0.25         2.06           92           41        8.8        120
## 12067        0.07         2.04           78           26        8.9         53
## 12068        0.27         2.03           86           19        7.7         41
## 12069        0.17         1.97           68           40        6.6        167
## 12070        0.20         1.95           69           24        7.7         59
## 12071        0.06         1.95           90           31        8.8         70
## 12072        0.25         1.94           80           33        8.9         41
## 12073        0.09         1.92           80           22        8.6         31
## 12074        0.18         1.81           82           27        8.2         11
## 12075        0.24         1.78           85           41        8.5         47
## 12077        0.15         1.72           80           55        7.7        134
## 12078        0.07         1.71           83           25        8.7         35
## 12079        0.00         1.68           79           20        8.2         25
## 12080        0.22         1.67           93           41        9.1        125
## 12082        0.23         1.67           94           15        8.8         81
## 12083        0.14         1.67           71            9        9.0         85
## 12084        0.10         1.63           89           23        8.8         40
## 12085        0.04         1.62           61           28        7.9         69
## 12086        0.04         1.60           72           49        7.8        125
## 12088        0.07         1.55           86           39        8.5         31
## 12089        0.09         1.54           88           23        9.0        713
## 12090        0.04         1.53           81           49        8.0         56
## 12091        0.08         1.50           93           45        9.1        135
## 12092        0.04         1.49           80           55        8.1         94
## 12095        0.10         1.45           71           40        8.3         94
## 12097        0.05         1.38           77           39        7.8         28
## 12098        0.07         1.36           75           21        7.8         30
## 12100        0.17         1.34           73           27        8.2         63
## 12103        0.02         1.29           49           10        6.2          5
## 12104        0.16         1.28           76           47        8.3        136
## 12105        0.05         1.27           85           33        9.1         26
## 12106        0.03         1.27           57           27        7.9        139
## 12108        0.16         1.25           52           37        6.2        106
## 12112        0.03         1.21           83           24        9.0         45
## 12113        0.04         1.20           65           33        7.1         75
## 12114        0.02         1.19           55           14        6.8          9
## 12115        0.15         1.17           57            4        8.4         37
## 12116        0.05         1.17           65           23        5.8         28
## 12117        0.03         1.15           76           55        8.3         21
## 12118        0.15         1.15           68           28        9.0         28
## 12119        0.11         1.14           79           33        8.4         38
## 12120        0.05         1.14           84           31        9.1         31
## 12121        0.04         1.11           74           38        7.6         51
## 12122        0.04         1.10           86           60        8.5        176
## 12123        0.02         1.09           75           21        8.9         39
## 12124        0.05         1.09           92           27        8.3         48
## 12125        0.14         1.08           88           15        8.9         77
## 12126        0.02         1.08           40           23        6.1         22
## 12127        0.14         1.06           71           28        8.3         22
## 12128        0.13         1.04           81           22        8.9         17
## 12129        0.03         1.04           74           22        8.9         39
## 12130        0.13         1.03           82           16        8.8         12
## 12132        0.13         1.00           51            5        8.0          8
## 12133        0.00         1.00           92           39        8.9         54
## 12135        0.01         0.97           88           31        9.2        144
## 12136        0.12         0.97           85           19        7.6         53
## 12137        0.03         0.95           71           10        8.6         34
## 12140        0.12         0.94           79           45        8.4         74
## 12141        0.04         0.94           92           41        7.8         72
## 12143        0.02         0.93           71           16        8.8          8
## 12144        0.12         0.92           59           29        8.7         31
## 12146        0.09         0.91           63           15        8.9         23
## 12147        0.05         0.90           73           28        7.6         34
## 12148        0.11         0.90           68           21        6.6         27
## 12149        0.02         0.89           62           11        5.5          8
## 12150        0.03         0.87           88           49        8.8         45
## 12151        0.03         0.87           81           33        8.8         17
## 12152        0.04         0.86           72           15        9.1         39
## 12154        0.03         0.83           77           45        7.8         49
## 12155        0.02         0.80           75           36        7.6         50
## 12156        0.02         0.79           79           28        8.9        148
## 12157        0.05         0.79           82           20        8.2         23
## 12161        0.02         0.74           72           31        8.3         25
## 12163        0.01         0.72           66           10        8.5         37
## 12164        0.09         0.71           93           30        9.0         48
## 12165        0.09         0.71           85           41        8.8        315
## 12167        0.02         0.70           89           19        8.5         24
## 12168        0.09         0.70           73           33        8.3         19
## 12169        0.02         0.69           65           16        6.3         15
## 12170        0.02         0.69           84           23        8.5         21
## 12171        0.02         0.68           89           22        8.8         24
## 12172        0.02         0.68           72           21        8.1         20
## 12173        0.02         0.67           84           38        8.8         33
## 12175        0.08         0.66           61           21        7.9          9
## 12178        0.03         0.66           81           30        9.0         15
## 12179        0.02         0.65           89           50        8.5        161
## 12180        0.01         0.65           89           34        9.4         97
## 12181        0.05         0.65           63           55        9.1         88
## 12182        0.02         0.64           84           34        8.4         49
## 12183        0.08         0.64           58           24        7.2         13
## 12185        0.02         0.62           89           18        8.2         14
## 12186        0.02         0.62           93           52        8.3        115
## 12188        0.08         0.61           81           29        8.1         12
## 12189        0.08         0.61           75           34        7.7         35
## 12190        0.01         0.60           86            9        7.7          9
## 12191        0.08         0.60           51           24        7.8         29
## 12193        0.02         0.59           73           42        7.8         47
## 12194        0.01         0.59           81           25        9.6        116
## 12196        0.06         0.58           58           30        5.1         38
## 12197        0.07         0.58           38           21        6.3         23
## 12198        0.02         0.57           70            8        8.9         17
## 12199        0.07         0.57           73           37        8.6         35
## 12200        0.02         0.56           77           29        7.3         29
## 12202        0.01         0.56           77           13        8.2         11
## 12203        0.02         0.56           81           26        8.9         12
## 12204        0.02         0.56           68           26        7.3         25
## 12205        0.04         0.56           56           35        8.1         38
## 12206        0.07         0.56           56            6        6.5          8
## 12208        0.07         0.56           91           20        8.5         25
## 12209        0.01         0.55           79           28        9.2         19
## 12210        0.07         0.55           41           14        4.8         12
## 12211        0.02         0.54           82           24        8.8         10
## 12212        0.04         0.54           75           39        8.6         22
## 12214        0.07         0.54           89           18        8.4         38
## 12215        0.07         0.54           59           17        8.6         14
## 12216        0.07         0.54           80           41        8.9         68
## 12217        0.07         0.53           75           34        9.3         49
## 12218        0.07         0.53           78           23        8.3          8
## 12219        0.07         0.53           66           21        8.0         23
## 12221        0.07         0.52           81           26        8.4         57
## 12222        0.01         0.51           94           19        7.7         17
## 12224        0.02         0.51           85           19        8.2         11
## 12225        0.06         0.50           51            9        7.5          6
## 12226        0.02         0.50           86           33        7.6         12
## 12227        0.06         0.50           80           25        8.7         16
## 12229        0.01         0.49           85           16        7.7         22
## 12232        0.06         0.49           57           30        6.4          8
## 12234        0.06         0.48           81           26        8.2         19
## 12235        0.06         0.47           79           40        8.9         32
## 12237        0.01         0.46           77            6        8.3         12
## 12239        0.02         0.46           89           44        8.2         31
## 12240        0.01         0.45           63           23        8.0         45
## 12241        0.02         0.45           76           30        8.7         30
## 12244        0.06         0.44           56           33        7.4         21
## 12246        0.01         0.44           71           30        7.2         44
## 12250        0.06         0.43           73           36        8.6         53
## 12251        0.02         0.43           88           13        8.8         19
## 12252        0.06         0.43           51            7        3.6         16
## 12253        0.01         0.43           81           17        8.6         18
## 12254        0.06         0.43           68           27        8.8         16
## 12255        0.05         0.43           74           22        8.2         33
## 12257        0.01         0.42           68           24        6.4         13
## 12258        0.01         0.42           84           17        6.9         20
## 12259        0.05         0.42           64           19        3.1        157
## 12260        0.05         0.42           78           19        7.5         11
## 12262        0.05         0.42           55            5        7.7          9
## 12265        0.04         0.41           82           33        8.9         65
## 12267        0.05         0.41           65           25        8.7          6
## 12269        0.01         0.40           71           16        8.2          9
## 12270        0.01         0.40           68           16        8.5         10
## 12271        0.05         0.40           73           39        8.3         22
## 12273        0.01         0.39           92           27        8.7         25
## 12275        0.05         0.39           79            9        7.3         13
## 12276        0.01         0.39           53            6        8.3          9
## 12278        0.02         0.38           82           42        8.7         83
## 12279        0.01         0.38           92           27        8.7         45
## 12280        0.05         0.38           60            9        8.8         25
## 12281        0.01         0.38           55           21        6.0         22
## 12285        0.05         0.36           83           17        8.1         12
## 12286        0.01         0.36           91           25        8.9         45
## 12288        0.05         0.36           72           39        8.2         33
## 12290        0.05         0.35           63           21        8.3         14
## 12292        0.04         0.35           56           13        5.3          8
## 12293        0.01         0.35           39           13        5.8         11
## 12294        0.04         0.35           65           28        6.6         48
## 12297        0.04         0.35           83           29        9.1         17
## 12298        0.04         0.35           81           28        8.9         17
## 12299        0.02         0.34           77           21        9.1         18
## 12300        0.01         0.34           57           25        8.0          8
## 12302        0.01         0.33           72           21        8.1         18
## 12303        0.01         0.33           76           26        8.7         47
## 12304        0.01         0.33           69           25        7.7          9
## 12305        0.01         0.33           84           50        7.6         37
## 12306        0.01         0.33           59           32        9.0         24
## 12307        0.04         0.33           84           42        8.9         74
## 12308        0.01         0.33           62            4        7.7          6
## 12309        0.01         0.33           55            4        7.8          6
## 12310        0.04         0.32           69           21        7.8         16
## 12312        0.01         0.32           92           33        8.4         41
## 12313        0.04         0.32           59           12        8.5          6
## 12314        0.04         0.32           78           15        8.3         12
## 12316        0.01         0.32           74           29        8.8         16
## 12317        0.01         0.31           70           14        8.9         16
## 12318        0.01         0.31           70            9        6.6          5
## 12321        0.01         0.30           76           41        8.3         30
## 12322        0.01         0.30           72           13        7.5         15
## 12323        0.04         0.30           65           34        8.2         58
## 12324        0.01         0.30           48           14        5.9          8
## 12326        0.04         0.30           73           19        8.6          7
## 12328        0.01         0.30           56           22        8.4          9
## 12330        0.01         0.29           77            9        8.2         25
## 12332        0.01         0.29           69           19        8.0          5
## 12333        0.01         0.29           65           30        7.4         27
## 12334        0.03         0.29           84           36        8.7        268
## 12335        0.04         0.29           76           21        8.6         38
## 12336        0.01         0.29           80           41        9.0          9
## 12337        0.01         0.29           76           29        8.1         24
## 12338        0.04         0.28           48            9        8.3         13
## 12340        0.04         0.28           66           35        6.2          5
## 12342        0.01         0.28           70           18        9.0          4
## 12343        0.04         0.28           56           14        7.6         21
## 12344        0.01         0.28           68           41        8.5         27
## 12346        0.04         0.28           64           30        7.8         10
## 12350        0.04         0.28           65           21        7.7         19
## 12351        0.00         0.28           91           29        9.1        127
## 12352        0.01         0.27           65           32        6.5          8
## 12353        0.01         0.27           80           48        9.0         59
## 12354        0.01         0.27           84           17        9.0          4
## 12356        0.03         0.27           75           13        8.9         21
## 12358        0.01         0.27           87           18        8.2         25
## 12360        0.01         0.26           77           33        8.4          7
## 12362        0.01         0.26           66           10        7.4          8
## 12364        0.03         0.26           58           19        7.8          8
## 12365        0.01         0.25           77           31        8.8          4
## 12367        0.01         0.25           80           34        7.7         20
## 12368        0.01         0.25           71           37        8.7         31
## 12369        0.01         0.25           74           38        8.3         15
## 12370        0.01         0.25           81           22        8.5          8
## 12371        0.03         0.25           87           21        8.7         19
## 12373        0.03         0.24           63           20        7.6         11
## 12374        0.01         0.24           53            4        8.6         12
## 12375        0.01         0.24           88           23        5.1         23
## 12376        0.01         0.24           75           26        8.0          7
## 12382        0.03         0.24           46           21        3.9         14
## 12386        0.01         0.23           85           14        9.1         15
## 12388        0.01         0.23           89           19        8.7         25
## 12389        0.03         0.23           90           19        7.0         22
## 12391        0.03         0.23           55           18        6.3          4
## 12392        0.01         0.23           82           23        8.2         23
## 12393        0.01         0.23           61           26        6.5         13
## 12394        0.03         0.23           58           12        6.2          5
## 12395        0.03         0.23           73           20        8.5         14
## 12397        0.03         0.23           61           26        9.2          6
## 12400        0.03         0.22           61           13        6.8         65
## 12401        0.00         0.22           60           12        7.1          9
## 12406        0.03         0.21           83           46        7.8         13
## 12408        0.01         0.21           65            5        8.4         16
## 12409        0.01         0.21           47            5        4.2          5
## 12411        0.01         0.21           58           27        6.4          9
## 12412        0.01         0.20           69           22        7.5        280
## 12416        0.00         0.20           82            8        9.2         40
## 12417        0.00         0.20           72            8        7.2          5
## 12419        0.01         0.20           82           18        9.0          9
## 12421        0.01         0.20           40            5        7.4          7
## 12422        0.03         0.20           78           27        8.0         22
## 12425        0.02         0.20           57           19        8.0         21
## 12426        0.00         0.19           67            6        9.2         17
## 12428        0.02         0.19           62           19        8.3          7
## 12429        0.01         0.19           74           30        7.9         21
## 12430        0.02         0.19           66           17        8.4         30
## 12431        0.02         0.19           79           23        8.9         13
## 12433        0.01         0.19           71           26        7.4          7
## 12434        0.02         0.19           59           18        5.6          5
## 12435        0.02         0.19           79           50        9.1         21
## 12436        0.01         0.19           69           14        7.5          4
## 12437        0.02         0.19           77           16        8.5         17
## 12440        0.01         0.18           73           43        8.6         17
## 12441        0.02         0.18           72           27        8.9         47
## 12442        0.02         0.18           72           48        7.8         41
## 12443        0.02         0.18           86           35        8.8         26
## 12444        0.02         0.18           59           13        8.6         15
## 12445        0.00         0.18           75            5        7.5          4
## 12446        0.02         0.18           73           34        8.0          5
## 12448        0.01         0.18           85           21        6.5         31
## 12449        0.01         0.17           71           31        8.2         11
## 12450        0.00         0.17           61           17        7.3          8
## 12451        0.01         0.17           82           35        8.7         15
## 12453        0.01         0.17           69           22        6.3          7
## 12454        0.02         0.17           68           21        8.7         14
## 12455        0.02         0.17           71           27        7.9         11
## 12457        0.00         0.17           64            6        5.0          4
## 12458        0.01         0.17           72           26        8.6          5
## 12459        0.01         0.17           57           27        9.2          5
## 12460        0.00         0.17           73           17        8.3         11
## 12461        0.01         0.17           67           21        6.3         11
## 12462        0.00         0.17           65           28        7.6         13
## 12463        0.01         0.17           50           15        5.0          7
## 12465        0.00         0.17           72           11        8.2          5
## 12466        0.02         0.16           83           14        8.5          8
## 12467        0.02         0.16           69           25        8.9         28
## 12470        0.00         0.16           59            5        7.0          5
## 12472        0.02         0.16           81           40        9.2        100
## 12473        0.01         0.16           75           18        8.8         18
## 12474        0.02         0.16           83           23        9.0         12
## 12477        0.00         0.16           77           31        8.5         18
## 12478        0.00         0.16           89           16        7.8          6
## 12479        0.02         0.16           66           22        6.8          6
## 12481        0.02         0.15           64           23        8.3         63
## 12482        0.00         0.15           89           24        8.5         18
## 12483        0.00         0.15           89           16        7.5          6
## 12485        0.00         0.15           75           25        8.8          5
## 12487        0.01         0.15           89           22        8.6         14
## 12489        0.02         0.15           35           15        5.0         23
## 12491        0.00         0.15           80           19        7.2         12
## 12492        0.00         0.15           59           15        5.4         17
## 12493        0.00         0.15           83           31        9.6         16
## 12494        0.01         0.14           66           42        7.3         28
## 12495        0.00         0.14           83           21        7.8          8
## 12497        0.01         0.14           35           24        2.0         10
## 12499        0.00         0.14           79           22        8.8         12
## 12500        0.02         0.14           93           33        9.0       1497
## 12502        0.00         0.14           51           28        4.1         22
## 12504        0.00         0.14           68           17        9.1          7
## 12505        0.00         0.14           74           26        9.1          7
## 12506        0.00         0.14           79           31        8.5         22
## 12509        0.00         0.13           66            6        8.1          9
## 12511        0.00         0.13           67           27        6.8          4
## 12512        0.00         0.13           62            8        8.3         12
## 12513        0.00         0.13           83           17        5.5          8
## 12514        0.02         0.13           48           26        3.7          6
## 12516        0.02         0.13           66           32        8.7         15
## 12517        0.02         0.13           62           26        7.0          9
## 12518        0.00         0.13           70            4        9.4          5
## 12519        0.00         0.13           74           20        8.4          7
## 12521        0.00         0.13           83           15        7.8         12
## 12522        0.00         0.13           79           41        7.2         15
## 12524        0.02         0.12           70           31        7.8         22
## 12526        0.00         0.12           74           20        5.8         11
## 12527        0.00         0.12           73           38        8.4         22
## 12529        0.00         0.12           62           21        6.6          8
## 12531        0.02         0.12           65           19        5.8          8
## 12533        0.02         0.12           65           33        6.9          7
## 12534        0.00         0.12           76           18        7.6          5
## 12536        0.01         0.12           68           39        7.7         20
## 12537        0.00         0.12           73           26        8.4         14
## 12538        0.00         0.12           79           21        9.1         11
## 12539        0.01         0.11           67           15        9.0          5
## 12540        0.01         0.11           81           19        7.7         19
## 12541        0.00         0.11           54           25        8.3          8
## 12542        0.00         0.11           25           13        3.6         18
## 12543        0.00         0.11           67           17        7.7          6
## 12545        0.00         0.11           88           25        8.4         24
## 12546        0.00         0.11           76           15        8.3          7
## 12548        0.01         0.11           67           17        8.9         23
## 12549        0.01         0.11           71           31        8.6         17
## 12550        0.00         0.11           65           39        8.8         20
## 12551        0.01         0.11           78           18        9.1         13
## 12554        0.00         0.11           64           27        8.2         11
## 12555        0.00         0.11           62            9        7.8         11
## 12556        0.00         0.10           66           14        7.3          4
## 12558        0.00         0.10           70           21        8.5         10
## 12559        0.01         0.10           70           15        7.7         15
## 12560        0.00         0.10           83           30        9.3         19
## 12561        0.00         0.10           78           15        9.3         23
## 12562        0.00         0.10           72           17        7.0          5
## 12563        0.01         0.10           72           28        7.5         14
## 12565        0.00         0.10           80           26        8.7         13
## 12567        0.00         0.10           85           18        8.4          7
## 12569        0.00         0.10           77           21        8.6          8
## 12573        0.00         0.10           87           23        8.5         14
## 12575        0.01         0.09           61           13        7.8          6
## 12577        0.01         0.09           58           10        6.5          4
## 12578        0.01         0.09           59           25        8.6         43
## 12579        0.00         0.09           77           18        7.6          8
## 12580        0.01         0.09           73           25        8.3         26
## 12583        0.01         0.09           69           44        8.7         22
## 12584        0.00         0.09           85           37        8.6         18
## 12585        0.01         0.09           67           25        8.3         17
## 12586        0.00         0.09           85           52        8.5         42
## 12589        0.00         0.09           78           12        7.6          5
## 12590        0.00         0.09           73           27        7.7         20
## 12592        0.00         0.08           72           32        9.2          5
## 12594        0.00         0.08           64           21        8.7          7
## 12595        0.00         0.08           80            9        8.3          7
## 12596        0.00         0.08           64           19        7.7         21
## 12597        0.01         0.08           49           23        5.0          4
## 12598        0.00         0.08           74           18        8.3          9
## 12599        0.00         0.08           54           22        5.8          5
## 12600        0.01         0.08           79           16        8.6         10
## 12601        0.00         0.08           63            5        8.2          6
## 12602        0.00         0.08           62           11        8.3          6
## 12603        0.00         0.08           83           14        8.4          8
## 12605        0.00         0.08           66            7        7.3          8
## 12606        0.00         0.08           29           14        3.2         19
## 12608        0.00         0.08           68           23        7.4          5
## 12610        0.00         0.08           71           24        8.2         13
## 12611        0.00         0.08           55           14        7.0          5
## 12612        0.00         0.08           62           14        8.3         44
## 12613        0.00         0.08           80           14        9.2          5
## 12615        0.00         0.08           62           19        8.4         13
## 12616        0.01         0.07           59           22        6.6         14
## 12617        0.00         0.07           75           13        7.9          8
## 12618        0.00         0.07           82           19        8.8         12
## 12619        0.00         0.07           75           18        8.4          8
## 12627        0.01         0.07           74           17        8.9         10
## 12628        0.00         0.07           59           11        6.0          5
## 12630        0.00         0.07           83           17        6.2         12
## 12631        0.00         0.07           77           24        8.3         21
## 12633        0.01         0.07           61           31        7.7          9
## 12634        0.01         0.07           88           22        8.2         49
## 12635        0.00         0.07           61           19        7.2          9
## 12636        0.00         0.07           69           21        8.8         19
## 12637        0.00         0.07           63           12        6.8          4
## 12638        0.00         0.07           56           14        8.1          8
## 12640        0.00         0.07           69           23        7.6         19
## 12641        0.00         0.07           81           23        8.8         12
## 12642        0.00         0.06           49            5        1.5          4
## 12644        0.01         0.06           68           23        8.6          8
## 12647        0.01         0.06           61           11        8.0          6
## 12650        0.00         0.06           71           22        7.3          6
## 12652        0.01         0.06           64           28        8.1         12
## 12653        0.00         0.06           44           15        2.5          4
## 12654        0.00         0.06           62           16        8.5         32
## 12656        0.00         0.06           69           20        8.4         10
## 12657        0.00         0.06           59           15        8.5         31
## 12659        0.00         0.06           68           25        9.1         14
## 12661        0.00         0.05           60           16        8.8          4
## 12662        0.00         0.05           65           25        7.1          7
## 12664        0.00         0.05           70            8        8.3          7
## 12667        0.00         0.05           51            6        8.0          7
## 12669        0.00         0.05           71           14        6.6          8
## 12670        0.00         0.05           80           23        8.8          9
## 12671        0.00         0.05           79           43        8.3         12
## 12672        0.00         0.05           70            4        8.0          5
## 12673        0.00         0.05           71            8        7.8          5
## 12676        0.00         0.05           82            4        7.9          9
## 12677        0.00         0.05           40            6        7.3          7
## 12680        0.00         0.05           71           31        8.2          6
## 12682        0.00         0.05           75           16        9.1         15
## 12685        0.00         0.05           80           12        9.4          5
## 12686        0.01         0.05           85           39        9.0        185
## 12689        0.01         0.05           82           24        8.3        307
## 12692        0.00         0.05           75           21        8.4          5
## 12693        0.00         0.05           70           19        9.3          9
##                                                                              Developer
## 1                                                              EA Sports, EA Vancouver
## 3                                                                          Naughty Dog
## 4                                                                        Infinity Ward
## 5                                                                              EA DICE
## 6                                                                Massive Entertainment
## 7                                                              EA Sports, EA Vancouver
## 8                                                                        Infinity Ward
## 9                                                                     Ubisoft Montreal
## 10                                                                             EA DICE
## 11                                                               Massive Entertainment
## 12                                                              Blizzard Entertainment
## 13                                                                     Visual Concepts
## 14                                                                           Hangar 13
## 15                                                                           EA Sports
## 16                                                                         Hello Games
## 17                                                                       From Software
## 20                                                                       The Coalition
## 23                                                                           EA Sports
## 24                                                                       CyberConnect2
## 25                                                                    Ubisoft Montreal
## 26                                                                    Playground Games
## 27                                                              Blizzard Entertainment
## 28                                            Tantalus Interactive, Tantatus, Nintendo
## 29                                                                     Visual Concepts
## 30                                                                  Bandai Namco Games
## 32                                                                           EA Sports
## 33                                                                            HAL Labs
## 34                                                                              Capcom
## 36                                                                    Ubisoft Montreal
## 38                                                               Respawn Entertainment
## 41                                                                            TT Games
## 42                                                                   Dimps Corporation
## 43                                                                            TT Games
## 45                                                                     Giants Software
## 46                                                                      Arkane Studios
## 48                                                                           Hangar 13
## 49                                                                              Yuke's
## 50                                                               Respawn Entertainment
## 52                                                                Remedy Entertainment
## 53                                                              Blizzard Entertainment
## 55                                                                              PopCap
## 56                                                                              PopCap
## 57                                                                              Konami
## 59                                                       Nintendo, Intelligent Systems
## 60                                                                           EA Sports
## 61                                                                       Maximum Games
## 62                                                               Massive Entertainment
## 64                                                               DONTNOD Entertainment
## 66                                                                  SuperMassive Games
## 68                                                                             EA DICE
## 69                                                                      Eidos Montreal
## 73                                                                            2K Games
## 74                                                                             Psyonix
## 75                                                                         Codemasters
## 76                                                                       PlatinumGames
## 77                                                                    Ubisoft Montreal
## 78                                                       Deep Silver Dambuster Studios
## 79                                                                      Spike Chunsoft
## 80                                                                            TT Games
## 81                                                                             EA DICE
## 82                                                                               Nadeo
## 84                                                                         Square Enix
## 85                                                             EA Canada, EA Vancouver
## 87                                                              Blizzard Entertainment
## 89                                                                   Nintendo, Nd Cube
## 90                                                                       CyberConnect2
## 91                                                                  Rocksteady Studios
## 93                                                                            TT Games
## 94                                                                              Konami
## 100                                                        Rocksteady Studios, Virtuos
## 101                                                                             Yuke's
## 102                                                                   Gearbox Software
## 103                                                     Sony Interactive Entertainment
## 104                                                                      Firaxis Games
## 105                                                            EA Canada, EA Vancouver
## 107                                                                            Psyonix
## 108                                                                           TT Games
## 110                                                                      Firaxis Games
## 113                                                                     Arkane Studios
## 115                                                                          Ganbarion
## 116                                                                        Square Enix
## 117                                                                    Digital Eclipse
## 118                                                                   Ubisoft Montreal
## 122                                                                  Dimps Corporation
## 123                                                                        Vanillaware
## 127                                                                           TT Games
## 128                                                                          Hangar 13
## 129                                                                 Bandai Namco Games
## 135                                                                     Eidos Montreal
## 136                                                                   Ubisoft Montreal
## 137                                                                            EA DICE
## 140                                                                           2K Games
## 141                                                                   Gearbox Software
## 142                                                                       SNK Playmore
## 143                                                                 Bandai Namco Games
## 144                                             Warner Bros. Interactive Entertainment
## 145                                                                           TT Games
## 146                                                           Armature Studio, comcept
## 147                                                                       Toys for Bob
## 148                                                                      Firaxis Games
## 150                                                                        Vanillaware
## 151                                                      Deep Silver Dambuster Studios
## 152                                                    The Fun Pimps Entertainment LLC
## 153                                                                           Techland
## 154                                                                      Infinity Ward
## 157                                                              DONTNOD Entertainment
## 158                                                                  Creative Assembly
## 162                                                                        Codemasters
## 168                                                  Crystal Dynamics, Nixxes Software
## 169                                                                               Sega
## 173                                                                     Arkane Studios
## 179                                                            EA Sports, EA Vancouver
## 181                                                                   Headstrong Games
## 184                                                                       Media Vision
## 185                                                        Rocksteady Studios, Virtuos
## 186                                                                 Guerilla Cambridge
## 191                                                                              Maxis
## 192                                                                                CCP
## 197                                                                       Toys for Bob
## 198                                                                     Spike Chunsoft
## 202                                                                      PlatinumGames
## 203                                                                 Sports Interactive
## 206                                                                  Evolution Studios
## 209                                                                           Re-Logic
## 215                                                                   Arc System Works
## 216                                                                   Gearbox Software
## 218                                                                    Digital Eclipse
## 219                                                              Respawn Entertainment
## 222                                                                             Capcom
## 223                                                                    Insomniac Games
## 225                                                                   Ubisoft Montreal
## 226                                                         Milestone, Milestone S.r.l
## 228                                                              Spike Chunsoft, Chime
## 229                                                                      From Software
## 231                                                                  Ubisoft, FunHouse
## 232                                                                     Climax Studios
## 234                                                                            EA DICE
## 237                                                                  Kunos Simulazioni
## 238                                                                     Spike Chunsoft
## 239                                                                              Nadeo
## 240                                                              Spike Chunsoft, Chime
## 242                                                                            Spiders
## 247                                                                    Insomniac Games
## 253                                                                             Capcom
## 256                                                                            Psyonix
## 258                                                    The Fun Pimps Entertainment LLC
## 264                                                                       Inti Creates
## 266                                                                           Techland
## 268                                                               Tripwire Interactive
## 272                                                         Next Level Games, Nintendo
## 274                                                                               Sega
## 276                                                                             PopCap
## 277                                                           Dusenberry Martin Racing
## 278                                                                             Konami
## 279                                                                      Firaxis Games
## 282                                                                    Milestone S.r.l
## 283                                                                           Kadokawa
## 284                                                                             Capcom
## 286                                                                    Milestone S.r.l
## 287                                                              DONTNOD Entertainment
## 289                                                                          Rebellion
## 291                                                                      PlatinumGames
## 297                                                              Wicked Witch Software
## 300                                                                                5pb
## 302                                                                             Capcom
## 309                                                      Deep Silver Dambuster Studios
## 310                                                                      Ubisoft Paris
## 323                                                                   Gearbox Software
## 327                                                    Eidos Montreal, Nixxes Software
## 331                                                                    Insomniac Games
## 333                                                                        Codemasters
## 334                                                        Introversion, Double Eleven
## 337                                                                            Team 17
## 339                                                                    Milestone S.r.l
## 345                                                                       Inti Creates
## 347                                                                      Compile Heart
## 355                                                                  Blue Castle Games
## 357                                                                            Spiders
## 362                                                                            Acquire
## 365                                                                           Microids
## 375                                                                   The Tangentlemen
## 381                                                  Edge Entertainment, Anima Project
## 383                                                                                5pb
## 390                                                               Mediascape, CUBETYPE
## 396                                                                             Konami
## 397                                                                    Stainless Games
## 399                                                                  Nvizzio Creations
## 401                                                            Nordic Games Publishing
## 404                                                                       Inti Creates
## 411                                                              Radical Entertainment
## 418                                                              HB Studios Multimedia
## 431                                                               Remedy Entertainment
## 433                                                                  Kunos Simulazioni
## 436                                                         Milestone, Milestone S.r.l
## 437                                                                     Camouflaj, LLC
## 438                                                                    Visual Concepts
## 439                                                     Sony Interactive Entertainment
## 442                                                                       Inti Creates
## 445                                                            Nordic Games Publishing
## 446                                                                Spidersoft, Spiders
## 449                                                                            Team 17
## 452                                                                          Frogwares
## 453                                                              Radical Entertainment
## 462                                                               Coffee Stain Studios
## 467                                                                              Nadeo
## 469                                                                        React Games
## 471                                                                          Frogwares
## 476                                                                    Milestone S.r.l
## 477                                                                            Kalypso
## 478                                                                    Stainless Games
## 487                                                                    Milestone S.r.l
## 491                                                                            Shin'en
## 504                                                                          EA Sports
## 507                                                              Bethesda Game Studios
## 508                                                                    Bluepoint Games
## 509                                                                     343 Industries
## 510                                                                           Nintendo
## 511                                                              Bethesda Game Studios
## 512                                                              CD Projekt Red Studio
## 513                                                                 Rocksteady Studios
## 514                                                                    Visual Concepts
## 516                                               Kojima Productions, Moby Dick Studio
## 517                                                                     Ubisoft Quebec
## 519                                                       Splash Damage, The Coalition
## 520                                                                          EA Sports
## 521                                                                          EA Sports
## 522                                                                           Nintendo
## 523                                                                           Nintendo
## 524                        Warner Bros. Interactive Entertainment, NetherRealm Studios
## 526                                                                      From Software
## 528                                                                          EA Sports
## 529                                                                             GREZZO
## 530                                                                    Visual Concepts
## 532                                                                   Ubisoft Montreal
## 533                                                                     Visceral Games
## 534                                                                           Techland
## 535                                                                             Bungie
## 536                                                                  Avalanche Studios
## 537                                                                            Turn 10
## 539                                                    Ready at Dawn, SCE Santa Monica
## 543                                                                 SuperMassive Games
## 544                                                                  Nintendo, Nd Cube
## 546                                                                 Rocksteady Studios
## 547                        Warner Bros. Interactive Entertainment, NetherRealm Studios
## 548                                                                   Crystal Dynamics
## 549                                                                   Ubisoft Montreal
## 550                                                              CD Projekt Red Studio
## 551                                                                          Good-Feel
## 552                                                                     Ubisoft Quebec
## 553                                                                           Techland
## 554                                                              Bethesda Game Studios
## 555                                                                      ZeniMax Media
## 556                                            Spike Chunsoft Co. Ltd., Spike Chunsoft
## 557                                                                             Yuke's
## 558                                                                     Visceral Games
## 559                                                            Bungie Software, Bungie
## 561                                                                     Rockstar North
## 562                                                                           Nintendo
## 563                                                                  Dimps Corporation
## 564                                                               Slightly Mad Studios
## 567                                                                Turtle Rock Studios
## 570                                                             SCEA San Diego Studios
## 571                                                                  Avalanche Studios
## 572                                                                           TT Games
## 574                                                                   Gearbox Software
## 578                                                                     FreeStyleGames
## 580                                                                      Monolith Soft
## 581                                                                             Konami
## 582                                                                          Rare Ltd.
## 586                                               Kojima Productions, Moby Dick Studio
## 591                                                                  Traveller's Tales
## 593                                                              CD Projekt Red Studio
## 597                                                                        Codemasters
## 598                                                                           TT Games
## 601                                                                Turtle Rock Studios
## 602                                                               EA Sports, EA Canada
## 605                                                                             Yuke's
## 606                                                                            Ubisoft
## 610                                                                     FreeStyleGames
## 611                                                                             Capcom
## 614                                                                  Traveller's Tales
## 615                                                             Blizzard Entertainment
## 617                                                                           TT Games
## 618                                                                         EA Tiburon
## 619                                                                           HAL Labs
## 622                                                                     Silicon Studio
## 625                                                                  Vicarious Visions
## 627                                                               EA Sports, EA Canada
## 628                                                             Harmonix Music Systems
## 629                                                                        Omega Force
## 632                                                Nintendo, Camelot Software Planning
## 633                                                                   Gearbox Software
## 637                                                                  Nintendo, Nd Cube
## 639                                                                  Traveller's Tales
## 641                                                                 Bandai Namco Games
## 647                                                             Harmonix Music Systems
## 651                                                        Bandai Namco Games, Artdink
## 652                                                                            Ubisoft
## 655                                                                               Sega
## 660                                                                   Arc System Works
## 661                                                                               Sega
## 662                                                                            Ubisoft
## 663                                                                  Dimps Corporation
## 665                                                                  Atlus, Dingo Inc.
## 667                                                                          Haemimont
## 668                                                                  Vicarious Visions
## 670                                                                  High Moon Studios
## 672                                                               Nippon Ichi Software
## 677                                                                         EA Tiburon
## 678                                                                     Media Molecule
## 681                                                               Slightly Mad Studios
## 684                                                                              FuRyu
## 685                                                                          Blue Byte
## 688                                                        Bandai Namco Games, Artdink
## 689                                                                        Codemasters
## 690                                                            Image Epoch, Imageepoch
## 691                                                                  Vicarious Visions
## 693                                                                  Creative Assembly
## 695                                                                     Spike Chunsoft
## 697                                                                   Ubisoft Montreal
## 698                                                                      PlatinumGames
## 703                                                                    Milestone S.r.l
## 704                                                                              Maxis
## 705                                                                Intelligent Systems
## 707                                                                     Ubisoft Quebec
## 709                                                                           Robomodo
## 712                                                                          EA Sports
## 713                                                                           Techland
## 717                                                         Activision, FreeStyleGames
## 719                                                                Turtle Rock Studios
## 722                                                                  Dimps Corporation
## 723                                                                     Marvelous Inc.
## 725                                                                     Marvelous Inc.
## 727                                                                          EA Sports
## 730                                                                   Koei Tecmo Games
## 733                                                                        Omega Force
## 734                                                                 Bandai Namco Games
## 736                                                                        Omega Force
## 737                                                                               Sega
## 738                                                                     Marvelous Inc.
## 747                                                                   Arc System Works
## 749                                                                  Avalanche Studios
## 750                                                                     Colossal Order
## 751                                                                   Yacht Club Games
## 753                                                                      PlatinumGames
## 755                                                                     Visceral Games
## 756                                                                         Starbreeze
## 759                                                                    Bluepoint Games
## 761                                            Rocksteady Studios, Iron Galaxy Studios
## 762                                                                        Square Enix
## 764                                                               Slightly Mad Studios
## 766                                                                    Big Ant Studios
## 770                                                                           Robomodo
## 771                                                                    Prope, Kadokawa
## 773                                                                        Omega Force
## 774                                                              HB Studios Multimedia
## 779                                                                     Marvelous Inc.
## 783                                                                          EA Sports
## 785                                                                              Shift
## 786                                                                             Konami
## 788                                                               InXile Entertainment
## 789                                                                    Milestone S.r.l
## 790                                                                       Frima Studio
## 791                                                                             Capcom
## 795                                                            Other Ocean Interactive
## 796                                                                        Ivory Tower
## 798                                                                   Yacht Club Games
## 799                                                                        Omega Force
## 804                                                                                5pb
## 805                                                      Ambrella, The Pokemon Company
## 808                                                                        Omega Force
## 810                                                                       MachineGames
## 815                                                              HB Studios Multimedia
## 820                                                          Shift, Bandai Namco Games
## 821                                                                   Yacht Club Games
## 825                                                                            Ubisoft
## 828                                                                 Kojima Productions
## 834                                                               Gaming Minds Studios
## 839                                                                      Compile Heart
## 841                                                                     Spike Chunsoft
## 852                                                                Revolution Software
## 855                                             Nintendo, Nintendo Software Technology
## 858                                                                               Gust
## 859                                                                     Spike Chunsoft
## 861                                                                            Sandlot
## 866                                                              Valhalla Game Studios
## 869                                                                            Tri-Ace
## 871                                                                    Rainbow Studios
## 872                                                              HB Studios Multimedia
## 888                                                                        Codemasters
## 891                                                              High Voltage Software
## 893                                                                        Omega Force
## 894                                                               InXile Entertainment
## 899                                                                                5pb
## 903                                                               Gaming Minds Studios
## 904                                                                      Volition Inc.
## 912                                                                             Konami
## 913                                                                         WayForward
## 916                                                                         Starbreeze
## 918                                                              Examu, Marvelous Inc.
## 919                                                                      Ubisoft Osaka
## 920                                                                    Prope, Kadokawa
## 934                                                                           TT Games
## 938                                                                            Tri-Ace
## 939                                                       Climax Group, Climax Studios
## 940                                                                 Bandai Namco Games
## 942                                                                    Experience Inc.
## 948                                                                      CyberConnect2
## 970                                                                      PlatinumGames
## 988                                                                            Croteam
## 991                                                                    Milestone S.r.l
## 999                                                  Activision, Behaviour Interactive
## 1001                                                               Neon Studios, Kaiko
## 1005                                                                       Square Enix
## 1021                                                                  Arc System Works
## 1028                                                                       Omega Force
## 1040                                                                       Ivory Tower
## 1045                                                                       Ivory Tower
## 1056                                                               Revolution Software
## 1092                                                               Neon Studios, Kaiko
## 1093                                            Nintendo, Nintendo Software Technology
## 1098                                                                  Headstrong Games
## 1104                                                                     Volition Inc.
## 1109                                                                    Rockstar North
## 1111                                                                Sledgehammer Games
## 1113                                                                          Nintendo
## 1114                                                                         EA Sports
## 1115                                                           Bungie Software, Bungie
## 1116                                                                    Rockstar North
## 1117                                                                Sledgehammer Games
## 1125                                                                  Ubisoft Montreal
## 1126                                                                  Ubisoft Montreal
## 1127                                                         Ubisoft, Ubisoft Montreal
## 1128                                                                            Capcom
## 1129                                                         Ubisoft, Ubisoft Montreal
## 1130                                                           Bungie Software, Bungie
## 1132                                                                    343 Industries
## 1133                                                                             Maxis
## 1134                                                              Monolith Productions
## 1135                                                             Respawn Entertainment
## 1137                                                                      Sucker Punch
## 1140                                                                   Visual Concepts
## 1141                                                                         EA Sports
## 1142                                                                         EA Sports
## 1143                                                                 Evolution Studios
## 1146                                                                           BioWare
## 1149                                                                      Sumo Digital
## 1150                                                                          HAL Labs
## 1152                                                                   Tango Gameworks
## 1154                                                  Ubisoft Reflections, Ivory Tower
## 1155                                                                   Visual Concepts
## 1156                                                                  Ubisoft Montreal
## 1159                                                                  Ubisoft Montreal
## 1160                                                                         EA Sports
## 1161                                                                      MachineGames
## 1162                                                                     Retro Studios
## 1165                                                                  Playground Games
## 1166                                                                            Arzest
## 1167                                                                   Bluepoint Games
## 1168                                                              Monolith Productions
## 1171                                                                     Ubisoft Sofia
## 1172                                                                          TT Games
## 1173                                                                     From Software
## 1174                                                                Kojima Productions
## 1177                                                                       Omega Force
## 1179                                                                Nintendo EAD Tokyo
## 1180                                                                            Yuke's
## 1181                                                                   Insomniac Games
## 1182                                                                 Creative Assembly
## 1184                                                                            PopCap
## 1185                                                                         EA Sports
## 1186                                                                           Ubisoft
## 1187                                                               Ubisoft Montpellier
## 1190                                                                           BioWare
## 1191                                                                          TT Games
## 1192                                                                          TT Games
## 1193                                                            Obsidian Entertainment
## 1194                                                            Obsidian Entertainment
## 1196                                                                     ZeniMax Media
## 1203                                                                            Yuke's
## 1204                                                                     PlatinumGames
## 1205                                                                            Konami
## 1207                                                                     From Software
## 1209                                                                           BioWare
## 1210                                                                           Ubisoft
## 1211                                                                             Atlus
## 1212                                                            SCEA San Diego Studios
## 1213                                                                      2K Australia
## 1214                                                                      Toys for Bob
## 1216                                                                            PopCap
## 1217                                                                         Rebellion
## 1218                                                                      MachineGames
## 1219                                                                   Tango Gameworks
## 1220                                                                          TT Games
## 1225                                               Dimps Corporation, SCE Japan Studio
## 1227                                                               Iron Galaxy Studios
## 1228                                                                          TT Games
## 1229                                                                            Yuke's
## 1230                                                  Ubisoft Reflections, Ivory Tower
## 1232                                                                  Ubisoft Montreal
## 1235                                                                         EA Canada
## 1236                                                                            PopCap
## 1237                                                                      2K Australia
## 1240                                                            Microsoft Game Studios
## 1241                                                                          TT Games
## 1242                                                                         EA Sports
## 1245                                                                Kojima Productions
## 1247                                                                            Yuke's
## 1248                                                             Respawn Entertainment
## 1252                                                         Ubisoft, Ubisoft Montreal
## 1253                                                                            Racjin
## 1254                                                                           Ubisoft
## 1255                                                                          TT Games
## 1257                                                         City Interactive, Deck 13
## 1258                                                                 Creative Assembly
## 1260                                                                  Headstrong Games
## 1261                                                         Camelot Software Planning
## 1262                                                            Blizzard Entertainment
## 1263                                                                         EA Sports
## 1270                                                                          TT Games
## 1274                                                                      MachineGames
## 1275                                                                  Ubisoft Montreal
## 1277                                                                      Toys for Bob
## 1281                                                                     CyberConnect2
## 1282                                                                          TT Games
## 1283                                                            SCEA San Diego Studios
## 1284                                                                         EA Canada
## 1285                                                                           RedLynx
## 1286                                                                     Marvelous AQL
## 1287                                                                         EA Sports
## 1288                                                            Codemasters Birmingham
## 1289                                                                Sledgehammer Games
## 1291                                                                           Ubisoft
## 1294                                                                          Nintendo
## 1295                                                                       Indies Zero
## 1297                                                                     Firaxis Games
## 1299                                                 RED Entertainment, Spike Chunsoft
## 1301                                                              Monolith Productions
## 1302                                                                         Rebellion
## 1303                                                               Ubisoft Montpellier
## 1306                                                                              Sega
## 1307                                                                    Airtight Games
## 1310                                                      Big Red Button Entertainment
## 1312                                                                           Artdink
## 1316                                                                Bandai Namco Games
## 1318                                                                      2K Australia
## 1319                                                                     Sanzaru Games
## 1320                                                                Kojima Productions
## 1321                                                                         EA Sports
## 1324                                                                       Indies Zero
## 1327                                                                         Ganbarion
## 1328                                                                   Tango Gameworks
## 1331                                                                          TT Games
## 1332                                                                       Indies Zero
## 1338                                                                              Sega
## 1341                                                                           RedLynx
## 1342                                                              Tamsoft, D3Publisher
## 1343                                                                       Omega Force
## 1345                                                                         EA Sports
## 1347                                                     Omega Force, Koei Tecmo Games
## 1349                                                            Codemasters Birmingham
## 1351                                                                  SCE Japan Studio
## 1352                                                         City Interactive, Deck 13
## 1354                                                                           Tamsoft
## 1355                                                                     CyberConnect2
## 1358                                                                    Spike Chunsoft
## 1359                                                                    Telltale Games
## 1360                                                                         EA Sports
## 1361                                                                Bandai Namco Games
## 1362                                                Sanzaru Games, Sanzaru Games, Inc.
## 1365                                                                     Mercury Steam
## 1366                                                                           Spiders
## 1367                                                                       Omega Force
## 1368                                                            Obsidian Entertainment
## 1371                                                                            Falcom
## 1374                                                            Harmonix Music Systems
## 1378                                                                  Ubisoft Montreal
## 1379                                                                              Gust
## 1380                                                                               5pb
## 1381                                                                   Milestone S.r.l
## 1382                                                                       Codemasters
## 1383                                                                     From Software
## 1384                                                            Microsoft Game Studios
## 1385                                                                    Spike Chunsoft
## 1389                                                                       Deep Silver
## 1391                                                                Sega, French-Bread
## 1392                                                                    Airtight Games
## 1393                                                  Ubisoft Reflections, Ivory Tower
## 1396                                                                              Gust
## 1398                                                                   Carbine Studios
## 1400                                                            Harmonix Music Systems
## 1404                                                                       Alfa System
## 1406                                                                            Falcom
## 1409                                                                 Creative Assembly
## 1412                                                                            Konami
## 1416                                                               Ubisoft Montpellier
## 1419                                                                  Arc System Works
## 1421                                                                              Sega
## 1423                                                                   Ubisoft Romania
## 1424                                                                  Koei Tecmo Games
## 1425                                                                         Ganbarion
## 1427                                                                             Sting
## 1435                                                                         Haemimont
## 1436                                                                  Koei Tecmo Games
## 1438                                                                           Tamsoft
## 1440                                                                  Koei Tecmo Games
## 1444                                                                       Omega Force
## 1445                                                                         Eutechnyx
## 1446                                                            SCEA San Diego Studios
## 1448                                                                           Artdink
## 1449                                                                     Vicious Cycle
## 1451                                                           Deep Silver, Keen Games
## 1461                                                                          Kadokawa
## 1462                                                            Codemasters Birmingham
## 1464                                                                   Experience Inc.
## 1468                                                                     Vicious Cycle
## 1472                                                                             Prope
## 1473                                                          Spark Unlimited, comcept
## 1474                                                                     Mercury Steam
## 1477                                                                       Codemasters
## 1478                                                                     Piranha Bytes
## 1481                                                                   Nixxes Software
## 1482                                                                       Torus Games
## 1484                                                             HB Studios Multimedia
## 1486                                                                        WayForward
## 1487                                                                     Piranha Bytes
## 1488                                                                  Arc System Works
## 1491                                                                             FuRyu
## 1492                                                                       Omega Force
## 1495                                                                             FuRyu
## 1497                                                                       Fatshark AB
## 1500                                                                       Fatshark AB
## 1501                                                                  Ubisoft Montreal
## 1506                                                                            TOYBOX
## 1507                                                                           Sandlot
## 1508                                                                  Koei Tecmo Games
## 1514                                                                           Artdink
## 1515                                                                   Engine Software
## 1520                                                                          Kadokawa
## 1522                                                                     Piranha Bytes
## 1523                                                                       Omega Force
## 1525                                                                         Ganbarion
## 1532                                                                          TT Games
## 1534                                                           Nordic Games Publishing
## 1541                                                                    Marvelous Inc.
## 1543                                                                        WayForward
## 1546                                                                         Haemimont
## 1547                                                                            TOYBOX
## 1549                                                                          CI Games
## 1550                                                                    Airtight Games
## 1554                                                                       Deep Silver
## 1558                                                                  Ubisoft Montreal
## 1562                                                          Spark Unlimited, comcept
## 1571                                                                          CI Games
## 1572                                                                  Koei Tecmo Games
## 1577                                                                   Engine Software
## 1582                                                                     Mercury Steam
## 1587                                                                      Sucker Punch
## 1588                                                                           Cyanide
## 1595                                                                           RedLynx
## 1601                                                             HB Studios Multimedia
## 1606                                                         City Interactive, Deck 13
## 1610                                                           Nordic Games Publishing
## 1616                                                                       Codemasters
## 1620                                                                     Compile Heart
## 1622                                                                NATSUME ATARI Inc.
## 1624                                                                            PopCap
## 1627                                                                       Deep Silver
## 1628                                                              Nippon Ichi Software
## 1629                                                                   Nixxes Software
## 1632                                                                Bandai Namco Games
## 1636                                                            Obsidian Entertainment
## 1641                                                                    Larian Studios
## 1652                                                                   Big Ant Studios
## 1659                                                              Nippon Ichi Software
## 1688                                                                Kojima Productions
## 1690                                                                    Rockstar North
## 1691                                                                    Rockstar North
## 1693                                                                     Infinity Ward
## 1694                                                                     Infinity Ward
## 1696                                                                         EA Canada
## 1697                                                                       Naughty Dog
## 1699                                                                  Next Level Games
## 1700                                                                          Nintendo
## 1701                                                                         EA Canada
## 1702                                                                     Infinity Ward
## 1703                                                                           Ubisoft
## 1704                                                                           EA DICE
## 1706                                                                           EA DICE
## 1707                                                                           EA DICE
## 1709                                                                           Ubisoft
## 1710                                                                 Polyphony Digital
## 1711                                                                          Nintendo
## 1712                                                                         EA Canada
## 1713                                                                     Infinity Ward
## 1714                                                                           Ubisoft
## 1715                                                                         Guerrilla
## 1716                                                                   Visual Concepts
## 1718                                                                 WB Games Montreal
## 1719                                                                  SCE Santa Monica
## 1720                                                                          Nintendo
## 1722                                                                         EA Sports
## 1723                                                                          TT Games
## 1724                                                                           Turn 10
## 1726                                                                   Visual Concepts
## 1729                                                                           EA DICE
## 1730                                                                       Ghost Games
## 1731                                                                  Irrational Games
## 1732                                                                 Nintendo, Nd Cube
## 1733                                                            Blizzard Entertainment
## 1736                                                                 WB Games Montreal
## 1737                                                                         EA Sports
## 1738                                                                          TT Games
## 1740                                                                           Nd Cube
## 1742                                                                  SCE Japan Studio
## 1743                                                                  Irrational Games
## 1744                                                            Blizzard Entertainment
## 1745                                                                     Volition Inc.
## 1746                                                                     Quantic Dream
## 1747                                                                          TT Games
## 1749                                                                  Capcom Vancouver
## 1750                                                                        Epic Games
## 1754                                                                   Visual Concepts
## 1755                                                                Avalanche Software
## 1756                                                                             Maxis
## 1757                                                                     PlatinumGames
## 1758                                                            Blizzard Entertainment
## 1759                                                               NetherRealm Studios
## 1760                                                                            Crytek
## 1761                                                                           EA DICE
## 1762                                                                 Vicarious Visions
## 1763                                                                           Virtuos
## 1764                                                                       Ghost Games
## 1765                                                                     Volition Inc.
## 1766                                                               NetherRealm Studios
## 1767                                                                         EA Canada
## 1768                                                                            Yuke's
## 1769                                                                          Nintendo
## 1770                                                                            Yuke's
## 1771                                                                          TT Games
## 1772                                                                        EA Tiburon
## 1774                                                                       Square Enix
## 1776                                                                 Vicarious Visions
## 1777                                                                           Ubisoft
## 1778                                                                    Visceral Games
## 1780                                                                   Ubisoft Toronto
## 1781                                                                Avalanche Software
## 1782                                                                    Visceral Games
## 1783                                                                            Konami
## 1785                                                                   Ubisoft Toronto
## 1786                                                                     CyberConnect2
## 1787                                                                     h.a.n.d. Inc.
## 1789                                                                   Visual Concepts
## 1790                                                                            Crytek
## 1791                                                                         EA Sports
## 1792                                                                          TT Games
## 1793                                                                            Crytek
## 1794                                                                          Nintendo
## 1795                                                                        EA Tiburon
## 1796                                                                         EA Sports
## 1797                                                                Guerilla Cambridge
## 1798                                                                           Virtuos
## 1799                                                                      Ninja Theory
## 1800                                                                       Ghost Games
## 1801                                                                          Techland
## 1803                                                                  Gearbox Software
## 1804                                                                           Level 5
## 1805                                                                            Capcom
## 1806                                                            SCEA San Diego Studios
## 1807                                                                          TT Games
## 1808                                                                 Creative Assembly
## 1810                                                                       Ghost Games
## 1811                                                                   Engine Software
## 1812                                                               Ubisoft Montpellier
## 1813                                                                  Irrational Games
## 1814                                                                       Omega Force
## 1817                                                                           Ubisoft
## 1818                                                                Sports Interactive
## 1819                                                                  Terminal Reality
## 1820                                                                            Crytek
## 1821                                                                    Media Molecule
## 1822                                                                  Gearbox Software
## 1823                                                                          Techland
## 1824                                                                       Omega Force
## 1825                                                                Avalanche Software
## 1827                                                                           Ubisoft
## 1828                                                                 Vicarious Visions
## 1829                                                                             Atlus
## 1830                                                                     CyberConnect2
## 1831                                                               Ubisoft Montpellier
## 1832                                                                 Overkill Software
## 1833                                                                      Trion Worlds
## 1834                                                                     Sanzaru Games
## 1835                                                                   Electronic Arts
## 1836                                                            Codemasters Birmingham
## 1837                                                                   Electronic Arts
## 1838                                                                       Vanillaware
## 1842                                                         SCE Japan Studio, comcept
## 1843                                                                  Terminal Reality
## 1844                                                                     CyberConnect2
## 1845                                                                 Dimps Corporation
## 1846                                                                     PlatinumGames
## 1848                                                                           Ubisoft
## 1850                                                                 High Moon Studios
## 1851                                                                      Ninja Theory
## 1852                                                                 High Moon Studios
## 1853                                                                 Overkill Software
## 1854                                                                            TOYBOX
## 1855                                                               Ubisoft Montpellier
## 1856                                                                   Armature Studio
## 1858                                                                    Spike Chunsoft
## 1859                                                                           Ubisoft
## 1860                                                                   Engine Software
## 1863                                                                            Konami
## 1864                                                                     PlatinumGames
## 1865                                                                         EA Canada
## 1866                                                                        Sonic Team
## 1867                                                                 Vicarious Visions
## 1868                                                                         Ganbarion
## 1869                                                                   Giants Software
## 1874                                                                           Ubisoft
## 1875                                                                       Codemasters
## 1876                                                                        EA Tiburon
## 1878                                                                       Vanillaware
## 1879                                                                           Sandlot
## 1880                                                                        EA Tiburon
## 1882                                                                       Omega Force
## 1884                                                                      Trion Worlds
## 1885                                                                          Treyarch
## 1886                                                                             Relic
## 1888                                                                  City Interactive
## 1889                                                                    Spike Chunsoft
## 1890                                                             DONTNOD Entertainment
## 1892                                                               Iron Galaxy Studios
## 1893                                                                      Access Games
## 1894                                                                Human Head Studios
## 1895                                                                          TT Games
## 1896                                                                  Arc System Works
## 1897                                                                       Codemasters
## 1900                                                              Exient Entertainment
## 1902                                                                           Ubisoft
## 1903                                                                              Sega
## 1904                                                              Exient Entertainment
## 1905                                                                    Visceral Games
## 1906                                                                       Codemasters
## 1908                                                                       Square Enix
## 1909                                                                   Armature Studio
## 1915                                                                             Atlus
## 1916                                                                            Capcom
## 1917                                                                    Visceral Games
## 1918                                                                  SCE Japan Studio
## 1919                                                                       Ghost Games
## 1920                                                                          2K Marin
## 1921                                                                     Sanzaru Games
## 1922                                                                           n-Space
## 1924                                                                          Zoe Mode
## 1926                                                                         EA Sports
## 1928                                                                            Konami
## 1929                                                                       Omega Force
## 1930                                                                            Falcom
## 1932                                                           Grasshopper Manufacture
## 1937                                                              Exient Entertainment
## 1938                                                                          2K Marin
## 1941                                                              Nippon Ichi Software
## 1942                                                                    Io Interactive
## 1944                                                                      Trion Worlds
## 1945                                                                   Spark Unlimited
## 1946                                                                  City Interactive
## 1947                                                             Behaviour Interactive
## 1948                                                              Nippon Ichi Software
## 1949                                                                         EA Sports
## 1950                                                                            Falcom
## 1953                                                                           Ubisoft
## 1955                                                               NetherRealm Studios
## 1956                                                                          4A Games
## 1958                                                                            Capcom
## 1961                                                                   Ubisoft Toronto
## 1964                                                                     Volition Inc.
## 1965                                                                     Compile Heart
## 1968                                                                                K2
## 1970                                                                  Gearbox Software
## 1971                                                             DONTNOD Entertainment
## 1973                                                                    Io Interactive
## 1976                                                                             Spike
## 1977                                                                          TT Games
## 1978                                                                   Experience Inc.
## 1981                                                              Exient Entertainment
## 1982                                                                          System 3
## 1984                                                                       Omega Force
## 1986                                                                       Omega Force
## 1987                                                                         Aqua Plus
## 1991                                                                           Sandlot
## 1992                                                                        Felistella
## 1993                                                                   Giants Software
## 1998                                                                          TT Games
## 2005                                                                             Spike
## 2007                                                           Grasshopper Manufacture
## 2011                                                                   Ubisoft Toronto
## 2012                                                                   Spark Unlimited
## 2013                                                                          TT Games
## 2015                                                                     From Software
## 2019                                                            SCEA San Diego Studios
## 2023                                                               Bohemia Interactive
## 2024                                                                           Zerodiv
## 2025                                                                            Konami
## 2030                                                                          5TH Cell
## 2031                                                                   Engine Software
## 2032                                                                          5TH Cell
## 2033                                                                               5pb
## 2048                                                                        WayForward
## 2050                                                                          Novarama
## 2055                                              Namco Bandai Games, Monkey Bar Games
## 2056                                                                  City Interactive
## 2060                                              Namco Bandai Games, Monkey Bar Games
## 2062                                                                           Egosoft
## 2080                                                                     Compile Heart
## 2082                                                              Nippon Ichi Software
## 2086                                                                       Codemasters
## 2087                                                           Image Epoch, Imageepoch
## 2090                                                                        WayForward
## 2094                                                             DONTNOD Entertainment
## 2096                                                            Eutechnyx, Deep Silver
## 2100                                              Namco Bandai Games, Monkey Bar Games
## 2101                                                                          2K Marin
## 2106                                                                 Overkill Software
## 2109                                                                        WayForward
## 2115                                                                    Hellbent Games
## 2118                                                            Eutechnyx, Deep Silver
## 2121                                                                            Capcom
## 2125                                                                   Spark Unlimited
## 2126                                                                 Rising Star Games
## 2135                                                                  Studio Saizensen
## 2143                                                                           Zerodiv
## 2146                                                               Iron Galaxy Studios
## 2159                                                                  Arc System Works
## 2175                                                                         Rebellion
## 2182                                                                              Koei
## 2184                                                                        ApolloSoft
## 2191                                                                  Magenta Software
## 2205                                                                        WayForward
## 2206                                                                  Compulsion Games
## 2213                                                                              SCEA
## 2234                                                                          Treyarch
## 2235                                                                          Treyarch
## 2236                                                                          Nintendo
## 2237                                                                    343 Industries
## 2238                                                                          Nintendo
## 2239                                                                   Electronic Arts
## 2241                                                                           Ubisoft
## 2242                                                                           Ubisoft
## 2243                                                                           Ubisoft
## 2244                                                                          Nintendo
## 2245                                                                   Electronic Arts
## 2246                                                            Blizzard Entertainment
## 2247                                                                          Nintendo
## 2248                                                                  Ubisoft Montreal
## 2249                                                                           Nd Cube
## 2250                                                                            Capcom
## 2251                                                                  Gearbox Software
## 2252                                                                           BioWare
## 2253                                                                  Ubisoft Montreal
## 2254                                                                   Visual Concepts
## 2255                                                                        EA Tiburon
## 2257                                                                        EA Tiburon
## 2258                                                                      Toys for Bob
## 2259                                                                   Visual Concepts
## 2260                                                                          ArenaNet
## 2261                                                               Intelligent Systems
## 2262                                                                  Gearbox Software
## 2263                                                                    Io Interactive
## 2264                                                               Intelligent Systems
## 2265                                                      PLAYGROUND, Playground Games
## 2266                                                                            Capcom
## 2267                                                                  Rockstar Studios
## 2268                                                            Blizzard Entertainment
## 2269                                                                  Terminal Reality
## 2270                                                                            Capcom
## 2271                                                                    Io Interactive
## 2272                                                                    Arkane Studios
## 2273                                                                          TT Games
## 2274                                                                  Rockstar Studios
## 2275                                                                       Square Enix
## 2276                                                                         EA Canada
## 2277                                                                            Konami
## 2278                                                                    Arkane Studios
## 2279                                                                          Treyarch
## 2280                                                                        Nihilistic
## 2281                                                                     Ubisoft Paris
## 2282                                                                           BioWare
## 2283                                                                      Danger Close
## 2286                                                                               THQ
## 2287                                                                           Ubisoft
## 2288                                                                      Toys for Bob
## 2289                                                                Opus, Project Sora
## 2290                                                          Nintendo, Spike Chunsoft
## 2291                                                                       THQ, Yuke's
## 2292                                                    Tarsier Studios, Double Eleven
## 2293                                                                         EA Sports
## 2294                                                                          TT Games
## 2295                                                                 Traveller's Tales
## 2297                                                                           Ubisoft
## 2298                                                     Omega Force, Tecmo Koei Games
## 2299                                                                         Slant Six
## 2301                                                                      Danger Close
## 2302                                                            Level 5, Brownie Brown
## 2303                                                                             Atlus
## 2304                                                                        EA Tiburon
## 2305                                                                      Toys for Bob
## 2306                                                                          TT Games
## 2307                                                                United Front Games
## 2308                                                                       Codemasters
## 2309                                                                            Yuke's
## 2310                                                                              Koei
## 2312                                                               Ubisoft Montpellier
## 2313                                                                            Yuke's
## 2314                                                                           BioWare
## 2315                                                                  Ubisoft Montreal
## 2317                                                                   Giants Software
## 2319                                                                         Rebellion
## 2320                                                         Camelot Software Planning
## 2321                                                            SuperBot Entertainment
## 2323                                                                     Ubisoft Paris
## 2324                                                                           Ubisoft
## 2325                                                                  Gearbox Software
## 2326                                                            SCEA San Diego Studios
## 2327                                                                     Marvelous AQL
## 2328                                                                         EA Canada
## 2329                                                             CD Projekt Red Studio
## 2331                                                                         EA Sports
## 2333                                                                        EA Tiburon
## 2334                                                                            Capcom
## 2335                                                                United Front Games
## 2336                                                                    Big Huge Games
## 2337                                                Media Molecule, United Front Games
## 2338                                                                    Big Huge Games
## 2339                                                                Namco Bandai Games
## 2340                                                                       Vigil Games
## 2341                                                                Bandai Namco Games
## 2342                                                                         Rebellion
## 2343                                                                            Capcom
## 2345                                                  Capcom, Pipeworks Software, Inc.
## 2346                                                            Harmonix Music Systems
## 2348                                                                           Level 5
## 2349                                                                       Vigil Games
## 2350                                                             Radical Entertainment
## 2351                                                                            Capcom
## 2353                                                                         Slant Six
## 2355                                                                          TT Games
## 2356                                                                      Project Soul
## 2357                                                             Radical Entertainment
## 2360                                                                        syn Sophia
## 2361                                                                  Arc System Works
## 2362                                                             CyberConnect2, Racjin
## 2364                                                                     Firaxis Games
## 2365                                                                         EA Canada
## 2369                                                                          HAL Labs
## 2373                                                                   Electronic Arts
## 2374                                                           Grasshopper Manufacture
## 2375                                                               NetherRealm Studios
## 2376                                                                   Electronic Arts
## 2377                                                                        Team Ninja
## 2379                                                              Exient Entertainment
## 2380                                                                     Firaxis Games
## 2382                                                                          5TH Cell
## 2383                                                             Ryu ga Gotoku Studios
## 2384                                                                      Project Soul
## 2386                                                                      Asobo Studio
## 2387                                                                   Electronic Arts
## 2389                                                                     Firaxis Games
## 2390                                                                       id Software
## 2391                                                                         Neverland
## 2392                                                                  SCE Japan Studio
## 2393                                                                             Yager
## 2394                                                                UBlart Montpellier
## 2395                                                                   Electronic Arts
## 2397                                                               Blitz Games Studios
## 2399                                                                   Electronic Arts
## 2400                                                                Zipper Interactive
## 2401                                                                       Indies Zero
## 2402                                                                   Visual Concepts
## 2404                                                                       Codemasters
## 2407                                                           Grasshopper Manufacture
## 2408                                                                       id Software
## 2409                                                                            Capcom
## 2410                                                                   Electronic Arts
## 2411                                                               Blitz Games Studios
## 2413                                                        Nintendo, Headstrong Games
## 2414                                                                             Vatra
## 2415                                                                   Bluepoint Games
## 2416                                                             CyberConnect2, Racjin
## 2417                                                                 High Moon Studios
## 2418                                                                   Electronic Arts
## 2419                                                                        Team Ninja
## 2420                                                  Capcom, Pipeworks Software, Inc.
## 2422                                                                           Ubisoft
## 2423                                                                  Rockstar Studios
## 2424                                                             High Voltage Software
## 2426                                                                             Yager
## 2427                                                                          Treyarch
## 2428                                                                        Nihilistic
## 2430                                                                     CyberConnect2
## 2431                                                                         Game Arts
## 2432                                                                   Electronic Arts
## 2434                                                                          TT Games
## 2435                                                                     From Software
## 2436                                                          Monolith Soft, Banpresto
## 2437                                                                 High Moon Studios
## 2439                                                                  Digital Extremes
## 2442                                                                Kojima Productions
## 2444                                                                 Vicarious Visions
## 2445                                                                     Ubisoft Paris
## 2446                                                                          5TH Cell
## 2449                                                                           Ubisoft
## 2450                                                                  Studio Liverpool
## 2451                                                                    Ubisoft Quebec
## 2453                                                                Namco Bandai Games
## 2455                                                                          TT Games
## 2456                                                                      Danger Close
## 2457                                                                              Sega
## 2459                                                                            Konami
## 2460                                                                        Team Ninja
## 2461                                                                    Hijinx Studios
## 2462                                                                  Digital Extremes
## 2463                                                                       Codemasters
## 2466                                                                            Konami
## 2468                                                                    Big Huge Games
## 2469                                                                        EA Tiburon
## 2470                                                                 Koei, Omega Force
## 2471                                                                      The Workshop
## 2472                                                                              SCEA
## 2474                                                              LightBox Interactive
## 2475                                                                   Electronic Arts
## 2479                                                                          TT Games
## 2480                                                                  Lionhead Studios
## 2484                                                                       Codemasters
## 2485                                                                    FreeStyleGames
## 2490                                                                Heavy Iron Studios
## 2491                                                 Rovio Mobile, Rovio Entertainment
## 2492                                                                              Gust
## 2493                                                                          Crispy's
## 2494                                                          Cyanide, Cyanide Studios
## 2495                                                                Heavy Iron Studios
## 2496                                                                        Team Ninja
## 2497                                                   Io Interactive, Nixxes Software
## 2498                                                                            Falcom
## 2499                                                                     CyberConnect2
## 2500                                                                         Frogwares
## 2501                                                          Cyanide, Cyanide Studios
## 2502                                                              Gaijin Entertainment
## 2503                                                                              Sega
## 2504                                                                       Codemasters
## 2505                                                                         EA Sports
## 2507                                                                    Junction Point
## 2509                                                                        EA Tiburon
## 2511                                                                   Q Entertainment
## 2512                                                                             Yager
## 2514                                                                     Piranha Bytes
## 2515                                                                  Tecmo Koei Games
## 2516                                                                     Piranha Bytes
## 2517                                                                          TT Games
## 2519                                                                     From Software
## 2522                                                                   ThatGameCompany
## 2523                                                                           n-Space
## 2526                                                                     PlatinumGames
## 2530                                                                  Studio Saizensen
## 2531                                                                             Arika
## 2532                                                             High Voltage Software
## 2535                                                                           Ubisoft
## 2537                                                                        WayForward
## 2539                                                                   Visual Concepts
## 2544                                                                            Konami
## 2545                                                            SCEA San Diego Studios
## 2546                                                                            Capcom
## 2547                                                                              Sega
## 2553                                                                        Starbreeze
## 2554                                                            Majesco Games, Majesco
## 2555                                                                 Traveller's Tales
## 2556                                                                         EA Sports
## 2558                                                                       Codemasters
## 2561                                                                            Funcom
## 2562                                                                     Ubisoft Paris
## 2564                                                                     PlatinumGames
## 2565                                                           Image Epoch, Imageepoch
## 2566                                                                           Bugbear
## 2567                                                 Rovio Mobile, Rovio Entertainment
## 2568                                                       Idea Factory, Compile Heart
## 2570                                                                   The Sims Studio
## 2573                                                             Compile Heart, GCREST
## 2574                                                                      Inti Creates
## 2575                                                              Gaijin Entertainment
## 2576                                                                       Vigil Games
## 2577                                                                       Vigil Games
## 2582                                                                               THQ
## 2583                                                                UBlart Montpellier
## 2584                                                                       Codemasters
## 2585                                                                           n-Space
## 2586                                                                        Starbreeze
## 2589                                                                     Piranha Bytes
## 2590                                                                  Digital Extremes
## 2591                                                                       Omega Force
## 2595                                                                         Blue Byte
## 2601                                                                  Arc System Works
## 2602                                                        Phosphor Games Studio, LLC
## 2603                                                                     From Software
## 2604                                                                   Visual Concepts
## 2607                                                                          Zoe Mode
## 2608                                                                         Rebellion
## 2609                                                                United Front Games
## 2614                                                                    Ubisoft Quebec
## 2615                                                                          Novarama
## 2620                                                                           Bugbear
## 2623                                                             Radical Entertainment
## 2627                                                                             Examu
## 2632                                                              Gaijin Entertainment
## 2634                                                                         Eutechnyx
## 2638                                                                         Rebellion
## 2639                                                              Gaijin Entertainment
## 2642                                                                          Nintendo
## 2654                                                                         Eutechnyx
## 2655                                                                            Konami
## 2657                                                                       Omega Force
## 2660                                                          Cyanide, Cyanide Studios
## 2663                                                                         Black Box
## 2665                                                                UBlart Montpellier
## 2670                                                                          Mad Catz
## 2680                                                                         Frogwares
## 2681                                                                 Saber Interactive
## 2685                                                              Remedy Entertainment
## 2687                                                                              Koei
## 2688                                                                            Nitro+
## 2689                                                                           Sandlot
## 2698                                                                 Saber Interactive
## 2700                                                                         505 Games
## 2703                                                                 Evolution Studios
## 2714                                                                          Zoe Mode
## 2728                                                                      Capcom, QLOC
## 2732                                                          Pipeworks Software, Inc.
## 2734                                             Atari, Slightly Mad Studios, Atari SA
## 2744                                                                         Slant Six
## 2750                                                                     System Prisma
## 2769                                                                          ChunSoft
## 2771                                                                     Ubisoft Paris
## 2774                                                                       id Software
## 2776                                                                   Visual Concepts
## 2797                                                                            Capcom
## 2800                                                                         Haemimont
## 2803                                                                      Capcom, QLOC
## 2805                                                                       Codemasters
## 2828                                                                           Bugbear
## 2832                                                                         Frogwares
## 2833                                                                    Ubisoft Quebec
## 2859                                                                        EA Tiburon
## 2867                                                                         Game Arts
## 2877                                         High Moon Studios, Mercenary Technologies
## 2880                                                                             Spike
## 2887                                                 Infinity Ward, Sledgehammer Games
## 2888                                                 Infinity Ward, Sledgehammer Games
## 2889                      Retro Studios, Entertainment Analysis & Development Division
## 2890                                                                          Nintendo
## 2891                                                                           Ubisoft
## 2892                                                             Bethesda Game Studios
## 2893                                                                           EA DICE
## 2894                                                                           EA DICE
## 2895                                                                       Naughty Dog
## 2897                                                             Bethesda Game Studios
## 2898                                                                        Epic Games
## 2899                                                                Rocksteady Studios
## 2900                                                                Rocksteady Studios
## 2901                                                                           Turn 10
## 2903                                                                  Ubisoft Montreal
## 2904                                                                  Ubisoft Montreal
## 2906                                                                          Nintendo
## 2907                                                             Bethesda Game Studios
## 2910                                                                    Media Molecule
## 2911                                                                        Team Bondi
## 2912                                                                LucasArts, BioWare
## 2913                                                               NetherRealm Studios
## 2916                                                                      Toys for Bob
## 2917                                                                           EA DICE
## 2918                                                                         Guerrilla
## 2919                                                                     Volition Inc.
## 2920                                                                        Team Bondi
## 2921                                                                        EA Tiburon
## 2922                                                                       Square Enix
## 2923                                                                   Visual Concepts
## 2924                                                                     Volition Inc.
## 2925                                                                    343 Industries
## 2926                                                                          Techland
## 2927                                                             Frontier Developments
## 2928                                                                Rare Ltd., BigPark
## 2929                                                                          Techland
## 2930                                                                        EA Tiburon
## 2931                                                                            Konami
## 2932                                                                   Visual Concepts
## 2933                                                               NetherRealm Studios
## 2934                                                                    Valve Software
## 2935                                                            Harmonix Music Systems
## 2936                                                                     From Software
## 2937                                                                           Ubisoft
## 2938                                                                         Black Box
## 2939                                                                      Sucker Punch
## 2941                                                                 Traveller's Tales
## 2942                                                 Infinity Ward, Sledgehammer Games
## 2943                                                                    Valve Software
## 2944                                                                          HAL Labs
## 2945                                                                       id Software
## 2946                                                                              Sega
## 2947                                                                 Traveller's Tales
## 2949                                                            Naughty Dog, Sony Bend
## 2950                                                                Namco Bandai Games
## 2951                                                                    Visceral Games
## 2952                                                                Sports Interactive
## 2953                                                                           Level 5
## 2954                                                                   Insomniac Games
## 2955                                                                 Traveller's Tales
## 2956                                                                      Kaos Studios
## 2957                                                                           BioWare
## 2958                                                                    Hellbent Games
## 2959                                                        Blue Byte, Related Designs
## 2960                                                                    Visceral Games
## 2961                                                                  Sega, Sonic Team
## 2962                                                                    Eidos Montreal
## 2963                                                                    Eidos Montreal
## 2964                                                                         Black Box
## 2965                                                                            Crytek
## 2966                                                                            Capcom
## 2968                                                                       id Software
## 2969                                                                            Crytek
## 2970                                                                            Yuke's
## 2972                                                                Bandai Namco Games
## 2973                                                                            Capcom
## 2974                                                                       Codemasters
## 2975                                                                            Yuke's
## 2976                                                                 Traveller's Tales
## 2977                                                                           Ubisoft
## 2978                                                                          Ambrella
## 2980                                                                 Traveller's Tales
## 2981                                                                           Ubisoft
## 2982                                                                           Ubisoft
## 2983                                                                           BioWare
## 2984                                                                         EA Canada
## 2985                                                                              TOSE
## 2989                                                                       Codemasters
## 2990                                                                     Splash Damage
## 2991                                                                 Traveller's Tales
## 2992                                                    Eurocom Entertainment Software
## 2993                                                        Epic Games, People Can Fly
## 2994                                                           Sega, Dimps Corporation
## 2995                                                                UBlart Montpellier
## 2996                                                                         EA Sports
## 2997                                                                          HAL Labs
## 2998                                                                     From Software
## 2999                                                                      Toys for Bob
## 3000                                                             CD Projekt Red Studio
## 3001                                                                Monster Games Inc.
## 3002                                                               Ubisoft Reflections
## 3003                                                                 Traveller's Tales
## 3004                                                                          Nintendo
## 3005                                                                      Toys for Bob
## 3006                                                                        Activision
## 3008                                                                          Nintendo
## 3009                                                                       Omega Force
## 3010                                                                      Kaos Studios
## 3012                                                                Zipper Interactive
## 3014                                                                   Electronic Arts
## 3015                                                                  Crystal Dynamics
## 3016                                                                       Square Enix
## 3017                                                                  Ubisoft Montreal
## 3018                                                       Gearbox Software, 3D Realms
## 3019                                                                         EA Sports
## 3020                                                                Bandai Namco Games
## 3021                                                                           BioWare
## 3022                                                      Treyarch, Sledgehammer Games
## 3024                                                                  City Interactive
## 3025                                                                         EA Canada
## 3026                                                    Eurocom Entertainment Software
## 3027                                                                UBlart Montpellier
## 3029                                                                               THQ
## 3031                                                                          EA Games
## 3032                                                                    Valve Software
## 3033                                                       Gearbox Software, 3D Realms
## 3034                                                                    Creatures Inc.
## 3035                                                                  Ubisoft Montreal
## 3036                                                                      Project Aces
## 3037                                                                            Crytek
## 3038                                                                       Square Enix
## 3039                                                                     Splash Damage
## 3041                                                                       Codemasters
## 3042                                                                       Codemasters
## 3043                                                                             Atlus
## 3044                                                                   Electronic Arts
## 3045                                                                           Kalypso
## 3046                                                               Ubisoft Reflections
## 3047                                                                   The Sims Studio
## 3048                                                                          2K Czech
## 3049                                                                      Trion Worlds
## 3053                                                                Mistwalker, Artoon
## 3054                                                                Ubisoft Casablanca
## 3055                                                                           BioWare
## 3056                                                                   The Sims Studio
## 3057                                                                           Ubisoft
## 3058                                                                 Traveller's Tales
## 3059                                                                       Omega Force
## 3061                                                                   Electronic Arts
## 3062                                                              Cooking Mama Limited
## 3064                                                    Eurocom Entertainment Software
## 3065                                                                             Spike
## 3066                                                             Ryu ga Gotoku Studios
## 3067                                                                 Creative Assembly
## 3068                                                                  Ubisoft Montreal
## 3069                                                                   Nixxes Software
## 3070                                                            SCEA San Diego Studios
## 3071                                                                       Spicy Horse
## 3072                                                                   Electronic Arts
## 3073                                                                 High Impact Games
## 3074                                                                 Vicarious Visions
## 3075                                                              Nippon Ichi Software
## 3076                                                                            Konami
## 3077                                                    Eurocom Entertainment Software
## 3078                                                                             Relic
## 3079                                                                           Bullets
## 3080                                                                     Ready at Dawn
## 3081                                                                         Clap Hanz
## 3082                                                                UBlart Montpellier
## 3083                                                        THQ Digital Studio Phoenix
## 3085                                                                             Spike
## 3086                                                                      Reality Pump
## 3090                                                                Rocksteady Studios
## 3091                                                        Epic Games, People Can Fly
## 3092                                                                  Ubisoft Montreal
## 3093                                                           Double Fine Productions
## 3096                                                                              WBIE
## 3098                                                                            Konami
## 3099                                                    Eurocom Entertainment Software
## 3100                                                                       Spicy Horse
## 3101                                                                Namco Bandai Games
## 3102                                                                              Sega
## 3103                                                                            Racjin
## 3104                                                                      Project Aces
## 3105                                                                            Capcom
## 3106                                                                          Gameloft
## 3107                                                                          Nintendo
## 3109                                                                 Evolution Studios
## 3110                                                                     Marvelous AQL
## 3113                                                                              Sega
## 3114                                                                      Reality Pump
## 3115                                                        THQ Digital Studio Phoenix
## 3119                                                                   Visual Concepts
## 3120                                                                     Volition Inc.
## 3121                                                                     Day 1 Studios
## 3122                                                                        Team Ninja
## 3123                                                                     Day 1 Studios
## 3124                                                                             Relic
## 3125                                                                              Sega
## 3128                                                                   Q Entertainment
## 3130                                                                       Hudson Soft
## 3137                                                                          2K Czech
## 3138                                                                               THQ
## 3139                                                               Blitz Games Studios
## 3140                                                       Gearbox Software, 3D Realms
## 3144                                                               Twisted Pixel Games
## 3146                                                                             Prope
## 3147                                                                        EA Tiburon
## 3150                                                                           Ubisoft
## 3152                                                                       Omega Force
## 3153                                                                     Volition Inc.
## 3154                                                            Obsidian Entertainment
## 3155                                                                             Atlus
## 3157                                                                     Volition Inc.
## 3159                                                                            Konami
## 3163                                                                       id Software
## 3164                                                            Obsidian Entertainment
## 3166                                                                         Black Box
## 3171                                                                   Electronic Arts
## 3173                                                                 High Moon Studios
## 3174                                                                            Yuke's
## 3175                                                                               THQ
## 3177                                                                            Racjin
## 3178                                                                           Ubisoft
## 3181                                                                   EA Bright Light
## 3182                                                                      SNK Playmore
## 3185                                                                   EA Bright Light
## 3187                                                                     Sanzaru Games
## 3190                                                                    Visceral Games
## 3192                                                                              iNiS
## 3193                                                                  Capcom Vancouver
## 3194                                                                   EA Bright Light
## 3195                                                                       Codemasters
## 3200                                                                  Lionhead Studios
## 3201                                                                 High Impact Games
## 3202                                                             HB Studios Multimedia
## 3204                                                                             Atlus
## 3206                                                                             Arika
## 3207                                                                             Atlus
## 3209                                                                         Ganbarion
## 3210                                                                 Sidhe Interactive
## 3211                                                                         Eutechnyx
## 3212                                                                      SNK Playmore
## 3213                                                                           Ubisoft
## 3215                                                                           Ubisoft
## 3218                                                                    Bigbig Studios
## 3220                                                                            Capcom
## 3222                                                                          Techland
## 3224                                                                     Wargaming.net
## 3226                                                                       Codemasters
## 3227                                                                 High Moon Studios
## 3228                                                            Ignition Entertainment
## 3230                                                                     Zindagi Games
## 3231                                                             HB Studios Multimedia
## 3234                                                                  SCE Japan Studio
## 3236                                                                   Firebrand Games
## 3237                                                                  Capcom Vancouver
## 3238                                                                         Eutechnyx
## 3240                                                           Grasshopper Manufacture
## 3241                                                                         Haemimont
## 3244                                                                 Ubisoft Vancouver
## 3245                                                                          Techland
## 3246                                                               Ubisoft Montpellier
## 3248                                                                       Omega Force
## 3253                                                                 Traveller's Tales
## 3255                                                              InXile Entertainment
## 3257                                                                            Beenox
## 3259                                                                    Rockstar Leeds
## 3262                                                                      Project Aces
## 3264                                                                              Koei
## 3266                                                                  Digital Extremes
## 3267                                                                       Omega Force
## 3269                                                               Ubisoft Montpellier
## 3270                                                                              Sega
## 3271                                                                   Silicon Knights
## 3273                                                                   Silicon Knights
## 3277                                                                              WBIE
## 3280                                                                              Sega
## 3283                                                                 Magic Pixel Games
## 3285                                                                               THQ
## 3287                                                                         Neverland
## 3292                                                                         Eutechnyx
## 3293                                                                            Beenox
## 3294                                                                  Griptonite Games
## 3295                                                                   Q Entertainment
## 3297                                                                           Ubisoft
## 3299                                                                          Techland
## 3300                                                              InXile Entertainment
## 3307                                                                            Konami
## 3310                                                         Blue Tongue Entertainment
## 3312                                                  Jellyvision, Iron Galaxy Studios
## 3313                                                  Jellyvision, Iron Galaxy Studios
## 3314                                                                        Alpha Unit
## 3316                                                                             Relic
## 3318                                                                   Visual Concepts
## 3321                                                                      Reality Pump
## 3323                                                                     Vicious Cycle
## 3326                                                                            PopCap
## 3328                                                                             Examu
## 3330                                                                           Acquire
## 3331                                                                               THQ
## 3334                                                                  Next Level Games
## 3337                                                                   Firebrand Games
## 3339                                                                        WayForward
## 3341                                                                               THQ
## 3346                                                                       Codemasters
## 3349                                                                     Vicious Cycle
## 3350                                                                 Tecmo Koei Canada
## 3351                                                                 Snowblind Studios
## 3352                                                             Behaviour Interactive
## 3353                                                           Grasshopper Manufacture
## 3357                                                                             Teyon
## 3358                                                               Ubisoft Reflections
## 3362                                                                               THQ
## 3365                                                         Blue Tongue Entertainment
## 3366                                                                     Splash Damage
## 3368                                                  Jellyvision, Iron Galaxy Studios
## 3371                                                                          FeelPlus
## 3374                                                       Namco Bandai Games, Cellius
## 3376                                                            Obsidian Entertainment
## 3379                                                                        Nihilistic
## 3380                                                                  Next Level Games
## 3382                                                                  Monumental Games
## 3385                                                                          Kylotonn
## 3386                                                                Double Helix Games
## 3387                                                            SCEA San Diego Studios
## 3389                                                               Ubisoft Reflections
## 3390                                                                   FireFly Studios
## 3391                                                                       Codemasters
## 3392                                                                         WinkySoft
## 3393                                                      Gearbox Software, WayForward
## 3395                                                            Ignition Entertainment
## 3397                                                                       Omega Force
## 3403                                                                   Visual Concepts
## 3404                                                        Epic Games, People Can Fly
## 3408                                                                           Ubisoft
## 3410                                                                     Day 1 Studios
## 3412                                                               Ubisoft Montpellier
## 3413                                                                       Codemasters
## 3415                                                         Blue Tongue Entertainment
## 3419                                                                    Red Fly Studio
## 3425                                                                          Kylotonn
## 3429                                                                Namco Bandai Games
## 3430                                                           Image Epoch, Imageepoch
## 3431                                                                          Re-Logic
## 3434                                                                           Nicalis
## 3435                                                              Liquid Entertainment
## 3438                                                              Liquid Entertainment
## 3439                                                                          2K Games
## 3444                                                                              Sega
## 3448                                                                           Ubisoft
## 3451                                                                      Gaijin Games
## 3454                                                              Tripwire Interactive
## 3456                                                                      Panic Button
## 3462                                                        Virtual Air Guitar Company
## 3468                                                                       Codemasters
## 3471                                                                  Arc System Works
## 3472                                                                  Griptonite Games
## 3474                                                             Behaviour Interactive
## 3477                                                                Double Helix Games
## 3492                                                                              SCEE
## 3493                                                                    Zombie Studios
## 3494                                                                        WayForward
## 3495                                                                Bandai Namco Games
## 3497                                                                           Ubisoft
## 3498                                                                   Kung Fu Factory
## 3499                                                             High Voltage Software
## 3510                                                                       Spicy Horse
## 3512                                                                            Beenox
## 3520                                                                             Maxis
## 3521                                                                           Ubisoft
## 3528                                                                 Halfbrick Studios
## 3529                                                                           Ubisoft
## 3530                                                                   Trickstar Games
## 3535                                                               Santa Entertainment
## 3539                                                                  Guildford Studio
## 3544                                                                  Guildford Studio
## 3545                                                                       Blitz Games
## 3547                                                                  Arc System Works
## 3548                                                                              Sega
## 3551                                                                  Arc System Works
## 3559                                                                           Ubisoft
## 3561                                                                         Haemimont
## 3577                                                                             Crave
## 3579                                                                   Silicon Knights
## 3587                                                                    Red Fly Studio
## 3588                                                                    AQ Interactive
## 3594                                                                    Papaya Studios
## 3595                                                    Eurocom Entertainment Software
## 3597                                                                            Capcom
## 3598                                                                          FeelPlus
## 3601                                                                Realmforge Studios
## 3602                                                                           49Games
## 3606                                                                 Entersphere, Inc.
## 3610                                                                       Isopod Labs
## 3611                                                                           Ubisoft
## 3614                                                                           Ubisoft
## 3616                                                                   Trickstar Games
## 3622                                                                           SunSoft
## 3623                                                                  Arc System Works
## 3629                                                                            Beenox
## 3630                                                                     Volition Inc.
## 3631                                                                      Gaijin Games
## 3633                                                                               THQ
## 3635                                                                          Wizarbox
## 3637                                                                           Shin'en
## 3638                                                             High Voltage Software
## 3647                                                                     Game Republic
## 3652                                                                   Kung Fu Factory
## 3655                                                                   Visual Concepts
## 3659                                                                             Relic
## 3663                                                                     Game Republic
## 3665                                                                         Haemimont
## 3678                                                                       Isopod Labs
## 3694                                                                       Codemasters
## 3704                                                                            Capcom
## 3705                                                                         Doublesix
## 3709                                                                         Zoo Games
## 3710                                                           Monte Cristo Multimedia
## 3715                                                                         DreamRift
## 3721                                                                             FuRyu
## 3726                                                                 Gas Powered Games
## 3732                                                                   Pendulo Studios
## 3737                                                                  Capcom Vancouver
## 3747                                                                   Silicon Knights
## 3758                                                                           Kalypso
## 3762                                                                  1C: Maddox Games
## 3763                                                               THQ, 1C, 1C Company
## 3766                                                              InXile Entertainment
## 3767                                                                    Colossal Order
## 3769                                                               Iron Galaxy Studios
## 3789                                                                Bright Future GmbH
## 3803                                                                               5pb
## 3820                                                                              Sega
## 3821                                                                             FuRyu
## 3824                                                                          Best Way
## 3831                                                                   Trickstar Games
## 3837                                                                           Team 17
## 3838                                         Reloaded Productions, Reloaded Games Inc.
## 3840                                                                  Frozenbyte, Inc.
## 3847                                                                          Kylotonn
## 3853                                                                BattleGoat Studios
## 3872                                                               Bohemia Interactive
## 3879                                                                 Traveller's Tales
## 3896                                                            Arrowhead Game Studios
## 3898                                                                        Games Farm
## 3931                                                              Trendy Entertainment
## 3954                                                                           Ubisoft
## 3957                                                                               THQ
## 3974                                                                           Kalypso
## 3977                                                                          ValuSoft
## 3991                                                        Paradox Development Studio
## 4021                                                                      Atomic Games
## 4022                                                                            SimBin
## 4023                                                               Good Science Studio
## 4025                                                                          Treyarch
## 4026                                                                          Treyarch
## 4027                                                                 Polyphony Digital
## 4028                                                                            Bungie
## 4029                                                                           Ubisoft
## 4030                                                                           Nd Cube
## 4031                                                                Nintendo EAD Tokyo
## 4033                                                                Rockstar San Diego
## 4034                                                                     Retro Studios
## 4035                                                                Rockstar San Diego
## 4036                                                                         Rare Ltd.
## 4037                                                                  Lionhead Studios
## 4038                                                                         EA Sports
## 4040                                                            Blizzard Entertainment
## 4041                                                                  SCE Santa Monica
## 4042                                                Ubisoft Paris, Ubisoft Montpellier
## 4043                                                            Obsidian Entertainment
## 4044                                                               SCEA, Zindagi Games
## 4045                                                                         EA Sports
## 4046                                                                  Ubisoft Montreal
## 4047                                                                           EA DICE
## 4048                                                            Harmonix Music Systems
## 4049                                                            Obsidian Entertainment
## 4050                                                                           BioWare
## 4051                                                                     Quantic Dream
## 4052                                                                    Junction Point
## 4053                                                                           EA DICE
## 4054                                                                  Ubisoft Montreal
## 4055                                                             EA DICE, Danger Close
## 4056                                                                   Criterion Games
## 4057                                                                        EA Tiburon
## 4058                                                                          Nintendo
## 4059                                                                      EA Black Box
## 4060                                                                Dice, Danger Close
## 4062                                                                  Headstrong Games
## 4063                                                                 Traveller's Tales
## 4065                                                                            Konami
## 4066                                                                        EA Tiburon
## 4067                                                          Pipeworks Software, Inc.
## 4068                                                                         TT Fusion
## 4069                                                                   The Sims Studio
## 4071                                                                   Criterion Games
## 4072                                                                          2K Marin
## 4073                                                                       Square Enix
## 4074                                                                   Visual Concepts
## 4075                                                            Blizzard Entertainment
## 4076                                                                       Square Enix
## 4077                                                                Kojima Productions
## 4079                                                                       Square Enix
## 4083                                                                      EA Black Box
## 4084                                                                   The Sims Studio
## 4086                                                                 Creative Assembly
## 4087                                                                   Visual Concepts
## 4088                                                                 Avalanche Studios
## 4089                                                                        ArtePiazza
## 4090                                                                   The Sims Studio
## 4091                                                                        Sonic Team
## 4092                                                                     Firaxis Games
## 4093                                                             Frontier Developments
## 4094                                                                 Avalanche Studios
## 4095                                                                 Traveller's Tales
## 4096                                                                          2K Czech
## 4097                                                                          2K Marin
## 4099                                                                         LucasArts
## 4100                                                                 Blue Castle Games
## 4101                                                                          2K Czech
## 4102                                                                          5TH Cell
## 4104                                                                         LucasArts
## 4105                                                                           BigPark
## 4106                                                                              TOSE
## 4107                                                                            Yuke's
## 4110                                                                          Treyarch
## 4111                                                                 Blue Castle Games
## 4112                                                                        Team Ninja
## 4113                                                            Codemasters Birmingham
## 4114                                                              Remedy Entertainment
## 4115                                                                            Yuke's
## 4116                                                                  Ubisoft Montreal
## 4118                                                                 Traveller's Tales
## 4119                                                                    Creatures Inc.
## 4120                                                                 Dimps Corporation
## 4121                                                                         EA Canada
## 4122                                                                Sports Interactive
## 4123                                                                         EA Canada
## 4124                                                                     CyberConnect2
## 4125                                                                         EA Sports
## 4126                                                            Obsidian Entertainment
## 4127                                                                  City Interactive
## 4129                                                                United Front Games
## 4130                                                                     Ruffian Games
## 4131                                                                     Mercury Steam
## 4132                                                                              Sega
## 4133                                                                            Yuke's
## 4134                                                                    Visceral Games
## 4136                                                                         EA Sports
## 4138                                                                         Rebellion
## 4139                                                                       Vigil Games
## 4140                                                                         Rebellion
## 4143                                                                  Longtail Studios
## 4144                                                                     Ready at Dawn
## 4145                                                                Namco Bandai Games
## 4148                                        Vicarious Visions, Neversoft Entertainment
## 4149                                                                       EA Montreal
## 4151                                                                            Capcom
## 4153                                                        Square Enix, h.a.n.d. Inc.
## 4155                                                                        EA Tiburon
## 4156                                                                    Visceral Games
## 4157                                                                         EA Canada
## 4159                                                                     Monolith Soft
## 4161                                                            Codemasters Birmingham
## 4162                                                            Harmonix Music Systems
## 4163                                                                            Yuke's
## 4164                                                           Neversoft Entertainment
## 4166                                                                   Electronic Arts
## 4168                                                                        EA Tiburon
## 4169                                                                       EA Montreal
## 4170                                                                         EA Sports
## 4171                                                                    FreeStyleGames
## 4173                                                           Neversoft Entertainment
## 4174                                                                             Spike
## 4176                                                                            Konami
## 4178                                                                     CyberConnect2
## 4179                                                         Camelot Software Planning
## 4184                                                         LucasArts, Red Fly Studio
## 4186                                                                    FreeStyleGames
## 4187                                                                           Ubisoft
## 4188                                                                           Tri-Ace
## 4190                                                                   Electronic Arts
## 4191                                                                   Electronic Arts
## 4193                                                              Square Enix, Tri-Ace
## 4194                                                                              SCEA
## 4195                                                                 Bizarre Creations
## 4196                                                                           EA DICE
## 4199                                                                 Bizarre Creations
## 4200                                                                     Ubisoft Milan
## 4201                                                                  Ubisoft Montreal
## 4202                                                                     Sanzaru Games
## 4204                                                        RED Entertainment, Artdink
## 4205                                                              Exient Entertainment
## 4208                                                                     Mercury Steam
## 4209                                                                 Creative Assembly
## 4210                                                         Shift, Bandai Namco Games
## 4211                                                                 Koei, Omega Force
## 4217                                                                            Capcom
## 4218                                                                             Spike
## 4220                                                            Backbone Entertainment
## 4221                                                                           Level 5
## 4222                                                                     Ubisoft Paris
## 4223                                                                  Ubisoft Montreal
## 4224                                                                    FreeStyleGames
## 4226                                                                        Cavia Inc.
## 4227                                                                     PlatinumGames
## 4228                                                                            Konami
## 4229                                                                              TOSE
## 4232                                                                           Ubisoft
## 4233                                                                 Black Rock Studio
## 4236                                                                   Electronic Arts
## 4237                                                                      Climax Group
## 4239                                                                 Bizarre Creations
## 4241                                                              Coldwood Interactive
## 4242                                                                  Farsight Studios
## 4243                                                                           n-Space
## 4248                                                            Harmonix Music Systems
## 4249                                                                Tetris Online, Inc
## 4250                                                           Marvelous Entertainment
## 4251                                                                      Ninja Theory
## 4252                                                                  Ubisoft Montreal
## 4256                                                                      Ninja Theory
## 4257                                                     Omega Force, Koei Tecmo Games
## 4259                                                                         EA Sports
## 4260                                                                          4A Games
## 4261                                                                   Electronic Arts
## 4262                                                                 Nex Entertainment
## 4263                                                                              Sega
## 4264                                                                          Eighting
## 4265                                                                       Square Enix
## 4267                                                            SCEA San Diego Studios
## 4270                                                                         EA Sports
## 4271                                                                SCEE London Studio
## 4272                                                                         HexaDrive
## 4273                                                                   Visual Concepts
## 4274                                                               Etranges Libellules
## 4276                                                                     Eugen Systems
## 4284                                                                Dice, Danger Close
## 4287                                                                 Bizarre Creations
## 4290                                                                            Artoon
## 4291                                                                   Electronic Arts
## 4292                                                                 EA Redwood Shores
## 4293                                                              Exient Entertainment
## 4297                                                                   EA Bright Light
## 4299                                                               Wideload Games Inc.
## 4301                                                                         Slant Six
## 4302                                                                            Beenox
## 4305                                                      Artificial Mind and Movement
## 4306                                                       Idea Factory, Compile Heart
## 4307                                                                            Capcom
## 4309                                                            Obsidian Entertainment
## 4311                                                                              Gust
## 4312                                                                   Electronic Arts
## 4313                                                               Etranges Libellules
## 4316                                                                     PlatinumGames
## 4317                                                                  Propaganda Games
## 4321                                                                           Ubisoft
## 4322                                                                Sports Interactive
## 4323                                          Harmonix Music Systems, Demiurge Studios
## 4327                                          Harmonix Music Systems, Demiurge Studios
## 4328                                                                          Full Fat
## 4329                                                                  Arc System Works
## 4330                                                      Artificial Mind and Movement
## 4331                                                                         EA Canada
## 4333                                                                          2K Czech
## 4334                                                           Grasshopper Manufacture
## 4335                                                                           BioWare
## 4336                                                                   EA Bright Light
## 4337                                                                         EA Canada
## 4338                                                                         EA Canada
## 4339                                                            Obsidian Entertainment
## 4341                                                        Sega Studios San Francisco
## 4342                                                                   Electronic Arts
## 4343                                                                         EA Canada
## 4345                                                                            Capcom
## 4346                                                              Lightning Fish Games
## 4353                                                                   Criterion Games
## 4354                                                                        EA Tiburon
## 4355                                                                    Ubisoft Quebec
## 4356                                                            Harmonix Music Systems
## 4357                                                                           Ubisoft
## 4360                                                                            Beenox
## 4362                                                                    Airtight Games
## 4363                                                                        EA Tiburon
## 4365                                                                 Gas Powered Games
## 4366                                                                      Asobo Studio
## 4370                                                                    Cohort Studios
## 4372                                                                        Activision
## 4373                                                                           Tri-Ace
## 4377                                                                                AI
## 4380                                                             High Voltage Software
## 4381                                                       Terminal Reality, 4mm Games
## 4384                                                          Buzz Monkey, EA Montreal
## 4387                                                                      Access Games
## 4388                                                                  Arc System Works
## 4389                                                                             Atlus
## 4390                                                           Image Epoch, Imageepoch
## 4391                                                                         Blue Byte
## 4392                                                                    Airtight Games
## 4393                                                                     Game Republic
## 4395                                                                Inti, Inti Creates
## 4397                                                                  Propaganda Games
## 4399                                                      Climax Group, Climax Studios
## 4402                                                                             Atlus
## 4403                                                                        WayForward
## 4405                                                       Terminal Reality, 4mm Games
## 4406                                                                   Electronic Arts
## 4409                                                                Namco Bandai Games
## 4410                                                                Double Helix Games
## 4411                                                                        Cavia Inc.
## 4413                                                                      Project Aces
## 4416                                                                            Capcom
## 4417                                                                     Game Republic
## 4423                                                                    Volatile Games
## 4424                                                                          Robomodo
## 4427                                                                   Electronic Arts
## 4429                                                        Sega Studios San Francisco
## 4433                                                                  Next Level Games
## 4435                                                                   Visual Concepts
## 4437                                                                     Eugen Systems
## 4443                                                                     Eugen Systems
## 4447                                                                            PopCap
## 4450                                                                       Indies Zero
## 4452                                                                      Access Games
## 4455                                                                             Spike
## 4456                                                                          Robomodo
## 4460                                                                   Ubisoft Romania
## 4462                                                                           ZootFly
## 4464                                                                           Ubisoft
## 4467                                                              SCE Studio Cambridge
## 4469                                                                      Asobo Studio
## 4472                                                                  Griptonite Games
## 4474                                                                          4A Games
## 4475                                                                            Beenox
## 4477                                                                 Ubisoft Vancouver
## 4479                                                                              Gust
## 4481                                                                    Ubisoft Quebec
## 4483                                                                  Headstrong Games
## 4488                                                                   Firebrand Games
## 4497                                                                            Konami
## 4499                                                                  Monumental Games
## 4505                                                                         Clap Hanz
## 4506                                                                         LucasArts
## 4509                                                                   Milestone S.r.l
## 4512                                                                            Yuke's
## 4515                                                                           ZootFly
## 4516                                                                               THQ
## 4518                                                                              SCEA
## 4519                                                                    Volatile Games
## 4522                                                                  SCE Japan Studio
## 4523                                                              Gaming Minds Studios
## 4524                                                                Namco Bandai Games
## 4526                                                                Double Helix Games
## 4527                                                              Gaijin Entertainment
## 4532                                                                     CyberConnect2
## 4534                                                                          FeelPlus
## 4535                                                                         Rebellion
## 4536                                                                              GCP1
## 4539                                                                              Xpec
## 4541                                                                 Gas Powered Games
## 4542                                                                             Tecmo
## 4544                                                                     Game Republic
## 4547                                                                   Visual Concepts
## 4548                                                                  Griptonite Games
## 4549                                   Artificial Mind and Movement, EA Redwood Shores
## 4556                                                                  Ubisoft Montreal
## 4558                                                                   Visual Concepts
## 4559                                                                        Spellbound
## 4560                                                                   Milestone S.r.l
## 4566                                                                    Telltale Games
## 4569                                                                               THQ
## 4572                                                                   Big Ant Studios
## 4573                                                                    Papaya Studios
## 4574                                                                 Ubisoft Vancouver
## 4575                                                                         EA Sports
## 4577                                    Namco Bandai Games America, Namco Bandai Games
## 4582                                                               Etranges Libellules
## 4583                                                                  Koei Tecmo Games
## 4584                                                                 Team Ninja, Tecmo
## 4593                                                                         TT Fusion
## 4595                                                                  Monumental Games
## 4599                                                                    Telltale Games
## 4605                                                                    Artech Studios
## 4608                                                                     Game Republic
## 4610                                                              Gaijin Entertainment
## 4612                                                                   EA Bright Light
## 4619                                                                  Ubisoft Montreal
## 4624                                                                  City Interactive
## 4625                                                                              Koei
## 4626                                                                         Neverland
## 4638                                                                               THQ
## 4639                                                                Ubisoft Casablanca
## 4641                                                                       Vigil Games
## 4642                                                                     THQ Australia
## 4644                                                                              SCEA
## 4646                                                                            Falcom
## 4650                                                       Idea Factory, Compile Heart
## 4660                                                                   Seven45 Studios
## 4664                                                                       Omega Force
## 4667                                                               Etranges Libellules
## 4668                                                                 Blue Castle Games
## 4669                                                                   EA Bright Light
## 4680                                                                    Larian Studios
## 4689                                                                           Deck 13
## 4699                                                                    Premium Agency
## 4705                                                                 Avalanche Studios
## 4706                                                                           Acquire
## 4710                                                                  Next Level Games
## 4711                                                                           Q-Games
## 4713                                                                     THQ Australia
## 4718                                                                           Deck 13
## 4725                                                              SuperVillain Studios
## 4728                                                                   Seven45 Studios
## 4731                                                                          Techland
## 4733                                                                       Hudson Soft
## 4737                                                                    Animation Arts
## 4739                                                              Infinite Interactive
## 4743                                                                 Sidhe Interactive
## 4747                                                                 Black Rock Studio
## 4749                                                                      Renegade Kid
## 4750                                                                  Arc System Works
## 4753                                                                       Gusto Games
## 4754                                                                               THQ
## 4762                                                                          FUN Labs
## 4764                                                                              Xpec
## 4766                                                                  Ubisoft Montreal
## 4768                                                     Immersion Software & Graphics
## 4770                                                                      Idea Factory
## 4784                                                                   EA Bright Light
## 4786                                                                          Techland
## 4795                                                             Behaviour Interactive
## 4804                                                                        Spellbound
## 4818                                                              Nippon Ichi Software
## 4820                                                              Nippon Ichi Software
## 4822                                                                         Hit Maker
## 4824                                                                             Tecmo
## 4831                                                                             Sting
## 4833                                                            Backbone Entertainment
## 4834                                                                              G1M2
## 4843                                                                            PopCap
## 4875                                                                     Krome Studios
## 4876                                                                 Sidhe Interactive
## 4880                                                                          ValuSoft
## 4908                                                                  Propaganda Games
## 4914                                                             High Voltage Software
## 4924                                                                 Bizarre Creations
## 4930                                                                   EA Bright Light
## 4942                                                                             Prope
## 4952                                                            Codemasters Birmingham
## 4959                                                                Double Helix Games
## 4967                                                     Immersion Software & Graphics
## 4968                                                                           Ubisoft
## 4972                                                                     Point of View
## 4976                                                  Buka Entertainment, Targem Games
## 4983                                                                             Prope
## 4992                                                                    Raven Software
## 4995                                                                           Team 17
## 4997                                                                             VSTEP
## 4999                                                                 Epicenter Studios
## 5011                                                                      Panic Button
## 5013                                                                 Black Rock Studio
## 5016                                                                 Snap Dragon Games
## 5025                                                              Gaming Minds Studios
## 5029                                                                    Telltale Games
## 5053                                                            Obsidian Entertainment
## 5058                                                              Gaijin Entertainment
## 5059                                                                  Ubisoft Montreal
## 5064                                                                       Opus Studio
## 5087                                                                         LucasArts
## 5096                                                                       Nitro Games
## 5105                                                                 Traveller's Tales
## 5111                                                                            Funcom
## 5116                                                                    Larian Studios
## 5118                                                                            Capcom
## 5136                                                           Monte Cristo Multimedia
## 5138                                                                   Cryptic Studios
## 5176                                                                       Vigil Games
## 5187                                                                 Bizarre Creations
## 5192                                                                           Cyanide
## 5210                                                                            Akella
## 5212                                                                    Airtight Games
## 5273                                                                              SCEI
## 5278                                                                          Nintendo
## 5279                                                                          Nintendo
## 5280                                                                          Nintendo
## 5281                                                                     Infinity Ward
## 5283                                                                     Infinity Ward
## 5284                                                                   The Sims Studio
## 5285                                                                     Ubisoft Paris
## 5286                                                                       Naughty Dog
## 5287                                                           Bungie Software, Bungie
## 5288                                                                           Level 5
## 5289                                                                  Ubisoft Montreal
## 5290                                                                           Turn 10
## 5291                                                                       Square Enix
## 5292                                                                  Ubisoft Montreal
## 5293                                                                            Capcom
## 5295                                                                Rocksteady Studios
## 5296                                                                            Capcom
## 5297                                                                    Valve Software
## 5298                                                                         EA Canada
## 5301                                                                         EA Sports
## 5302                                                                            Capcom
## 5303                                                                Rocksteady Studios
## 5305                                                                  Gearbox Software
## 5306                                                                          Nintendo
## 5308                                                                         Guerrilla
## 5309                                                                            Capcom
## 5310                                                                      Sucker Punch
## 5311                                                                        EA Tiburon
## 5312                                                                Namco Bandai Games
## 5313                                                                           Level 5
## 5314                                                              Slightly Mad Studios
## 5315                                                                  Ensemble Studios
## 5316                                                                         EA Sports
## 5317                                                                   Bluepoint Games
## 5319                                                                           BioWare
## 5320                                                           SCE/WWS, Media Molecule
## 5321                                                                        EA Tiburon
## 5322                                                                            Konami
## 5323                                                            Backbone Entertainment
## 5325                                                                            Capcom
## 5326                                                                          5TH Cell
## 5327                                                                           Ubisoft
## 5328                                                                  Gearbox Software
## 5329                                                                            Yuke's
## 5331                                                                     h.a.n.d. Inc.
## 5332                                                              Slightly Mad Studios
## 5333                                                                    Papaya Studios
## 5335                                                                            Altron
## 5336                                                                     From Software
## 5337                                                                               THQ
## 5338                                                            Harmonix Music Systems
## 5343                                                                           BioWare
## 5345                                                                          ChunSoft
## 5346                                                                 Vicarious Visions
## 5347                                                                         EA Canada
## 5351                                                            Backbone Entertainment
## 5352                                                                         EA Canada
## 5353                                                                 Traveller's Tales
## 5355                                                                    Now Production
## 5356                                                                   Electronic Arts
## 5357                                                                 Taito Corporation
## 5358                                                                    Rockstar Leeds
## 5359                                                             Radical Entertainment
## 5360                                                            Harmonix Music Systems
## 5361                                    Namco Bandai Games America, Namco Bandai Games
## 5362                                                                  Artefacts Studio
## 5363                                                                    Hellbent Games
## 5364                                                             Radical Entertainment
## 5365                                                                  Griptonite Games
## 5366                                                                 Nex Entertainment
## 5368                                                                    Creatures Inc.
## 5369                                                                            Yuke's
## 5370                                                                         EA Sports
## 5372                                                           Neversoft Entertainment
## 5373                                                               Ubisoft Montpellier
## 5374                                                                            BudCat
## 5375                                                             Ryu ga Gotoku Studios
## 5376                                                            Harmonix Music Systems
## 5377                                                           Neversoft Entertainment
## 5378                                                                        Sonic Team
## 5379                                                                      EA Black Box
## 5380                                                                 Creative Assembly
## 5383                                                                        EA Tiburon
## 5385                                                                    Rockstar Leeds
## 5386                                                                    FreeStyleGames
## 5387                                                                        Cavia Inc.
## 5388                                                                            Yuke's
## 5389                                                                   Electronic Arts
## 5390                                                                    Bigbig Studios
## 5391                                                                 Traveller's Tales
## 5393                                                                      EA Salt Lake
## 5394                                                                       Codemasters
## 5395                                                                SCEE London Studio
## 5397                                                                         EA Sports
## 5399                                                                   Visual Concepts
## 5400                                                           Double Fine Productions
## 5401                                                                 Vicarious Visions
## 5403                                                                        EA Tiburon
## 5404                                                           Double Fine Productions
## 5405                                                                       Buzz Monkey
## 5406                                                           Neversoft Entertainment
## 5407                                                                     PlatinumGames
## 5408                                                                       Codemasters
## 5411                                                                       Codemasters
## 5412                                                                 Vicarious Visions
## 5414                                                                   Rainbow Studios
## 5415                                                                    FreeStyleGames
## 5416                                                                         Sony Bend
## 5417                                                                 Traveller's Tales
## 5418                                                                     Infinity Ward
## 5419                                                                          Techland
## 5420                                                                      Sumo Digital
## 5421                                                                       Alfa System
## 5422                                                                     Volition Inc.
## 5424                                                                    Red Fly Studio
## 5425                                                                             Arika
## 5426                                                                        Team Ninja
## 5427                                                                  Headstrong Games
## 5428                                                                  Terminal Reality
## 5429                                                                   Visual Concepts
## 5430                                                                      EA Black Box
## 5431                                                                       EA Montreal
## 5433                                                                            Konami
## 5434                                                                        EA Tiburon
## 5435                                                                       Codemasters
## 5437                                                                            Konami
## 5438                                                           Neversoft Entertainment
## 5439                                                                     Krome Studios
## 5440                                                                 EA Redwood Shores
## 5441                                                           Neversoft Entertainment
## 5442                                                              Square Enix, Tri-Ace
## 5443                                                                          Novarama
## 5444                                                                        EA Tiburon
## 5445                                                                     PlatinumGames
## 5448                                                                             Spike
## 5449                                                              Savage Entertainment
## 5450                                                              Exient Entertainment
## 5451                                                                   EA Bright Light
## 5452                                                               Planet Moon Studios
## 5455                                                                  Pandemic Studios
## 5456                                                           Neversoft Entertainment
## 5457                                                                 EA Redwood Shores
## 5458                                                                   EA Bright Light
## 5459                                                                     Volition Inc.
## 5461                                                                 Vicarious Visions
## 5462                                                                            Yuke's
## 5464                                                      Artificial Mind and Movement
## 5465                                                                        EA Tiburon
## 5466                                                            SCEA San Diego Studios
## 5467                                                                   Rainbow Studios
## 5470                                                                            Capcom
## 5472                                                                         TT Fusion
## 5475                                                              Gaijin Entertainment
## 5477                                                                    Now Production
## 5479                                                                         EA Canada
## 5481                                                                        EA Tiburon
## 5483                                                                          5TH Cell
## 5484                                                                 Epicenter Studios
## 5487                                                                  Pandemic Studios
## 5488                                                       id Software, Raven Software
## 5489                                                                             Atlus
## 5491                                                                  Terminal Reality
## 5494                                                           Neversoft Entertainment
## 5496                                                                   EA Bright Light
## 5497                                                      Artificial Mind and Movement
## 5498                                                                     Retro Studios
## 5499                                                                 High Impact Games
## 5501                                                                          Robomodo
## 5502                                 Ascaron Entertainment GmbH, Ascaron Entertainment
## 5503                                                                         2K Sports
## 5504                                                                          EA Games
## 5506                                                                     Sanzaru Games
## 5507                                                                          Techland
## 5508                                                                       Vanillaware
## 5511                                                                          Robomodo
## 5512                                                               Intelligent Systems
## 5514                                                                            Beenox
## 5515                                                                   Ubisoft Romania
## 5517                                                                   Matrix Software
## 5519                                                                   The Sims Studio
## 5520                                                                  Arc System Works
## 5521                                                                         EA Canada
## 5523                                                             High Voltage Software
## 5525                                                                    Silicon Studio
## 5526                                                                      Asobo Studio
## 5527                                                                         TT Fusion
## 5528                                                                   Ubisoft Romania
## 5530                                                       id Software, Raven Software
## 5531                                                                              iNiS
## 5532                                                                            Yuke's
## 5533                                                                         EA Canada
## 5534                                 Ascaron Entertainment GmbH, Ascaron Entertainment
## 5539                                                                            Yuke's
## 5540                                                                              GRIN
## 5541                                                              Monolith Productions
## 5542                                                                      Sumo Digital
## 5543                                                                   Electronic Arts
## 5545                                                              Gaijin Entertainment
## 5547                                                                            Konami
## 5548                                                                      8ing/Raizing
## 5549                                                                           BioWare
## 5550                                                                Bandai Namco Games
## 5551                                                                             Spike
## 5552                                                                  Pandemic Studios
## 5556                                                                          HAL Labs
## 5558                                                                           n-Space
## 5561                                    Harmonix Music Systems, Backbone Entertainment
## 5563                                                                  Pandemic Studios
## 5568                                                                          EA Games
## 5569                                                              Monolith Productions
## 5570                                                                             Relic
## 5572                                    Eurocom Entertainment Software, Visceral Games
## 5573                                                      Climax Group, Climax Studios
## 5575                                                                       Square Enix
## 5576                                                                 High Impact Games
## 5578                                                                             EA LA
## 5582                                                                       Omega Force
## 5585                                                            Backbone Entertainment
## 5586                                                                         EA Canada
## 5590                                                                            Konami
## 5591                                                    Eurocom Entertainment Software
## 5592                                                                       Omega Force
## 5593                                                                    Papaya Studios
## 5594                                                                    Red Fly Studio
## 5600                                                                 Vicarious Visions
## 5601                                                          LucasArts, Krome Studios
## 5602                                                                  War Drum Studios
## 5610                                                                   Electronic Arts
## 5611                                                                            Beenox
## 5613                                                                         TT Fusion
## 5615                                                                               THQ
## 5624                                                                Bandai Namco Games
## 5625                                                                         7 Studios
## 5626                                                                         Neverland
## 5637                                                                             Maxis
## 5638                                                                       Zen Studios
## 5639                                                        Frogwares, Mistic Software
## 5642                                                                            Yuke's
## 5644                                                                       Square Enix
## 5646                                                                     Krome Studios
## 5651                                                        Blue Byte, Related Designs
## 5653                                                                      Sumo Digital
## 5654                                                                   Firebrand Games
## 5655                                                                     CyberConnect2
## 5659                                                                   EA Bright Light
## 5661                                                                        Activision
## 5662                                                                       Codemasters
## 5664                                                                      Sumo Digital
## 5665                                                                      Climax Group
## 5666                                                                              GRIN
## 5667                                                                    Io Interactive
## 5668                                                                     Tri-Crescendo
## 5670                                                                    Valve Software
## 5672                                                                    Zombie Studios
## 5673                                                                     Monolith Soft
## 5674                                                                              GRIN
## 5675                                                                  Arc System Works
## 5676                                                         Blue Tongue Entertainment
## 5680                                                                Sports Interactive
## 5682                                                                            Beenox
## 5683                                                              Take-Two Interactive
## 5684                                                                         Game Arts
## 5686                                                                              GRIN
## 5690                                                                    Io Interactive
## 5691                                                                     Magic Pockets
## 5692                                                                           Virtuos
## 5693                                                                       Omega Force
## 5696                                                                         EA Canada
## 5699                                                                     From Software
## 5701                                                                      Sumo Digital
## 5702                                                            SCEA San Diego Studios
## 5705                                                                   EA Bright Light
## 5709                                                                 Eidos Interactive
## 5711                                                                           n-Space
## 5712                                                                   Triumph Studios
## 5713                                                                Rocksteady Studios
## 5716                                                                       Codemasters
## 5721                                                                    FreeStyleGames
## 5722                                    Namco Bandai Games America, Namco Bandai Games
## 5724                                                                   Triumph Studios
## 5725                                                                   EA Bright Light
## 5729                                                                      Asobo Studio
## 5731                                                                   Electronic Arts
## 5735                                                                            Beenox
## 5737                                                                Banpresto, SoftMax
## 5741                                                                           Ubisoft
## 5742                                  Neversoft Entertainment, Underground Development
## 5744                                                                    Io Interactive
## 5746                                                                Heavy Iron Studios
## 5747                                                                              Cing
## 5748                                                                       Omega Force
## 5751                                                                              GRIN
## 5752                                                                        Starbreeze
## 5754                                                                 Blue Castle Games
## 5756                                                                              TOSE
## 5757                                                                              Cave
## 5758                                                                    Zombie Studios
## 5760                                                                  Griptonite Games
## 5761                                                           Neversoft Entertainment
## 5762                                                                              GRIN
## 5763                                                                   EA Bright Light
## 5765                                                                         LucasArts
## 5766                                                                             Atlus
## 5767                                                                        Activision
## 5768                                                           Neversoft Entertainment
## 5776                                                                  TimeGate Studios
## 5777                                                                             Atlus
## 5781                                                                         2K Sports
## 5782                                                            SCEA San Diego Studios
## 5790                                                                Monster Games Inc.
## 5796                                                                       Square Enix
## 5799                                                                Heavy Iron Studios
## 5803                                                                             Amaze
## 5809                                                                         LucasArts
## 5810                                                               Amaze Entertainment
## 5811                                                              Nippon Ichi Software
## 5812                                                                        Starbreeze
## 5816                                                                      Asobo Studio
## 5817                                                                         EA Canada
## 5818                                                                         Game Arts
## 5821                                                                    Now Production
## 5823                                                                       Omega Force
## 5824                                                                Double Helix Games
## 5828                                    Namco Bandai Games America, Namco Bandai Games
## 5829                                                               Revolution Software
## 5830                                                                    Larian Studios
## 5831                                                                    Now Production
## 5833                                                                      Sumo Digital
## 5840                                                                       Omega Force
## 5846                                                                            Falcom
## 5850                                                    Eurocom Entertainment Software
## 5853                                                                  Farsight Studios
## 5854                                                                            Beenox
## 5855                                                                               ITL
## 5856                                                                    Papaya Studios
## 5858                                                                         Haemimont
## 5859                                                                   Rainbow Studios
## 5865                                                                           n-Space
## 5867                                                                 Blue Castle Games
## 5868                                                                 Swordfish Studios
## 5871                                                                     Piranha Games
## 5872                                   Deep Silver, Sproing Interactive Media, Sproing
## 5873                                                                        WayForward
## 5874                                                                Double Helix Games
## 5875                                                                           Acquire
## 5878                                                                          Bongfish
## 5885                                                                      Pyro Studios
## 5888                                                                      Media Vision
## 5889                                                                     PlatinumGames
## 5890                                                                           n-Space
## 5896                                    Namco Bandai Games America, Namco Bandai Games
## 5898                                                                  Griptonite Games
## 5906                                                                             Genki
## 5908                                                                          Full Fat
## 5909                                                                  Griptonite Games
## 5910                                                                 Taito Corporation
## 5911                                                                        Keen Games
## 5912                                                           Image Epoch, Imageepoch
## 5914                                                                 Swordfish Studios
## 5919                                                                     Piranha Bytes
## 5924                                                                        Activision
## 5928                                                                    Now Production
## 5935                                                                    Red Fly Studio
## 5936                                                                   Milestone S.r.l
## 5939                                                                              Opus
## 5942                                                                  Gearbox Software
## 5943                                                                Gust, Idea Factory
## 5946                                                             Eighting, Takara Tomy
## 5948                                                    Replay Studios, ML Enterprises
## 5950                                                                         2K Sports
## 5952                                                                            SimBin
## 5954                                                                 Creative Assembly
## 5961                                                                            Beenox
## 5962                                                       Playlogic, The Game Factory
## 5965                                                       Playlogic, The Game Factory
## 5966                                                    Eurocom Entertainment Software
## 5973                                                                           Cyanide
## 5974                                                                           Team 17
## 5977                                                              Hudson Entertainment
## 5978                                                                      SNK Playmore
## 5982                                               Atari, Transmission Games, Atari SA
## 5988                                                                         Frogwares
## 5990                                                                          FUN Labs
## 5992                                                                 Creative Assembly
## 5993                                                                 Incinerator Games
## 5998                                                              Take-Two Interactive
## 6000                                                              Infinite Interactive
## 6001                                                                            Racjin
## 6015                                                              Take-Two Interactive
## 6018                                                                Double Helix Games
## 6022                                                           Marvelous Entertainment
## 6024                                                                             Sting
## 6027                                                                       Ntreev Soft
## 6030                                                               Bohemia Interactive
## 6032                                                              Gaijin Entertainment
## 6033                                                                     Piranha Bytes
## 6036                                                                Transmission Games
## 6037                                                                      K2, Kurogane
## 6040                                                            Backbone Entertainment
## 6043                                                                         Rebellion
## 6047                                                              Infinite Interactive
## 6048                                                              Gaijin Entertainment
## 6049                                                              Nippon Ichi Software
## 6051                                                                 Blue Castle Games
## 6062                                                                     Vicious Cycle
## 6063                                                                        Activision
## 6065                                                                           Ubisoft
## 6067                                                                     Vicious Cycle
## 6070                                                                        Activision
## 6072                                                                       Stormregion
## 6073                                                                    Now Production
## 6076                                                                              Gust
## 6079                                                                  Farsight Studios
## 6080                                                                 Ubisoft Vancouver
## 6084                                                                   Q Entertainment
## 6090                                                                     From Software
## 6092                                                   Nippon Ichi Software, Hit Maker
## 6094                                                                      SNK Playmore
## 6097                                                                    Papaya Studios
## 6099                                                                  Griptonite Games
## 6102                                                                  Ubisoft Shanghai
## 6103                                                             High Voltage Software
## 6106                                                              Hudson Entertainment
## 6107                                                            Majesco Games, Majesco
## 6108                                                                      Bionic Games
## 6116                                                             High Voltage Software
## 6122                                                                  Griptonite Games
## 6123                                                         Pentavision Entertainment
## 6124                                                                        Keen Games
## 6125                                                                         Rebellion
## 6132                                                                          KING Art
## 6137                                                      Artificial Mind and Movement
## 6139                                                                  Ubisoft Shanghai
## 6144                                                                          FeelPlus
## 6147                                                              Hudson Entertainment
## 6154                                                            Daedalic Entertainment
## 6156                                                                      Dreamcatcher
## 6162                                                                         505 Games
## 6163                                                                           Team 17
## 6168                                                                 Dimps Corporation
## 6170                                                                           Natsume
## 6172                                                                     Tri-Crescendo
## 6174                                                              Loose Cannon Studios
## 6180                                                                      8Monkey Labs
## 6182                                                                      Idea Factory
## 6184                                                                   Criterion Games
## 6186                                                                     Atomic Motion
## 6187                                                                    Rockstar Leeds
## 6192                                                              Big Blue Bubble Inc.
## 6195                                                                            Konami
## 6196                                                                            GungHo
## 6198                                                              Loose Cannon Studios
## 6202                                                                        Blue Omega
## 6212                                                                       Hydravision
## 6213                                                                        EA Tiburon
## 6216                                                                         Rebellion
## 6218                                                                  Ubisoft Shanghai
## 6226                                                              Digital Leisure Inc.
## 6234                                                                       Venom Games
## 6237                                                                         Rebellion
## 6240                                                              Loose Cannon Studios
## 6245                                                            SCEA San Diego Studios
## 6250                                                                            K2 LLC
## 6253                                                                     From Software
## 6257                                                                 Blue Castle Games
## 6262                                                                    Velez & Dubail
## 6270                                                               Metropolis Software
## 6275                                                                       Runic Games
## 6276                                                                         Rebellion
## 6278                                                              Monolith Productions
## 6281                                                                    Larian Studios
## 6282                                                                      Climax Group
## 6284                                                        Paradox Development Studio
## 6291                                                                              Koei
## 6293                                                                 Awesome Play Ltd.
## 6298                                                                 Blue Castle Games
## 6301                                                                        Blue Omega
## 6303                                                                Sports Interactive
## 6309                                                                            Capcom
## 6312                                                                  Studio Liverpool
## 6317                                                                   DiP Interactive
## 6332                                                                     Arkedo Studio
## 6334                                                                    GSC Game World
## 6340                                                              Slightly Mad Studios
## 6341                                                                 Collision Studios
## 6354                                                                  Pandemic Studios
## 6355                                                                           EA DICE
## 6358                                                                    Papaya Studios
## 6364                                                                  Studio Archcraft
## 6370                                                                   Engine Software
## 6377                                                                           Deck 13
## 6378                                                                       Codemasters
## 6388                                                                            PopCap
## 6392                                                                       Codemasters
## 6393                                                                 Traveller's Tales
## 6397                                                                      Renegade Kid
## 6399                                                                         EA Sports
## 6403                                                                        Icon Games
## 6404                                                       id Software, Raven Software
## 6411                                                                         Haemimont
## 6416                                                                   Pendulo Studios
## 6418                                                                   Ubisoft Romania
## 6431                                                                           Cyanide
## 6432                                                                             Relic
## 6440                                                                      SNK Playmore
## 6451                                                                          Bongfish
## 6458                                                                      NoWay Studio
## 6464  Volition Inc., CD Projekt Red Studio, CD Projekt, CD Projekt Localisation Centre
## 6470                                              Fusionsphere Systems, Animation Arts
## 6480                                                                  TimeGate Studios
## 6481                                                                   Milestone S.r.l
## 6487                                                                          Techland
## 6488                                                       Volition Inc., Reactor Zero
## 6490                                                                            SimBin
## 6492                                                                   Triumph Studios
## 6498                                                                          Best Way
## 6503                                                                  Arc System Works
## 6510                                                                       Stormregion
## 6511                                                                   EA Bright Light
## 6519                                                  Number None Inc., Knockout Games
## 6524                                                                            Beenox
## 6528                                                                  SCE Japan Studio
## 6537                                                          LucasArts, Krome Studios
## 6550                                                                 Eidos Interactive
## 6555                                                                  Pandemic Studios
## 6556                                                                           Team 17
## 6561                                                                      Dreamcatcher
## 6562                                                                 Gas Powered Games
## 6567                                                                       Boxed Dream
## 6568                                                                            Falcom
## 6572                                                                  Ubisoft Shanghai
## 6575                                                                  Longtail Studios
## 6581                                                                      Asobo Studio
## 6585                                                                     Wargaming.net
## 6587                                                                    Zombie Studios
## 6588                                                                 Creative Assembly
## 6596                                                                    Io Interactive
## 6600                                                                         1C:Ino-Co
## 6606                                                                 Black Sea Studios
## 6613                                                                            GameCo
## 6615                                                                     Atomic Motion
## 6617                                                                       Nitro Games
## 6630                                                            1C, Ino-Co, 1C Company
## 6642                                                                       Square Enix
## 6661                                                                       EA Phenomic
## 6662                                                                Empty Clip Studios
## 6670                                                                        Starbreeze
## 6690                                                                            Konami
## 6694                                                               Katauri Interactive
## 6696                                                                  Frozenbyte, Inc.
## 6704                                                                          Nintendo
## 6705                                                                         Game Arts
## 6706                                                                    Rockstar North
## 6707                                                                    Rockstar North
## 6708                                                                        Game Freak
## 6709                                                                          Treyarch
## 6710                                                                        Epic Games
## 6711                                                                Kojima Productions
## 6712                                                           SCE/WWS, Media Molecule
## 6713                                                                            Capcom
## 6714                                                                          Treyarch
## 6716                                                             Bethesda Game Studios
## 6717                                                                          Nintendo
## 6718                                                                  Lionhead Studios
## 6719                                                             Bethesda Game Studios
## 6720                                                                 Traveller's Tales
## 6721                                                                 Vicarious Visions
## 6722                                                                  Certain Affinity
## 6723                                                                 Vicarious Visions
## 6724                                                                 Traveller's Tales
## 6725                                                                           Level 5
## 6726                                                                          Nintendo
## 6727                                                                     Ready at Dawn
## 6729                                                                          Nintendo
## 6730                                                                         TT Fusion
## 6731                                                                    Luxoflux, Inc.
## 6732                                                                     Volition Inc.
## 6733                                                                          HAL Labs
## 6734                                                                      Sumo Digital
## 6735                                                                         LucasArts
## 6736                                                           Neversoft Entertainment
## 6737                                                                         EA Canada
## 6738                                                                        syn Sophia
## 6739                                                                        EA Tiburon
## 6740                                                                      CAProduction
## 6742                                                                 Black Rock Studio
## 6743                                                                   Insomniac Games
## 6744                                                                Rockstar San Diego
## 6745                                                                  Ubisoft Montreal
## 6746                                                                Rockstar San Diego
## 6748                                                                         EA Canada
## 6749                                                          HAL Labs, Creatures Inc.
## 6750                                                                       Square Enix
## 6751                                                                         LucasArts
## 6752                                                            Harmonix Music Systems
## 6753                                                                         TT Fusion
## 6754                                                                        Sonic Team
## 6756                                                                      EA Vancouver
## 6757                                                                   Cat Daddy Games
## 6758                                                Ubisoft Paris, Ubisoft Montpellier
## 6759                                                                 EA Redwood Shores
## 6760                                                                            Midway
## 6761                                                                   Criterion Games
## 6762                                                                         EA Canada
## 6763                                                                             Exakt
## 6764                                                                            Midway
## 6765                                                           Neversoft Entertainment
## 6766                                                                Namco Bandai Games
## 6767                                                                   Electronic Arts
## 6768                                                                        EA Tiburon
## 6769                                                                            Midway
## 6770                                                                     Krome Studios
## 6772                                                                            Konami
## 6775                                                                      EA Vancouver
## 6776                                                                     Volition Inc.
## 6777                                                                Bandai Namco Games
## 6778                                                             HB Studios Multimedia
## 6779                                                                           Ubisoft
## 6780                                                                     Krome Studios
## 6781                                                                       EA Montreal
## 6782                                                                  Ubisoft Montreal
## 6783                                                                            Konami
## 6784                                                                             Namco
## 6785                                                                            Capcom
## 6786                                                                 Vicarious Visions
## 6787                                                                        ArtePiazza
## 6789                                                                   Cat Daddy Games
## 6791                                                                     h.a.n.d. Inc.
## 6793                                                                 EA Redwood Shores
## 6794                                                            Harmonix Music Systems
## 6795                                                                        EA Tiburon
## 6796                                                                            Altron
## 6797                                                                          Treyarch
## 6798                                                                             Namco
## 6800                                                                           EA DICE
## 6802                                                                   EA Bright Light
## 6803                                                        Digital Extremes, 2K Marin
## 6804                                                                        EA Tiburon
## 6805                                                                 EA Redwood Shores
## 6807                                                                  Ubisoft Montreal
## 6808                                                                 Traveller's Tales
## 6810                                                                   Criterion Games
## 6811                                                                 Evolution Studios
## 6812                                                                         EA Canada
## 6813                                                                            Capcom
## 6814                                                                  Ubisoft Montreal
## 6815                                                                              TOSE
## 6816                                                                           EA DICE
## 6817                                                            Blizzard Entertainment
## 6818                                                                 Traveller's Tales
## 6822                                                                 Vicarious Visions
## 6823                                                                 Traveller's Tales
## 6824                                                                   Visual Concepts
## 6826                                                                        3G Studios
## 6827                                                                              Sega
## 6828                                                                   Nixxes Software
## 6830                                                                     Krome Studios
## 6831                                                                         Slant Six
## 6832                                                                            Yuke's
## 6833                                                           Neversoft Entertainment
## 6834                                                                             EA LA
## 6835                                                                            Konami
## 6837                                                                 Traveller's Tales
## 6838                                                                       EA Montreal
## 6839                                                                             Maxis
## 6840                                                                           EA DICE
## 6841                                                                Sports Interactive
## 6844                                                                          Treyarch
## 6845                                                                           EA DICE
## 6846                                                                       Codemasters
## 6847                                                   EA Redwood Shores, EA Salt Lake
## 6849                                                                     Krome Studios
## 6851                                                                  Ubisoft Montreal
## 6852                                                                  Crystal Dynamics
## 6853                                                                     CyberConnect2
## 6854                                                                  Griptonite Games
## 6855                                              Mad Doc Software, Rockstar Vancouver
## 6856                                                                  Pandemic Studios
## 6857                                                                      Sumo Digital
## 6858                                                                         TT Fusion
## 6859                                                                 Traveller's Tales
## 6861                                                                        Sonic Team
## 6862                                                            Harmonix Music Systems
## 6863                                                                Heavy Iron Studios
## 6864                                                                 Team Ninja, Tecmo
## 6865                                                                  Ubisoft Montreal
## 6867                                                               Free Radical Design
## 6868                                                           Neversoft Entertainment
## 6870                                                                   Rockstar London
## 6871                                                                            Konami
## 6873                                                             Bethesda Game Studios
## 6874                                                         Blue Tongue Entertainment
## 6875                                                                  Ubisoft Montreal
## 6876                                                                        Sonic Team
## 6878                                                                       Alfa System
## 6879                                                                            Yuke's
## 6880                                                                           Level 5
## 6881                                                                SCEE London Studio
## 6882                                                                  Gearbox Software
## 6883                                                                            Yuke's
## 6884                                                                              Xpec
## 6885                                                                  Ubisoft Shanghai
## 6887                                                                        Sonic Team
## 6889                                                                 Black Rock Studio
## 6891                                                                           n-Space
## 6893                                                                         EA Canada
## 6894                                                                 RED Entertainment
## 6896                                                                  Gearbox Software
## 6897                                                                           BioWare
## 6898                                                                           n-Space
## 6899                                                                  Rockstar Toronto
## 6900                                                               Jupiter Corporation
## 6902                                                                       Codemasters
## 6904                                                              Cooking Mama Limited
## 6905                                                                  Gearbox Software
## 6906                                                                  Pandemic Studios
## 6908                                             Dimps Corporation, Namco Bandai Games
## 6909                                                                              TOSE
## 6911                                                                        EA Tiburon
## 6912                                                                            Yuke's
## 6913                                                                     Firaxis Games
## 6915                                                                         Atlus Co.
## 6919                                                                  Monkey Bar Games
## 6920                                                                            BudCat
## 6922                                                                   Silicon Knights
## 6923                                                                         LucasArts
## 6924                                                                     Firaxis Games
## 6925                                                                              iNiS
## 6926                                                                          EA Games
## 6928                                                                        Sonic Team
## 6931                                                                     Piranha Games
## 6932                                                                      Asobo Studio
## 6933                                                                            Yuke's
## 6934                                                                  Propaganda Games
## 6936                                                                Bandai Namco Games
## 6938                                                                           Natsume
## 6941                                                                        EA Tiburon
## 6942                                                                         EA Canada
## 6943                                                                        EA Tiburon
## 6944                                                                           Tri-Ace
## 6945                                                            SCEA San Diego Studios
## 6946                                                                          Full Fat
## 6947                                                                       Square Enix
## 6948                                                                      Secret Level
## 6949                                                         BioWare, Demiurge Studios
## 6951                                                                  Propaganda Games
## 6956                                                                  Ubisoft Shanghai
## 6957                                                                              Xpec
## 6958                                                                  Ubisoft Montreal
## 6959                                                   Krome Studios, Screenlife Games
## 6960                                                                        EA Tiburon
## 6961                                                                        EA Tiburon
## 6962                                                                          Treyarch
## 6965                                                              Exient Entertainment
## 6967                                                                            Capcom
## 6968                                                      Artificial Mind and Movement
## 6969                                                              Monolith Productions
## 6971                                                                Heavy Iron Studios
## 6972                                                                   Visual Concepts
## 6974                                                               Intelligent Systems
## 6975                                                                        Kush Games
## 6979                                                                     Ready at Dawn
## 6982                                                                   EA Bright Light
## 6983                                                                 EA Redwood Shores
## 6987                                                                  Ubisoft Montreal
## 6988                                                      Artificial Mind and Movement
## 6990                                                                  Ubisoft Montreal
## 6991                                                                   Pam Development
## 6993                                                                        EA Tiburon
## 6995                                                                   Electronic Arts
## 6998                                                                      Secret Level
## 7001                                                                   Pam Development
## 7003                                                               Etranges Libellules
## 7004                                                                   Pam Development
## 7005                                                                Avalanche Software
## 7007                                                                      Kaos Studios
## 7008                                                             High Voltage Software
## 7013                                                                 Nuevo Retro Games
## 7014                                                                         Rare Ltd.
## 7016                                                      Artificial Mind and Movement
## 7021                                                                         Destineer
## 7024                                                                            Konami
## 7026                                                                 Incinerator Games
## 7027                                                                Bandai Namco Games
## 7029                                                                    Machatin, Inc.
## 7030                                                                         EA Canada
## 7031                                                              Nippon Ichi Software
## 7032                                                                           Acquire
## 7033                                                                         Neverland
## 7035                                                                    Luxoflux, Inc.
## 7036                                           Jupiter Corporation, Jupiter Multimedia
## 7038                                                      Artificial Mind and Movement
## 7039                                                                         EA Canada
## 7040                                                                  Rockstar Toronto
## 7042                                                                  Ubisoft Montreal
## 7043                                                             Radical Entertainment
## 7044                                                                        Cavia Inc.
## 7046                                                                       Omega Force
## 7049                                             Dimps Corporation, Namco Bandai Games
## 7050                                                                  City Interactive
## 7051                                                                         EA Canada
## 7052                                                                      Eden Studios
## 7054                                                                  Ubisoft Montreal
## 7056                                                                          Zoe Mode
## 7057                                                                  Digital Extremes
## 7062                                                                  Digital Extremes
## 7063                                                                        Razorworks
## 7064                                                                        Epic Games
## 7065                                                                  Farsight Studios
## 7066                                                             Radical Entertainment
## 7067                                                                         Rare Ltd.
## 7068                                            Ubisoft Barcelona, Ubisoft Reflections
## 7070                                                                   Electronic Arts
## 7071                                                               Etranges Libellules
## 7075                                                                  Crystal Dynamics
## 7077                                                                           Ubisoft
## 7079                                                                    Nerve Software
## 7082                                                                         EA Canada
## 7083                                                                     Firaxis Games
## 7084                                                                 Creative Assembly
## 7086                                                               Etranges Libellules
## 7087                                                                     Tri-Crescendo
## 7091                                                                          Zoe Mode
## 7092                                                             Radical Entertainment
## 7095                                                            SCEA San Diego Studios
## 7096                                                                              TOSE
## 7098                                                                           Tri-Ace
## 7103                                                                       Shaba Games
## 7106                                                                 Traveller's Tales
## 7108                                                                Heavy Iron Studios
## 7110                                                                      Sumo Digital
## 7120                                                              Monolith Productions
## 7122                                                                   Milestone S.r.l
## 7123                                                                          Eighting
## 7124                                                                      Sumo Digital
## 7125                                                                 Creative Assembly
## 7127                                                                   Edge of Reality
## 7128                                                      Artificial Mind and Movement
## 7130                                                                      Toys for Bob
## 7136                                                                          Zoe Mode
## 7140                                                                         Neverland
## 7142                                                                       Takara Tomy
## 7143                                                                 Dimps Corporation
## 7144                                                                            Konami
## 7146                                                                 Traveller's Tales
## 7149                                                              Exient Entertainment
## 7151                                                                  SCE Japan Studio
## 7153                                                                   Milestone S.r.l
## 7156                                                                      Z-Axis, Ltd.
## 7159                                                                   Electronic Arts
## 7160                                                                   Electronic Arts
## 7164                                                                       Omega Force
## 7165                                                                              TOSE
## 7167                                                                         EA Canada
## 7168                                                                     Day 1 Studios
## 7170                                                            SCEA San Diego Studios
## 7171                                                                   Rainbow Studios
## 7172                                                                      Secret Level
## 7173                                                             CD Projekt Red Studio
## 7174                                                                      Secret Level
## 7179                                                                         EA Canada
## 7181                                                                           Ubisoft
## 7184                                                                         EA Canada
## 7189                                                            Backbone Entertainment
## 7191                                                               Etranges Libellules
## 7193                                                                        Kush Games
## 7199                                                                            Capcom
## 7200                                                                            Konami
## 7202                                                                  Paon Corporation
## 7204                                                                            Altron
## 7205                                                                           Bugbear
## 7206                                                           Marvelous Entertainment
## 7207                                                                   Spark Unlimited
## 7209                                                                       Omega Force
## 7217                                                                           Bullets
## 7221                                                                  SCE Japan Studio
## 7222                                                   Zoe Mode, HB Studios Multimedia
## 7223                                                                       Arcade Moon
## 7224                                                                 Bizarre Creations
## 7229                                                            Ubisoft, Sensory Sweep
## 7231                                                                   Edge of Reality
## 7233                                                                            Konami
## 7234                                                                             Atlus
## 7235                                                                   Edge of Reality
## 7240                                                             Treyarch, Shaba Games
## 7242                                                                   Spark Unlimited
## 7244                                                                   Gorilla Systems
## 7245                                                                          EA Games
## 7246                                                                          EA Games
## 7251                                                    Eurocom Entertainment Software
## 7252                                                             Treyarch, Shaba Games
## 7253                                                                       Venom Games
## 7254                                                                Avalanche Software
## 7255                                                                 Koei, Omega Force
## 7258                                                                   Milestone S.r.l
## 7262                                                                   Spark Unlimited
## 7265                                                            Harmonix Music Systems
## 7271                                          Matrix Software, Marvelous Entertainment
## 7272                                                                            Capcom
## 7274                                                                Oxygen Interactive
## 7275                                                           Image Epoch, Imageepoch
## 7278                                                                 Bizarre Creations
## 7280                                                                     Compile Heart
## 7281                                                                      Toys for Bob
## 7285                                                        Disney Interactive Studios
## 7290                                                            Harmonix Music Systems
## 7291                                                                                K2
## 7292                                                                   Firebrand Games
## 7298                                                                         EA Canada
## 7301                                                           Image Epoch, Imageepoch
## 7305                                                                            GungHo
## 7309                                                                         EA Sports
## 7310                                                                         EA Canada
## 7311                                                                    AQ Interactive
## 7315                                                                     Rhino Studios
## 7323                                                                        Team Ninja
## 7324                                                                  Griptonite Games
## 7325                                                                   Milestone S.r.l
## 7326                                                                         2XL Games
## 7327                                                             Treyarch, Shaba Games
## 7331                                                                     Brownie Brown
## 7332                                                                           Acquire
## 7337                                                                    Ubisoft Annecy
## 7339                                                          Omega Force, Koei Canada
## 7343                                                                     Compile Heart
## 7344                                                                         2XL Games
## 7345                                                                  Sega, Tom Create
## 7346                                                                              Gust
## 7349                                                                       Omega Force
## 7350                                                                          ChunSoft
## 7351                                                                     Pivotal Games
## 7362                                                                         EA Canada
## 7363                                                                  Santa Cruz Games
## 7365                                                                     From Software
## 7367                                                                   Matrix Software
## 7368                                                                     Pivotal Games
## 7371                                                                Avalanche Software
## 7372                                                                            Midway
## 7373                                                              Nippon Ichi Software
## 7375                                                                          Treyarch
## 7377                                                                    Red Fly Studio
## 7378                                                                       Hydravision
## 7379                                                               Brash Entertainment
## 7380                                                                 Traveller's Tales
## 7385                                                                        Sonic Team
## 7389                                                                              TOSE
## 7390                                                                          FUN Labs
## 7392                                                              Exient Entertainment
## 7395                                                                   Visual Concepts
## 7398                                                                 Traveller's Tales
## 7399                                                            SCEA San Diego Studios
## 7400                                                                             Prope
## 7404                                                                       Deep Silver
## 7405                                                                         EA Canada
## 7406                                                                     Krome Studios
## 7414                                                                         EA Canada
## 7415                                                                          Eighting
## 7416                                                                          FUN Labs
## 7418                                                                 SScholastic Media
## 7419                                                                     Day 1 Studios
## 7425                                                                  Paon Corporation
## 7429                                                                             Tenky
## 7430                                                                               THQ
## 7435                                                                            Konami
## 7436                                                            SCEA San Diego Studios
## 7441                                                                 Taito Corporation
## 7443                                                                     From Software
## 7449                                                                      Media Vision
## 7453                                                                           Zerodiv
## 7455                                                                        EA Tiburon
## 7460                                                                       Flight-Plan
## 7461                                                               TopWare Interactive
## 7468                                                                            Midway
## 7470                                                                      SNK Playmore
## 7474                                                            Left Field Productions
## 7481                                                                         Atlus Co.
## 7487                                               Venan Entertainment, Cashmere Prod.
## 7488                                                                      Eden Studios
## 7489                                                                            Konami
## 7492                                                                   Spark Unlimited
## 7494                                                                 High Impact Games
## 7500                                                                          FUN Labs
## 7502                                                                             Sting
## 7503                                                                       Omega Force
## 7507                                                                  Gearbox Software
## 7512                                                                       Hydravision
## 7517                                                                           Ubisoft
## 7520                                                          Deep Fried Entertainment
## 7523                                                                     Sanzaru Games
## 7526                                                                          FUN Labs
## 7530                                                                        4J Studios
## 7533                                                                      Access Games
## 7534                                                                              Moss
## 7539                                                                           Tamsoft
## 7540                                                                     Game Republic
## 7546                                                                     Polygon Magic
## 7549                                                       Funatics Software, Funatics
## 7550                                                                        EA Tiburon
## 7553                                                                  Black Hole Games
## 7555                                                                   EA Bright Light
## 7559                                                                         Eutechnyx
## 7560                                                                         Red Tribe
## 7562                                                                       Blitz Games
## 7568                                                            Backbone Entertainment
## 7569                                                                    Red Fly Studio
## 7570                                                                     Krome Studios
## 7575                                                                          Vanguard
## 7577                                                                  SCE Japan Studio
## 7578                                                                              Cave
## 7581                                                                              Moss
## 7582                                                                             Sting
## 7583                                                                        Petroglyph
## 7586                                                                            Midway
## 7589                                                                       Hudson Soft
## 7591                                                                              Gust
## 7592                                                                        EA Tiburon
## 7594                                                                  Griptonite Games
## 7597                                                             High Voltage Software
## 7607                                                                            BudCat
## 7608                                                                    Now Production
## 7610                                                                           Tamsoft
## 7613                                                                             Tecmo
## 7614                                                              Nippon Ichi Software
## 7615                                                         SCE/WWS, SCE Japan Studio
## 7617                                                       Funatics Software, Funatics
## 7618                                                                          5TH Cell
## 7620                                                           Neverland, Idea Factory
## 7622                                                                 Taito Corporation
## 7627                                                                    Hellbent Games
## 7629                                                            Smack Down Productions
## 7632                                                    Eurocom Entertainment Software
## 7633                                                                  Arc System Works
## 7634                                                                 Collision Studios
## 7637                                                                   Electronic Arts
## 7640                                                                               ECI
## 7644                                                                             Gulti
## 7646                                                                             Sting
## 7649                                                             High Voltage Software
## 7652                                                                          Gameloft
## 7654                                                                         AWE Games
## 7660                                                                     Kheops Studio
## 7661                                                                     Monolith Soft
## 7662                                                              InXile Entertainment
## 7666                                                                   Nixxes Software
## 7668                                                                  The Game Factory
## 7669                                                                           Team 17
## 7672                                                                   Firebrand Games
## 7674                                                                        Mekensleep
## 7675                                                                          Treasure
## 7676                                                                       Hudson Soft
## 7679                                                                      EA Black Box
## 7684                                                                            Konami
## 7686                                                                 Taito Corporation
## 7687                                                                             Sting
## 7690                                                                         AWE Games
## 7691                                                                        Activision
## 7696                                                                      SNK Playmore
## 7701                                                                              Irem
## 7707                                                                           Vogster
## 7708                                                              Webfoot Technologies
## 7710                                                                      Climax Group
## 7712                                                                      SNK Playmore
## 7715                                                                             Epics
## 7718                                                                   Leviathan Games
## 7732                                                                     h.a.n.d. Inc.
## 7734                                                                           Ubisoft
## 7736                                                                              Irem
## 7740                                                                     Creat Studios
## 7743                                                                  IronNos Co.,Ltd.
## 7746                                                                   Visual Concepts
## 7752                                                                     Sonic Powered
## 7754                                                                 Traveller's Tales
## 7755                                                                       Hydravision
## 7762                                             10tacle Studios, Fusionsphere Systems
## 7771                                                                           WorkJam
## 7772                                 Ascaron Entertainment GmbH, Ascaron Entertainment
## 7773                                                                         Red Tribe
## 7776                                                                            Artoon
## 7782                                                                       Omega Force
## 7783                                                                      SNK Playmore
## 7788                                                               Wideload Games Inc.
## 7795                                                                      Idea Factory
## 7798                                                              Nippon Ichi Software
## 7807                                                                           Shin'en
## 7808                                                                             Suzak
## 7809                                                                            PopCap
## 7811                                                               Wideload Games Inc.
## 7812                                             10tacle Studios, Fusionsphere Systems
## 7821                                                             Liquid Dragon Studios
## 7828                                                                          FUN Labs
## 7830                                                                    Coyote Console
## 7835                                                                          Gameloft
## 7838                                                                         Killaware
## 7844                                                                           Success
## 7846                                                           Humongous Entertainment
## 7851                                                                      EKO Software
## 7856                                                                     Krome Studios
## 7858                                                                 Traveller's Tales
## 7862                                                                            Capcom
## 7872                                                                         Naps Team
## 7876                                                                     EnjoyUp Games
## 7880                                                                         Eutechnyx
## 7884                                                             InLight Entertainment
## 7885                                                                            2D Boy
## 7887                                                                    GSC Game World
## 7892                                                                  Enlight Software
## 7912                                                     Gameinvest, Seed Studios, Lda
## 7935                                                                            SimBin
## 7936                                                                    Ironclad Games
## 7937                                                                          Treyarch
## 7942                                                                Legacy Interactive
## 7952                                                                 EA Redwood Shores
## 7953                                              Mad Doc Software, Rockstar Vancouver
## 7958                                                                           Egosoft
## 7968                                                                         EA Mythic
## 7972                                                                             Crave
## 7977                                                                   FireFly Studios
## 7978                                                              InXile Entertainment
## 7979                                                                  Ubisoft Montreal
## 7981                                                                  Gearbox Software
## 7985                                                                            Beenox
## 7986                                                                      Kaos Studios
## 7988                                                                    Valve Software
## 7996                                                                         EA Canada
## 8005                                                             Treyarch, Shaba Games
## 8009                                                                      Turbine Inc.
## 8021                                                                            Crytek
## 8025                                                                         EA Canada
## 8027                                                                   Spark Unlimited
## 8029                                                               Supersonic Software
## 8034                                                                            PopCap
## 8042                                                               Flying Lab Software
## 8044                                                                  Ubisoft Montreal
## 8046                                                                Heavy Iron Studios
## 8048                                                                       Autumn Moon
## 8059                                                                         Haemimont
## 8063                                                                  Propaganda Games
## 8083                                                                        4J Studios
## 8091                                                                     Pivotal Games
## 8092                                                                           Bugbear
## 8097                                                                      Eden Studios
## 8100                                                                             Aspyr
## 8131                                                                          Nintendo
## 8132                                                           Bungie Software, Bungie
## 8133                                                                          Nintendo
## 8134                                                                     Infinity Ward
## 8135                                                                       Hudson Soft
## 8136                                                                            Hudson
## 8138                                                                     Infinity Ward
## 8139                                                                 Traveller's Tales
## 8140                                                                  Ubisoft Montreal
## 8141                                                                           Level 5
## 8142                                                                          Nintendo
## 8143                                                   Neversoft Entertainment, BudCat
## 8144                                                                          Nintendo
## 8146                                                              Naughty Dog, SCE/WWS
## 8147                                                                  Ubisoft Montreal
## 8148                                                                         TT Fusion
## 8149                                                                 Vicarious Visions
## 8150                                                           Neversoft Entertainment
## 8151                                                                 Polyphony Digital
## 8152                                                            Blizzard Entertainment
## 8153                                                                  SCE Santa Monica
## 8154                                                                           Turn 10
## 8155                                                                   Cat Daddy Games
## 8156                                                                           Level 5
## 8157                                                      Nintendo, Namco Bandai Games
## 8158                                                                          Nintendo
## 8160                                                               Intelligent Systems
## 8161                                                                              TOSE
## 8162                                                                            Konami
## 8163                                                                     Office Create
## 8164                                                                       Square Enix
## 8165                                                                         EA Canada
## 8166                                                                        4J Studios
## 8167                                                         Spike, Namco Bandai Games
## 8168                                                                           BioWare
## 8169                                                                      OfficeCreate
## 8171                                                        Irrational Games, 2K Marin
## 8173                                                                        Sonic Team
## 8174                                                                  Next Level Games
## 8175                                                                 Traveller's Tales
## 8176                                                                        EA Tiburon
## 8177                                                                            Capcom
## 8179                                                                            Midway
## 8180                                                                         Black Box
## 8181                                                                        EA Tiburon
## 8182                                                                            Yuke's
## 8183                                                                 Traveller's Tales
## 8184                                                           Neversoft Entertainment
## 8186                                                            Harmonix Music Systems
## 8188                                                               Amaze Entertainment
## 8189                                                                            Konami
## 8190                                                                      EA Black Box
## 8191                                                                      EA Black Box
## 8193                                                        Midway Studios - San Diego
## 8195                                                               Ubisoft Montpellier
## 8196                                                                    Valve Software
## 8197                                                                     Retro Studios
## 8200                                                                         EA Canada
## 8201                                                                   Realtime Worlds
## 8202                                                                  Artefacts Studio
## 8205                                                                         Rebellion
## 8206                                                                      Ninja Theory
## 8207                                                                 EA Redwood Shores
## 8208                                                                        ArtePiazza
## 8210                                                                            Konami
## 8212                                                                        Cavia Inc.
## 8213                                                                   Electronic Arts
## 8214                                                                  Griptonite Games
## 8215                                                            Backbone Entertainment
## 8217                                                                SCEE London Studio
## 8218                                                                           Ubisoft
## 8219                                                                            Yuke's
## 8220                                                               Planet Moon Studios
## 8224                                                       Square Enix, Think and Feel
## 8225                                                                         EA Canada
## 8227                                                                         EA Canada
## 8228                                                                            Yuke's
## 8230                                                                                M2
## 8231                                                                         EA Canada
## 8232                                                                Rockstar San Diego
## 8233                                                                  Ubisoft Montreal
## 8235                                                                           49Games
## 8237                                                             High Voltage Software
## 8238                                                                         Rare Ltd.
## 8239                                                                   Matrix Software
## 8240                                                                   Electronic Arts
## 8242                                                                             Maxis
## 8243                                                                            Yuke's
## 8244                                                                              TOSE
## 8245                                                                 Dimps Corporation
## 8246                                                                             EA LA
## 8247                                                                     Infinity Ward
## 8248                                                                        Team Ninja
## 8249                                                                         Clap Hanz
## 8250                                                                SCEE London Studio
## 8251                                                                Sports Interactive
## 8253                                                            Harmonix Music Systems
## 8254                                                                          EA Games
## 8255                                                                   Electronic Arts
## 8257                                                                          Sega AM2
## 8258                                                        Electronic Arts, Rebellion
## 8259                                                                            Konami
## 8260                                                                          EA Games
## 8261                                                                             Arika
## 8262                                                                    Incognito Inc.
## 8263                                                                       Codemasters
## 8264                                                                           n-Space
## 8266                                                                          Sega AM3
## 8268                                                Electronic Arts, EA Redwood Shores
## 8269                                            Red Storm Entertainment, Ubisoft Paris
## 8270                                                                         EA Canada
## 8271                                                                      EA Salt Lake
## 8272                                                         Spike, Namco Bandai Games
## 8273                                            Red Storm Entertainment, Ubisoft Paris
## 8275                                                                      8ing/Raizing
## 8276                                                                      Project Aces
## 8277                                                        Electronic Arts, Rebellion
## 8278                                                                            Capcom
## 8279                                                                            Yuke's
## 8280                                                                        EA Tiburon
## 8281                                                                    Rockstar Leeds
## 8282                                                                              SCEA
## 8283                                                                Neko Entertainment
## 8285                                                                        Mistwalker
## 8286                                                                 Vicarious Visions
## 8287                                                                 EA Redwood Shores
## 8289                                                                        EA Tiburon
## 8290                                                                       Codemasters
## 8291                                                                       Omega Force
## 8294                                                                  Crystal Dynamics
## 8295                                                                   Visual Concepts
## 8296                                                                      Asobo Studio
## 8297                                                                     Visual Impact
## 8299                                                                           Ubisoft
## 8300                                                                 Nex Entertainment
## 8301                                                           Marvelous Entertainment
## 8303                                                                            Midway
## 8304                                                                  SCE Japan Studio
## 8306                                                                     Ubisoft Paris
## 8308                                                                        EA Tiburon
## 8309                                                                             Maxis
## 8311                                                               Jupiter Corporation
## 8312                                                                          5TH Cell
## 8313                                       Artificial Mind and Movement, Polygon Magic
## 8316                                                                       Square Enix
## 8317                                                               Jupiter Corporation
## 8318                                                                  Ubisoft Montreal
## 8319                                                                              TOSE
## 8320                                                    Eurocom Entertainment Software
## 8321                                                                      EA Salt Lake
## 8323                                                                              TOSE
## 8324                                                                         EA Canada
## 8325                                                                        Kush Games
## 8326                                                                      EA Black Box
## 8327                                                             High Voltage Software
## 8328                                                                            Crytek
## 8329                                                                          Full Fat
## 8330                                                                        EA Tiburon
## 8331                                                                 Koei, Omega Force
## 8332                                                    Eighting, Genius Sonority Inc.
## 8333                                                                      Reality Pump
## 8334                                                                         EA Sports
## 8335                                                                Kojima Productions
## 8337                                                                   Rainbow Studios
## 8338                                                                         Clap Hanz
## 8339                                                                   Rainbow Studios
## 8340                                                                          Treyarch
## 8341                                                                        Epic Games
## 8342                                                                       Square Enix
## 8343                                                                   Page 44 Studios
## 8344                                                                        Starbreeze
## 8346                                                                  Locomotive Games
## 8349                                                                             Suzak
## 8354                                                                              TOSE
## 8355                                                            Paradigm Entertainment
## 8356                                                                         EA Canada
## 8357                                                                       Juice Games
## 8358                                                                SEGA Racing Studio
## 8359                                                                         Atlus Co.
## 8362                                                                  Paon Corporation
## 8366                                                                   Visual Concepts
## 8367                                                      Artificial Mind and Movement
## 8370                                                                         Aki Corp.
## 8372                                                                              TOSE
## 8373                                                           Midway Studios - Austin
## 8377                                                                          Treyarch
## 8378                                                                  Crystal Dynamics
## 8380                                                                      Vanilla Ware
## 8381                                                                         EA Canada
## 8383                                                                   Rockstar London
## 8384                                                           Neversoft Entertainment
## 8385                                                                  Ubisoft Montreal
## 8386                                                           Grasshopper Manufacture
## 8387                                                                   Visual Concepts
## 8388                                                                        Brain Toys
## 8390                                                                      EA Salt Lake
## 8391                                                                     Day 1 Studios
## 8392                                                                              Cing
## 8393                                                                  Rockstar Toronto
## 8395                                              High Voltage Software, Ubisoft Paris
## 8396                                                            Paradigm Entertainment
## 8397                                                               Shiny Entertainment
## 8398                                                                         EA Canada
## 8399                                                      Climax Group, Climax Studios
## 8400                                                                 Factor 5, SCE/WWS
## 8401                                                                Heavy Iron Studios
## 8403                                                                 Blue Castle Games
## 8405                                                                      Asobo Studio
## 8407                                                               Jupiter Corporation
## 8408                                                                              TOSE
## 8409                                                                   Melbourne House
## 8410                                                                            Konami
## 8411                                                                         EA Canada
## 8415                                                                       EA Montreal
## 8416                                                               Intelligent Systems
## 8417                                                               Amaze Entertainment
## 8418                                                             Screenlife Games, WXP
## 8420                                                               Amaze Entertainment
## 8422                                                                 Koei, Omega Force
## 8423                                                                 Vicarious Visions
## 8424                                                                             Maxis
## 8425                                                                       FASA Studio
## 8426                                                                              Sega
## 8428                                                                 Vicarious Visions
## 8431                                                                          EA Games
## 8432                                                                         Sony Bend
## 8435                                                                   Rainbow Studios
## 8436                                                               Shiny Entertainment
## 8437                                                                            BudCat
## 8439                                                                   Criterion Games
## 8440                                                             Radical Entertainment
## 8442                                                    Eurocom Entertainment Software
## 8444                                                                SEGA Racing Studio
## 8445                                                               Team 17, Two Tribes
## 8446                                                           Neversoft Entertainment
## 8450                                                                        Starbreeze
## 8451                                                             Frontier Developments
## 8453                                                         Blue Tongue Entertainment
## 8457                                                                        EA Chicago
## 8458                                                                     Krome Studios
## 8462                                                    Eurocom Entertainment Software
## 8463                                                             Frontier Developments
## 8465                                                    Eurocom Entertainment Software
## 8467                                                             Radical Entertainment
## 8468                                                                 Saber Interactive
## 8469                                                                            Konami
## 8471                                                                 Collision Studios
## 8473                                                                   Rainbow Studios
## 8474                                                        Irrational Games, 2K Marin
## 8476                                                                         EA Canada
## 8477                                                                  Sega, Sonic Team
## 8478                                                                  Ubisoft Shanghai
## 8479                                                                   Triumph Studios
## 8483                                                                              TOSE
## 8484                                                                  Crystal Dynamics
## 8485                                                                         7 Studios
## 8486                                                                       Juice Games
## 8488                                                                         Red Tribe
## 8491                                                                         EA Sports
## 8493                                                                     Point of View
## 8495                                                                   Rainbow Studios
## 8496                                                                            Yuke's
## 8498                                                                          Blueside
## 8499                                                                  Next Level Games
## 8500                                                                      EA Black Box
## 8502                                                                 Blue Castle Games
## 8503                                                                       Juice Games
## 8504                                                               Amaze Entertainment
## 8505                                                                          EA Games
## 8506                                                                 EA Redwood Shores
## 8509                                                                  Ubisoft Montreal
## 8511                                                               Team 17, Two Tribes
## 8513                                                              Destination Software
## 8514                                                                        EA Chicago
## 8516                                                                Kuju Entertainment
## 8518                                                                        Nihilistic
## 8521                                                          1st Playable Productions
## 8522                                                    Eurocom Entertainment Software
## 8523                                                                              SCEJ
## 8524                                                                      Inti Creates
## 8525                                                            Smart Bomb Interactive
## 8526                                                               Intelligent Systems
## 8527                                                                  Ubisoft Montreal
## 8528                                                                   Lancarse, Atlus
## 8530                                                                       EA Montreal
## 8532                                                                     Piranha Games
## 8533                                                                     Tri-Crescendo
## 8534                                                                            Konami
## 8535                                                                           RedLynx
## 8536                                                                    Now Production
## 8537                                                        Game Republic, JapanStudio
## 8538                                               Mercury Steam, Alchemic Productions
## 8539                                                             Radical Entertainment
## 8541                                                            SCEA San Diego Studios
## 8543                                                                       Hudson Soft
## 8545                                                                  Studio Liverpool
## 8548                                                                   Rockstar London
## 8551                                                                         EA Canada
## 8552                                                                        WayForward
## 8556                                                                       Square Enix
## 8557                                                                            Midway
## 8558                                                                       Omega Force
## 8561                                                                          Treyarch
## 8562                                                                          EA Games
## 8563                                                                  Next Level Games
## 8566                                                                  Ubisoft Montreal
## 8567                                                                        EA Tiburon
## 8568                                                                             Atlus
## 8569                                                                            Konami
## 8571                                                                     Vicious Cycle
## 8573                                                                        EA Tiburon
## 8574                                                               Shiny Entertainment
## 8577                                                                       Omega Force
## 8578                                                               Amaze Entertainment
## 8579                                                                 Sidhe Interactive
## 8580                                                                    Ubisoft Quebec
## 8581                                                                         Sony Bend
## 8582                                                            SCEA San Diego Studios
## 8586                                                                          Sega AM2
## 8589                                                  Rockstar Toronto, Rockstar Leeds
## 8590                                                                          EA Games
## 8591                                                            Paradigm Entertainment
## 8594                                                                 Blue Castle Games
## 8599                                                                   Visual Concepts
## 8600                                                               LDW, Big Fish Games
## 8606                                                                 Eidos Interactive
## 8609                                                                  Ubisoft Shanghai
## 8613                                                                           Bugbear
## 8615                                                                         EA Canada
## 8616                                                                       Juice Games
## 8617                                                                         EA Canada
## 8619                                                      Climax Group, Climax Studios
## 8620                                                                   Page 44 Studios
## 8623                                                                     From Software
## 8624                                                                        Kush Games
## 8625                                                                          Zoe Mode
## 8627                                                           Image Epoch, Imageepoch
## 8629                                                                      Climax Group
## 8630                                                                      Sumo Digital
## 8631                                                                          EA Games
## 8633                                                                        EA Tiburon
## 8634                                                                     Krome Studios
## 8636                                                                         Red Tribe
## 8637                                                                        EA Tiburon
## 8642                                                                 JGI Entertainment
## 8644                                                                 Vicarious Visions
## 8648                                                              Climax Entertainment
## 8650                                                                Secret Stash Games
## 8651                                                                 Sidhe Interactive
## 8652                                                                         Rebellion
## 8658                                                                     Krome Studios
## 8659                                                               Ubisoft Montpellier
## 8660                                                                            Artoon
## 8661                                                                     h.a.n.d. Inc.
## 8662                                                                         EA Canada
## 8664                                                                     From Software
## 8665                                                                               Bec
## 8666                                                                       Torus Games
## 8667                                               Mercury Steam, Alchemic Productions
## 8669                                                                     Cauldron Ltd.
## 8672                                                                       Omega Force
## 8673                                                                        Nihilistic
## 8676                                                                 Koei, Omega Force
## 8677                                                                         Skip Ltd.
## 8678                                                                         Ganbarion
## 8681                                                                 Buena Vista Games
## 8683                                                                       D3Publisher
## 8686                                                                          Techland
## 8687                                                                           Saffire
## 8688                                                      Artificial Mind and Movement
## 8689                                                                Namco Bandai Games
## 8690                                                                         2K Sports
## 8691                                                                   Visual Concepts
## 8696                                                            Ignition Entertainment
## 8697                                                                            Beenox
## 8702                                                                       Hudson Soft
## 8705                                                                    Bigbig Studios
## 8706                                                                      Renegade Kid
## 8707                                                                            Racjin
## 8713                                                             Frontier Developments
## 8714                                                                           Ubisoft
## 8715                                                                            Konami
## 8716                                                                 Blue Castle Games
## 8717                                                                         EA Canada
## 8718                                                                 Saber Interactive
## 8722                                                                             Examu
## 8723                                                          Pipeworks Software, Inc.
## 8725                                                                   Visual Concepts
## 8729                                                                 EA Redwood Shores
## 8731                                                                         EA Canada
## 8732                                                              Magellan Interactive
## 8733                                                                 Koei, Omega Force
## 8734                                                                          Treasure
## 8737                                                                   Visual Concepts
## 8738                                                                   Ubisoft Romania
## 8739                                                                     Cauldron Ltd.
## 8742                                                                   Rainbow Studios
## 8743                                                                  Ubisoft Bulgaria
## 8745                                                                  Next Level Games
## 8747                                                                      Asobo Studio
## 8748                                                                Kuju Entertainment
## 8750                                                                        Cavia Inc.
## 8751                                                                 FrontLine Studios
## 8752                                                             Radical Entertainment
## 8753                                                                    Ubisoft Quebec
## 8756                                                                    Valve Software
## 8759                                                                      Media Vision
## 8760                                                                   Visual Concepts
## 8762                                                                   Ubisoft Romania
## 8769                                                                        Kush Games
## 8771                                                                              Koei
## 8773                                                            Sunflowers Interactive
## 8774                                                            SCEA San Diego Studios
## 8775                                                                       Flight-Plan
## 8776                                                                      Platinum Egg
## 8780                                                                    Hot Lava Games
## 8781                                                                             Sting
## 8782                                                                           Nfusion
## 8783                                                                       Torus Games
## 8784                                                              Exient Entertainment
## 8786                                                                          System 3
## 8787                                                              Infinite Interactive
## 8788                                                                        4J Studios
## 8793                                                                Kuju Entertainment
## 8794                                                                  Santa Cruz Games
## 8795                                                               Amaze Entertainment
## 8798                                                        Midway Studios - San Diego
## 8799                                                          1st Playable Productions
## 8805                                                                             Sting
## 8806                                                                       Indies Zero
## 8807                                                                   Visual Concepts
## 8808                                 Artificial Studios, Immersion Software & Graphics
## 8810                                                          Pipeworks Software, Inc.
## 8813                                                                  Ubisoft Montreal
## 8815                                                                            Konami
## 8820                                                                         Blue Byte
## 8823                                                                    Digital Embryo
## 8834                                                                           Bugbear
## 8835                                                                           Ubisoft
## 8840                                                             Frontier Developments
## 8849                                                                           Ubisoft
## 8850                                                                 Dimps Corporation
## 8851                                                                            Beenox
## 8855                                                                  Hoplite Research
## 8859                                                                        ArtePiazza
## 8861                                                                         Milestone
## 8862                                                                         Neverland
## 8865                                                                          IR Gurus
## 8867                                                                     odenis studio
## 8868                                                                       Omega Force
## 8869                                                            Microsoft Game Studios
## 8870                                                                            BudCat
## 8872                                                                  The Game Factory
## 8874                                                                         EA Canada
## 8875                                                                               Art
## 8876                                                                   Stainless Games
## 8877                                                           Other Ocean Interactive
## 8881                                                                           Virtuos
## 8889                                                                       Takara Tomy
## 8895                                                                              Koei
## 8897                                                   TimeGate Studios, Day 1 Studios
## 8899                                                                         EA Sports
## 8900                                                           Red Storm Entertainment
## 8902                                                           Midway Studios - Austin
## 8903                                                        Foundation 9 Entertainment
## 8905                                                           Data Design Interactive
## 8909                                                                         Red Tribe
## 8911                                                                          Zoe Mode
## 8916                                                            Left Field Productions
## 8918                                                                     Totally Games
## 8921                                                                        EA Tiburon
## 8923                                                              Jaleco Entertainment
## 8928                                                                 Ubisoft Barcelona
## 8929                                                                     Sensory Sweep
## 8931                                                                              Koei
## 8935                                                                     Creat Studios
## 8937                                                                           Success
## 8938                                                                              Irem
## 8941                                                                     Compile Heart
## 8944                                                                             Maxis
## 8947                                                                    Coyote Console
## 8948                                                           Data Design Interactive
## 8951                                                                         Hit Maker
## 8952                                        Metanet Software Inc., SilverBirch Studios
## 8960                                                                    Big Huge Games
## 8964                                                                Neko Entertainment
## 8968                                                                               THQ
## 8971                                                                    Nikitova Games
## 8972                                                                            Racjin
## 8975                                                                   EA Japan Studio
## 8976                                                                     Totally Games
## 8977                                                                        Epic Games
## 8978                                                                 Taito Corporation
## 8981                                                             CD Projekt Red Studio
## 8982                                                                     Creat Studios
## 8986                                                                      Platinum Egg
## 8988                                                                     Cauldron Ltd.
## 8992                                                                              Gust
## 8993                                                              Exient Entertainment
## 8994                                                                    GSC Game World
## 9003                                                                      Ninja Studio
## 9004                                                                     Sensory Sweep
## 9007                                                                   Electronic Arts
## 9009                                                                         EA Canada
## 9016                                                                  Terminal Reality
## 9017                                                       Atomic Planet Entertainment
## 9026                                                      Taito Corporation, 505 Games
## 9030                                                                      Vanilla Ware
## 9035                                                                      Sumo Digital
## 9041                                                                          FUN Labs
## 9042                                                                        DC Studios
## 9043                                                                   SouthPeak Games
## 9044                                                                   Ubisoft Romania
## 9046                                                                 Gas Powered Games
## 9047                                                                         7 Studios
## 9048                                                              Tantalus Interactive
## 9050                                                                  Arc System Works
## 9052                                                                         7 Studios
## 9053                                                                      Sumo Digital
## 9054                                                                       Square Enix
## 9060                                                                       Alfa System
## 9061                                                           Monte Cristo Multimedia
## 9062                                    Namco Bandai Games America, Namco Bandai Games
## 9065                                                                        DC Studios
## 9066                                                                     Vicious Cycle
## 9069                                                                          EA Games
## 9072                                                                  Arc System Works
## 9076                                                                             Relic
## 9078                                                                       Omega Force
## 9082                                                                  Ubisoft Montreal
## 9084                                                                        3G Studios
## 9085                                                                  Mad Doc Software
## 9087                                                                          Gameloft
## 9088                                                                    Ubisoft Quebec
## 9091                                                                 Gas Powered Games
## 9092                                                                   Q Entertainment
## 9093                                                                         EA Canada
## 9094                                                           Marvelous Entertainment
## 9095                                                                 Traveller's Tales
## 9096                                                                          EA Games
## 9098                                                                         7 Studios
## 9106                                                             Massive Entertainment
## 9107                                                                   Nixxes Software
## 9112                                                                             Spike
## 9131                                                                 Big Time Software
## 9137                                        Metanet Software Inc., SilverBirch Studios
## 9144                                                                            zSlide
## 9146                                                                              SCEA
## 9147                                                                            Capcom
## 9156                                                           Reflections Interactive
## 9159                                                                   Electronic Arts
## 9160                                                                             Maxis
## 9161                                                                      Dreamcatcher
## 9166                                                                         7 Studios
## 9171                                                      Climax Group, Climax Studios
## 9173                                                                         Blue Byte
## 9179                                                                       Tilted Mill
## 9184                                                                       Codemasters
## 9190                                                                      Eden Studios
## 9196                                                             Black Lantern Studios
## 9197                                                                   Triumph Studios
## 9200                                                                         Eutechnyx
## 9203                                                                   Master Creating
## 9205                                                                            Beenox
## 9208                                                                  Flagship Studios
## 9215                                                                     Arkedo Studio
## 9216                                                                             Aspyr
## 9227                                                                    Deadline Games
## 9228                                               Vicious Cycle, Infinite Interactive
## 9233                                                                           Team 17
## 9254                                                                        Epic Games
## 9260                                                                     Splash Damage
## 9262                                                                         EA Canada
## 9264                                                                           Success
## 9268                                                                             VSTEP
## 9270                                                            Obsidian Entertainment
## 9274                                                   Battlefront.com, 1C, 1C Company
## 9278                                                                  Terminal Reality
## 9282                                                                Kuju Entertainment
## 9283                                                                            Beenox
## 9287                                                                  TimeGate Studios
## 9295                                                                 Saber Interactive
## 9296                                                                 Eidos Interactive
## 9302                                                              Magellan Interactive
## 9306                                                                       Juice Games
## 9310                                                                       Hudson Soft
## 9313                                                                  Barnhouse Effect
## 9314                                               Mercury Steam, Alchemic Productions
## 9316                                                                SEGA Racing Studio
## 9323                                                                  Big Red Software
## 9328                                                                          Nintendo
## 9329                                                                          Nintendo
## 9330                                                                          Nintendo
## 9332                                                                          Nintendo
## 9333                                                                        Epic Games
## 9334                                                                       Square Enix
## 9335                                                                 Taito Corporation
## 9336                                                            Harmonix Music Systems
## 9337                                                                    Rockstar Leeds
## 9338                                                                         EA Sports
## 9339                                                                            Konami
## 9340                                                                Bethesda Softworks
## 9341                                                                   Insomniac Games
## 9342                                                                     Ready at Dawn
## 9344                                                                 Evolution Studios
## 9345                                                                    Rockstar Leeds
## 9346                                                                            Agenda
## 9348                                                                       Indies Zero
## 9349                                                               Intelligent Systems
## 9350                                                                            Artoon
## 9351                                                                          Treyarch
## 9352                                                                 Traveller's Tales
## 9354                                                                       Team Fusion
## 9356                                                                            Yuke's
## 9357                                                                    Raven Software
## 9358                                                                         EA Canada
## 9359                                                                              Sega
## 9361                                                                     Volition Inc.
## 9362                                                                          HAL Labs
## 9363                                                                          Nintendo
## 9364                                                                            Capcom
## 9365                                                                   Matrix Software
## 9366                                                                          Full Fat
## 9367                                                                Zipper Interactive
## 9368                                                                  Ubisoft Montreal
## 9369                                                                Flagship, HAL Labs
## 9370                                                                        EA Tiburon
## 9371                                                                              TOSE
## 9373                                                                         EA Sports
## 9375                                                                        EA Chicago
## 9376                                                                         EA Canada
## 9377                                                                         Rare Ltd.
## 9378                                                                       Square Enix
## 9379                                                                          Nintendo
## 9380                                                              Genius Sonority Inc.
## 9381                                                                        EA Chicago
## 9382                                                                     Ubisoft Paris
## 9383                                                                          Treyarch
## 9385                                                                       Square Enix
## 9387                                                                        EA Chicago
## 9389                                                            Backbone Entertainment
## 9390                                                               Ubisoft Montpellier
## 9391                                                                 Traveller's Tales
## 9392                                                                Namco Bandai Games
## 9393                                                                         EA Canada
## 9394                                                                            Capcom
## 9395                                                                         EA Sports
## 9396                                                                         EA Canada
## 9397                                                                   Criterion Games
## 9398                                                                         EA Canada
## 9400                                                                   Rainbow Studios
## 9402                                                                  Locomotive Games
## 9403                                                             Radical Entertainment
## 9404                                            Nintendo, Nintendo Software Technology
## 9405                                                                Kojima Productions
## 9406                                                                Rockstar San Diego
## 9407                                                                        Sonic Team
## 9408                                                                            Helixe
## 9411                                                                  Amusement Vision
## 9412                                                                   Electronic Arts
## 9413                                                               Amaze Entertainment
## 9414                                                                          Treyarch
## 9415                                                                            Midway
## 9416                                                                Zipper Interactive
## 9417                                                                            Konami
## 9418                                                                              Sega
## 9419                                                                        EA Tiburon
## 9422                                                                      Project Aces
## 9424                                                                            Helixe
## 9425                                                                 Traveller's Tales
## 9426                                                                SCEE London Studio
## 9428                                                                Rockstar Vancouver
## 9429                                                            SCEA San Diego Studios
## 9430                                                                   Rainbow Studios
## 9432                                                              Tantalus Interactive
## 9433                                                                        Sonic Team
## 9434                                                                Mistwalker, Artoon
## 9435                                                                         Clap Hanz
## 9436                                                                         Guerrilla
## 9438                                                                           Ubisoft
## 9439                                                                       Shaba Games
## 9440                                                                              KCET
## 9441                                                                           Team 17
## 9442                                                                    Raven Software
## 9444                                                                             Maxis
## 9445                                                                             Spike
## 9446                                                                  Ubisoft Shanghai
## 9447                                                       Kush Games, Visual Concepts
## 9448                                                                           Team 17
## 9449                                                                          Nintendo
## 9450                                                                     Game Republic
## 9451                                                                Rockstar San Diego
## 9452                                                                         EA Canada
## 9454                                                                 JGI Entertainment
## 9455                                                                         EA Sports
## 9456                                                                 EA Redwood Shores
## 9457                                                                   Rainbow Studios
## 9460                                                                     Ubisoft Paris
## 9462                                                                           Ubisoft
## 9463                                                                            Yuke's
## 9464                                                             Frontier Developments
## 9465                                                                            Capcom
## 9466                                                                 Traveller's Tales
## 9467                                                                     Clover Studio
## 9468                                                           Neversoft Entertainment
## 9469                                                                        EA Tiburon
## 9471                                                                       Omega Force
## 9472                                                             Appaloosa Interactive
## 9473                                                       Kush Games, Visual Concepts
## 9474                                                                        Cavia Inc.
## 9475                                                                         EA Canada
## 9476                                                                        EA Tiburon
## 9478                                                                   Page 44 Studios
## 9480                                                                         EA Sports
## 9485                                                                 Dimps Corporation
## 9486                                                                   Edge of Reality
## 9487                                                                         Neverland
## 9488                                                                Monster Games Inc.
## 9490                                                                           Q-Games
## 9492                                                                          ChunSoft
## 9493                                                                               MTO
## 9494                                                                        EA Tiburon
## 9495                                                                  Crystal Dynamics
## 9496                                                                        EA Chicago
## 9498                                                                             Maxis
## 9499                                                                         EA Sports
## 9500                                                                             Namco
## 9501                                                                         EA Sports
## 9502                                                                        Sonic Team
## 9503                                                                            Yuke's
## 9505                                                                         AWE Games
## 9506                                                                    Io Interactive
## 9507                                                                   Criterion Games
## 9508                                                                         EA Canada
## 9509                                                                       Blitz Games
## 9510                                                           Neversoft Entertainment
## 9512                                                             Radical Entertainment
## 9513                                                                        WayForward
## 9515                                                                 EA Redwood Shores
## 9516                                                                         EA Canada
## 9517                                                                 Nex Entertainment
## 9519                                                                           Tri-Ace
## 9520                                                                            Midway
## 9521                                                                         EA Canada
## 9523                                                               Amaze Entertainment
## 9524                                                                         EA Sports
## 9525                                                                  Ubisoft Shanghai
## 9526                                                                       Buzz Monkey
## 9527                                                                          Treasure
## 9528                                                                        EA Tiburon
## 9530                                                                         Atlus Co.
## 9531                                                                        Kush Games
## 9533                                                                 Traveller's Tales
## 9535                                                                       Square Enix
## 9536                                                                       Alfa System
## 9537                                                            Microsoft Game Studios
## 9538                                                                            Aspect
## 9539                                                                       Juice Games
## 9540                                          Ritual Entertainment, Avalanche Software
## 9542                                                                   Criterion Games
## 9544                                                                           Ubisoft
## 9545                                                                      Z-Axis, Ltd.
## 9547                                                                 Digital Illusions
## 9548                                                                 Vicarious Visions
## 9549                                                          Pipeworks Software, Inc.
## 9551                                                                            Konami
## 9552                                                    Eurocom Entertainment Software
## 9553                                                                    Io Interactive
## 9554                                                                    Raven Software
## 9555                                                                  SCE Japan Studio
## 9556                                                                  Crafts & Meister
## 9557                                                                        Kush Games
## 9558                                                                   Visual Concepts
## 9560                                                          Pipeworks Software, Inc.
## 9561                                                                  Crystal Dynamics
## 9562                                                               Amaze Entertainment
## 9563                                                                         EA Canada
## 9564                                                                     Monolith Soft
## 9565                                                                 Vicarious Visions
## 9566                                                                         EA Sports
## 9567                                                                              iNiS
## 9568                                                                              TOSE
## 9569                                                                            Konami
## 9571                                                                         EA Canada
## 9572                                                            SCEA San Diego Studios
## 9573                                                                   Edge of Reality
## 9574                                                                       Omega Force
## 9575                                                                             Atlus
## 9576                                                                            K2 LLC
## 9577                                                                         EA Canada
## 9578                                                                     Day 1 Studios
## 9579                                                                  Ubisoft Shanghai
## 9580                                                                           Level 5
## 9581                                                                              TOSE
## 9582                                                         Sony Online Entertainment
## 9583                                                                            Capcom
## 9584                                                                        EA Chicago
## 9585                                                              Nippon Ichi Software
## 9586                                                                       Blitz Games
## 9588                                                      Artificial Mind and Movement
## 9589                                                                        Kush Games
## 9590                                                                            Konami
## 9591                                                                     Polygon Magic
## 9592                                                                       Venom Games
## 9593                                                                      Eden Studios
## 9600                                                              SCE Studio Cambridge
## 9602                                                                             Maxis
## 9603                                                                   Digital Eclipse
## 9604                                                                   Related Designs
## 9607                                                                         Sony Bend
## 9610                                                                             Spike
## 9612                                                                              TOSE
## 9613                                                                     From Software
## 9614                                                                  Griptonite Games
## 9616                                                           Reflections Interactive
## 9617                                                                      Inti Creates
## 9618                                                                      Media Vision
## 9621                                                                         AWE Games
## 9623                                                                 Vicarious Visions
## 9626                                                                         EA Sports
## 9629                                                                             Maxis
## 9630                                                                              SCEA
## 9632                                                                        EA Tiburon
## 9633                                                                        Blue Shift
## 9635                                                                              TOSE
## 9636                                                                            Bandai
## 9638                                                                            Capcom
## 9639                                                               Amaze Entertainment
## 9640                                                                Bethesda Softworks
## 9641                                                      Artificial Mind and Movement
## 9645                                                                        Team Ninja
## 9646                                                                   Rainbow Studios
## 9647                                                                             Relic
## 9649                                                                         7 Studios
## 9650                                                                               Bec
## 9652                                                                  Ubisoft Montreal
## 9655                                                                     h.a.n.d. Inc.
## 9656                                                                            K2 LLC
## 9657                                                                         EA Canada
## 9659                                                                              TOSE
## 9662                                                                Kojima Productions
## 9663                                                                       Square Enix
## 9664                                                              Nippon Ichi Software
## 9667                                                                 Snowblind Studios
## 9668                                                                Tecmo, Ntreev Soft
## 9669                                                                 Vicarious Visions
## 9670                                                            Backbone Entertainment
## 9671                                                                       Career Soft
## 9674                                                                Pseudo Interactive
## 9676                                                                 Taito Corporation
## 9677                                                                         2K Sports
## 9679                                                          Pipeworks Software, Inc.
## 9681                                                              Exient Entertainment
## 9685                                                                               Bec
## 9686                                                                Rockstar San Diego
## 9687                                                             Frontier Developments
## 9688                                                                  Terminal Reality
## 9689                                                              Exient Entertainment
## 9691                                                                              SCEA
## 9693                                                         Sony Online Entertainment
## 9695                                                                     From Software
## 9696                                                                      SNK Playmore
## 9697                                                                           Ubisoft
## 9698                                                             High Voltage Software
## 9700                                                                     From Software
## 9701                                                                       Square Enix
## 9702                                                                       Takara Tomy
## 9704                                                                        Sonic Team
## 9705                                                                     Krome Studios
## 9708                                                                       Omega Force
## 9709                                                                 EA Redwood Shores
## 9714                                                                Pseudo Interactive
## 9716                                                                              KCET
## 9720                                                                      Z-Axis, Ltd.
## 9721                                                                   Pam Development
## 9725                                                                         EA Sports
## 9727                                          Ritual Entertainment, Avalanche Software
## 9731                                                                  Arc System Works
## 9735                                                              SuperVillain Studios
## 9737                                                             Omiya Soft, Jamsworks
## 9740                                                               Amaze Entertainment
## 9742                                                             Radical Entertainment
## 9743                                                                            Midway
## 9744                                                                           Bugbear
## 9745                                                                     CyberConnect2
## 9746                                  Sony Online Entertainment, Mind Control Software
## 9747                                                                        Noise Inc.
## 9748                                                                        ArtePiazza
## 9750                                                                            Hudson
## 9752                                                       Game Arts, Seta Corporation
## 9754                                                                          TT Games
## 9755                                                             Appaloosa Interactive
## 9756                                                                            Hypnos
## 9760                                                                        EA Tiburon
## 9762                                                                            Capcom
## 9765                                                                    Io Interactive
## 9766                                                                             Epics
## 9767                                                                Double Helix Games
## 9769                                                                  Terminal Reality
## 9771                                                                          FUN Labs
## 9772                                                                 Avalanche Studios
## 9774                                                                Stormfront Studios
## 9781                                                      Artificial Mind and Movement
## 9782                                                      Climax Group, Climax Studios
## 9783                                                                          Mitchell
## 9786                                                                         EA Canada
## 9788                                                                            Hudson
## 9791                                                                  Crystal Dynamics
## 9792                                                                            Konami
## 9794                                                                        Sonic Team
## 9795                                                                          FUN Labs
## 9796                                                                         EA Canada
## 9797                                                                       Torus Games
## 9799                                                                  Ubisoft Shanghai
## 9800                                                                  Ubisoft Montreal
## 9801                                                                           Tamsoft
## 9803                                                                       Omega Force
## 9806                                                                            Capcom
## 9808                                                                        Kush Games
## 9813                                                                              SCEA
## 9816                                                                  Monkey Bar Games
## 9818                                                                         2K Sports
## 9819                                                                        EA Tiburon
## 9820                                                                 Taito Corporation
## 9821                                                                        Sonic Team
## 9823                                                                   Q Entertainment
## 9824                                                                        EA Tiburon
## 9826                                                                         EA Canada
## 9828                                                                           Ubisoft
## 9832                                                                          Vivarium
## 9833                                                                 Traveller's Tales
## 9835                                                                              TOSE
## 9837                                                                         Eutechnyx
## 9841                                                                         EA Canada
## 9844                                                               Amaze Entertainment
## 9847                                                                   Page 44 Studios
## 9849                                                                              KCET
## 9852                                                 Monolith Soft, Namco Bandai Games
## 9854                                                                      Z-Axis, Ltd.
## 9855                                                      Artificial Mind and Movement
## 9858                                                                 FrontLine Studios
## 9859                                                                        Cavia Inc.
## 9860                                                            Backbone Entertainment
## 9862                                                           Grasshopper Manufacture
## 9866                                                                               Bec
## 9868                                                                              Gust
## 9869                                                                              KCET
## 9870                                                                            Capcom
## 9871                                                                      SNK Playmore
## 9872                                                                 Creative Assembly
## 9873                                                              Exient Entertainment
## 9874                                                         Blue Tongue Entertainment
## 9877                                                                          BeeWorks
## 9880                                                                             Sting
## 9881                                                                         Aki Corp.
## 9886                                                                     Sensory Sweep
## 9888                                                                     Clover Studio
## 9889                                                                              Koei
## 9891                                                                              Xpec
## 9892                                                      Artificial Mind and Movement
## 9894                                                               Amaze Entertainment
## 9896                                                      Artificial Mind and Movement
## 9902                                                                        Petroglyph
## 9903                                                                       Codemasters
## 9904                                                                         EA Canada
## 9905                                                            Smart Bomb Interactive
## 9906                                                                   Ubisoft Romania
## 9907                                                                        Kush Games
## 9909                                                                        DC Studios
## 9910                                                                      SNK Playmore
## 9911                                                                     Vivendi Games
## 9912                                                                           Sandlot
## 9913                                                                  Crystal Dynamics
## 9914                                                                         Rebellion
## 9915                                                                  Ubisoft Montreal
## 9916                                                                          TT Games
## 9917                                                                           Team 17
## 9918                                                                              TOSE
## 9919                                                                       Omega Force
## 9924                                                                  Ubisoft Montreal
## 9927                                                                        EA Tiburon
## 9931                                                                             Genki
## 9932                                                                            5000ft
## 9936                                                            Left Field Productions
## 9938                                                                           Ubisoft
## 9940                                                                            Konami
## 9942                                                                 Traveller's Tales
## 9943                                                                        Human Soft
## 9944                                                                  Sabertooth Games
## 9947                                                                Interactive Brains
## 9948                                                                     Clover Studio
## 9951                                                           Reflections Interactive
## 9953                                                                        WayForward
## 9958                                                                  Pandemic Studios
## 9960                                                                         Rebellion
## 9962                                                                             Spike
## 9963                                                                                M2
## 9964                                                               Amaze Entertainment
## 9970                                                                      Pyro Studios
## 9972                                                              Quicksilver Software
## 9977                                                                         Eutechnyx
## 9978                                                            Ignition Entertainment
## 9980                                                                Rocksteady Studios
## 9981                                                                  Ubisoft Shanghai
## 9983                                                Rebellion, Neversoft Entertainment
## 9985                                                                  Ubisoft Montreal
## 9988                                                                         Hit Maker
## 9989                                                               Orbital Media, Inc.
## 9990                                                                         EA Sports
## 9991                                                           Iron Lore Entertainment
## 9993                                                                     Piranha Bytes
## 9994                                                                            Capcom
## 9996                                                                Double Helix Games
## 10002                                                           Backbone Entertainment
## 10003                                                          Grasshopper Manufacture
## 10010                                                                    From Software
## 10015                                                                     Sumo Digital
## 10016                                                                 Arc System Works
## 10021                                                                   Now Production
## 10027                                                                      Omega Force
## 10029                                                                        EA Canada
## 10030                                                                            EA LA
## 10031                                                                        Black Box
## 10033                                                                   FreeStyleGames
## 10035                                                           Smart Bomb Interactive
## 10038                                                         Konami Software Shanghai
## 10044                                                                            Relic
## 10045                                                                     CAProduction
## 10047                                                                 SkyRiver Studios
## 10051                                                                     SNK Playmore
## 10055                                                                          Bugbear
## 10056                                                                        Rebellion
## 10059                                                             Exient Entertainment
## 10062                                                                            G.Rev
## 10063                                                                 1C: Maddox Games
## 10066                                                             Fusionsphere Systems
## 10067                                                                       EA Tiburon
## 10071                                                                            Maxis
## 10074                                                        Blue Tongue Entertainment
## 10075                                                                Nival Interactive
## 10076                                                               Kojima Productions
## 10080                                                               Double Helix Games
## 10081                                                                           Hudson
## 10082                                                                           Funcom
## 10088                                                                        EA Canada
## 10091                                                               Nightlight Studios
## 10094                                                                      Tilted Mill
## 10095                                                                     Idea Factory
## 10096                                                            Radical Entertainment
## 10097                                                                     SNK Playmore
## 10098                                                                     Sumo Digital
## 10104                                                                      Gaia (Sony)
## 10107                                                                   People Can Fly
## 10109                                                                             Xpec
## 10110                                                                      Codemasters
## 10114                                                       Ascaron Entertainment GmbH
## 10115                                                                   Io Interactive
## 10118                                                                         FUN Labs
## 10120                                                                   Big Huge Games
## 10123                                                                        EA Canada
## 10124                                                                         Global A
## 10125                                                               Namco Bandai Games
## 10126                                                                          Sonnori
## 10132                                                           Broadsword Interactive
## 10133                                                                      Microvision
## 10139                                                                           BudCat
## 10149                                                                     Sumo Digital
## 10152                                                     Taito Corporation, 505 Games
## 10154                                                           Backbone Entertainment
## 10156                                                             Quicksilver Software
## 10157                                                      Kush Games, Visual Concepts
## 10159                                                                 Black Hole Games
## 10160                                                                      Micro Cabin
## 10165                                                                        EA Sports
## 10166                                                                         ArenaNet
## 10168                                                                         TT Games
## 10169                                                             Exient Entertainment
## 10170                                                                       WayForward
## 10172                                                                          EA DICE
## 10181                                                                 Terminal Reality
## 10182                                                           Obsidian Entertainment
## 10183                                                                       Petroglyph
## 10184                                Atomic Planet Entertainment, Mud Duck Productions
## 10185                                                                   MileStone Inc.
## 10188                                                                          SEK Ost
## 10190                                                                        Neverland
## 10193                                                             Big Blue Bubble Inc.
## 10199                                                             Punchline, Shirogumi
## 10201                                                           Smart Bomb Interactive
## 10205                                                       Namco Bandai Games America
## 10208                                                                  Beluga Computer
## 10213                                                                            EA LA
## 10222                                                           Playstos Entertainment
## 10225                                                                  Ubisoft Romania
## 10229                                                                      Codemasters
## 10241                                                               Rocksteady Studios
## 10243                                                                         Deep Red
## 10253                                                                             SCEA
## 10254                                                                        Rebellion
## 10255                                                                  Nixxes Software
## 10258                                                                 WideScreen Games
## 10259                                                          Neverland, Idea Factory
## 10262                                                                     Secret Level
## 10265                                                                Avalanche Studios
## 10266                                                                          Team 17
## 10272                                                                  FireFly Studios
## 10274                                                                Traveller's Tales
## 10277                                                                 Mad Doc Software
## 10282                                                                           Konami
## 10283                                                                        Eutechnyx
## 10285                                                                Avalanche Studios
## 10293                                                                         ArenaNet
## 10300                                                                         Techland
## 10301                                                                 Ubisoft Bulgaria
## 10309                                                                   Raven Software
## 10317                                                                 Activision Value
## 10321                                                                 Hoplite Research
## 10325                                                              Supersonic Software
## 10335                                                                         Nintendo
## 10336                                                                         Nintendo
## 10337                                                                         Nintendo
## 10338                                                                         Nintendo
## 10339                                                                   Rockstar Leeds
## 10340                                                                         Nintendo
## 10341                                                                        EA Sports
## 10342                                                                 SCE Santa Monica
## 10343                                                                        EA Canada
## 10344                                                                      Square Enix
## 10345                                                                        EA Canada
## 10348                                                                            Namco
## 10349                                                                   Rockstar Leeds
## 10350                                                                           Capcom
## 10351                                                                 Pandemic Studios
## 10353                                                               Double Helix Games
## 10354                                                    Dimps Corporation, Sonic Team
## 10356                                                                         Treyarch
## 10357                                                           Harmonix Music Systems
## 10358                                                                           Capcom
## 10359                                                                        EA Canada
## 10361                                                              Ubisoft Montpellier
## 10362                                                                    Infinity Ward
## 10363                                                                         ChunSoft
## 10364                                                                   Rockstar North
## 10366                                                                        EA Sports
## 10367                                                                        EA Sports
## 10369                                                                    Genuine Games
## 10370                                                               Zipper Interactive
## 10371                                                                           Capcom
## 10372                                                                 Pandemic Studios
## 10373                                                                            Spike
## 10376                                                                 Next Level Games
## 10379                                                                           Hudson
## 10380                                                                        EA Sports
## 10381                                                                       Kush Games
## 10382                                                                            Namco
## 10386                                                                      Omega Force
## 10387                                                                            Maxis
## 10388                                                                Vicarious Visions
## 10389                                                                           Capcom
## 10390                                                                      Team Fusion
## 10391                                                                     Toys for Bob
## 10392                                                                             SCEA
## 10395                                                                            Maxis
## 10396                                                                       NanaOn-Sha
## 10397                                                                        EA Canada
## 10398                                                             Genius Sonority Inc.
## 10399                                                                  Insomniac Games
## 10400                                                               Double Helix Games
## 10401                                                             Savage Entertainment
## 10403                                                          Neversoft Entertainment
## 10405                                                                 SCE Japan Studio
## 10406                                             Konami Computer Entertainment Hawaii
## 10410                                                               Zipper Interactive
## 10411                                                                         Treyarch
## 10412                                                                 Ubisoft Montreal
## 10413                                                        Sony Online Entertainment
## 10414                                                                             TOSE
## 10415                                                                            Namco
## 10416                                                                            Namco
## 10417                                                                             SCEE
## 10418                                                                        EA Canada
## 10419                                                           Microsoft Game Studios
## 10420                                                                        EA Canada
## 10421                                                                  Rainbow Studios
## 10422                                                                 Studio Liverpool
## 10423                                                                             TOSE
## 10424                                                                       Sonic Team
## 10425                                                                           Hudson
## 10426                                                                           Altron
## 10427                                                                        EA Sports
## 10428                                                                   Rockstar North
## 10429                                                                 Ubisoft Montreal
## 10432                                                                 Griptonite Games
## 10434                                                                           Capcom
## 10435                                                                  Criterion Games
## 10437                                                                           Midway
## 10438                                                                        EA Sports
## 10439                                                                  Visual Concepts
## 10440                                                                        EA Sports
## 10441                                                                          Level 5
## 10442                                                                  Criterion Games
## 10443                                                                     Sucker Punch
## 10444                                                                      Shaba Games
## 10445                                                                             SCEE
## 10446                                                                            Maxis
## 10447                                                                 Amusement Vision
## 10448                                                                        Rare Ltd.
## 10449                                                            EA Canada, Nihilistic
## 10450                                                                        Rare Ltd.
## 10451                                                                   Incognito Inc.
## 10456                                                                       EA Tiburon
## 10457                                                                           Konami
## 10458                                                               Rockstar San Diego
## 10459                                                                          Ubisoft
## 10460                                                                         Treyarch
## 10462                                                                         HAL Labs
## 10464                                                      id Software, Nerve Software
## 10465                                                                Vicarious Visions
## 10466                                                                          BioWare
## 10467                                                                       SCEA, Sims
## 10469                                                                  Bungie Software
## 10470                                                     Midway Studios - Los Angeles
## 10471                                                                 Ubisoft Montreal
## 10473                                                                        EA Canada
## 10474                                                                        LucasArts
## 10477                                                                 Gearbox Software
## 10478                                                                          Tri-Ace
## 10479                                                               Avalanche Software
## 10481                                                                Snowblind Studios
## 10482                                                                  Electronic Arts
## 10483                                                                        EA Canada
## 10485                                                                   Raven Software
## 10486                                                                        EA Sports
## 10487                                                          Neversoft Entertainment
## 10489                                                                   Valve Software
## 10490                                                                             TOSE
## 10491                                                                    Magic Pockets
## 10492                                                                       Sonic Team
## 10493                                                                        EA Sports
## 10497                                                                      Square Enix
## 10498                                                                          Ubisoft
## 10499                                                                        EA Canada
## 10500                                                                 Ubisoft Montreal
## 10501                                                                     Climax Group
## 10502                                                                            Namco
## 10503                                                                        EA Sports
## 10504                                                                      Omega Force
## 10505                                                                Digital Illusions
## 10506                                                                        EA Canada
## 10507                                                   Eurocom Entertainment Software
## 10508                                                                       Kush Games
## 10509                                                                  Awesome Studios
## 10510                                                                           Aspect
## 10512                                                                      Naughty Dog
## 10513                                                            Radical Entertainment
## 10514                                                              Intelligent Systems
## 10515                                                            Radical Entertainment
## 10516                                                                        EA Canada
## 10517                                                              Ubisoft Montpellier
## 10518                                                                  Criterion Games
## 10519                                                                            EA LA
## 10520                                                               SCEA Sports Studio
## 10521                                                                      Juice Games
## 10522                                                                 Rockstar Toronto
## 10523                                                        Camelot Software Planning
## 10524                                                                            Namco
## 10525                                                          Neversoft Entertainment
## 10527                                                                    Volition Inc.
## 10528                                                                        EA Canada
## 10530                                                                  Digital Eclipse
## 10531                                                                      Shaba Games
## 10532                                                                        7 Studios
## 10533                                                              Shiny Entertainment
## 10534                                                                 Arc System Works
## 10535                                                                        Game Arts
## 10536                                                                            Namco
## 10538                                                                        EA Sports
## 10539                                                                           Midway
## 10541                                                                       Activision
## 10543                                                                       Team Ninja
## 10544                                                                           Hudson
## 10546                                                     Artificial Mind and Movement
## 10547                                                                 Gearbox Software
## 10548                                                               Avalanche Software
## 10549                                                                 Gearbox Software
## 10550                                                                        Rebellion
## 10553                                                          Midway Studios - Austin
## 10555                                                                   Studio Gigante
## 10557                                                                             KCET
## 10559                                                                   Raven Software
## 10560                                                                Digital Illusions
## 10561                                                                    Genuine Games
## 10562                                                                Square Enix, TOSE
## 10565                                                                    CyberConnect2
## 10568                                                                Traveller's Tales
## 10569                                                                           Konami
## 10570                                                                             Sega
## 10571                                                                        2K Sports
## 10572                                                          Neversoft Entertainment
## 10574                                                                        EA Canada
## 10575                                                                  Electronic Arts
## 10577                                                                           Konami
## 10578                                                             Monolith Productions
## 10579                                        Red Storm Entertainment, Ubisoft Montreal
## 10581                                                     Artificial Mind and Movement
## 10582                                                                EA Redwood Shores
## 10583                                                                           Midway
## 10585                                                               Kuju Entertainment
## 10586                                                                       989 Sports
## 10587                                                                  Rainbow Studios
## 10588                                                                           Yuke's
## 10589                                                               Jester Interactive
## 10590                                                                         Treyarch
## 10593                                                                            Maxis
## 10594                                                              Intelligent Systems
## 10595                                                          Red Storm Entertainment
## 10598                                                            EA Canada, Nihilistic
## 10599                                                                      Blitz Games
## 10600                                                                 Ensemble Studios
## 10601                                                                           Konami
## 10602                                                                         Treyarch
## 10603                                                                   Raven Software
## 10604                                                                       EA Tiburon
## 10605                                                   Eurocom Entertainment Software
## 10606                                                                    Point of View
## 10607                                                               Heavy Iron Studios
## 10608                                                                  Visual Concepts
## 10612                                                                              ITL
## 10614                                        Red Storm Entertainment, Ubisoft Montreal
## 10615                                    High Voltage Software, Backbone Entertainment
## 10617                                                                           Yuke's
## 10618                                                                         Tantatus
## 10619                                                          Buena Vista Interactive
## 10620                                                                        Rare Ltd.
## 10621                                                                     Climax Group
## 10623                                                                            Maxis
## 10625                                                                         Treyarch
## 10626                                                                     SNK Playmore
## 10628                                                                        EA Sports
## 10631                                                                        EA Canada
## 10632                                                                High Moon Studios
## 10633                                                          Neversoft Entertainment
## 10636                                                                        EA Canada
## 10637                                                                        EA Canada
## 10638                                                              Shiny Entertainment
## 10639                                                     Midway Studios - Los Angeles
## 10640                                                                 Gearbox Software
## 10642                                                                           Capcom
## 10644                                                                        EA Sports
## 10645                                                                          Ubisoft
## 10646                                                                Vicarious Visions
## 10650                                    High Voltage Software, Backbone Entertainment
## 10651                                                                       Idol Minds
## 10653                                                                 Pandemic Studios
## 10654                                                                        EA Canada
## 10655                                                                        EA Canada
## 10656                                                                        Black Box
## 10657                                                          Midway Studios - Austin
## 10658                                                                        Eutechnyx
## 10659                                                                         IR Gurus
## 10660                                                                             Cing
## 10661                                                                Vicarious Visions
## 10663                                                                RED Entertainment
## 10665                                                             Webfoot Technologies
## 10666                                                                 Rockstar Toronto
## 10668                                                            EA Canada, Nihilistic
## 10670                                                                            Exakt
## 10671                                                                            Namco
## 10673                                                                        EA Sports
## 10674                                                                           Capcom
## 10675                                                                        7 Studios
## 10677                                                                         Eighting
## 10678                                                                        EA Canada
## 10682                                                             Oddworld Inhabitants
## 10684                                                              Ubisoft Montpellier
## 10685                                                                       DC Studios
## 10686                                                               Fuse Games Limited
## 10689                                                                            EA LA
## 10690                                                                        EA Canada
## 10692                                                                            Maxis
## 10693                                                                           Capcom
## 10694                                                                     Secret Level
## 10695                                                     Artificial Mind and Movement
## 10696                                                                   Raven Software
## 10700                                                                       989 Sports
## 10701                                                              Free Radical Design
## 10702                                                                        Marvelous
## 10703                                                                 Paon Corporation
## 10704                                                                             Sega
## 10705                                                              Ubisoft Montpellier
## 10706                                                               Avalanche Software
## 10707                                                            Radical Entertainment
## 10710                                                                        7 Studios
## 10711                                                                Vicarious Visions
## 10712                                                                  Digital Eclipse
## 10713                                                                  Electronic Arts
## 10714                                                                    Magic Pockets
## 10716                                                                  Q Entertainment
## 10717                                                            Radical Entertainment
## 10720                                                                  Visual Concepts
## 10722                                                                    Game Republic
## 10724                                                                 Farsight Studios
## 10725                                                                      EA Montreal
## 10726                                                                Creative Assembly
## 10728                                                                        EA Canada
## 10731                                                                  Electronic Arts
## 10732                                                               SCEA Sports Studio
## 10734                                                                      Shaba Games
## 10736                                                                       989 Sports
## 10737                                                                        2K Sports
## 10738                                                                         Coresoft
## 10739                                                                        EA Canada
## 10740                                                                Vicarious Visions
## 10741                                                                      Blitz Games
## 10742                                                                High Moon Studios
## 10745                                                                       Activision
## 10746                                                   Eurocom Entertainment Software
## 10747                                                                 Crystal Dynamics
## 10748                                                               Cranky Pants Games
## 10749                                                                        EA Canada
## 10750                                                               Avalanche Software
## 10752                                                                           Konami
## 10753                                                                        EA Canada
## 10757                                                             SCEA, Think and Feel
## 10758                                                                 WideScreen Games
## 10759                                                                Traveller's Tales
## 10761                                                                  Electronic Arts
## 10762                                                                            Namco
## 10763                                                                      KCE Studios
## 10764                                                                Cyberlore Studios
## 10765                                                                      Team Fusion
## 10766                                                   Eurocom Entertainment Software
## 10767                                                                        Eutechnyx
## 10769                                                                        Rebellion
## 10770                                                                  Electronic Arts
## 10772                                                             Phoenix Games Studio
## 10773                                                                    Pivotal Games
## 10774                                                           Backbone Entertainment
## 10775                                                       BottleRocket Entertainment
## 10777                                                                    Krome Studios
## 10778                                                                      Omega Force
## 10779                                                                        Destineer
## 10780                                                                    Point of View
## 10782                                                                           Midway
## 10785                                                              Amaze Entertainment
## 10786                                                                             Sega
## 10787                                                          Neversoft Entertainment
## 10792                                    High Voltage Software, Backbone Entertainment
## 10793                                                                    From Software
## 10794                                                                    Visual Impact
## 10795                                                                      Juice Games
## 10798                                                                 Surreal Software
## 10799                                                               SCEE London Studio
## 10801                                                                            Exakt
## 10802                                                                        EA Sports
## 10806                                                                Vicarious Visions
## 10807                                                                 Pandemic Studios
## 10808                                                                       Cavia Inc.
## 10809                                                                        EA Canada
## 10812                                                                    Firaxis Games
## 10813                                                                   Bigbig Studios
## 10815                                                            Radical Entertainment
## 10816                                                                         T&E Soft
## 10817                                                              Free Radical Design
## 10821                                                               Heavy Iron Studios
## 10824                                                              Amaze Entertainment
## 10826                                                                        2K Sports
## 10828                                                                Vicarious Visions
## 10829                                                               Avalanche Software
## 10830                                                                           Bandai
## 10831                                                                       Phantagram
## 10833                                                              Planet Moon Studios
## 10835                                                                           Konami
## 10837                                                             Climax Entertainment
## 10838                                                                           Racjin
## 10839                                                          Grasshopper Manufacture
## 10840                                                                    Quantic Dream
## 10841                                                                        EA Canada
## 10842                                                                      Square Enix
## 10845                                                                          Ubisoft
## 10846                                                                          n-Space
## 10848                                                                     Interchannel
## 10850                                                            Radical Entertainment
## 10851                                                                          Ubisoft
## 10853                                                   Eurocom Entertainment Software
## 10855                                                                             Sega
## 10858                                                                         Nautilus
## 10859                                                                           Midway
## 10860                                                                     Media Vision
## 10862                                                                        EA Canada
## 10863                                                                  Page 44 Studios
## 10866                                                                             TOSE
## 10872                                                                            Crave
## 10877                                                                           Taniko
## 10878                                                                        EA Canada
## 10879                                                                           Falcom
## 10880                                                               Ubisoft Casablanca
## 10883                                                                        Rebellion
## 10884                                                     Artificial Mind and Movement
## 10885                                                      Atomic Planet Entertainment
## 10886                                                                       Cavia Inc.
## 10888                                                        IR Gurus Interactive Ltd.
## 10889                                                                 SCE Japan Studio
## 10893                                                                Creative Assembly
## 10894                                                                     GlyphX Games
## 10896                                                            Radical Entertainment
## 10897                                                             Nippon Ichi Software
## 10898                                                             Exient Entertainment
## 10901                                                            High Voltage Software
## 10902                                                 Game Arts, Japan Art Media (JAM)
## 10908                                                          Double Fine Productions
## 10909                                                                 WideScreen Games
## 10910                                                                           Konami
## 10911                                                                 Ubisoft Montreal
## 10914                                                                        EA Canada
## 10916                                                                        Neverland
## 10919                                                                Swordfish Studios
## 10920                                                              Wideload Games Inc.
## 10921                                                                    Vicious Cycle
## 10922                                                                        Darkworks
## 10926                                                              EA Tiburon, n-Space
## 10927                                                                        EA Sports
## 10928                                                                           Midway
## 10929                                                                 Crystal Dynamics
## 10932                                             Konami Computer Entertainment Hawaii
## 10933                                                                     Bits Studios
## 10934                                    High Voltage Software, Backbone Entertainment
## 10935                                                           Aqua Pacific, In2Games
## 10938                                             Konami Computer Entertainment Hawaii
## 10939                                                                        Neverland
## 10940                                                                  Happy Happening
## 10942                                                                             Inti
## 10944                                                                        EA Sports
## 10946                                                                            Namco
## 10949                                                                  Pam Development
## 10950                                                                 Digital Extremes
## 10952                                                                        Rare Ltd.
## 10953                                                                            Tecmo
## 10954                                                                      Hudson Soft
## 10955                                                                 Ubisoft Montreal
## 10956                                                                  Page 44 Studios
## 10957                                                                            Namco
## 10958                                                                        EA Canada
## 10959                                                                    Pivotal Games
## 10960                                                                            Tecmo
## 10961                                                            High Voltage Software
## 10963                                                                    Quantic Dream
## 10964                                                                        2K Sports
## 10965                                                                        2K Sports
## 10966                                                   Eurocom Entertainment Software
## 10969                                                                Cyberlore Studios
## 10971                                                                      Blitz Games
## 10973                                                                      Microvision
## 10977                                                                           BudCat
## 10981                                                                       Team Ninja
## 10983                                                                      Shaba Games
## 10984                                                                   Deadline Games
## 10985                                                                             Koei
## 10986                                                                Sidhe Interactive
## 10987                                                                          Natsume
## 10988                                                            HB Studios Multimedia
## 10993                                                                        Rebellion
## 10994                                                                 Surreal Software
## 10997                                                                           Bandai
## 10998                                                                    Krome Studios
## 11000                                                                            S-Neo
## 11001                                                                           Capcom
## 11004                                                          Grasshopper Manufacture
## 11008                                                         EA Canada, Sensory Sweep
## 11009                                                                Taito Corporation
## 11010                                                                 Core Design Ltd.
## 11011                                                                             Xpec
## 11014                                                                        Atlus Co.
## 11017                                                                        EA Canada
## 11018                                                                            Tecmo
## 11019                                                                Digital Illusions
## 11020                                                              Free Radical Design
## 11027                                                                          Ubisoft
## 11029                                                                            Namco
## 11032                                                                 Magenta Software
## 11036                                                                      Roxor Games
## 11038                                                                Blade Interactive
## 11039                                                                      Blitz Games
## 11041                                                                         Microids
## 11042                                                                        Eutechnyx
## 11046                                             Konami Computer Entertainment Hawaii
## 11047                                                              Direct Action Games
## 11049                                                                 Ubisoft Shanghai
## 11051                                                                           Capcom
## 11053                                                                         Gameloft
## 11055                                                                        G-Artists
## 11057                                                                           Goshow
## 11059                                                           Box Clever Interactive
## 11060                                                                Creative Assembly
## 11061                                                                 Lionhead Studios
## 11067                                                                     SNK Playmore
## 11070                                                                         Treasure
## 11071                                                                    Ubisoft Paris
## 11073                                                                        2K Sports
## 11074                                                                             KCET
## 11077                                                                            Tecmo
## 11078                                                                   Brainbox Games
## 11081                                                                             Gust
## 11087                                                                        Darkworks
## 11088                                                            Headfirst Productions
## 11090                                                                    Infinity Ward
## 11091                                                                          Croteam
## 11096                                                                 Paon Corporation
## 11098                                                                        G-Artists
## 11099                                                                           Konami
## 11102                                                                     Bits Studios
## 11103                                                                          Shin'en
## 11105                                                                    Clover Studio
## 11106                                                                            Maxis
## 11107                                                                     Idea Factory
## 11108                                                            Andamiro U.S.A. Corp.
## 11114                                                                       Codo Games
## 11115                                                                      Omega Force
## 11117                                                                     Neon Studios
## 11119                                                                       WayForward
## 11122                                                                        LucasArts
## 11126                                                                           Bandai
## 11127                                                               Hothouse Creations
## 11128                                                            HB Studios Multimedia
## 11133                                                                   Artech Studios
## 11134                                        Red Storm Entertainment, Ubisoft Montreal
## 11136                                                                            Crave
## 11137                                                                Taito Corporation
## 11141                                                              Bohemia Interactive
## 11145                                                                             Opus
## 11147                                                                         Hypnotix
## 11153                                                                 Terminal Reality
## 11154                                                                  PopTop Software
## 11155                                                                          Team 17
## 11156                                                                     Pyro Studios
## 11160                                                                          Blue 52
## 11161                                                                 Lionhead Studios
## 11165                                                                             Irem
## 11167                                                                           CiRCLE
## 11177                                                                     Asobo Studio
## 11178                                                                Traveller's Tales
## 11182                                                                      Indies Zero
## 11186                                                                            Tiwak
## 11190                                                                           Bandai
## 11191                                                                         ArenaNet
## 11192                                                                            Genki
## 11195                                                                 Mad Doc Software
## 11196                                     Big Blue Bubble Inc., Breakthrough New Media
## 11198                                                                    Magic Pockets
## 11200                                                          Neverland, Idea Factory
## 11210                                                                        Crea-Tech
## 11211                                                                 Irrational Games
## 11212                                                                Gas Powered Games
## 11217                                                                 Mindware Studios
## 11218                                                     Artificial Mind and Movement
## 11220                                                                   Deadline Games
## 11222                                                                    Mercury Steam
## 11224                                                                     Lead Pursuit
## 11226                                                                           SimBin
## 11228                                                            High Voltage Software
## 11229                                                          InterServ International
## 11230                                                                    Quantic Dream
## 11231                                                                   Raven Software
## 11233                                                                           Racjin
## 11238                                                          Touchdown Entertainment
## 11239                                                                   Deibus Studios
## 11240                                                            Andamiro U.S.A. Corp.
## 11242                                                                      Strangelite
## 11243                                                                         IR Gurus
## 11246                                                                           Tranji
## 11247                                             Konami Computer Entertainment Hawaii
## 11250                                                                 Babylon Software
## 11255                                             Konami Computer Entertainment Hawaii
## 11256                                                                        Rebellion
## 11257                                                                 Tate Interactive
## 11259                                                          Marvelous Entertainment
## 11260                                                                      Stormregion
## 11264                                                                            Spike
## 11265                                                                 Terminal Reality
## 11266                                                                          Croteam
## 11273                                                                   Rockstar North
## 11274                                                                Polyphony Digital
## 11277                                                                  Bungie Software
## 11278                                                                        EA Canada
## 11279                                                                       Game Freak
## 11280                                                           Blizzard Entertainment
## 11281                                                                          Level 5
## 11282                                                                       EA Tiburon
## 11283                                                                             KCEJ
## 11284                                                                             KCET
## 11285                                                                        EA Canada
## 11286                                                                 Pandemic Studios
## 11287                                                                         Treyarch
## 11288                                                                       Sonic Team
## 11289                                                                  Spark Unlimited
## 11290                                                                  Criterion Games
## 11291                                                                     Big Blue Box
## 11292                                                                  Visual Concepts
## 11293                                                                        EA Canada
## 11295                                                                   Valve Software
## 11296                                                               Heavy Iron Studios
## 11297                                                          Neversoft Entertainment
## 11298                                                                EA Redwood Shores
## 11300                                                                        EA Canada
## 11301                                                              Intelligent Systems
## 11302                                                                             KCET
## 11304                                                                        Clap Hanz
## 11305                                                                Dimps Corporation
## 11306                                                                   Raven Software
## 11307                                                                  Rainbow Studios
## 11308                                                                           Midway
## 11309                                                                   Luxoflux, Inc.
## 11311                                                                      Naughty Dog
## 11312                                                              Jupiter Corporation
## 11313                                                                     Sucker Punch
## 11314                                                               SCEE London Studio
## 11315                                                               Heavy Iron Studios
## 11316                                                                        Aki Corp.
## 11317                                                                            Maxis
## 11318                                                                 Pandemic Studios
## 11320                                                                       EA Tiburon
## 11321                                                                            Namco
## 11322                                                                           Midway
## 11323                                                                      Hudson Soft
## 11326                                                                 Ubisoft Montreal
## 11327                                                                  Visual Concepts
## 11328                                                                       EA Tiburon
## 11329                                                                       EA Tiburon
## 11330                                                                  Visual Concepts
## 11331                                                                        EA Sports
## 11332                                                                 Ubisoft Shanghai
## 11334                                                                           Capcom
## 11335                                                               Rockstar San Diego
## 11336                                                                        EA Sports
## 11337                                                                         Nintendo
## 11338                                                                         Flagship
## 11339                                                                       EA Tiburon
## 11340                                                                       EA Tiburon
## 11341                                                                            Namco
## 11342                                                                Dimps Corporation
## 11343                                                           Obsidian Entertainment
## 11344                                                          Red Storm Entertainment
## 11345                                                                      Omega Force
## 11347                                                                         Nintendo
## 11348                                                                        EA Sports
## 11350                                                                    Retro Studios
## 11351                                                                    Steel Monkeys
## 11352                                                                  Criterion Games
## 11353                                                                  Melbourne House
## 11354                                                                Snowblind Studios
## 11356                                                                 Ubisoft Shanghai
## 11357                                                                       Team Ninja
## 11358                                                          Reflections Interactive
## 11359                                                                        Rare Ltd.
## 11360                                                        Camelot Software Planning
## 11361                                                                  Spark Unlimited
## 11362                                                                     Climax Group
## 11363                                                                         Nintendo
## 11365                                                                         Nintendo
## 11366                                                          Red Storm Entertainment
## 11367                                                                      Blitz Games
## 11369                                                                 Ubisoft Montreal
## 11370                                                                         Treyarch
## 11372                                                           Ubisoft Shanghai/Paris
## 11373                                                                  Digital Eclipse
## 11374                                                                   Luxoflux, Inc.
## 11375                                                                         EA Games
## 11377                                                                        EA Canada
## 11378                                                                  Visual Concepts
## 11379                                                                         Coresoft
## 11380                                                                        Guerrilla
## 11381                                                               Heavy Iron Studios
## 11383                                                                       Sonic Team
## 11384                                                                       989 Sports
## 11385                                                                   Raven Software
## 11386                                                                        EA Canada
## 11387                                                                         Nintendo
## 11388                                                              Intelligent Systems
## 11389                                                                       Kush Games
## 11391                                                                        EA Sports
## 11392                                                                         Treyarch
## 11393                                                               Heavy Iron Studios
## 11394                                                                  Visual Concepts
## 11395                                                                         Nintendo
## 11396                                                     Artificial Mind and Movement
## 11397                                                                         Nintendo
## 11398                                                                 Ubisoft Shanghai
## 11399                                                                   Io Interactive
## 11400                                                                 Ubisoft Montreal
## 11401                                                                         Ambrella
## 11402                                                          Reflections Interactive
## 11403                                                                        Sony Bend
## 11404                                                                           Midway
## 11405                                                                Vicarious Visions
## 11406                                                                  Edge of Reality
## 11407                                                          Neversoft Entertainment
## 11408                                                                         Nintendo
## 11409                                                                 Pandemic Studios
## 11410                                                                            Namco
## 11412                                                      Pacific Coast Power & Light
## 11414                                                               Illusion Softworks
## 11415                                                                         Nintendo
## 11416                                                               Fuse Games Limited
## 11417                                                               Black Isle Studios
## 11418                                                                Vicarious Visions
## 11419                                                                        EA Sports
## 11420                                                                        EA Sports
## 11423                                                                       EA Tiburon
## 11425                                                                           Capcom
## 11426                                                                             KCET
## 11428                                                                           Artoon
## 11429                                                                Vicarious Visions
## 11430                                                   Eurocom Entertainment Software
## 11431                                                                Traveller's Tales
## 11432                                                                            EA LA
## 11433                                                                EA Redwood Shores
## 11436                                                                         Adrenium
## 11438                                                               Avalanche Software
## 11439                                                                 Griptonite Games
## 11440                                                                   Lab Rats Games
## 11441                                                       Acclaim Studios Cheltenham
## 11443                                                            Skyworks Technologies
## 11444                                                             Webfoot Technologies
## 11446                                                                     Climax Group
## 11447                                                                        EA Sports
## 11449                                                                         Gameloft
## 11450                                                      Atomic Planet Entertainment
## 11451                                                                         EA Games
## 11454                                                                Vicarious Visions
## 11455                                                                    CyberConnect2
## 11456                                                                           Capcom
## 11458                                                                         Nintendo
## 11460                                                               Sand Grain Studios
## 11462                                                                   Luxoflux, Inc.
## 11463                                                               Rockstar San Diego
## 11464                                                               Heavy Iron Studios
## 11467                                                                              WXP
## 11471                                                                        EA Canada
## 11472                                                                    Pivotal Games
## 11474                                                                           Midway
## 11475                                                                    Krome Studios
## 11476                                                                   Raven Software
## 11477                                                                 Griptonite Games
## 11478                                                                             Koei
## 11480                                                                 Arc System Works
## 11481                                                                           Midway
## 11482                                                                             KCET
## 11485                                                                       Team Ninja
## 11486                                                                              THQ
## 11487                                                                           Capcom
## 11488                                                          Neversoft Entertainment
## 11489                                                                Vicarious Visions
## 11491                                                                            EA LA
## 11493                                                                       Pocketeers
## 11494                                                                       EA Tiburon
## 11495                                                         Pipeworks Software, Inc.
## 11496                                                                  Silicon Knights
## 11500                                                                        EA Sports
## 11503                                                                      Omega Force
## 11504                                                                        EA Canada
## 11505                                                                           Yuke's
## 11507                                                        Camelot Software Planning
## 11509                                                                      KCE Studios
## 11510                                                                          Saffire
## 11512                                                                  Rainbow Studios
## 11515                                                                         Nintendo
## 11516                                                                       Pocketeers
## 11517                                                                            Kamui
## 11519                                                           Harmonix Music Systems
## 11521                                                                       Kush Games
## 11522                                                                    Creat Studios
## 11524                                                                 Griptonite Games
## 11526                                                                EA Redwood Shores
## 11527                                             Konami Computer Entertainment Hawaii
## 11528                                                      Atomic Planet Entertainment
## 11532                                                                 Surreal Software
## 11534                                                                  Digital Eclipse
## 11535                                                                            Maxis
## 11538                                                                            Exakt
## 11539                                                                           Yuke's
## 11540                                                                            Namco
## 11541                                                             Exient Entertainment
## 11542                                                                  Visual Concepts
## 11543                                                                          Bugbear
## 11545                                                                             SCEE
## 11546                                                                         EA Games
## 11548                                                                       Noise Inc.
## 11549                                                                            EA LA
## 11550                                                                    Day 1 Studios
## 11551                                                                       Activision
## 11555                                                                       EA Tiburon
## 11557                                                                           Capcom
## 11559                                                                   Io Interactive
## 11560                                                                            Maxis
## 11561                                                            High Voltage Software
## 11562                                                                            Shift
## 11563                                                               Avalanche Software
## 11564                                                                           Konami
## 11568                                                           Harmonix Music Systems
## 11569                                                                       Phantagram
## 11570                                                                      Omega Force
## 11572                                                           Backbone Entertainment
## 11573                                                                          Acclaim
## 11576                                                                    Point of View
## 11577                                                                            Maxis
## 11578                                                               Valuewave Co.,Ltd.
## 11579                                                                         EA Games
## 11581                                                                       Sonic Team
## 11582                                                                           Midway
## 11583                                                   Eurocom Entertainment Software
## 11585                                                                    Clover Studio
## 11587                                                              Paradox Development
## 11588                                                                        EA Canada
## 11590                                                                          Pyramid
## 11592                                                   Eurocom Entertainment Software
## 11593                                                                      Venom Games
## 11594                                                                Digital Illusions
## 11595                                                            Frontier Developments
## 11596                                                                           Racjin
## 11597                                                                 Terminal Reality
## 11598                                                            High Voltage Software
## 11600                                                               Razorworks Studios
## 11602                                                                    From Software
## 11605                                                                     SNK Playmore
## 11607                                                           Left Field Productions
## 11608                                                               Black Isle Studios
## 11609                                                             Exient Entertainment
## 11610                                                                        EA Sports
## 11611                                                                         Mitchell
## 11613                                                                             2015
## 11616                                                                      Square Enix
## 11621                                                                        Marvelous
## 11623                                                                  Digital Eclipse
## 11625                                                                         Nautilus
## 11626                                                           Harmonix Music Systems
## 11627                                                               Monster Games Inc.
## 11628                                                               Illusion Softworks
## 11631                                                                      Blue Tongue
## 11633                                                                    Pivotal Games
## 11635                                                                        EA Sports
## 11636                                                           Alphadream Corporation
## 11637                                                                        Aki Corp.
## 11638                                                                             Inti
## 11641                                                                 Griptonite Games
## 11642                                                                 Surreal Software
## 11643                                                                    Clover Studio
## 11644                                                                        Guerrilla
## 11645                                                                          SoftMax
## 11647                                                                           Ratbag
## 11648                                                                     Climax Group
## 11649                                                             InXile Entertainment
## 11650                                                                          EA DICE
## 11651                                                                           K2 LLC
## 11652                                                                             KCET
## 11653                                                                    Clover Studio
## 11655                                                             Tantalus Interactive
## 11658                                                                         Full Fat
## 11659                                                                           Capcom
## 11661                                                                  Edge of Reality
## 11664                                                                    Krome Studios
## 11668                                                                            Namco
## 11669                                                               Stormfront Studios
## 11670                                                                         Mad Catz
## 11671                                                                          Ubisoft
## 11672                                                                   Rockstar North
## 11676                                                                     Climax Group
## 11677                                                                           Konami
## 11678                                                                           K2 LLC
## 11679                                                                         EA Games
## 11682                                                                    Genuine Games
## 11684                                                              Coyote Developments
## 11686                                                                      Blitz Games
## 11687                                                               Valuewave Co.,Ltd.
## 11688                                                                         FUN Labs
## 11689                                                                             KCET
## 11691                                                                             Opus
## 11694                                                                  Page 44 Studios
## 11695                                                                           Midway
## 11696                                                                        Ion Storm
## 11703                                                                   Argonaut Games
## 11705                                                           Paradigm Entertainment
## 11706                                                               SCEE London Studio
## 11707                                                                       Sonic Team
## 11708                                                            High Voltage Software
## 11709                                                                          Bugbear
## 11710                                                                    Buddiez, Inc.
## 11711                                                               SCEE London Studio
## 11715                                                                    Point of View
## 11716                                                                        EA Sports
## 11717                                                                             Gust
## 11719                                                                    Creat Studios
## 11720                                                     Artificial Mind and Movement
## 11721                                                                              3DO
## 11722                                                                           Capcom
## 11723                                                                           Zombie
## 11725                                                                 Terminal Reality
## 11728                                                                            Namco
## 11729                                                                Traveller's Tales
## 11731                                                                           Capcom
## 11732                                                                 Arc System Works
## 11734                                                                    Sensory Sweep
## 11735                                                              Free Radical Design
## 11736                                                             Nippon Ichi Software
## 11737                                                                        EA Canada
## 11738                                                                          Mix Max
## 11739                                                                      Microvision
## 11742                                                   Eurocom Entertainment Software
## 11743                                                                 Seta Corporation
## 11744                                                                            Namco
## 11745                                                         Pipeworks Software, Inc.
## 11747                                                                       DC Studios
## 11748                                                                        EA Canada
## 11751                                                                    Krome Studios
## 11752                                                                Top Heavy Studios
## 11754                                                                          Ubisoft
## 11755                                                                          Natsume
## 11756                                                                        Studio 33
## 11757                                                                        WinkySoft
## 11759                                                                        Atlus Co.
## 11761                                                                           Konami
## 11765                                                                            Namco
## 11766                                                                           Capcom
## 11768                                                                       Activision
## 11769                                                          Black Ops Entertainment
## 11770                                                                            Namco
## 11774                                                                  369 Interactive
## 11775                                                               Sand Grain Studios
## 11776                                                               Human Head Studios
## 11780                                                     Microsoft Game Studios Japan
## 11781                                                                       WayForward
## 11783                                                                      KCE Studios
## 11784                                                                          Team 17
## 11785                                                       Acclaim Studios Cheltenham
## 11787                                                                    Krome Studios
## 11788                                                        Blue Tongue Entertainment
## 11791                                                                    Genuine Games
## 11793                                                                              SNK
## 11795                                                                            Sting
## 11798                                                                Creative Assembly
## 11799                                                                      id Software
## 11800                                                                      Codemasters
## 11801                                                                     Climax Group
## 11802                                                                          Saffire
## 11804                                                             InXile Entertainment
## 11805                                                                     The Behemoth
## 11806                                                                           Konami
## 11808                                                                      Venom Games
## 11810                                                           Starsphere Interactive
## 11813                                                                 Arc System Works
## 11815                                                                     Climax Group
## 11816                                                                Nex Entertainment
## 11817                                                     Artificial Mind and Movement
## 11818                                                                         Treasure
## 11819                                                                 Black Ship Games
## 11820                                                                     The Behemoth
## 11822                                                                   Artech Studios
## 11824                                                                             KCET
## 11825                                                               Monster Games Inc.
## 11828                                                                     Secret Level
## 11829                                                               Stormfront Studios
## 11831                                                                       Sonic Team
## 11834                                                                   Valve Software
## 11839                                                                 Amusement Vision
## 11840                                                                    Noise Factory
## 11841                                                                        EA Canada
## 11842                                                                Dimps Corporation
## 11843                                                                          Ubisoft
## 11844                                                                             Koei
## 11845                                                                          Acquire
## 11853                                                                           Ratbag
## 11854                                                                  Edge of Reality
## 11855                                                                         Pinegrow
## 11856                                                              Coyote Developments
## 11859                                                                          Mix Max
## 11861                                                                        EA Canada
## 11862                                                                            EA LA
## 11863                                                                             Koei
## 11864                                                               Double Helix Games
## 11865                                                                     Climax Group
## 11867                                                              Free Radical Design
## 11868                                                                      Omega Force
## 11869                                                                Top Heavy Studios
## 11870                                                                             Koei
## 11871                                                                   Argonaut Games
## 11872                                                                  Edge of Reality
## 11873                                                                          Million
## 11875                                                                        EA Sports
## 11878                                                                      Hydravision
## 11879                                                                  Zed Two Limited
## 11880                                                                    From Software
## 11882                                                                        Interplay
## 11883                                                                          Team 17
## 11884                                                                Silver Wish Games
## 11885                                                                          Runtime
## 11886                                                                            Tecmo
## 11887                                                                              Bec
## 11890                                                                      Cattle Call
## 11891                                                                          Ubisoft
## 11895                                                           Paradigm Entertainment
## 11897                                                                           Capcom
## 11902                                                                     Climax Group
## 11903                                                              Orbital Media, Inc.
## 11904                                                                  Blue Fang Games
## 11905                                                                         EA Games
## 11906                                                                         Adrenium
## 11909                                                                 Ubisoft Shanghai
## 11911                                                                         Hitmaker
## 11916                                                                        EA Canada
## 11920                                                                        Interplay
## 11924                                                              Free Radical Design
## 11925                                                       Acclaim Studios Cheltenham
## 11930                                                                            Relic
## 11931                                                                            Tecmo
## 11932                                                                      Codemasters
## 11933                                                                Blade Interactive
## 11935                                                                           Crytek
## 11937                                                               Double Helix Games
## 11940                                                                      Blitz Games
## 11941                                                                             KCEJ
## 11951                                                                 Black Ship Games
## 11952                                                       Ascaron Entertainment GmbH
## 11953                                                           Starsphere Interactive
## 11956                                                            Iridon Interactive AB
## 11957                                                                            Amuze
## 11959                                                                Dimps Corporation
## 11960                                                                    From Software
## 11961                                                                             KCEJ
## 11962                                                     Artificial Mind and Movement
## 11963                                                                       KnowWonder
## 11966                                                                      Hydravision
## 11970                                                                     DreamFactory
## 11971                                                                          Natsume
## 11974                                                               Confounding Factor
## 11975                                                                Taito Corporation
## 11978                                                                Black Sea Studios
## 11980                                                                         Prograph
## 11983                                                                         Microids
## 11984                                                                Digital Illusions
## 11985                                                                    Magic Pockets
## 11991                                                                     Climax Group
## 11992                                                                           Capcom
## 11997                                                                             Opus
## 11998                                                                     Climax Group
## 11999                                                                         Microids
## 12000                                                                    From Software
## 12006                                                                            Amuze
## 12007                                                                   People Can Fly
## 12009                                                                 Black Ship Games
## 12011                                                                      Alfa System
## 12013                                                                       Epic Games
## 12017                                                                         Microids
## 12020                                                                      Codemasters
## 12022                                                                   Elixir Studios
## 12029                                                                         Headgate
## 12032                                                                   Argonaut Games
## 12034                                                                    Inferno Games
## 12035                                                                     EA Black Box
## 12037                                                                       SquareSoft
## 12039                                                                            EA LA
## 12041                                                                   SCEE, Zoe Mode
## 12042                                                          Neversoft Entertainment
## 12043                                                                         EA Games
## 12044                                                                   Luxoflux, Inc.
## 12045                                                              Shiny Entertainment
## 12046                                                                       Sonic Team
## 12047                                                               Zipper Interactive
## 12048                                                                             KCET
## 12051                                                                      Naughty Dog
## 12053                                                                  Edge of Reality
## 12054                                                                 Ubisoft Shanghai
## 12055                                                             Genius Sonority Inc.
## 12057                                                                            Maxis
## 12058                                                                Dimps Corporation
## 12059                                                                          Ubisoft
## 12060                                                                          BioWare
## 12062                                                                      Square Enix
## 12063                                                                      Omega Force
## 12065                                                                           Hudson
## 12066                                                                            Namco
## 12067                                                                        Rare Ltd.
## 12068                                                                        EA Sports
## 12069                                                                           Capcom
## 12070                                                                Vicarious Visions
## 12071                                                                  Electronic Arts
## 12072                                                                        Aki Corp.
## 12073                                                                            Maxis
## 12074                                                                           Konami
## 12075                                                               Rockstar San Diego
## 12077                                                                          Tri-Ace
## 12078                                                                  Electronic Arts
## 12079                                                                            Maxis
## 12080                                                                        EA Canada
## 12082                                                                        EA Sports
## 12083                                                               Heavy Iron Studios
## 12084                                                                        EA Sports
## 12085                                                                         HAL Labs
## 12086                                                                       Sonic Team
## 12088                                                                          Ubisoft
## 12089                                                           Blizzard Entertainment
## 12090                                                        Camelot Software Planning
## 12091                                                                            Namco
## 12092                                                                      Square Enix
## 12095                                                                           Capcom
## 12097                                                                   Luxoflux, Inc.
## 12098                                                                Vicarious Visions
## 12100                                                                  Rockstar Vienna
## 12103                                                                   Pocket Studios
## 12104                                                                   Rockstar North
## 12105                                                          Neversoft Entertainment
## 12106                                                                       Sonic Team
## 12108                                                                 Core Design Ltd.
## 12112                                                                  Electronic Arts
## 12113                                                              Shiny Entertainment
## 12114                                                                           Altron
## 12115                                                               Sand Grain Studios
## 12116                                                                            EA LA
## 12117                                                                            Namco
## 12118                                                               Avalanche Software
## 12119                                                                           K2 LLC
## 12120                                                                         EA Games
## 12121                                                                   Valve Software
## 12122                                                                            Namco
## 12123                                                             Webfoot Technologies
## 12124                                                                       EA Tiburon
## 12125                                                                       EA Tiburon
## 12126                                                             Webfoot Technologies
## 12127                                                            Radical Entertainment
## 12128                                                                        EA Sports
## 12129                                                                     8ing/Raizing
## 12130                                                                             NuFX
## 12132                                                               Razorworks Studios
## 12133                                                                            Namco
## 12135                                                              Intelligent Systems
## 12136                                                                        EA Sports
## 12137                                                               Heavy Iron Studios
## 12140                                                                             KCET
## 12141                                                                          Ubisoft
## 12143                                                                           Konami
## 12144                                                                      KCE Studios
## 12146                                                                            Genki
## 12147                                                                       Sonic Team
## 12148                                                                    Magic Pockets
## 12149                                                                Traveller's Tales
## 12150                                                                      FASA Studio
## 12151                                                          Red Storm Entertainment
## 12152                                                                      Omega Force
## 12154                                                                    Digital Anvil
## 12155                                                                         Factor 5
## 12156                                                                        Marvelous
## 12157                                                                        EA Canada
## 12161                                                                    Brownie Brown
## 12163                                                                           Bandai
## 12164                                                                             Sega
## 12165                                                                             KCET
## 12167                                                          Neversoft Entertainment
## 12168                                                                            Namco
## 12169                                                                          Pyramid
## 12170                                                             Hypnos Entertainment
## 12171                                                                  Electronic Arts
## 12172                                                                 Tomy Corporation
## 12173                                                                   Nerve Software
## 12175                                                                       989 Sports
## 12178                                                                            Maxis
## 12179                                                                 Amusement Vision
## 12180                                                              Intelligent Systems
## 12181                                                                       Cavia Inc.
## 12182                                                             Remedy Entertainment
## 12183                                                                         GenePool
## 12185                                                                        EA Sports
## 12186                                                                    Clover Studio
## 12188                                                                            Namco
## 12189                                                                    CyberConnect2
## 12190                                                                Vicarious Visions
## 12191                                                              Paradox Development
## 12193                                                                       Team Ninja
## 12194                                                                             TOSE
## 12196                                                               Valuewave Co.,Ltd.
## 12197                                                          Black Ops Entertainment
## 12198                                                               Heavy Iron Studios
## 12199                                                                    Ubisoft Paris
## 12200                                                                            Exakt
## 12202                                                                 Griptonite Games
## 12203                                                                            Maxis
## 12204                                                                           Anchor
## 12205                                                                           Racjin
## 12206                                                                 Magenta Software
## 12208                                                                  Visual Concepts
## 12209                                                               Avalanche Software
## 12210                                                               Hothouse Creations
## 12211                                             Konami Computer Entertainment Hawaii
## 12212                                                                      Square Enix
## 12214                                                                  Visual Concepts
## 12215                                                         Inevitable Entertainment
## 12216                                                                   Incognito Inc.
## 12217                                                                 Crystal Dynamics
## 12218                                                                           Midway
## 12219                                                                           Raster
## 12221                                                                   Io Interactive
## 12222                                                                       EA Tiburon
## 12224                                                                        EA Sports
## 12225                                                                          Warthog
## 12226                                                               Rockstar San Diego
## 12227                                                                  Rainbow Studios
## 12229                                                                  Edge of Reality
## 12232                                                                    Angel Studios
## 12234                                                                    Totally Games
## 12235                                                                   Incognito Inc.
## 12237                                                                Vicarious Visions
## 12239                                                                  Pam Development
## 12240                                                              Shiny Entertainment
## 12241                                                                Vicarious Visions
## 12244                                                                    Point of View
## 12246                                                                         Treasure
## 12250                                                                             SCEE
## 12251                                                                        EA Sports
## 12252                                                                   Argonaut Games
## 12253                                                                             Inti
## 12254                                                            High Voltage Software
## 12255                                                        Sony Online Entertainment
## 12257                                                                            EA LA
## 12258                                                                  Edge of Reality
## 12259                                                            Frontier Developments
## 12260                                                           Acclaim Studios Austin
## 12262                                                                     Climax Group
## 12265                                                                             KCEJ
## 12267                                                                       989 Sports
## 12269                                                               Avalanche Software
## 12270                                                                  Electronic Arts
## 12271                                                                   Argonaut Games
## 12273                                                                        EA Canada
## 12275                                                                  Ubisoft Romania
## 12276                                                                    Magic Pockets
## 12278                                                                        Atlus Co.
## 12279                                                                        EA Canada
## 12280                                                                Cyberlore Studios
## 12281                                                                         Ambrella
## 12285                                                                              3DO
## 12286                                                                  Visual Concepts
## 12288                                                                      Cattle Call
## 12290                                                                 Ubisoft Montreal
## 12292                                                      Pacific Coast Power & Light
## 12293                                                                   Pocket Studios
## 12294                                                                       Cavia Inc.
## 12297                                                           Harmonix Music Systems
## 12298                                                                       Mass Media
## 12299                                                                            Tecmo
## 12300                                                                           Konami
## 12302                                                                        Rare Ltd.
## 12303                                                                           Yuke's
## 12304                                                            Radical Entertainment
## 12305                                                                        Ion Storm
## 12306                                                                          Acquire
## 12307                                                             Nippon Ichi Software
## 12308                                                                  Digital Eclipse
## 12309                                                                          Natsume
## 12310                                                                   Argonaut Games
## 12312                                                                          Ubisoft
## 12313                                                                           Konami
## 12314                                                                     Toys for Bob
## 12316                                                           Microsoft Game Studios
## 12317                                                                Vicarious Visions
## 12318                                                                           BudCat
## 12321                                                                Digital Illusions
## 12322                                                                  Digital Eclipse
## 12323                                                                           Capcom
## 12324                                                                    Graphic State
## 12326                                                                           Anchor
## 12328                                                                           Konami
## 12330                                                                       Pocketeers
## 12332                                                                  Mistic Software
## 12333                                                                           Akella
## 12334                                                                            Maxis
## 12335                                                                          Ubisoft
## 12336                                                                      Indie Built
## 12337                                                                            Namco
## 12338                                                                          Ubisoft
## 12340                                                                            Namco
## 12342                                                                     Climax Group
## 12343                                                                          Warthog
## 12344                                                                Just Add Monsters
## 12346                                                           Paradigm Entertainment
## 12350                                                       Acclaim Studios Cheltenham
## 12351                                                                             KCET
## 12352                                                                   Studio Gigante
## 12353                                                                    Monolith Soft
## 12354                                                                        EA Sports
## 12356                                                        Blue Tongue Entertainment
## 12358                                                                  Visual Concepts
## 12360                                                                         Hypnotix
## 12362                                                                Vicarious Visions
## 12364                                                                       989 Sports
## 12365                                                                    Totally Games
## 12367                                                                      Indie Built
## 12368                                                                       Sonic Team
## 12369                                                             Southend Interactive
## 12370                                                                        Aki Corp.
## 12371                                                                       Blue Shift
## 12373                                                           Acclaim Studios Austin
## 12374                                                                    Steel Monkeys
## 12375                                                                  Criterion Games
## 12376                                                                            Namco
## 12382                                                                       Idol Minds
## 12386                                                                         EA Games
## 12388                                                                 Ubisoft Shanghai
## 12389                                                                       Kush Games
## 12391                                                                     Climax Group
## 12392                                                                   Io Interactive
## 12393                                                                 Gratuitous Games
## 12394                                                                 Terminal Reality
## 12395                                                                           Midway
## 12397                                                                     Bits Studios
## 12400                                                            HB Studios Multimedia
## 12401                                                                           Aspect
## 12406                                                                           Capcom
## 12408                                                                         FUN Labs
## 12409                                                                   Argonaut Games
## 12411                                                                         GenePool
## 12412                                                                              CCP
## 12416                                                                             TOSE
## 12417                                                                Vicarious Visions
## 12419                                                                        EA Sports
## 12421                                                               Bethesda Softworks
## 12422                                                                        LucasArts
## 12425                                                                    Pivotal Games
## 12426                                                                          Saffire
## 12428                                                                          Warthog
## 12429                                                                 Crystal Dynamics
## 12430                                                                        Zono Inc.
## 12431                                                                 Next Level Games
## 12433                                                            Radical Entertainment
## 12434                                                                       Cinemaware
## 12435                                                                             Irem
## 12436                                                                  Electronic Arts
## 12437                                                        Sony Online Entertainment
## 12440                                                               Double Helix Games
## 12441                                                   Eurocom Entertainment Software
## 12442                                                                 SCE Japan Studio
## 12443                                                           Harmonix Music Systems
## 12444                                                                            Genki
## 12445                                                              Backbone Emeryville
## 12446                                                                             SCEE
## 12448                                                                     EA Black Box
## 12449                                                            High Voltage Software
## 12450                                                         Inevitable Entertainment
## 12451                                                                     Swingin' Ape
## 12453                                                                   Argonaut Games
## 12454                                                             Jaleco Entertainment
## 12455                                                                 Terminal Reality
## 12457                                                                          Warthog
## 12458                                                            High Voltage Software
## 12459                                                                    Point of View
## 12460                                                                 Griptonite Games
## 12461                                                                VIS Entertainment
## 12462                                                                            Arika
## 12463                                                              Paradox Development
## 12465                                                                           Midway
## 12466                                                                  Visual Concepts
## 12467                                                                     Eden Studios
## 12470                                                                     Climax Group
## 12472                                                                            Tecmo
## 12473                                                                      Omega Force
## 12474                                                                      Shaba Games
## 12477                                                                            Suzak
## 12478                                                                        EA Sports
## 12479                                                                          Warthog
## 12481                                                               Kuju Entertainment
## 12482                                                                  Criterion Games
## 12483                                                                        EA Sports
## 12485                                                                 Ubisoft Montreal
## 12487                                                                       Blue Shift
## 12489                                                          Black Ops Entertainment
## 12491                                                                   Netherock Ltd.
## 12492                                                          Red Storm Entertainment
## 12493                                                                             KCEJ
## 12494                                                                        Rare Ltd.
## 12495                                                                          Ubisoft
## 12497                                                          Black Ops Entertainment
## 12499                                                   Eurocom Entertainment Software
## 12500                                                                          BioWare
## 12502                                                                           Capcom
## 12504                                                                          Acclaim
## 12505                                                                  Milestone S.r.l
## 12506                                                                        LucasArts
## 12509                                                                    JV Games Inc.
## 12511                                                           Paradigm Entertainment
## 12512                                                                            Atari
## 12513                                                                   Io Interactive
## 12514                                                                     Light Weight
## 12516                                                                 Crystal Dynamics
## 12517                                                                    Outrage Games
## 12518                                                          Humongous Entertainment
## 12519                                                                          Acclaim
## 12521                                                                   Io Interactive
## 12522                                                              Planet Moon Studios
## 12524                                                                          Team 17
## 12526                                                                    Outrage Games
## 12527                                                                  Beep Industries
## 12529                                                                         GenePool
## 12531                                                       Acclaim Studios Manchester
## 12533                                                                           Capcom
## 12534                                                                     Toys for Bob
## 12536                                                                Wow Entertainment
## 12537                                                   Eurocom Entertainment Software
## 12538                                                   Eurocom Entertainment Software
## 12539                                                                    Creat Studios
## 12540                                                                      Career Soft
## 12541                                                                           Capcom
## 12542                                                                           HotGen
## 12543                                                                 Ubisoft Montreal
## 12545                                                                       Kush Games
## 12546                                                                     Toys for Bob
## 12548                                                                      Micro Cabin
## 12549                                                                     SNK Playmore
## 12550                                                           Microsoft Game Studios
## 12551                                                                             Koei
## 12554                                                                          Warthog
## 12555                                                                         Full-Fat
## 12556                                                                     DreamFactory
## 12558                                                                          Acclaim
## 12559                                                                  Electronic Arts
## 12560                                                                     Swingin' Ape
## 12561                                                                    Magic Pockets
## 12562                                                                         Microids
## 12563                                                                Taito Corporation
## 12565                                                                           Capcom
## 12567                                                                        EA Sports
## 12569                                                                 Ubisoft Montreal
## 12573                                                                     Climax Group
## 12575                                                                     Climax Group
## 12577                                                                           Bandai
## 12578                                                                         Eighting
## 12579                                                                   Argonaut Games
## 12580                                                                     Media Vision
## 12583                                                             SCE Studio Cambridge
## 12584                                                                         Hitmaker
## 12585                                                                   Deibus Studios
## 12586                                                                         Treasure
## 12589                                                             Tantalus Interactive
## 12590                                                                    Ubisoft Paris
## 12592                                                                Wow Entertainment
## 12594                                                                           Capcom
## 12595                                                                          Cosmigo
## 12596                                                                        Zono Inc.
## 12597                                                                        LucasArts
## 12598                                                          Grasshopper Manufacture
## 12599                                                                     Climax Group
## 12600                                                                              UGA
## 12601                                                                        Eutechnyx
## 12602                                                                          Warthog
## 12603                                                                              3DO
## 12605                                                                            Atari
## 12606                                                                            Kemco
## 12608                                                                 Terminal Reality
## 12610                                                                       Sonic Team
## 12611                                                      Pacific Coast Power & Light
## 12612                                                                           Capcom
## 12613                                                                          Acclaim
## 12615                                                                    Pivotal Games
## 12616                                                                              UDS
## 12617                                                                          Ubisoft
## 12618                                                                        LucasArts
## 12619                                                                   Argonaut Games
## 12627                                                                             Koei
## 12628                                                                          Warthog
## 12630                                                                        EA Canada
## 12631                                                                 Ubisoft Shanghai
## 12633                                                                             SCEJ
## 12634                                                           Microsoft Game Studios
## 12635                                                                    Point of View
## 12636                                                        Blue Tongue Entertainment
## 12637                                                                          Ubisoft
## 12638                                                                          Synetic
## 12640                                                                          Team 17
## 12641                                                                 Next Level Games
## 12642                                                                   Argonaut Games
## 12644                                                       Acclaim Studios Cheltenham
## 12647                                                                       Mass Media
## 12650                                                                          Acclaim
## 12652                                                                             SCEI
## 12653                                                                              Art
## 12654                                                                Nex Entertainment
## 12656                                                                          Team 17
## 12657                                                                           Capcom
## 12659                                                                    From Software
## 12661                                                                     Climax Group
## 12662                                                       Acclaim Studios Manchester
## 12664                                                                 Raylight Studios
## 12667                                                                        Imagineer
## 12669                                                                           Midway
## 12670                                                                      Shaba Games
## 12671                                                                    From Software
## 12672                                                                       Doki Denki
## 12673                                                                      Codemasters
## 12676                                                             Exient Entertainment
## 12677                                                                       Mass Media
## 12680                                                                   Arkane Studios
## 12682                                                                       Mass Media
## 12685                                                                       Mass Media
## 12686                                                                    Digital Anvil
## 12689                                                                        Black Box
## 12692                                                                          Million
## 12693                                                                            Yager
##       Rating Platformvendor
## 1          E           Sony
## 3          T           Sony
## 4          M           Sony
## 5          M           Sony
## 6          M           Sony
## 7          E      Microsoft
## 8          M      Microsoft
## 9          M           Sony
## 10         M      Microsoft
## 11         M      Microsoft
## 12         T           Sony
## 13         E           Sony
## 14         M           Sony
## 15         E           Sony
## 16         T           Sony
## 17         M           Sony
## 20         M      Microsoft
## 23         E      Microsoft
## 24         T           Sony
## 25         M           Sony
## 26         E      Microsoft
## 27         T      Microsoft
## 28         T       Nintendo
## 29         E      Microsoft
## 30      E10+       Nintendo
## 32         T           Sony
## 33         E       Nintendo
## 34         T           Sony
## 36         M      Microsoft
## 38         M           Sony
## 41      E10+           Sony
## 42         T           Sony
## 43      E10+           Sony
## 45         E             PC
## 46         M           Sony
## 48         M      Microsoft
## 49         T           Sony
## 50         M      Microsoft
## 52         M      Microsoft
## 53         T             PC
## 55      E10+           Sony
## 56      E10+      Microsoft
## 57         E           Sony
## 59         E       Nintendo
## 60         T      Microsoft
## 61         E           Sony
## 62         M             PC
## 64         M           Sony
## 66         M           Sony
## 68         M             PC
## 69         M           Sony
## 73         M           Sony
## 74         E           Sony
## 75         E           Sony
## 76      E10+       Nintendo
## 77         M      Microsoft
## 78         M           Sony
## 79         T           Sony
## 80      E10+      Microsoft
## 81         T           Sony
## 82         E           Sony
## 84      E10+           Sony
## 85      E10+           Sony
## 87         T             PC
## 89         E       Nintendo
## 90         T      Microsoft
## 91         M           Sony
## 93      E10+      Microsoft
## 94         E           Sony
## 100        T           Sony
## 101        T      Microsoft
## 102        T           Sony
## 103        M           Sony
## 104     E10+             PC
## 105     E10+      Microsoft
## 107        E      Microsoft
## 108     E10+       Nintendo
## 110        T             PC
## 113        M      Microsoft
## 115        T       Nintendo
## 116     E10+           Sony
## 117        E       Nintendo
## 118        M           Sony
## 122        T      Microsoft
## 123        T           Sony
## 127     E10+       Nintendo
## 128        M             PC
## 129        T           Sony
## 135        M      Microsoft
## 136        M             PC
## 137        T      Microsoft
## 140        M      Microsoft
## 141        T      Microsoft
## 142        T           Sony
## 143        T           Sony
## 144     E10+           Sony
## 145     E10+       Nintendo
## 146        T      Microsoft
## 147     E10+           Sony
## 148        T           Sony
## 150        T           Sony
## 151        M      Microsoft
## 152        M           Sony
## 153        M           Sony
## 154        M             PC
## 157        M      Microsoft
## 158        T             PC
## 162        E      Microsoft
## 168        M             PC
## 169        T           Sony
## 173        M             PC
## 179        E             PC
## 181        E       Nintendo
## 184        T           Sony
## 185        T      Microsoft
## 186        T           Sony
## 191        T             PC
## 192        T           Sony
## 197     E10+      Microsoft
## 198        T           Sony
## 202        T           Sony
## 203        E             PC
## 206        E           Sony
## 209        T       Nintendo
## 215        T           Sony
## 216        T             PC
## 218        E           Sony
## 219        M             PC
## 222        M           Sony
## 223        E           Sony
## 225        M      Microsoft
## 226        E           Sony
## 228        M       Nintendo
## 229        M             PC
## 231     E10+           Sony
## 232        T           Sony
## 234        T             PC
## 237        E           Sony
## 238        T      Microsoft
## 239        E      Microsoft
## 240        M           Sony
## 242        M           Sony
## 247        E      Microsoft
## 253        T             PC
## 256        E             PC
## 258        M      Microsoft
## 264     E10+           Sony
## 266        M      Microsoft
## 268        M           Sony
## 272        T       Nintendo
## 274        T           Sony
## 276     E10+             PC
## 277        E           Sony
## 278        E      Microsoft
## 279        T      Microsoft
## 282        E           Sony
## 283        M           Sony
## 284        M      Microsoft
## 286        E           Sony
## 287        M             PC
## 289        T           Sony
## 291        T      Microsoft
## 297        E           Sony
## 300        T           Sony
## 302        M           Sony
## 309        M             PC
## 310     E10+      Microsoft
## 323        M           Sony
## 327        M             PC
## 331        E             PC
## 333        E             PC
## 334        M           Sony
## 337     E10+           Sony
## 339        E      Microsoft
## 345     E10+       Nintendo
## 347        T           Sony
## 355        M           Sony
## 357        M      Microsoft
## 362        T           Sony
## 365        T           Sony
## 375        M           Sony
## 381        T           Sony
## 383        T           Sony
## 390     E10+           Sony
## 396        E             PC
## 397        M      Microsoft
## 399        E             PC
## 401        M           Sony
## 404     E10+      Microsoft
## 411        M           Sony
## 418        T           Sony
## 431        M             PC
## 433        E      Microsoft
## 436        E             PC
## 437        M           Sony
## 438        E             PC
## 439     E10+           Sony
## 442     E10+       Nintendo
## 445        M      Microsoft
## 446        M             PC
## 449     E10+      Microsoft
## 452        T             PC
## 453        M      Microsoft
## 462        T      Microsoft
## 467        E             PC
## 469     E10+           Sony
## 471        T           Sony
## 476        E             PC
## 477        T           Sony
## 478        M           Sony
## 487        E      Microsoft
## 491        E       Nintendo
## 504        E           Sony
## 507        M           Sony
## 508        T           Sony
## 509        T      Microsoft
## 510     E10+       Nintendo
## 511        M      Microsoft
## 512        M           Sony
## 513        M           Sony
## 514     E10+           Sony
## 516        M           Sony
## 517        M           Sony
## 519        M      Microsoft
## 520        E      Microsoft
## 521        E           Sony
## 522        E       Nintendo
## 523        E       Nintendo
## 524        M           Sony
## 526        M           Sony
## 528        E      Microsoft
## 529     E10+       Nintendo
## 530     E10+      Microsoft
## 532        M           Sony
## 533        M           Sony
## 534        M           Sony
## 535        T           Sony
## 536        M           Sony
## 537        E      Microsoft
## 539        M           Sony
## 543        M           Sony
## 544        E       Nintendo
## 546        M      Microsoft
## 547        M      Microsoft
## 548        M      Microsoft
## 549        M      Microsoft
## 550        M      Microsoft
## 551        E       Nintendo
## 552        M      Microsoft
## 553        M      Microsoft
## 554        M             PC
## 555        M      Microsoft
## 556        E       Nintendo
## 557        T           Sony
## 558        M      Microsoft
## 559        T      Microsoft
## 561        M             PC
## 562        E       Nintendo
## 563        T           Sony
## 564        E           Sony
## 567        M           Sony
## 570        E           Sony
## 571        M      Microsoft
## 572     E10+           Sony
## 574        M           Sony
## 578        T           Sony
## 580        T       Nintendo
## 581        E           Sony
## 582        M      Microsoft
## 586        M      Microsoft
## 591     E10+           Sony
## 593        M             PC
## 597        E           Sony
## 598     E10+      Microsoft
## 601        M      Microsoft
## 602     E10+           Sony
## 605        T      Microsoft
## 606     E10+       Nintendo
## 610        T      Microsoft
## 611        M           Sony
## 614     E10+       Nintendo
## 615        T             PC
## 617     E10+       Nintendo
## 618        E           Sony
## 619        E       Nintendo
## 622        T       Nintendo
## 625     E10+       Nintendo
## 627     E10+      Microsoft
## 628        T      Microsoft
## 629        T           Sony
## 632        E       Nintendo
## 633        M      Microsoft
## 637        E       Nintendo
## 639     E10+      Microsoft
## 641        T           Sony
## 647        T           Sony
## 651        T           Sony
## 652     E10+           Sony
## 655        E             PC
## 660        T       Nintendo
## 661     E10+       Nintendo
## 662     E10+      Microsoft
## 663        T      Microsoft
## 665        T           Sony
## 667        T           Sony
## 668     E10+           Sony
## 670        M           Sony
## 672        T           Sony
## 677        E      Microsoft
## 678        E           Sony
## 681        E      Microsoft
## 684     E10+       Nintendo
## 685     E10+             PC
## 688        T           Sony
## 689        E      Microsoft
## 690        T       Nintendo
## 691     E10+      Microsoft
## 693        T             PC
## 695     E10+       Nintendo
## 697        M             PC
## 698        T           Sony
## 703        E           Sony
## 704        T             PC
## 705        T       Nintendo
## 707        M             PC
## 709        T           Sony
## 712        E             PC
## 713        M             PC
## 717        T       Nintendo
## 719        M             PC
## 722        T           Sony
## 723        M           Sony
## 725        M           Sony
## 727        E           Sony
## 730        T           Sony
## 733        T           Sony
## 734     E10+           Sony
## 736        T           Sony
## 737        T       Nintendo
## 738     E10+       Nintendo
## 747        T           Sony
## 749        M             PC
## 750        E             PC
## 751        E       Nintendo
## 753        T      Microsoft
## 755        M             PC
## 756        T           Sony
## 759        T           Sony
## 761        M             PC
## 762        T           Sony
## 764        E             PC
## 766        E           Sony
## 770        T      Microsoft
## 771     E10+       Nintendo
## 773        T           Sony
## 774        E           Sony
## 779        M           Sony
## 783        E      Microsoft
## 785        T           Sony
## 786        E      Microsoft
## 788        M             PC
## 789        E      Microsoft
## 790        M           Sony
## 791        M      Microsoft
## 795        T           Sony
## 796        T           Sony
## 798        E       Nintendo
## 799        T           Sony
## 804        M           Sony
## 805     E10+       Nintendo
## 808        T           Sony
## 810        M             PC
## 815        E      Microsoft
## 820        T           Sony
## 821        E           Sony
## 825        M             PC
## 828        M             PC
## 834        T           Sony
## 839        T           Sony
## 841        T           Sony
## 852        T           Sony
## 855        E       Nintendo
## 858        T           Sony
## 859        T           Sony
## 861        M           Sony
## 866        M       Nintendo
## 869        T           Sony
## 871        E           Sony
## 872        E           Sony
## 888        E             PC
## 891        M             PC
## 893        T      Microsoft
## 894        M      Microsoft
## 899        M           Sony
## 903        T             PC
## 904        M           Sony
## 912        E             PC
## 913     E10+       Nintendo
## 916        T      Microsoft
## 918        T           Sony
## 919        E       Nintendo
## 920     E10+       Nintendo
## 934     E10+             PC
## 938        T           Sony
## 939        T           Sony
## 940        T           Sony
## 942        T           Sony
## 948        T           Sony
## 970        T             PC
## 988     E10+           Sony
## 991        E             PC
## 999        E           Sony
## 1001    E10+           Sony
## 1005       T             PC
## 1021       M           Sony
## 1028       T           Sony
## 1040       T      Microsoft
## 1045       T             PC
## 1056       T      Microsoft
## 1092    E10+       Nintendo
## 1093       E       Nintendo
## 1098       E       Nintendo
## 1104       M      Microsoft
## 1109       M           Sony
## 1111       M           Sony
## 1113       E       Nintendo
## 1114       E           Sony
## 1115       T           Sony
## 1116       M      Microsoft
## 1117       M      Microsoft
## 1125       M           Sony
## 1126       M           Sony
## 1127       M           Sony
## 1128       T       Nintendo
## 1129       M      Microsoft
## 1130       T      Microsoft
## 1132       M      Microsoft
## 1133       T             PC
## 1134       M           Sony
## 1135       M      Microsoft
## 1137       T           Sony
## 1140       E           Sony
## 1141       E           Sony
## 1142       E      Microsoft
## 1143       E           Sony
## 1146       M           Sony
## 1149       E           Sony
## 1150       E       Nintendo
## 1152       M           Sony
## 1154       T           Sony
## 1155       E      Microsoft
## 1156       M      Microsoft
## 1159       M      Microsoft
## 1160       E      Microsoft
## 1161       M           Sony
## 1162       E       Nintendo
## 1165    E10+      Microsoft
## 1166       E       Nintendo
## 1167       M      Microsoft
## 1168       M      Microsoft
## 1171       M           Sony
## 1172    E10+      Microsoft
## 1173       T           Sony
## 1174       M           Sony
## 1177       T       Nintendo
## 1179       E       Nintendo
## 1180       T           Sony
## 1181       M      Microsoft
## 1182       M           Sony
## 1184    E10+      Microsoft
## 1185       T           Sony
## 1186       M      Microsoft
## 1187    E10+           Sony
## 1190       M      Microsoft
## 1191    E10+           Sony
## 1192    E10+           Sony
## 1193       M           Sony
## 1194       M      Microsoft
## 1196       M             PC
## 1203       T           Sony
## 1204       M       Nintendo
## 1205       E           Sony
## 1207       T      Microsoft
## 1209       M             PC
## 1210    E10+       Nintendo
## 1211       M       Nintendo
## 1212       E           Sony
## 1213       M      Microsoft
## 1214    E10+       Nintendo
## 1216    E10+      Microsoft
## 1217       M           Sony
## 1218       M      Microsoft
## 1219       M      Microsoft
## 1220    E10+           Sony
## 1225       T           Sony
## 1227       M           Sony
## 1228    E10+       Nintendo
## 1229       T      Microsoft
## 1230       T      Microsoft
## 1232       M             PC
## 1235       E           Sony
## 1236    E10+           Sony
## 1237       M           Sony
## 1240    E10+      Microsoft
## 1241    E10+           Sony
## 1242    E10+           Sony
## 1245       M           Sony
## 1247       T      Microsoft
## 1248       M             PC
## 1252       M             PC
## 1253    E10+       Nintendo
## 1254    E10+      Microsoft
## 1255    E10+      Microsoft
## 1257       M           Sony
## 1258       M      Microsoft
## 1260       E       Nintendo
## 1261       E       Nintendo
## 1262       T             PC
## 1263       T      Microsoft
## 1270    E10+      Microsoft
## 1274       M             PC
## 1275       M             PC
## 1277    E10+           Sony
## 1281       T           Sony
## 1282    E10+      Microsoft
## 1283       E           Sony
## 1284       E      Microsoft
## 1285    E10+           Sony
## 1286    E10+       Nintendo
## 1287    E10+      Microsoft
## 1288       E           Sony
## 1289       M             PC
## 1291    E10+           Sony
## 1294    E10+       Nintendo
## 1295       T       Nintendo
## 1297    E10+             PC
## 1299    E10+       Nintendo
## 1301       M             PC
## 1302       M      Microsoft
## 1303    E10+      Microsoft
## 1306       T           Sony
## 1307       M           Sony
## 1310    E10+       Nintendo
## 1312       T           Sony
## 1316       T           Sony
## 1318       M             PC
## 1319       E       Nintendo
## 1320       M      Microsoft
## 1321       E             PC
## 1324       E       Nintendo
## 1327       T           Sony
## 1328       M             PC
## 1331    E10+      Microsoft
## 1332       E       Nintendo
## 1338       T           Sony
## 1341    E10+      Microsoft
## 1342       M           Sony
## 1343       T           Sony
## 1345       E           Sony
## 1347       T           Sony
## 1349       E      Microsoft
## 1351       M           Sony
## 1352       M      Microsoft
## 1354       M       Nintendo
## 1355       T      Microsoft
## 1358       M           Sony
## 1359       M           Sony
## 1360       E      Microsoft
## 1361       T           Sony
## 1362       M           Sony
## 1365       M           Sony
## 1366       M           Sony
## 1367       T           Sony
## 1368       M             PC
## 1371       T           Sony
## 1374       T      Microsoft
## 1378       E      Microsoft
## 1379    E10+           Sony
## 1380       M           Sony
## 1381       E           Sony
## 1382       E           Sony
## 1383       T             PC
## 1384    E10+      Microsoft
## 1385       M           Sony
## 1389       E      Microsoft
## 1391       T           Sony
## 1392       M      Microsoft
## 1393       T             PC
## 1396       T           Sony
## 1398       T             PC
## 1400    E10+      Microsoft
## 1404       T           Sony
## 1406       T           Sony
## 1409       M             PC
## 1412       E      Microsoft
## 1416    E10+           Sony
## 1419       T           Sony
## 1421       T           Sony
## 1423       M       Nintendo
## 1424       M           Sony
## 1425       T           Sony
## 1427       T           Sony
## 1435       T             PC
## 1436       M           Sony
## 1438       T           Sony
## 1440       M       Nintendo
## 1444       T           Sony
## 1445       E           Sony
## 1446       E           Sony
## 1448       T           Sony
## 1449    E10+      Microsoft
## 1451       M           Sony
## 1461       M           Sony
## 1462       E             PC
## 1464       M           Sony
## 1468    E10+           Sony
## 1472    E10+           Sony
## 1473       M           Sony
## 1474       M      Microsoft
## 1477       E      Microsoft
## 1478       M             PC
## 1481       T           Sony
## 1482    E10+       Nintendo
## 1484       E           Sony
## 1486    E10+       Nintendo
## 1487       M           Sony
## 1488       T      Microsoft
## 1491       T           Sony
## 1492       T       Nintendo
## 1495       T           Sony
## 1497       M           Sony
## 1500       M      Microsoft
## 1501    E10+           Sony
## 1506       T           Sony
## 1507       T           Sony
## 1508       T      Microsoft
## 1514       T      Microsoft
## 1515       T           Sony
## 1520       M           Sony
## 1522       M      Microsoft
## 1523       T           Sony
## 1525       T       Nintendo
## 1532    E10+             PC
## 1534       E      Microsoft
## 1541       T       Nintendo
## 1543    E10+      Microsoft
## 1546       T      Microsoft
## 1547       T           Sony
## 1549       M           Sony
## 1550       M             PC
## 1554       M      Microsoft
## 1558    E10+           Sony
## 1562       M      Microsoft
## 1571       M      Microsoft
## 1572       T           Sony
## 1577       T      Microsoft
## 1582       M             PC
## 1587       T           Sony
## 1588       E           Sony
## 1595    E10+             PC
## 1601       E      Microsoft
## 1606       M             PC
## 1610       E           Sony
## 1616       E             PC
## 1620       T           Sony
## 1622       T       Nintendo
## 1624    E10+             PC
## 1627       M             PC
## 1628       T           Sony
## 1629       T             PC
## 1632    E10+       Nintendo
## 1636       M             PC
## 1641       M             PC
## 1652       E           Sony
## 1659       T           Sony
## 1688       M             PC
## 1690       M           Sony
## 1691       M      Microsoft
## 1693       M      Microsoft
## 1694       M           Sony
## 1696       E           Sony
## 1697       M           Sony
## 1699       E       Nintendo
## 1700       E       Nintendo
## 1701       E      Microsoft
## 1702       M           Sony
## 1703       M           Sony
## 1704       M           Sony
## 1706       M           Sony
## 1707       M      Microsoft
## 1709       M      Microsoft
## 1710       E           Sony
## 1711       E       Nintendo
## 1712       E           Sony
## 1713       M      Microsoft
## 1714       M           Sony
## 1715       M           Sony
## 1716       E      Microsoft
## 1718       T           Sony
## 1719       M           Sony
## 1720       E       Nintendo
## 1722       E      Microsoft
## 1723    E10+      Microsoft
## 1724       E      Microsoft
## 1726       E           Sony
## 1729       M      Microsoft
## 1730    E10+           Sony
## 1731       M      Microsoft
## 1732       E       Nintendo
## 1733       M           Sony
## 1736       T      Microsoft
## 1737       E           Sony
## 1738    E10+           Sony
## 1740       E       Nintendo
## 1742    E10+           Sony
## 1743       M           Sony
## 1744       T             PC
## 1745       M      Microsoft
## 1746       M           Sony
## 1747    E10+           Sony
## 1749       M      Microsoft
## 1750       M      Microsoft
## 1754       E           Sony
## 1755    E10+      Microsoft
## 1756    E10+             PC
## 1757       M           Sony
## 1758       M      Microsoft
## 1759       T      Microsoft
## 1760       M      Microsoft
## 1761       M             PC
## 1762    E10+      Microsoft
## 1763       T           Sony
## 1764    E10+           Sony
## 1765       M           Sony
## 1766       T           Sony
## 1767       E      Microsoft
## 1768       T           Sony
## 1769    E10+       Nintendo
## 1770       T      Microsoft
## 1771    E10+       Nintendo
## 1772       E      Microsoft
## 1774       T           Sony
## 1776    E10+           Sony
## 1777    E10+      Microsoft
## 1778       M      Microsoft
## 1780       M      Microsoft
## 1781    E10+           Sony
## 1782       M           Sony
## 1783       E           Sony
## 1785       M           Sony
## 1786       T           Sony
## 1787       E       Nintendo
## 1789       E      Microsoft
## 1790       M      Microsoft
## 1791       E           Sony
## 1792    E10+       Nintendo
## 1793       M           Sony
## 1794       E       Nintendo
## 1795       E           Sony
## 1796       E      Microsoft
## 1797       M           Sony
## 1798       T           Sony
## 1799       M           Sony
## 1800    E10+      Microsoft
## 1801       M      Microsoft
## 1803       M      Microsoft
## 1804    E10+       Nintendo
## 1805       M           Sony
## 1806       E           Sony
## 1807    E10+       Nintendo
## 1808       T             PC
## 1810    E10+      Microsoft
## 1811       T      Microsoft
## 1812    E10+       Nintendo
## 1813       M             PC
## 1814       T           Sony
## 1817       M             PC
## 1818       E             PC
## 1819       M      Microsoft
## 1820       M             PC
## 1821       E           Sony
## 1822       M           Sony
## 1823       M           Sony
## 1824       T           Sony
## 1825    E10+       Nintendo
## 1827    E10+       Nintendo
## 1828    E10+       Nintendo
## 1829       M       Nintendo
## 1830       T           Sony
## 1831    E10+           Sony
## 1832       M      Microsoft
## 1833       M      Microsoft
## 1834    E10+           Sony
## 1835    E10+           Sony
## 1836       E           Sony
## 1837    E10+      Microsoft
## 1838       T           Sony
## 1842       M           Sony
## 1843       M           Sony
## 1844       T      Microsoft
## 1845    E10+       Nintendo
## 1846       M      Microsoft
## 1848    E10+      Microsoft
## 1850       M           Sony
## 1851       M      Microsoft
## 1852       M      Microsoft
## 1853       M           Sony
## 1854    E10+       Nintendo
## 1855    E10+      Microsoft
## 1856       T           Sony
## 1858       M       Nintendo
## 1859    E10+           Sony
## 1860       T           Sony
## 1863       M           Sony
## 1864       T       Nintendo
## 1865       E             PC
## 1866    E10+       Nintendo
## 1867    E10+           Sony
## 1868       T       Nintendo
## 1869       E      Microsoft
## 1874    E10+           Sony
## 1875       E           Sony
## 1876       E           Sony
## 1878       T           Sony
## 1879       M           Sony
## 1880       E      Microsoft
## 1882       T           Sony
## 1884       M           Sony
## 1885       M       Nintendo
## 1886       M             PC
## 1888       M           Sony
## 1889       M           Sony
## 1890       M           Sony
## 1892       T             PC
## 1893       M           Sony
## 1894       T       Nintendo
## 1895    E10+       Nintendo
## 1896       T           Sony
## 1897       E      Microsoft
## 1900       E           Sony
## 1902       M       Nintendo
## 1903       T           Sony
## 1904       E      Microsoft
## 1905       M           Sony
## 1906       E      Microsoft
## 1908       T      Microsoft
## 1909       T       Nintendo
## 1915       T       Nintendo
## 1916       M      Microsoft
## 1917       M      Microsoft
## 1918    E10+           Sony
## 1919    E10+             PC
## 1920       M           Sony
## 1921    E10+           Sony
## 1922    E10+       Nintendo
## 1924       E      Microsoft
## 1926       E           Sony
## 1928       E      Microsoft
## 1929       T           Sony
## 1930       T           Sony
## 1932       M           Sony
## 1937       E           Sony
## 1938       M      Microsoft
## 1941       T           Sony
## 1942       M           Sony
## 1944       M             PC
## 1945       T           Sony
## 1946       M      Microsoft
## 1947       E       Nintendo
## 1948       T           Sony
## 1949       E      Microsoft
## 1950       T           Sony
## 1953       T      Microsoft
## 1955       T       Nintendo
## 1956       M             PC
## 1958       M       Nintendo
## 1961       M             PC
## 1964       M             PC
## 1965       T           Sony
## 1968       M           Sony
## 1970       M             PC
## 1971       M      Microsoft
## 1973       M      Microsoft
## 1976       M           Sony
## 1977    E10+             PC
## 1978       T           Sony
## 1981       E      Microsoft
## 1982    E10+           Sony
## 1984       T           Sony
## 1986       T      Microsoft
## 1987       T           Sony
## 1991       M      Microsoft
## 1992       T           Sony
## 1993       E           Sony
## 1998    E10+           Sony
## 2005       M       Nintendo
## 2007       M      Microsoft
## 2011       M       Nintendo
## 2012       T      Microsoft
## 2013    E10+       Nintendo
## 2015       T           Sony
## 2019       E           Sony
## 2023       M             PC
## 2024       T           Sony
## 2025       E             PC
## 2030    E10+       Nintendo
## 2031       T           Sony
## 2032    E10+       Nintendo
## 2033       M           Sony
## 2048       E       Nintendo
## 2050    E10+           Sony
## 2055    E10+           Sony
## 2056       M             PC
## 2060    E10+      Microsoft
## 2062       T             PC
## 2080       T           Sony
## 2082       T           Sony
## 2086       E             PC
## 2087       M           Sony
## 2090       E       Nintendo
## 2094       M             PC
## 2096       M      Microsoft
## 2100    E10+       Nintendo
## 2101       M             PC
## 2106       M             PC
## 2109       E           Sony
## 2115       E       Nintendo
## 2118       M           Sony
## 2121       M             PC
## 2125       T             PC
## 2126       E       Nintendo
## 2135       E       Nintendo
## 2143       T           Sony
## 2146       T           Sony
## 2159       M           Sony
## 2175       M       Nintendo
## 2182       M       Nintendo
## 2184       T           Sony
## 2191    E10+           Sony
## 2205       E             PC
## 2206       T             PC
## 2213    E10+           Sony
## 2234       M           Sony
## 2235       M      Microsoft
## 2236       E       Nintendo
## 2237       M      Microsoft
## 2238       E       Nintendo
## 2239       E           Sony
## 2241    E10+       Nintendo
## 2242       M           Sony
## 2243       M      Microsoft
## 2244       E       Nintendo
## 2245       E      Microsoft
## 2246       M             PC
## 2247    E10+       Nintendo
## 2248       M           Sony
## 2249       E       Nintendo
## 2250       M           Sony
## 2251       M      Microsoft
## 2252       M      Microsoft
## 2253       M      Microsoft
## 2254       E      Microsoft
## 2255       E      Microsoft
## 2257       E           Sony
## 2258    E10+       Nintendo
## 2259       E           Sony
## 2260       T             PC
## 2261       E       Nintendo
## 2262       M           Sony
## 2263       M           Sony
## 2264       T       Nintendo
## 2265       T      Microsoft
## 2266       M      Microsoft
## 2267       M           Sony
## 2268       T             PC
## 2269       T      Microsoft
## 2270       M           Sony
## 2271       M      Microsoft
## 2272       M      Microsoft
## 2273    E10+      Microsoft
## 2274       M      Microsoft
## 2275    E10+       Nintendo
## 2276       T      Microsoft
## 2277       E           Sony
## 2278       M           Sony
## 2279       M             PC
## 2280       M           Sony
## 2281       M      Microsoft
## 2282       M           Sony
## 2283       M           Sony
## 2286       T           Sony
## 2287       M           Sony
## 2288    E10+      Microsoft
## 2289    E10+       Nintendo
## 2290       E       Nintendo
## 2291       T      Microsoft
## 2292       E           Sony
## 2293       E           Sony
## 2294    E10+      Microsoft
## 2295    E10+           Sony
## 2297    E10+      Microsoft
## 2298       T           Sony
## 2299       M           Sony
## 2301       M      Microsoft
## 2302    E10+       Nintendo
## 2303       M           Sony
## 2304       E      Microsoft
## 2305    E10+           Sony
## 2306    E10+           Sony
## 2307       M           Sony
## 2308       E           Sony
## 2309       T           Sony
## 2310       E       Nintendo
## 2312       M       Nintendo
## 2313       T      Microsoft
## 2314       M             PC
## 2315       M             PC
## 2317       E             PC
## 2319       M           Sony
## 2320       E       Nintendo
## 2321       T           Sony
## 2323       M           Sony
## 2324       M             PC
## 2325       M             PC
## 2326       E           Sony
## 2327       E       Nintendo
## 2328       E           Sony
## 2329       M      Microsoft
## 2331       E      Microsoft
## 2333       E           Sony
## 2334       M       Nintendo
## 2335       M      Microsoft
## 2336       M      Microsoft
## 2337       E           Sony
## 2338       M           Sony
## 2339       T           Sony
## 2340       M           Sony
## 2341       T           Sony
## 2342       M      Microsoft
## 2343       T           Sony
## 2345       M           Sony
## 2346       T      Microsoft
## 2348       T       Nintendo
## 2349       M      Microsoft
## 2350       M      Microsoft
## 2351       M      Microsoft
## 2353       M      Microsoft
## 2355    E10+       Nintendo
## 2356       T           Sony
## 2357       M           Sony
## 2360       E       Nintendo
## 2361       T           Sony
## 2362       T           Sony
## 2364       M             PC
## 2365       E      Microsoft
## 2369    E10+       Nintendo
## 2373    E10+      Microsoft
## 2374       M           Sony
## 2375       M           Sony
## 2376    E10+           Sony
## 2377       M           Sony
## 2379       E       Nintendo
## 2380       M      Microsoft
## 2382    E10+       Nintendo
## 2383       M           Sony
## 2384       T      Microsoft
## 2386       E      Microsoft
## 2387       E           Sony
## 2389       M           Sony
## 2390       M           Sony
## 2391    E10+       Nintendo
## 2392       T           Sony
## 2393       M           Sony
## 2394    E10+           Sony
## 2395       E           Sony
## 2397       E      Microsoft
## 2399       E      Microsoft
## 2400       T           Sony
## 2401    E10+       Nintendo
## 2402       E      Microsoft
## 2404       E      Microsoft
## 2407       M      Microsoft
## 2408       M      Microsoft
## 2409       T      Microsoft
## 2410       E       Nintendo
## 2411       E           Sony
## 2413       E       Nintendo
## 2414       M           Sony
## 2415       T           Sony
## 2416       T      Microsoft
## 2417       T      Microsoft
## 2418       E           Sony
## 2419       M           Sony
## 2420       M      Microsoft
## 2422    E10+           Sony
## 2423       M             PC
## 2424       M           Sony
## 2426       M      Microsoft
## 2427       M       Nintendo
## 2428       M           Sony
## 2430       T           Sony
## 2431       T           Sony
## 2432       E             PC
## 2434    E10+       Nintendo
## 2435       T           Sony
## 2436       T       Nintendo
## 2437       T           Sony
## 2439       M      Microsoft
## 2442       M       Nintendo
## 2444    E10+       Nintendo
## 2445    E10+       Nintendo
## 2446    E10+       Nintendo
## 2449       E       Nintendo
## 2450    E10+           Sony
## 2451       M       Nintendo
## 2453       T      Microsoft
## 2455    E10+           Sony
## 2456       M             PC
## 2457       M           Sony
## 2459       M      Microsoft
## 2460       M      Microsoft
## 2461       M           Sony
## 2462       M           Sony
## 2463       E           Sony
## 2466       E      Microsoft
## 2468       M             PC
## 2469       E           Sony
## 2470       M           Sony
## 2471    E10+           Sony
## 2472       E           Sony
## 2474       T           Sony
## 2475       E       Nintendo
## 2479    E10+           Sony
## 2480       T      Microsoft
## 2484       E      Microsoft
## 2485    E10+       Nintendo
## 2490       M           Sony
## 2491       E      Microsoft
## 2492       T           Sony
## 2493       T           Sony
## 2494       M      Microsoft
## 2495       M      Microsoft
## 2496       M      Microsoft
## 2497       M             PC
## 2498       T           Sony
## 2499       T      Microsoft
## 2500       M           Sony
## 2501       M           Sony
## 2502       T           Sony
## 2503       T           Sony
## 2504    E10+      Microsoft
## 2505       E           Sony
## 2507       E       Nintendo
## 2509       E       Nintendo
## 2511       E           Sony
## 2512       M             PC
## 2514       M             PC
## 2515       T       Nintendo
## 2516       M           Sony
## 2517    E10+             PC
## 2519       T      Microsoft
## 2522       E           Sony
## 2523       T       Nintendo
## 2526       M           Sony
## 2530       T       Nintendo
## 2531       T       Nintendo
## 2532       M      Microsoft
## 2535       T           Sony
## 2537       M           Sony
## 2539       E           Sony
## 2544       M      Microsoft
## 2545       E           Sony
## 2546       T           Sony
## 2547       M      Microsoft
## 2553       M      Microsoft
## 2554    E10+      Microsoft
## 2555    E10+           Sony
## 2556       E      Microsoft
## 2558    E10+           Sony
## 2561       M             PC
## 2562       M             PC
## 2564       M      Microsoft
## 2565       T           Sony
## 2566       T           Sony
## 2567       E           Sony
## 2568       T           Sony
## 2570       T             PC
## 2573       T           Sony
## 2574    E10+       Nintendo
## 2575       T      Microsoft
## 2576       M             PC
## 2577       M       Nintendo
## 2582       T       Nintendo
## 2583    E10+       Nintendo
## 2584       E             PC
## 2585    E10+       Nintendo
## 2586       M           Sony
## 2589       M      Microsoft
## 2590       M             PC
## 2591       T           Sony
## 2595    E10+       Nintendo
## 2601       T      Microsoft
## 2602       E       Nintendo
## 2603       M      Microsoft
## 2604       E       Nintendo
## 2607    E10+       Nintendo
## 2608       M           Sony
## 2609       M             PC
## 2614       T       Nintendo
## 2615       T           Sony
## 2620       T      Microsoft
## 2623       M             PC
## 2627       T           Sony
## 2632       M      Microsoft
## 2634       E      Microsoft
## 2638       M      Microsoft
## 2639       M           Sony
## 2642       E       Nintendo
## 2654       E           Sony
## 2655       E             PC
## 2657       T       Nintendo
## 2660       M             PC
## 2663       T             PC
## 2665    E10+             PC
## 2670       T      Microsoft
## 2680       M             PC
## 2681       M           Sony
## 2685       T             PC
## 2687       M      Microsoft
## 2688       M           Sony
## 2689       T           Sony
## 2698       M      Microsoft
## 2700       T      Microsoft
## 2703       E           Sony
## 2714    E10+      Microsoft
## 2728       M             PC
## 2732       M      Microsoft
## 2734       E           Sony
## 2744       M             PC
## 2750       T           Sony
## 2769       M       Nintendo
## 2771    E10+       Nintendo
## 2774       M             PC
## 2776       E             PC
## 2797       T      Microsoft
## 2800       T             PC
## 2803       T             PC
## 2805       E             PC
## 2828       T             PC
## 2832       M      Microsoft
## 2833       T      Microsoft
## 2859       E           Sony
## 2867    E10+           Sony
## 2877       T             PC
## 2880       T      Microsoft
## 2887       M      Microsoft
## 2888       M           Sony
## 2889       E       Nintendo
## 2890       E       Nintendo
## 2891    E10+       Nintendo
## 2892       M      Microsoft
## 2893       M      Microsoft
## 2894       M           Sony
## 2895       T           Sony
## 2897       M           Sony
## 2898       M      Microsoft
## 2899       T           Sony
## 2900       T      Microsoft
## 2901       E      Microsoft
## 2903       M           Sony
## 2904       M      Microsoft
## 2906    E10+       Nintendo
## 2907       M             PC
## 2910       E           Sony
## 2911       M           Sony
## 2912       T             PC
## 2913       M           Sony
## 2916    E10+       Nintendo
## 2917       M             PC
## 2918       M           Sony
## 2919       M      Microsoft
## 2920       M      Microsoft
## 2921       E      Microsoft
## 2922       T           Sony
## 2923       E      Microsoft
## 2924       M           Sony
## 2925       M      Microsoft
## 2926       M      Microsoft
## 2927    E10+      Microsoft
## 2928       E      Microsoft
## 2929       M           Sony
## 2930       E           Sony
## 2931       E           Sony
## 2932       E           Sony
## 2933       M      Microsoft
## 2934    E10+      Microsoft
## 2935       T      Microsoft
## 2936       M           Sony
## 2937    E10+      Microsoft
## 2938       T           Sony
## 2939       T           Sony
## 2941    E10+       Nintendo
## 2942       M             PC
## 2943    E10+           Sony
## 2944    E10+       Nintendo
## 2945       M      Microsoft
## 2946       E           Sony
## 2947    E10+       Nintendo
## 2949       T           Sony
## 2950    E10+       Nintendo
## 2951       M      Microsoft
## 2952       E             PC
## 2953    E10+           Sony
## 2954       M           Sony
## 2955    E10+      Microsoft
## 2956       M      Microsoft
## 2957       M           Sony
## 2958       E       Nintendo
## 2959       T             PC
## 2960       M           Sony
## 2961       E      Microsoft
## 2962       M      Microsoft
## 2963       M           Sony
## 2964       T      Microsoft
## 2965       M      Microsoft
## 2966       T           Sony
## 2968       M           Sony
## 2969       M           Sony
## 2970       T      Microsoft
## 2972       T           Sony
## 2973       T       Nintendo
## 2974       E           Sony
## 2975       T           Sony
## 2976    E10+           Sony
## 2977       E      Microsoft
## 2978    E10+       Nintendo
## 2980    E10+       Nintendo
## 2981       T           Sony
## 2982       T      Microsoft
## 2983       M      Microsoft
## 2984       M           Sony
## 2985    E10+       Nintendo
## 2989       T           Sony
## 2990       T      Microsoft
## 2991    E10+      Microsoft
## 2992    E10+       Nintendo
## 2993       M      Microsoft
## 2994       E       Nintendo
## 2995    E10+           Sony
## 2996       E      Microsoft
## 2997       E       Nintendo
## 2998       M      Microsoft
## 2999    E10+      Microsoft
## 3000       M             PC
## 3001       E       Nintendo
## 3002       T           Sony
## 3003    E10+           Sony
## 3004    E10+       Nintendo
## 3005    E10+           Sony
## 3006    E10+      Microsoft
## 3008    E10+       Nintendo
## 3009       T           Sony
## 3010       M           Sony
## 3012       M           Sony
## 3014       E           Sony
## 3015       T           Sony
## 3016       T           Sony
## 3017    E10+      Microsoft
## 3018       M      Microsoft
## 3019       E           Sony
## 3020       T       Nintendo
## 3021       M           Sony
## 3022       M       Nintendo
## 3024       M           Sony
## 3025       M      Microsoft
## 3026       T           Sony
## 3027    E10+      Microsoft
## 3029       E      Microsoft
## 3031       T       Nintendo
## 3032    E10+             PC
## 3033       M           Sony
## 3034       E       Nintendo
## 3035       M             PC
## 3036       T           Sony
## 3037       M             PC
## 3038       T      Microsoft
## 3039       T           Sony
## 3041       E      Microsoft
## 3042       T      Microsoft
## 3043       M           Sony
## 3044    E10+      Microsoft
## 3045       T      Microsoft
## 3046       T      Microsoft
## 3047       T             PC
## 3048       E           Sony
## 3049       T             PC
## 3053       T       Nintendo
## 3054       E       Nintendo
## 3055       M             PC
## 3056       T             PC
## 3057    E10+           Sony
## 3058    E10+       Nintendo
## 3059       T           Sony
## 3061       E      Microsoft
## 3062       E       Nintendo
## 3064    E10+           Sony
## 3065       T           Sony
## 3066       M           Sony
## 3067       T             PC
## 3068       M             PC
## 3069       M             PC
## 3070       E           Sony
## 3071       M           Sony
## 3072    E10+           Sony
## 3073    E10+       Nintendo
## 3074    E10+       Nintendo
## 3075       T           Sony
## 3076       E           Sony
## 3077    E10+      Microsoft
## 3078       M      Microsoft
## 3079    E10+           Sony
## 3080       M           Sony
## 3081       E           Sony
## 3082    E10+       Nintendo
## 3083       E      Microsoft
## 3085       T      Microsoft
## 3086       M      Microsoft
## 3090       T             PC
## 3091       M           Sony
## 3092    E10+           Sony
## 3093       E      Microsoft
## 3096       T           Sony
## 3098       E      Microsoft
## 3099       T      Microsoft
## 3100       M      Microsoft
## 3101       E       Nintendo
## 3102       E       Nintendo
## 3103       T           Sony
## 3104       T      Microsoft
## 3105       M       Nintendo
## 3106    E10+       Nintendo
## 3107    E10+       Nintendo
## 3109       T           Sony
## 3110       E       Nintendo
## 3113       M      Microsoft
## 3114       M           Sony
## 3115       E           Sony
## 3119       E      Microsoft
## 3120       M           Sony
## 3121       M           Sony
## 3122       T       Nintendo
## 3123       M      Microsoft
## 3124       M           Sony
## 3125       E           Sony
## 3128    E10+      Microsoft
## 3130       E       Nintendo
## 3137       E      Microsoft
## 3138       T           Sony
## 3139       E      Microsoft
## 3140       M             PC
## 3144       T      Microsoft
## 3146       E       Nintendo
## 3147       E       Nintendo
## 3150    E10+       Nintendo
## 3152       T       Nintendo
## 3153       M      Microsoft
## 3154       T           Sony
## 3155       T       Nintendo
## 3157       M             PC
## 3159       E       Nintendo
## 3163       M             PC
## 3164       T      Microsoft
## 3166       T             PC
## 3171       E       Nintendo
## 3173       T           Sony
## 3174       T       Nintendo
## 3175       T      Microsoft
## 3177       T           Sony
## 3178       T       Nintendo
## 3181       T      Microsoft
## 3182       T      Microsoft
## 3185       T       Nintendo
## 3187       E       Nintendo
## 3190       M             PC
## 3192       T      Microsoft
## 3193       M           Sony
## 3194       T           Sony
## 3195       M           Sony
## 3200       M             PC
## 3201    E10+           Sony
## 3202       E           Sony
## 3204       M      Microsoft
## 3206       E       Nintendo
## 3207       T       Nintendo
## 3209       T       Nintendo
## 3210       E      Microsoft
## 3211       E      Microsoft
## 3212       T           Sony
## 3213       T       Nintendo
## 3215    E10+      Microsoft
## 3218    E10+           Sony
## 3220       T           Sony
## 3222       M           Sony
## 3224       T             PC
## 3226       M      Microsoft
## 3227       T      Microsoft
## 3228       T           Sony
## 3230    E10+           Sony
## 3231       E      Microsoft
## 3234       E           Sony
## 3236    E10+       Nintendo
## 3237       M      Microsoft
## 3238       E           Sony
## 3240       M           Sony
## 3241       T             PC
## 3244       E      Microsoft
## 3245       M      Microsoft
## 3246    E10+           Sony
## 3248       T           Sony
## 3253    E10+             PC
## 3255       M           Sony
## 3257       T      Microsoft
## 3259       M             PC
## 3262       T       Nintendo
## 3264       T           Sony
## 3266       M             PC
## 3267       T      Microsoft
## 3269    E10+      Microsoft
## 3270       T      Microsoft
## 3271       T           Sony
## 3273       T      Microsoft
## 3277       T             PC
## 3280       E      Microsoft
## 3283       E           Sony
## 3285       T       Nintendo
## 3287    E10+           Sony
## 3292       E       Nintendo
## 3293       T           Sony
## 3294       T       Nintendo
## 3295    E10+           Sony
## 3297    E10+           Sony
## 3299       M             PC
## 3300       M      Microsoft
## 3307       E       Nintendo
## 3310    E10+           Sony
## 3312       T       Nintendo
## 3313       T      Microsoft
## 3314       E       Nintendo
## 3316       M             PC
## 3318       E           Sony
## 3321       M             PC
## 3323       T           Sony
## 3326    E10+           Sony
## 3328       T           Sony
## 3330       M           Sony
## 3331       E           Sony
## 3334       T           Sony
## 3337    E10+       Nintendo
## 3339       E       Nintendo
## 3341       T       Nintendo
## 3346       E             PC
## 3349       T      Microsoft
## 3350       M           Sony
## 3351       M             PC
## 3352    E10+           Sony
## 3353       M      Microsoft
## 3357       T           Sony
## 3358       T             PC
## 3362       T           Sony
## 3365    E10+       Nintendo
## 3366       T             PC
## 3368       T           Sony
## 3371       M           Sony
## 3374    E10+           Sony
## 3376       T             PC
## 3379    E10+           Sony
## 3380       T      Microsoft
## 3382       E           Sony
## 3385       M           Sony
## 3386       T           Sony
## 3387       E           Sony
## 3389       T       Nintendo
## 3390       T             PC
## 3391       E       Nintendo
## 3392    E10+       Nintendo
## 3393       T       Nintendo
## 3395       T      Microsoft
## 3397       T      Microsoft
## 3403       E             PC
## 3404       M             PC
## 3408       T       Nintendo
## 3410       M             PC
## 3412    E10+       Nintendo
## 3413       T             PC
## 3415    E10+      Microsoft
## 3419       T       Nintendo
## 3425       M      Microsoft
## 3429       E       Nintendo
## 3430       T           Sony
## 3431       T             PC
## 3434    E10+       Nintendo
## 3435       T      Microsoft
## 3438       T           Sony
## 3439       E       Nintendo
## 3444       E       Nintendo
## 3448       T      Microsoft
## 3451       E       Nintendo
## 3454       M             PC
## 3456       T      Microsoft
## 3462       T      Microsoft
## 3468       E           Sony
## 3471       T           Sony
## 3472    E10+       Nintendo
## 3474    E10+      Microsoft
## 3477       T      Microsoft
## 3492       T           Sony
## 3493       T      Microsoft
## 3494    E10+       Nintendo
## 3495    E10+           Sony
## 3497       T           Sony
## 3498       M           Sony
## 3499       T       Nintendo
## 3510       M             PC
## 3512       T       Nintendo
## 3520       T             PC
## 3521       T      Microsoft
## 3528       E       Nintendo
## 3529       M             PC
## 3530       T           Sony
## 3535       E       Nintendo
## 3539       M           Sony
## 3544       M      Microsoft
## 3545       E      Microsoft
## 3547       T           Sony
## 3548       E             PC
## 3551       T       Nintendo
## 3559    E10+      Microsoft
## 3561       T      Microsoft
## 3577    E10+       Nintendo
## 3579       T       Nintendo
## 3587       T       Nintendo
## 3588       E       Nintendo
## 3594    E10+       Nintendo
## 3595    E10+      Microsoft
## 3597       T           Sony
## 3598       M      Microsoft
## 3601       M             PC
## 3602       E      Microsoft
## 3606       M           Sony
## 3610    E10+      Microsoft
## 3611       M       Nintendo
## 3614    E10+           Sony
## 3616       T      Microsoft
## 3622       E       Nintendo
## 3623       T           Sony
## 3629       T       Nintendo
## 3630       M             PC
## 3631       E       Nintendo
## 3633    E10+           Sony
## 3635       T             PC
## 3637    E10+       Nintendo
## 3638       T       Nintendo
## 3647       M           Sony
## 3652       M      Microsoft
## 3655       E             PC
## 3659       M             PC
## 3663       M      Microsoft
## 3665       T             PC
## 3678    E10+           Sony
## 3694       M             PC
## 3704       T      Microsoft
## 3705       T           Sony
## 3709    E10+      Microsoft
## 3710       E             PC
## 3715       E       Nintendo
## 3721       T           Sony
## 3726    E10+             PC
## 3732    E10+             PC
## 3737       M             PC
## 3747    E10+       Nintendo
## 3758       E             PC
## 3762       T             PC
## 3763       T             PC
## 3766       M             PC
## 3767       E             PC
## 3769       T       Nintendo
## 3789       E             PC
## 3803       M           Sony
## 3820       E             PC
## 3821       T       Nintendo
## 3824       T             PC
## 3831       T             PC
## 3837    E10+             PC
## 3838       M             PC
## 3840    E10+             PC
## 3847       M             PC
## 3853      RP             PC
## 3872       T             PC
## 3879    E10+             PC
## 3896       T             PC
## 3898       T             PC
## 3931    E10+             PC
## 3954       M           Sony
## 3957       E      Microsoft
## 3974       M             PC
## 3977       M             PC
## 3991       T             PC
## 4021       T             PC
## 4022    E10+             PC
## 4023       E      Microsoft
## 4025       M      Microsoft
## 4026       M           Sony
## 4027       E           Sony
## 4028       M      Microsoft
## 4029    E10+       Nintendo
## 4030       E       Nintendo
## 4031       E       Nintendo
## 4033       M           Sony
## 4034       E       Nintendo
## 4035       M      Microsoft
## 4036    E10+      Microsoft
## 4037       M      Microsoft
## 4038       E           Sony
## 4040       T             PC
## 4041       M           Sony
## 4042    E10+       Nintendo
## 4043       M      Microsoft
## 4044    E10+           Sony
## 4045       E      Microsoft
## 4046       M      Microsoft
## 4047       M      Microsoft
## 4048       T      Microsoft
## 4049       M           Sony
## 4050       M      Microsoft
## 4051       M           Sony
## 4052       E       Nintendo
## 4053       M           Sony
## 4054       M           Sony
## 4055       M           Sony
## 4056    E10+           Sony
## 4057       E      Microsoft
## 4058       E       Nintendo
## 4059       T      Microsoft
## 4060       M      Microsoft
## 4062       E       Nintendo
## 4063    E10+       Nintendo
## 4065       E           Sony
## 4066       E           Sony
## 4067       E      Microsoft
## 4068    E10+       Nintendo
## 4069       T      Microsoft
## 4071    E10+      Microsoft
## 4072       M      Microsoft
## 4073       T      Microsoft
## 4074       E      Microsoft
## 4075       T             PC
## 4076       E       Nintendo
## 4077       T           Sony
## 4079    E10+           Sony
## 4083       T           Sony
## 4084       T           Sony
## 4086       E       Nintendo
## 4087       E           Sony
## 4088       M           Sony
## 4089       T       Nintendo
## 4090       T             PC
## 4091       E       Nintendo
## 4092    E10+             PC
## 4093       E      Microsoft
## 4094       M      Microsoft
## 4095    E10+      Microsoft
## 4096       M      Microsoft
## 4097       M           Sony
## 4099       T           Sony
## 4100       M      Microsoft
## 4101       M           Sony
## 4102    E10+       Nintendo
## 4104       T      Microsoft
## 4105       E      Microsoft
## 4106       E       Nintendo
## 4107       T           Sony
## 4110       M       Nintendo
## 4111       M           Sony
## 4112       T       Nintendo
## 4113       E           Sony
## 4114       T      Microsoft
## 4115       T      Microsoft
## 4116       E      Microsoft
## 4118    E10+           Sony
## 4119       E       Nintendo
## 4120       E       Nintendo
## 4121       E       Nintendo
## 4122       E             PC
## 4123       E           Sony
## 4124       T           Sony
## 4125       E           Sony
## 4126       M             PC
## 4127       M      Microsoft
## 4129       E           Sony
## 4130       M      Microsoft
## 4131       M           Sony
## 4132       E      Microsoft
## 4133       T           Sony
## 4134       M           Sony
## 4136       E       Nintendo
## 4138       M      Microsoft
## 4139       M      Microsoft
## 4140       M           Sony
## 4143    E10+       Nintendo
## 4144       M           Sony
## 4145       T           Sony
## 4148       T       Nintendo
## 4149       M      Microsoft
## 4151       T           Sony
## 4153    E10+       Nintendo
## 4155       E      Microsoft
## 4156       M      Microsoft
## 4157       E           Sony
## 4159       T       Nintendo
## 4161       E      Microsoft
## 4162       T      Microsoft
## 4163       T      Microsoft
## 4164       T      Microsoft
## 4166       E      Microsoft
## 4168       E           Sony
## 4169       M           Sony
## 4170       E           Sony
## 4171       T      Microsoft
## 4173       T           Sony
## 4174       T           Sony
## 4176       E           Sony
## 4178       T      Microsoft
## 4179    E10+       Nintendo
## 4184       T       Nintendo
## 4186       T           Sony
## 4187    E10+       Nintendo
## 4188       T           Sony
## 4190    E10+      Microsoft
## 4191       E       Nintendo
## 4193       T           Sony
## 4194       E           Sony
## 4195    E10+           Sony
## 4196       M             PC
## 4199       T           Sony
## 4200       T      Microsoft
## 4201       T           Sony
## 4202    E10+           Sony
## 4204       E       Nintendo
## 4205       E       Nintendo
## 4208       M      Microsoft
## 4209       T             PC
## 4210       T           Sony
## 4211       M           Sony
## 4217       T           Sony
## 4218       T      Microsoft
## 4220       T       Nintendo
## 4221       T           Sony
## 4222       T       Nintendo
## 4223       T      Microsoft
## 4224       T       Nintendo
## 4226       M           Sony
## 4227       M           Sony
## 4228       E      Microsoft
## 4229    E10+       Nintendo
## 4232       T      Microsoft
## 4233    E10+      Microsoft
## 4236    E10+           Sony
## 4237       M           Sony
## 4239    E10+      Microsoft
## 4241       T           Sony
## 4242       E      Microsoft
## 4243       T       Nintendo
## 4248       T           Sony
## 4249       E       Nintendo
## 4250       E       Nintendo
## 4251       T           Sony
## 4252       M             PC
## 4256       T      Microsoft
## 4257       T           Sony
## 4259       E       Nintendo
## 4260       M      Microsoft
## 4261       T       Nintendo
## 4262       T           Sony
## 4263       T           Sony
## 4264       T       Nintendo
## 4265       T           Sony
## 4267       E           Sony
## 4270       E      Microsoft
## 4271       T           Sony
## 4272       M           Sony
## 4273       E      Microsoft
## 4274    E10+       Nintendo
## 4276       T           Sony
## 4284       M             PC
## 4287       T      Microsoft
## 4290       E       Nintendo
## 4291       E           Sony
## 4292       T             PC
## 4293    E10+       Nintendo
## 4297       T      Microsoft
## 4299       E       Nintendo
## 4301       T           Sony
## 4302       T           Sony
## 4305       T           Sony
## 4306       T           Sony
## 4307    E10+       Nintendo
## 4309       M           Sony
## 4311       T           Sony
## 4312       E       Nintendo
## 4313    E10+       Nintendo
## 4316       M      Microsoft
## 4317       T           Sony
## 4321       T           Sony
## 4322       E           Sony
## 4323       T           Sony
## 4327       T      Microsoft
## 4328    E10+       Nintendo
## 4329       T           Sony
## 4330       T      Microsoft
## 4331       E       Nintendo
## 4333       M             PC
## 4334       M       Nintendo
## 4335       M             PC
## 4336       T           Sony
## 4337       E           Sony
## 4338       E      Microsoft
## 4339       M      Microsoft
## 4341       T           Sony
## 4342       E           Sony
## 4343       E      Microsoft
## 4345       T       Nintendo
## 4346       E           Sony
## 4353    E10+             PC
## 4354       T           Sony
## 4355       T           Sony
## 4356       T       Nintendo
## 4357       T      Microsoft
## 4360       T      Microsoft
## 4362       T           Sony
## 4363       T      Microsoft
## 4365    E10+      Microsoft
## 4366       E           Sony
## 4370       T           Sony
## 4372       T           Sony
## 4373       T      Microsoft
## 4377    E10+      Microsoft
## 4380       T       Nintendo
## 4381       T           Sony
## 4384       M           Sony
## 4387       M           Sony
## 4388       T      Microsoft
## 4389    E10+       Nintendo
## 4390       T           Sony
## 4391    E10+             PC
## 4392       T      Microsoft
## 4393       T           Sony
## 4395       E       Nintendo
## 4397       T      Microsoft
## 4399       M           Sony
## 4402    E10+       Nintendo
## 4403    E10+       Nintendo
## 4405       T      Microsoft
## 4406    E10+       Nintendo
## 4409       E       Nintendo
## 4410       T           Sony
## 4411       M      Microsoft
## 4413       T           Sony
## 4416       T       Nintendo
## 4417       T           Sony
## 4423       M           Sony
## 4424       E           Sony
## 4427       E      Microsoft
## 4429       T      Microsoft
## 4433       T       Nintendo
## 4435    E10+       Nintendo
## 4437       T             PC
## 4443       T      Microsoft
## 4447    E10+      Microsoft
## 4450       E       Nintendo
## 4452       M      Microsoft
## 4455       T           Sony
## 4456       E      Microsoft
## 4460       T             PC
## 4462       T           Sony
## 4464    E10+       Nintendo
## 4467       E           Sony
## 4469       E       Nintendo
## 4472    E10+       Nintendo
## 4474       M             PC
## 4475       T       Nintendo
## 4477       E           Sony
## 4479       M           Sony
## 4481       T       Nintendo
## 4483       T       Nintendo
## 4488       E       Nintendo
## 4497       E       Nintendo
## 4499       E           Sony
## 4505       E           Sony
## 4506       T       Nintendo
## 4509    E10+           Sony
## 4512       T           Sony
## 4515       T      Microsoft
## 4516       T       Nintendo
## 4518       E           Sony
## 4519       M      Microsoft
## 4522    E10+           Sony
## 4523       T      Microsoft
## 4524       E      Microsoft
## 4526       T      Microsoft
## 4527       T           Sony
## 4532    E10+       Nintendo
## 4534       M           Sony
## 4535       M             PC
## 4536    E10+      Microsoft
## 4539    E10+           Sony
## 4541    E10+             PC
## 4542       M           Sony
## 4544       T      Microsoft
## 4547       E             PC
## 4548    E10+       Nintendo
## 4549       M           Sony
## 4556       T           Sony
## 4558       E           Sony
## 4559       T             PC
## 4560    E10+      Microsoft
## 4566       M           Sony
## 4569    E10+       Nintendo
## 4572       E      Microsoft
## 4573    E10+      Microsoft
## 4574       E      Microsoft
## 4575       E             PC
## 4577       M      Microsoft
## 4582    E10+           Sony
## 4583       T      Microsoft
## 4584       M           Sony
## 4593       T           Sony
## 4595       E      Microsoft
## 4599       M      Microsoft
## 4605       T      Microsoft
## 4608       T      Microsoft
## 4610       T      Microsoft
## 4612       E           Sony
## 4619       T      Microsoft
## 4624       M             PC
## 4625       M      Microsoft
## 4626    E10+       Nintendo
## 4638    E10+      Microsoft
## 4639    E10+       Nintendo
## 4641       M             PC
## 4642    E10+           Sony
## 4644    E10+           Sony
## 4646       T           Sony
## 4650       T           Sony
## 4660       T           Sony
## 4664       T           Sony
## 4667    E10+      Microsoft
## 4668       M             PC
## 4669       E      Microsoft
## 4680       M      Microsoft
## 4689       T      Microsoft
## 4699       T           Sony
## 4705       M             PC
## 4706       M           Sony
## 4710       T       Nintendo
## 4711       E           Sony
## 4713    E10+      Microsoft
## 4718       T           Sony
## 4725       T           Sony
## 4728       T      Microsoft
## 4731    E10+           Sony
## 4733    E10+       Nintendo
## 4737       T             PC
## 4739    E10+       Nintendo
## 4743       M      Microsoft
## 4747    E10+           Sony
## 4749       M       Nintendo
## 4750       T           Sony
## 4753       E           Sony
## 4754       T      Microsoft
## 4762       T      Microsoft
## 4764    E10+      Microsoft
## 4766       M             PC
## 4768       T           Sony
## 4770       T       Nintendo
## 4784       T             PC
## 4786    E10+      Microsoft
## 4795    E10+      Microsoft
## 4804       T      Microsoft
## 4818       T           Sony
## 4820       T           Sony
## 4822       T           Sony
## 4824       M      Microsoft
## 4831       T           Sony
## 4833    E10+       Nintendo
## 4834       T       Nintendo
## 4843       E             PC
## 4875    E10+      Microsoft
## 4876       M           Sony
## 4880       T             PC
## 4908       T             PC
## 4914       T       Nintendo
## 4924    E10+             PC
## 4930       E             PC
## 4942       E       Nintendo
## 4952       E             PC
## 4959       T             PC
## 4967       T      Microsoft
## 4968       T             PC
## 4972       T           Sony
## 4976       M      Microsoft
## 4983       E       Nintendo
## 4992       M             PC
## 4995    E10+             PC
## 4997       E             PC
## 4999       T      Microsoft
## 5011       T      Microsoft
## 5013    E10+             PC
## 5016    E10+       Nintendo
## 5025       E             PC
## 5029       M             PC
## 5053       M             PC
## 5058       T             PC
## 5059       T             PC
## 5064       T           Sony
## 5087       T             PC
## 5096       T             PC
## 5105    E10+             PC
## 5111       M             PC
## 5116       M             PC
## 5118       T             PC
## 5136       E             PC
## 5138       T             PC
## 5176       M           Sony
## 5187       T             PC
## 5192       T             PC
## 5210       T             PC
## 5212       T             PC
## 5273    E10+           Sony
## 5278       E       Nintendo
## 5279       E       Nintendo
## 5280       E       Nintendo
## 5281       M      Microsoft
## 5283       M           Sony
## 5284       T             PC
## 5285    E10+       Nintendo
## 5286       T           Sony
## 5287       M      Microsoft
## 5288    E10+       Nintendo
## 5289       M           Sony
## 5290       E      Microsoft
## 5291       T           Sony
## 5292       M      Microsoft
## 5293       M           Sony
## 5295       T           Sony
## 5296       T           Sony
## 5297       M      Microsoft
## 5298       E       Nintendo
## 5301       E           Sony
## 5302       M      Microsoft
## 5303       T      Microsoft
## 5305       M      Microsoft
## 5306    E10+       Nintendo
## 5308       M           Sony
## 5309       T      Microsoft
## 5310       T           Sony
## 5311       E      Microsoft
## 5312       T           Sony
## 5313    E10+       Nintendo
## 5314       E           Sony
## 5315       T      Microsoft
## 5316       E      Microsoft
## 5317       M           Sony
## 5319       M      Microsoft
## 5320    E10+           Sony
## 5321       E           Sony
## 5322       E           Sony
## 5323    E10+           Sony
## 5325       T       Nintendo
## 5326    E10+       Nintendo
## 5327       E       Nintendo
## 5328       M           Sony
## 5329       T      Microsoft
## 5331    E10+       Nintendo
## 5332       E      Microsoft
## 5333       E       Nintendo
## 5335       E       Nintendo
## 5336       M           Sony
## 5337       T           Sony
## 5338       T       Nintendo
## 5343       M           Sony
## 5345       E       Nintendo
## 5346       T       Nintendo
## 5347       T           Sony
## 5351    E10+      Microsoft
## 5352       T      Microsoft
## 5353    E10+       Nintendo
## 5355       E       Nintendo
## 5356       E       Nintendo
## 5357       E       Nintendo
## 5358       M       Nintendo
## 5359       M      Microsoft
## 5360       T      Microsoft
## 5361       T      Microsoft
## 5362       E       Nintendo
## 5363       E       Nintendo
## 5364       M           Sony
## 5365       M           Sony
## 5366       M           Sony
## 5368       E       Nintendo
## 5369       T           Sony
## 5370       E           Sony
## 5372       T      Microsoft
## 5373    E10+       Nintendo
## 5374       T           Sony
## 5375       M           Sony
## 5376       T           Sony
## 5377       T           Sony
## 5378    E10+       Nintendo
## 5379       T      Microsoft
## 5380       T             PC
## 5383       E       Nintendo
## 5385       M           Sony
## 5386       T      Microsoft
## 5387       M       Nintendo
## 5388       T      Microsoft
## 5389       E       Nintendo
## 5390       T           Sony
## 5391    E10+      Microsoft
## 5393    E10+       Nintendo
## 5394       T           Sony
## 5395       E           Sony
## 5397       E       Nintendo
## 5399       E      Microsoft
## 5400       M      Microsoft
## 5401    E10+       Nintendo
## 5403       E      Microsoft
## 5404       M           Sony
## 5405    E10+       Nintendo
## 5406       T       Nintendo
## 5407       M      Microsoft
## 5408       M      Microsoft
## 5411       M           Sony
## 5412       T      Microsoft
## 5414       E           Sony
## 5415       T           Sony
## 5416       M           Sony
## 5417    E10+           Sony
## 5418       M             PC
## 5419       M           Sony
## 5420       E       Nintendo
## 5421       T           Sony
## 5422       M      Microsoft
## 5424    E10+       Nintendo
## 5425    E10+       Nintendo
## 5426       M           Sony
## 5427       M       Nintendo
## 5428       T           Sony
## 5429       E           Sony
## 5430       T           Sony
## 5431    E10+       Nintendo
## 5433       E      Microsoft
## 5434       E           Sony
## 5435       T      Microsoft
## 5437       E           Sony
## 5438       T      Microsoft
## 5439       T       Nintendo
## 5440       M      Microsoft
## 5441    E10+      Microsoft
## 5442       T      Microsoft
## 5443    E10+           Sony
## 5444       E           Sony
## 5445       M       Nintendo
## 5448       T           Sony
## 5449       T           Sony
## 5450       T       Nintendo
## 5451    E10+       Nintendo
## 5452       E       Nintendo
## 5455       T           Sony
## 5456    E10+           Sony
## 5457       M           Sony
## 5458       E           Sony
## 5459       M           Sony
## 5461       T           Sony
## 5462       T       Nintendo
## 5464       T       Nintendo
## 5465       E       Nintendo
## 5466       E           Sony
## 5467       E      Microsoft
## 5470       T       Nintendo
## 5472    E10+       Nintendo
## 5475       T           Sony
## 5477       E       Nintendo
## 5479    E10+      Microsoft
## 5481       E      Microsoft
## 5483       E       Nintendo
## 5484    E10+       Nintendo
## 5487       T      Microsoft
## 5488       M           Sony
## 5489       M           Sony
## 5491       T      Microsoft
## 5494       T           Sony
## 5496       E       Nintendo
## 5497       M           Sony
## 5498       T       Nintendo
## 5499    E10+           Sony
## 5501    E10+      Microsoft
## 5502       M           Sony
## 5503       E      Microsoft
## 5504       E       Nintendo
## 5506    E10+           Sony
## 5507       M      Microsoft
## 5508       T       Nintendo
## 5511    E10+           Sony
## 5512       E       Nintendo
## 5514       T       Nintendo
## 5515       T      Microsoft
## 5517    E10+       Nintendo
## 5519       T             PC
## 5520       T           Sony
## 5521    E10+           Sony
## 5523       T       Nintendo
## 5525    E10+           Sony
## 5526    E10+       Nintendo
## 5527    E10+      Microsoft
## 5528       T           Sony
## 5530       M      Microsoft
## 5531       T      Microsoft
## 5532       T           Sony
## 5533       E           Sony
## 5534       M      Microsoft
## 5539       T       Nintendo
## 5540       T           Sony
## 5541       M      Microsoft
## 5542       E           Sony
## 5543       E       Nintendo
## 5545       T      Microsoft
## 5547       E       Nintendo
## 5548       T       Nintendo
## 5549       M             PC
## 5550       T           Sony
## 5551       T      Microsoft
## 5552       M      Microsoft
## 5556       E       Nintendo
## 5558    E10+       Nintendo
## 5561       T           Sony
## 5563       M           Sony
## 5568       E       Nintendo
## 5569       M           Sony
## 5570       M             PC
## 5572       M       Nintendo
## 5573       M       Nintendo
## 5575    E10+       Nintendo
## 5576    E10+           Sony
## 5578       E       Nintendo
## 5582       T           Sony
## 5585       E       Nintendo
## 5586       E      Microsoft
## 5590    E10+       Nintendo
## 5591    E10+       Nintendo
## 5592       T       Nintendo
## 5593    E10+       Nintendo
## 5594       E       Nintendo
## 5600    E10+       Nintendo
## 5601       T           Sony
## 5602    E10+           Sony
## 5610       E       Nintendo
## 5611       T      Microsoft
## 5613    E10+           Sony
## 5615    E10+       Nintendo
## 5624       E           Sony
## 5625    E10+       Nintendo
## 5626       E       Nintendo
## 5637    E10+       Nintendo
## 5638       E       Nintendo
## 5639       E       Nintendo
## 5642       T      Microsoft
## 5644       T       Nintendo
## 5646       T      Microsoft
## 5651       T             PC
## 5653       E           Sony
## 5654    E10+       Nintendo
## 5655       T           Sony
## 5659       E      Microsoft
## 5661    E10+       Nintendo
## 5662    E10+       Nintendo
## 5664       E       Nintendo
## 5665       T       Nintendo
## 5666       M      Microsoft
## 5667    E10+       Nintendo
## 5668       T       Nintendo
## 5670       M             PC
## 5672       M           Sony
## 5673    E10+       Nintendo
## 5674       M           Sony
## 5675       T      Microsoft
## 5676    E10+       Nintendo
## 5680       E           Sony
## 5682       T           Sony
## 5683    E10+       Nintendo
## 5684    E10+       Nintendo
## 5686       T      Microsoft
## 5690    E10+           Sony
## 5691    E10+       Nintendo
## 5692       T           Sony
## 5693       T           Sony
## 5696       E           Sony
## 5699       M      Microsoft
## 5701       E      Microsoft
## 5702       E           Sony
## 5705    E10+           Sony
## 5709       T      Microsoft
## 5711       T       Nintendo
## 5712       T      Microsoft
## 5713       T             PC
## 5716    E10+           Sony
## 5721       T           Sony
## 5722       T           Sony
## 5724       T           Sony
## 5725    E10+      Microsoft
## 5729       E      Microsoft
## 5731       E       Nintendo
## 5735    E10+           Sony
## 5737       T      Microsoft
## 5741       E       Nintendo
## 5742       T      Microsoft
## 5744    E10+      Microsoft
## 5746    E10+      Microsoft
## 5747       T       Nintendo
## 5748       T           Sony
## 5751       M           Sony
## 5752       M      Microsoft
## 5754    E10+       Nintendo
## 5756       M       Nintendo
## 5757       T      Microsoft
## 5758       M      Microsoft
## 5760       T       Nintendo
## 5761       T       Nintendo
## 5762       M      Microsoft
## 5763       E           Sony
## 5765       T           Sony
## 5766       M       Nintendo
## 5767    E10+       Nintendo
## 5768       T           Sony
## 5776       T      Microsoft
## 5777       T       Nintendo
## 5781       E       Nintendo
## 5782       E           Sony
## 5790       E       Nintendo
## 5796    E10+       Nintendo
## 5799    E10+           Sony
## 5803       T           Sony
## 5809       T       Nintendo
## 5810       T       Nintendo
## 5811       T           Sony
## 5812       M           Sony
## 5816       E           Sony
## 5817       E           Sony
## 5818       T           Sony
## 5821       E      Microsoft
## 5823       T      Microsoft
## 5824       T      Microsoft
## 5828       M      Microsoft
## 5829       T       Nintendo
## 5830       M      Microsoft
## 5831       E           Sony
## 5833       E       Nintendo
## 5840       T      Microsoft
## 5846       T           Sony
## 5850    E10+           Sony
## 5853    E10+           Sony
## 5854       T           Sony
## 5855       T           Sony
## 5856    E10+      Microsoft
## 5858       T      Microsoft
## 5859       T       Nintendo
## 5865       E      Microsoft
## 5867    E10+      Microsoft
## 5868       M      Microsoft
## 5871       E      Microsoft
## 5872       M       Nintendo
## 5873       E       Nintendo
## 5874       T           Sony
## 5875       M      Microsoft
## 5878       T      Microsoft
## 5885       E       Nintendo
## 5888    E10+       Nintendo
## 5889       T       Nintendo
## 5890    E10+       Nintendo
## 5896       M           Sony
## 5898    E10+       Nintendo
## 5906    E10+       Nintendo
## 5908       E       Nintendo
## 5909       T           Sony
## 5910       E       Nintendo
## 5911    E10+       Nintendo
## 5912       T       Nintendo
## 5914       M           Sony
## 5919       M      Microsoft
## 5924    E10+           Sony
## 5928       E       Nintendo
## 5935    E10+           Sony
## 5936       E       Nintendo
## 5939    E10+           Sony
## 5942       M             PC
## 5943       T           Sony
## 5946    E10+       Nintendo
## 5948       M      Microsoft
## 5950       E           Sony
## 5952       E      Microsoft
## 5954       M           Sony
## 5961    E10+      Microsoft
## 5962       M      Microsoft
## 5965       M           Sony
## 5966    E10+      Microsoft
## 5973       T      Microsoft
## 5974       M      Microsoft
## 5977       E       Nintendo
## 5978       T           Sony
## 5982       T           Sony
## 5988       T      Microsoft
## 5990    E10+      Microsoft
## 5992       M      Microsoft
## 5993       E      Microsoft
## 5998    E10+           Sony
## 6000    E10+       Nintendo
## 6001       T           Sony
## 6015    E10+      Microsoft
## 6018       T           Sony
## 6022       E           Sony
## 6024       T           Sony
## 6027    E10+           Sony
## 6030       M             PC
## 6032       M      Microsoft
## 6033       M             PC
## 6036       T      Microsoft
## 6037       T       Nintendo
## 6040    E10+       Nintendo
## 6043       M           Sony
## 6047    E10+       Nintendo
## 6048       M           Sony
## 6049       T       Nintendo
## 6051    E10+           Sony
## 6062       T           Sony
## 6063       T      Microsoft
## 6065    E10+       Nintendo
## 6067       T      Microsoft
## 6070    E10+      Microsoft
## 6072       T           Sony
## 6073       M           Sony
## 6076    E10+       Nintendo
## 6079    E10+      Microsoft
## 6080       E       Nintendo
## 6084       E       Nintendo
## 6090       M           Sony
## 6092    E10+       Nintendo
## 6094       T      Microsoft
## 6097    E10+           Sony
## 6099    E10+      Microsoft
## 6102       E       Nintendo
## 6103    E10+           Sony
## 6106       T       Nintendo
## 6107    E10+      Microsoft
## 6108       T       Nintendo
## 6116    E10+       Nintendo
## 6122    E10+           Sony
## 6123       T           Sony
## 6124       E       Nintendo
## 6125       M      Microsoft
## 6132       T             PC
## 6137    E10+       Nintendo
## 6139       E           Sony
## 6144       M       Nintendo
## 6147       T       Nintendo
## 6154       E             PC
## 6156       T       Nintendo
## 6162       T       Nintendo
## 6163       M           Sony
## 6168       T           Sony
## 6170       E       Nintendo
## 6172    E10+       Nintendo
## 6174    E10+       Nintendo
## 6180       M      Microsoft
## 6182       M           Sony
## 6184    E10+             PC
## 6186       T      Microsoft
## 6187       E           Sony
## 6192       T       Nintendo
## 6195       T           Sony
## 6196       T           Sony
## 6198    E10+           Sony
## 6202       M           Sony
## 6212       M           Sony
## 6213       E       Nintendo
## 6216       M      Microsoft
## 6218       E      Microsoft
## 6226       T       Nintendo
## 6234       T       Nintendo
## 6237       M           Sony
## 6240    E10+      Microsoft
## 6245       E           Sony
## 6250       M      Microsoft
## 6253       T           Sony
## 6257       E           Sony
## 6262       T       Nintendo
## 6270       M      Microsoft
## 6275       T             PC
## 6276       T       Nintendo
## 6278       M             PC
## 6281       M             PC
## 6282    E10+       Nintendo
## 6284    E10+             PC
## 6291       E       Nintendo
## 6293       E       Nintendo
## 6298       E      Microsoft
## 6301       M      Microsoft
## 6303       E             PC
## 6309       M             PC
## 6312    E10+           Sony
## 6317    E10+       Nintendo
## 6332       E       Nintendo
## 6334       M             PC
## 6340       E             PC
## 6341    E10+      Microsoft
## 6354       M             PC
## 6355       T             PC
## 6358    E10+       Nintendo
## 6364       E       Nintendo
## 6370    E10+       Nintendo
## 6377       T             PC
## 6378       M             PC
## 6388    E10+             PC
## 6392       T             PC
## 6393    E10+             PC
## 6397       T       Nintendo
## 6399       E             PC
## 6403       E       Nintendo
## 6404       M             PC
## 6411       T             PC
## 6416       T             PC
## 6418       T             PC
## 6431       T             PC
## 6432       M             PC
## 6440       T           Sony
## 6451       T      Microsoft
## 6458       M       Nintendo
## 6464       M             PC
## 6470       T             PC
## 6480       T             PC
## 6481       E           Sony
## 6487       M             PC
## 6488       M             PC
## 6490       E             PC
## 6492       T             PC
## 6498       M             PC
## 6503       T       Nintendo
## 6510       T             PC
## 6511    E10+             PC
## 6519    E10+             PC
## 6524    E10+             PC
## 6528    E10+           Sony
## 6537       T             PC
## 6550       T             PC
## 6555       T             PC
## 6556    E10+           Sony
## 6561       E       Nintendo
## 6562       T             PC
## 6567       E             PC
## 6568       T           Sony
## 6572       T             PC
## 6575       T             PC
## 6581       E             PC
## 6585       T             PC
## 6587       M             PC
## 6588       M             PC
## 6596    E10+             PC
## 6600       T             PC
## 6606       T             PC
## 6613       M             PC
## 6615       T             PC
## 6617       T             PC
## 6630       T             PC
## 6642       M             PC
## 6661       T             PC
## 6662       E       Nintendo
## 6670       M             PC
## 6690       E             PC
## 6694       T             PC
## 6696    E10+             PC
## 6704       E       Nintendo
## 6705       T       Nintendo
## 6706       M      Microsoft
## 6707       M           Sony
## 6708       E       Nintendo
## 6709       M      Microsoft
## 6710       M      Microsoft
## 6711       M           Sony
## 6712       E           Sony
## 6713       T           Sony
## 6714       M           Sony
## 6716       M      Microsoft
## 6717       E       Nintendo
## 6718       M      Microsoft
## 6719       M           Sony
## 6720    E10+      Microsoft
## 6721       T       Nintendo
## 6722       M      Microsoft
## 6723    E10+       Nintendo
## 6724    E10+      Microsoft
## 6725    E10+       Nintendo
## 6726       E       Nintendo
## 6727       M           Sony
## 6729       E       Nintendo
## 6730    E10+       Nintendo
## 6731    E10+      Microsoft
## 6732       M      Microsoft
## 6733       E       Nintendo
## 6734    E10+      Microsoft
## 6735       T      Microsoft
## 6736       T      Microsoft
## 6737       E           Sony
## 6738       E       Nintendo
## 6739       E      Microsoft
## 6740       E       Nintendo
## 6742       E      Microsoft
## 6743       M           Sony
## 6744       T           Sony
## 6745       M      Microsoft
## 6746       T      Microsoft
## 6748       E           Sony
## 6749       E       Nintendo
## 6750       T           Sony
## 6751       T           Sony
## 6752       T      Microsoft
## 6753       E       Nintendo
## 6754    E10+       Nintendo
## 6756       T           Sony
## 6757       E       Nintendo
## 6758    E10+       Nintendo
## 6759       M           Sony
## 6760       T           Sony
## 6761    E10+           Sony
## 6762       E      Microsoft
## 6763       M       Nintendo
## 6764       T      Microsoft
## 6765       T           Sony
## 6766       E       Nintendo
## 6767       E       Nintendo
## 6768       E           Sony
## 6769       E       Nintendo
## 6770       T       Nintendo
## 6772    E10+           Sony
## 6775       T      Microsoft
## 6776       M           Sony
## 6777       E       Nintendo
## 6778       E       Nintendo
## 6779    E10+       Nintendo
## 6780       T       Nintendo
## 6781       M      Microsoft
## 6782       M      Microsoft
## 6783    E10+       Nintendo
## 6784       T      Microsoft
## 6785       M           Sony
## 6786    E10+       Nintendo
## 6787    E10+       Nintendo
## 6789       E       Nintendo
## 6791       E       Nintendo
## 6793       E       Nintendo
## 6794       T           Sony
## 6795       E           Sony
## 6796       E       Nintendo
## 6797       T      Microsoft
## 6798       T           Sony
## 6800       T      Microsoft
## 6802       E       Nintendo
## 6803       M           Sony
## 6804       E       Nintendo
## 6805       M      Microsoft
## 6807       M           Sony
## 6808    E10+           Sony
## 6810    E10+      Microsoft
## 6811       T           Sony
## 6812       E           Sony
## 6813       M      Microsoft
## 6814       M           Sony
## 6815    E10+       Nintendo
## 6816       T           Sony
## 6817       T             PC
## 6818    E10+           Sony
## 6822       T       Nintendo
## 6823    E10+           Sony
## 6824       E      Microsoft
## 6826       E       Nintendo
## 6827       T           Sony
## 6828       T           Sony
## 6830       T           Sony
## 6831       M           Sony
## 6832       T           Sony
## 6833       T      Microsoft
## 6834       E       Nintendo
## 6835       E       Nintendo
## 6837    E10+           Sony
## 6838       M           Sony
## 6839    E10+             PC
## 6840       T      Microsoft
## 6841       E             PC
## 6844       T           Sony
## 6845       T           Sony
## 6846       E           Sony
## 6847    E10+       Nintendo
## 6849       T           Sony
## 6851       T           Sony
## 6852       T      Microsoft
## 6853       T           Sony
## 6854       E       Nintendo
## 6855       T      Microsoft
## 6856       T      Microsoft
## 6857    E10+       Nintendo
## 6858    E10+       Nintendo
## 6859    E10+           Sony
## 6861    E10+           Sony
## 6862       T       Nintendo
## 6863       E       Nintendo
## 6864       M      Microsoft
## 6865       T      Microsoft
## 6867       M           Sony
## 6868       T           Sony
## 6870       T           Sony
## 6871       E           Sony
## 6873       M             PC
## 6874       E       Nintendo
## 6875       E       Nintendo
## 6876    E10+      Microsoft
## 6878       T           Sony
## 6879       T           Sony
## 6880       T           Sony
## 6881       T           Sony
## 6882       M           Sony
## 6883       T      Microsoft
## 6884    E10+       Nintendo
## 6885       T      Microsoft
## 6887       E       Nintendo
## 6889       E           Sony
## 6891       T       Nintendo
## 6893       E       Nintendo
## 6894       E       Nintendo
## 6896       E       Nintendo
## 6897       E       Nintendo
## 6898       T       Nintendo
## 6899       M             PC
## 6900    E10+           Sony
## 6902       E      Microsoft
## 6904       E       Nintendo
## 6905       M      Microsoft
## 6906       T           Sony
## 6908       T           Sony
## 6909       E       Nintendo
## 6911       E       Nintendo
## 6912       T       Nintendo
## 6913    E10+      Microsoft
## 6915       M           Sony
## 6919    E10+       Nintendo
## 6920       T           Sony
## 6922       T      Microsoft
## 6923    E10+       Nintendo
## 6924    E10+           Sony
## 6925       T      Microsoft
## 6926       E           Sony
## 6928    E10+           Sony
## 6931       T           Sony
## 6932       E           Sony
## 6933       T           Sony
## 6934       M      Microsoft
## 6936       T      Microsoft
## 6938       E       Nintendo
## 6941       E           Sony
## 6942       E      Microsoft
## 6943       E      Microsoft
## 6944       T      Microsoft
## 6945       E           Sony
## 6946       E       Nintendo
## 6947       M      Microsoft
## 6948       T           Sony
## 6949       M             PC
## 6951       M           Sony
## 6956       T           Sony
## 6957    E10+           Sony
## 6958       T           Sony
## 6959       T      Microsoft
## 6960       E           Sony
## 6961       E      Microsoft
## 6962       T       Nintendo
## 6965       T       Nintendo
## 6967       T           Sony
## 6968       T           Sony
## 6969       M      Microsoft
## 6971       E      Microsoft
## 6972       E           Sony
## 6974    E10+       Nintendo
## 6975       E      Microsoft
## 6979       T       Nintendo
## 6982       E      Microsoft
## 6983       M             PC
## 6987       T      Microsoft
## 6988       T       Nintendo
## 6990       T      Microsoft
## 6991       E       Nintendo
## 6993       E           Sony
## 6995       E       Nintendo
## 6998       T      Microsoft
## 7001       E           Sony
## 7003    E10+       Nintendo
## 7004       E      Microsoft
## 7005    E10+       Nintendo
## 7007       T      Microsoft
## 7008       E       Nintendo
## 7013       E       Nintendo
## 7014       E       Nintendo
## 7016       T           Sony
## 7021       E       Nintendo
## 7024    E10+       Nintendo
## 7026       E       Nintendo
## 7027       T       Nintendo
## 7029    E10+       Nintendo
## 7030       E           Sony
## 7031       T           Sony
## 7032       M           Sony
## 7033       E       Nintendo
## 7035    E10+           Sony
## 7036    E10+       Nintendo
## 7038    E10+       Nintendo
## 7039    E10+      Microsoft
## 7040       T       Nintendo
## 7042       T           Sony
## 7043    E10+           Sony
## 7044       E       Nintendo
## 7046       T           Sony
## 7049       T      Microsoft
## 7050       M             PC
## 7051       E       Nintendo
## 7052       M      Microsoft
## 7054       M             PC
## 7056       E      Microsoft
## 7057       M      Microsoft
## 7062       M           Sony
## 7063       E       Nintendo
## 7064       M      Microsoft
## 7065    E10+       Nintendo
## 7066    E10+      Microsoft
## 7067       E      Microsoft
## 7068    E10+       Nintendo
## 7070       E       Nintendo
## 7071       E       Nintendo
## 7075       T       Nintendo
## 7077       E       Nintendo
## 7079       T      Microsoft
## 7082       E       Nintendo
## 7083    E10+       Nintendo
## 7084       M      Microsoft
## 7086    E10+           Sony
## 7087       T           Sony
## 7091       E      Microsoft
## 7092    E10+       Nintendo
## 7095       E           Sony
## 7096       E       Nintendo
## 7098       T       Nintendo
## 7103       T      Microsoft
## 7106       T           Sony
## 7108       E           Sony
## 7110    E10+           Sony
## 7120       M           Sony
## 7122       E           Sony
## 7123       T       Nintendo
## 7124    E10+           Sony
## 7125       M           Sony
## 7127       T           Sony
## 7128       T           Sony
## 7130       E           Sony
## 7136       E           Sony
## 7140    E10+       Nintendo
## 7142       T       Nintendo
## 7143       T           Sony
## 7144       T       Nintendo
## 7146       T       Nintendo
## 7149       E           Sony
## 7151       E           Sony
## 7153       E      Microsoft
## 7156       T           Sony
## 7159       E           Sony
## 7160       E       Nintendo
## 7164       T           Sony
## 7165       T           Sony
## 7167    E10+           Sony
## 7168       T      Microsoft
## 7170       E           Sony
## 7171       E       Nintendo
## 7172       M      Microsoft
## 7173       M             PC
## 7174       M           Sony
## 7179       E           Sony
## 7181    E10+           Sony
## 7184       E      Microsoft
## 7189    E10+       Nintendo
## 7191    E10+      Microsoft
## 7193       E           Sony
## 7199       M       Nintendo
## 7200       E      Microsoft
## 7202    E10+       Nintendo
## 7204       E       Nintendo
## 7205       T           Sony
## 7206       E       Nintendo
## 7207       T      Microsoft
## 7209       T           Sony
## 7217       T           Sony
## 7221       M           Sony
## 7222       T      Microsoft
## 7223       T       Nintendo
## 7224       M      Microsoft
## 7229       E       Nintendo
## 7231       T      Microsoft
## 7233    E10+       Nintendo
## 7234    E10+       Nintendo
## 7235       T           Sony
## 7240       T           Sony
## 7242       M      Microsoft
## 7244    E10+       Nintendo
## 7245       E      Microsoft
## 7246       E           Sony
## 7251       T           Sony
## 7252       T       Nintendo
## 7253       T      Microsoft
## 7254    E10+      Microsoft
## 7255       T           Sony
## 7258    E10+           Sony
## 7262       T           Sony
## 7265       T           Sony
## 7271    E10+       Nintendo
## 7272       M       Nintendo
## 7274    E10+       Nintendo
## 7275       T       Nintendo
## 7278       M           Sony
## 7280       T           Sony
## 7281    E10+           Sony
## 7285    E10+       Nintendo
## 7290       T      Microsoft
## 7291    E10+           Sony
## 7292    E10+       Nintendo
## 7298       T       Nintendo
## 7301       T       Nintendo
## 7305    E10+       Nintendo
## 7309       E       Nintendo
## 7310       E      Microsoft
## 7311       E       Nintendo
## 7315    E10+           Sony
## 7323       T       Nintendo
## 7324    E10+       Nintendo
## 7325    E10+      Microsoft
## 7326       E           Sony
## 7327    E10+           Sony
## 7331       E       Nintendo
## 7332       M       Nintendo
## 7337       M      Microsoft
## 7339       T           Sony
## 7343       T      Microsoft
## 7344       E      Microsoft
## 7345       T       Nintendo
## 7346       T           Sony
## 7349       T      Microsoft
## 7350       T       Nintendo
## 7351       M      Microsoft
## 7362       T      Microsoft
## 7363       T       Nintendo
## 7365       T           Sony
## 7367    E10+       Nintendo
## 7368       M           Sony
## 7371    E10+           Sony
## 7372       E      Microsoft
## 7373       T       Nintendo
## 7375       M             PC
## 7377    E10+       Nintendo
## 7378       M       Nintendo
## 7379       E       Nintendo
## 7380       T      Microsoft
## 7385       E           Sony
## 7389       T       Nintendo
## 7390       E           Sony
## 7392       E       Nintendo
## 7395    E10+      Microsoft
## 7398       T           Sony
## 7399       E           Sony
## 7400       E       Nintendo
## 7404       E       Nintendo
## 7405       T           Sony
## 7406       T           Sony
## 7414       E       Nintendo
## 7415       T       Nintendo
## 7416    E10+           Sony
## 7418    E10+       Nintendo
## 7419       T           Sony
## 7425    E10+       Nintendo
## 7429       T       Nintendo
## 7430    E10+       Nintendo
## 7435       E           Sony
## 7436       E           Sony
## 7441       E       Nintendo
## 7443       T      Microsoft
## 7449       E       Nintendo
## 7453       T           Sony
## 7455       E           Sony
## 7460       T           Sony
## 7461    E10+       Nintendo
## 7468       E           Sony
## 7470       T       Nintendo
## 7474    E10+       Nintendo
## 7481       M           Sony
## 7487       E       Nintendo
## 7488       M           Sony
## 7489       E       Nintendo
## 7492       M           Sony
## 7494    E10+           Sony
## 7500       T           Sony
## 7502    E10+       Nintendo
## 7503       T           Sony
## 7507       M       Nintendo
## 7512       M       Nintendo
## 7517       E           Sony
## 7520       E       Nintendo
## 7523    E10+       Nintendo
## 7526    E10+      Microsoft
## 7530       T           Sony
## 7533       T       Nintendo
## 7534    E10+      Microsoft
## 7539       M       Nintendo
## 7540       T       Nintendo
## 7546       E       Nintendo
## 7549       T           Sony
## 7550       E      Microsoft
## 7553       M      Microsoft
## 7555    E10+       Nintendo
## 7559       T       Nintendo
## 7560    E10+      Microsoft
## 7562       E      Microsoft
## 7568       T       Nintendo
## 7569       E       Nintendo
## 7570       T      Microsoft
## 7575       T       Nintendo
## 7577       E           Sony
## 7578       E       Nintendo
## 7581       E       Nintendo
## 7582       T           Sony
## 7583       T      Microsoft
## 7586       M      Microsoft
## 7589    E10+       Nintendo
## 7591    E10+           Sony
## 7592       E      Microsoft
## 7594    E10+       Nintendo
## 7597       T           Sony
## 7607       E       Nintendo
## 7608       E       Nintendo
## 7610    E10+       Nintendo
## 7613       T       Nintendo
## 7614       T           Sony
## 7615       E           Sony
## 7617       T       Nintendo
## 7618       E       Nintendo
## 7620       T       Nintendo
## 7622       E           Sony
## 7627    E10+      Microsoft
## 7629       E       Nintendo
## 7632       T       Nintendo
## 7633       T      Microsoft
## 7634       T       Nintendo
## 7637       T             PC
## 7640       E       Nintendo
## 7644    E10+      Microsoft
## 7646       T       Nintendo
## 7649       T       Nintendo
## 7652       T       Nintendo
## 7654       T       Nintendo
## 7660       E       Nintendo
## 7661       T       Nintendo
## 7662       E       Nintendo
## 7666       T             PC
## 7668       E       Nintendo
## 7669    E10+       Nintendo
## 7672       E       Nintendo
## 7674       E       Nintendo
## 7675    E10+       Nintendo
## 7676    E10+       Nintendo
## 7679       T             PC
## 7684       E       Nintendo
## 7686    E10+       Nintendo
## 7687       T       Nintendo
## 7690       T       Nintendo
## 7691       T           Sony
## 7696       T           Sony
## 7701    E10+           Sony
## 7707    E10+       Nintendo
## 7708       E       Nintendo
## 7710       M           Sony
## 7712       T       Nintendo
## 7715       E       Nintendo
## 7718       M       Nintendo
## 7732       T       Nintendo
## 7734       E       Nintendo
## 7736    E10+           Sony
## 7740    E10+       Nintendo
## 7743       T           Sony
## 7746    E10+       Nintendo
## 7752       E       Nintendo
## 7754    E10+             PC
## 7755       M           Sony
## 7762       T       Nintendo
## 7771       M       Nintendo
## 7772       M             PC
## 7773       T      Microsoft
## 7776       M           Sony
## 7782       T      Microsoft
## 7783       T       Nintendo
## 7788       T      Microsoft
## 7795       T           Sony
## 7798       E       Nintendo
## 7807       E       Nintendo
## 7808    E10+       Nintendo
## 7809       E             PC
## 7811       T           Sony
## 7812       T       Nintendo
## 7821       T      Microsoft
## 7828       E      Microsoft
## 7830       E       Nintendo
## 7835       T       Nintendo
## 7838       T       Nintendo
## 7844    E10+       Nintendo
## 7846       E       Nintendo
## 7851    E10+       Nintendo
## 7856       T           Sony
## 7858    E10+             PC
## 7862       M             PC
## 7872    E10+       Nintendo
## 7876       T       Nintendo
## 7880       E           Sony
## 7884    E10+       Nintendo
## 7885       E             PC
## 7887       M             PC
## 7892       E             PC
## 7912       E       Nintendo
## 7935       E             PC
## 7936       T             PC
## 7937       T             PC
## 7942       T             PC
## 7952       E             PC
## 7953       T             PC
## 7958       T             PC
## 7968       T             PC
## 7972       E       Nintendo
## 7977       T             PC
## 7978       E       Nintendo
## 7979       M             PC
## 7981       M             PC
## 7985    E10+             PC
## 7986       T             PC
## 7988       M             PC
## 7996       E             PC
## 8005       T             PC
## 8009       T             PC
## 8021       M             PC
## 8025    E10+             PC
## 8027       M             PC
## 8029       T       Nintendo
## 8034       E             PC
## 8042       T             PC
## 8044       T             PC
## 8046       E             PC
## 8048       T             PC
## 8059    E10+             PC
## 8063       M             PC
## 8083       E      Microsoft
## 8091       M             PC
## 8092       T             PC
## 8097       M             PC
## 8100    E10+             PC
## 8131       E       Nintendo
## 8132       M      Microsoft
## 8133       E       Nintendo
## 8134       M      Microsoft
## 8135       E       Nintendo
## 8136       E       Nintendo
## 8138       M           Sony
## 8139    E10+       Nintendo
## 8140       M      Microsoft
## 8141       E       Nintendo
## 8142       E       Nintendo
## 8143       T           Sony
## 8144       T       Nintendo
## 8146       T           Sony
## 8147       M           Sony
## 8148       E       Nintendo
## 8149       T       Nintendo
## 8150       T      Microsoft
## 8151       E           Sony
## 8152       T             PC
## 8153       M           Sony
## 8154       E      Microsoft
## 8155       E       Nintendo
## 8156    E10+       Nintendo
## 8157       E       Nintendo
## 8158       E       Nintendo
## 8160       E       Nintendo
## 8161       E       Nintendo
## 8162       E           Sony
## 8163       E       Nintendo
## 8164       T           Sony
## 8165       E           Sony
## 8166       M           Sony
## 8167       T           Sony
## 8168       M      Microsoft
## 8169       E       Nintendo
## 8171       M      Microsoft
## 8173       E       Nintendo
## 8174    E10+       Nintendo
## 8175    E10+      Microsoft
## 8176       E           Sony
## 8177       T           Sony
## 8179       E       Nintendo
## 8180    E10+           Sony
## 8181       E      Microsoft
## 8182       T           Sony
## 8183    E10+           Sony
## 8184       T           Sony
## 8186       T      Microsoft
## 8188       T           Sony
## 8189    E10+       Nintendo
## 8190    E10+      Microsoft
## 8191    E10+           Sony
## 8193    E10+       Nintendo
## 8195    E10+       Nintendo
## 8196       M      Microsoft
## 8197       T       Nintendo
## 8200       E           Sony
## 8201       M      Microsoft
## 8202       E       Nintendo
## 8205       T           Sony
## 8206       T           Sony
## 8207       E       Nintendo
## 8208    E10+       Nintendo
## 8210       E           Sony
## 8212       M       Nintendo
## 8213       T           Sony
## 8214       T       Nintendo
## 8215       E           Sony
## 8217    E10+           Sony
## 8218       E       Nintendo
## 8219       T      Microsoft
## 8220       E       Nintendo
## 8224    E10+       Nintendo
## 8225       E           Sony
## 8227       E      Microsoft
## 8228       T           Sony
## 8230       E       Nintendo
## 8231       E       Nintendo
## 8232       E       Nintendo
## 8233       M           Sony
## 8235       E       Nintendo
## 8237    E10+       Nintendo
## 8238       E       Nintendo
## 8239    E10+       Nintendo
## 8240       T           Sony
## 8242       T       Nintendo
## 8243       T           Sony
## 8244       T           Sony
## 8245       E       Nintendo
## 8246       T           Sony
## 8247       M             PC
## 8248       M           Sony
## 8249       E           Sony
## 8250       T           Sony
## 8251       E             PC
## 8253       T           Sony
## 8254    E10+       Nintendo
## 8255       T      Microsoft
## 8257       T           Sony
## 8258       T           Sony
## 8259       E      Microsoft
## 8260       M           Sony
## 8261       E       Nintendo
## 8262       T           Sony
## 8263       E           Sony
## 8264       T       Nintendo
## 8266       E           Sony
## 8268       T      Microsoft
## 8269       T           Sony
## 8270       E       Nintendo
## 8271       E       Nintendo
## 8272       T       Nintendo
## 8273       T      Microsoft
## 8275       T       Nintendo
## 8276       T      Microsoft
## 8277       T       Nintendo
## 8278       T       Nintendo
## 8279       T       Nintendo
## 8280       E           Sony
## 8281       M           Sony
## 8282       E           Sony
## 8283       E       Nintendo
## 8285       T      Microsoft
## 8286       T           Sony
## 8287       T           Sony
## 8289       E       Nintendo
## 8290       E      Microsoft
## 8291       T           Sony
## 8294       T       Nintendo
## 8295       E      Microsoft
## 8296       E           Sony
## 8297       E       Nintendo
## 8299       T       Nintendo
## 8300       T           Sony
## 8301       E       Nintendo
## 8303       M      Microsoft
## 8304       E           Sony
## 8306    E10+       Nintendo
## 8308       E           Sony
## 8309    E10+           Sony
## 8311       T       Nintendo
## 8312       E       Nintendo
## 8313       T       Nintendo
## 8316    E10+       Nintendo
## 8317       E       Nintendo
## 8318       T           Sony
## 8319       E       Nintendo
## 8320       T           Sony
## 8321       E           Sony
## 8323       E       Nintendo
## 8324       E           Sony
## 8325       E      Microsoft
## 8326       T      Microsoft
## 8327    E10+           Sony
## 8328       M             PC
## 8329       E       Nintendo
## 8330       E           Sony
## 8331       T           Sony
## 8332       T       Nintendo
## 8333       M      Microsoft
## 8334       E      Microsoft
## 8335       T           Sony
## 8337       E      Microsoft
## 8338       E           Sony
## 8339       E       Nintendo
## 8340       T           Sony
## 8341       M           Sony
## 8342    E10+       Nintendo
## 8343       T           Sony
## 8344       M           Sony
## 8346       E           Sony
## 8349    E10+       Nintendo
## 8354       T           Sony
## 8355       T      Microsoft
## 8356       E           Sony
## 8357       T      Microsoft
## 8358       E           Sony
## 8359       M           Sony
## 8362       E       Nintendo
## 8366       E           Sony
## 8367    E10+       Nintendo
## 8370       E       Nintendo
## 8372    E10+           Sony
## 8373       T      Microsoft
## 8377       T      Microsoft
## 8378       T           Sony
## 8380       T           Sony
## 8381       E           Sony
## 8383       M           Sony
## 8384       T      Microsoft
## 8385    E10+      Microsoft
## 8386       M       Nintendo
## 8387       E           Sony
## 8388       E       Nintendo
## 8390       E      Microsoft
## 8391       M           Sony
## 8392       T       Nintendo
## 8393       M       Nintendo
## 8395       T           Sony
## 8396       T           Sony
## 8397    E10+           Sony
## 8398       E      Microsoft
## 8399       M           Sony
## 8400       T           Sony
## 8401       E           Sony
## 8403       E           Sony
## 8405       E       Nintendo
## 8407       E       Nintendo
## 8408       T           Sony
## 8409    E10+           Sony
## 8410    E10+      Microsoft
## 8411       E      Microsoft
## 8415    E10+       Nintendo
## 8416    E10+       Nintendo
## 8417    E10+           Sony
## 8418       T      Microsoft
## 8420       E       Nintendo
## 8422       T           Sony
## 8423       T       Nintendo
## 8424       T       Nintendo
## 8425       M      Microsoft
## 8426    E10+           Sony
## 8428    E10+       Nintendo
## 8431    E10+       Nintendo
## 8432       T           Sony
## 8435       E           Sony
## 8436    E10+      Microsoft
## 8437       T       Nintendo
## 8439    E10+           Sony
## 8440    E10+       Nintendo
## 8442       T       Nintendo
## 8444       E      Microsoft
## 8445    E10+           Sony
## 8446       T           Sony
## 8450       M      Microsoft
## 8451    E10+       Nintendo
## 8453       E       Nintendo
## 8457       M           Sony
## 8458    E10+           Sony
## 8462       T           Sony
## 8463    E10+           Sony
## 8465       T           Sony
## 8467    E10+           Sony
## 8468       M      Microsoft
## 8469       T           Sony
## 8471       M           Sony
## 8473       E           Sony
## 8474       M             PC
## 8476       T       Nintendo
## 8477       E       Nintendo
## 8478       M      Microsoft
## 8479       T      Microsoft
## 8483    E10+       Nintendo
## 8484       T      Microsoft
## 8485       T           Sony
## 8486       T           Sony
## 8488    E10+           Sony
## 8491       E           Sony
## 8493       E       Nintendo
## 8495       E           Sony
## 8496       E       Nintendo
## 8498       M      Microsoft
## 8499    E10+           Sony
## 8500       T           Sony
## 8502       E       Nintendo
## 8503       T           Sony
## 8504       E       Nintendo
## 8505    E10+           Sony
## 8506       T           Sony
## 8509    E10+       Nintendo
## 8511    E10+       Nintendo
## 8513    E10+       Nintendo
## 8514       M      Microsoft
## 8516       T       Nintendo
## 8518       M           Sony
## 8521    E10+       Nintendo
## 8522       T      Microsoft
## 8523       T           Sony
## 8524    E10+       Nintendo
## 8525       E       Nintendo
## 8526       E       Nintendo
## 8527       T      Microsoft
## 8528       T       Nintendo
## 8530       E       Nintendo
## 8532       E       Nintendo
## 8533       T      Microsoft
## 8534    E10+      Microsoft
## 8535       T           Sony
## 8536       E      Microsoft
## 8537       T           Sony
## 8538       M      Microsoft
## 8539    E10+      Microsoft
## 8541       E           Sony
## 8543       E       Nintendo
## 8545    E10+           Sony
## 8548       M           Sony
## 8551       E           Sony
## 8552       T       Nintendo
## 8556       T      Microsoft
## 8557       M           Sony
## 8558       T      Microsoft
## 8561       T           Sony
## 8562    E10+      Microsoft
## 8563    E10+      Microsoft
## 8566       T       Nintendo
## 8567       E      Microsoft
## 8568       T       Nintendo
## 8569       E       Nintendo
## 8571    E10+       Nintendo
## 8573       E      Microsoft
## 8574    E10+           Sony
## 8577       T           Sony
## 8578    E10+       Nintendo
## 8579       M           Sony
## 8580       E       Nintendo
## 8581       T           Sony
## 8582       E           Sony
## 8586       T      Microsoft
## 8589       M           Sony
## 8590    E10+           Sony
## 8591       T           Sony
## 8594       E      Microsoft
## 8599    E10+      Microsoft
## 8600       E       Nintendo
## 8606       T      Microsoft
## 8609       M           Sony
## 8613       E           Sony
## 8615    E10+           Sony
## 8616       T           Sony
## 8617    E10+      Microsoft
## 8619       E      Microsoft
## 8620       T       Nintendo
## 8623       T      Microsoft
## 8624       E           Sony
## 8625    E10+       Nintendo
## 8627       T       Nintendo
## 8629       T           Sony
## 8630       M           Sony
## 8631    E10+           Sony
## 8633       E           Sony
## 8634       E      Microsoft
## 8636    E10+       Nintendo
## 8637       E           Sony
## 8642       M       Nintendo
## 8644    E10+       Nintendo
## 8648       E       Nintendo
## 8650       M       Nintendo
## 8651       M           Sony
## 8652       T           Sony
## 8658    E10+       Nintendo
## 8659       E      Microsoft
## 8660       M      Microsoft
## 8661    E10+       Nintendo
## 8662       E      Microsoft
## 8664       T           Sony
## 8665       E       Nintendo
## 8666       E      Microsoft
## 8667       M           Sony
## 8669       M      Microsoft
## 8672       T      Microsoft
## 8673       M      Microsoft
## 8676       T      Microsoft
## 8677       E       Nintendo
## 8678       T       Nintendo
## 8681    E10+       Nintendo
## 8683       T       Nintendo
## 8686       M      Microsoft
## 8687       T      Microsoft
## 8688    E10+           Sony
## 8689       T       Nintendo
## 8690       E           Sony
## 8691       E      Microsoft
## 8696       E       Nintendo
## 8697       E      Microsoft
## 8702    E10+      Microsoft
## 8705       T           Sony
## 8706       M       Nintendo
## 8707       E       Nintendo
## 8713    E10+      Microsoft
## 8714       M           Sony
## 8715       E       Nintendo
## 8716       E           Sony
## 8717       E       Nintendo
## 8718       M           Sony
## 8722       T           Sony
## 8723    E10+       Nintendo
## 8725    E10+           Sony
## 8729       M       Nintendo
## 8731       E           Sony
## 8732       E       Nintendo
## 8733       T       Nintendo
## 8734       T       Nintendo
## 8737       T           Sony
## 8738       T           Sony
## 8739       M           Sony
## 8742       E      Microsoft
## 8743       E       Nintendo
## 8745    E10+       Nintendo
## 8747       E       Nintendo
## 8748       E       Nintendo
## 8750       T       Nintendo
## 8751    E10+       Nintendo
## 8752       M       Nintendo
## 8753       E       Nintendo
## 8756       M             PC
## 8759    E10+           Sony
## 8760       E           Sony
## 8762       T      Microsoft
## 8769    E10+      Microsoft
## 8771    E10+      Microsoft
## 8773       E       Nintendo
## 8774       E           Sony
## 8775    E10+       Nintendo
## 8776       E       Nintendo
## 8780       E       Nintendo
## 8781       T           Sony
## 8782       T      Microsoft
## 8783       E       Nintendo
## 8784       E       Nintendo
## 8786       E       Nintendo
## 8787    E10+           Sony
## 8788       E       Nintendo
## 8793       E       Nintendo
## 8794       E       Nintendo
## 8795       T       Nintendo
## 8798       E       Nintendo
## 8799       T       Nintendo
## 8805    E10+           Sony
## 8806       E       Nintendo
## 8807       T      Microsoft
## 8808       T      Microsoft
## 8810       T           Sony
## 8813    E10+           Sony
## 8815       E           Sony
## 8820       E       Nintendo
## 8823       E       Nintendo
## 8834       T      Microsoft
## 8835       T           Sony
## 8840    E10+           Sony
## 8849    E10+      Microsoft
## 8850    E10+       Nintendo
## 8851       E           Sony
## 8855       E       Nintendo
## 8859    E10+       Nintendo
## 8861       E           Sony
## 8862    E10+           Sony
## 8865       T       Nintendo
## 8867    E10+       Nintendo
## 8868       T      Microsoft
## 8869       M             PC
## 8870       T       Nintendo
## 8872    E10+       Nintendo
## 8874       E           Sony
## 8875    E10+       Nintendo
## 8876       E           Sony
## 8877       M       Nintendo
## 8881       M           Sony
## 8889       T      Microsoft
## 8895       T           Sony
## 8897       M      Microsoft
## 8899       E      Microsoft
## 8900       T      Microsoft
## 8902       T           Sony
## 8903    E10+       Nintendo
## 8905       E       Nintendo
## 8909    E10+      Microsoft
## 8911    E10+           Sony
## 8916       T      Microsoft
## 8918       T           Sony
## 8921       E       Nintendo
## 8923       E       Nintendo
## 8928       E       Nintendo
## 8929       E           Sony
## 8931    E10+           Sony
## 8935       M           Sony
## 8937       M      Microsoft
## 8938    E10+           Sony
## 8941       T           Sony
## 8944       T             PC
## 8947       T       Nintendo
## 8948       E       Nintendo
## 8951    E10+           Sony
## 8952       E       Nintendo
## 8960       T             PC
## 8964       T       Nintendo
## 8968       T       Nintendo
## 8971    E10+       Nintendo
## 8972       E           Sony
## 8975       E       Nintendo
## 8976       T       Nintendo
## 8977       M             PC
## 8978       E       Nintendo
## 8981       M             PC
## 8982       T           Sony
## 8986       T           Sony
## 8988       T      Microsoft
## 8992    E10+           Sony
## 8993       E       Nintendo
## 8994       M             PC
## 9003       T       Nintendo
## 9004       E       Nintendo
## 9007       T             PC
## 9009       E      Microsoft
## 9016       T           Sony
## 9017       E       Nintendo
## 9026    E10+       Nintendo
## 9030    E10+           Sony
## 9035       E           Sony
## 9041       T      Microsoft
## 9042    E10+       Nintendo
## 9043       E       Nintendo
## 9044       T             PC
## 9046    E10+             PC
## 9047       T       Nintendo
## 9048       E       Nintendo
## 9050       T           Sony
## 9052    E10+       Nintendo
## 9053       E      Microsoft
## 9054    E10+       Nintendo
## 9060       T       Nintendo
## 9061       E             PC
## 9062       E           Sony
## 9065       E       Nintendo
## 9066       M           Sony
## 9069    E10+             PC
## 9072       T       Nintendo
## 9076       M             PC
## 9078       T      Microsoft
## 9082    E10+           Sony
## 9084       T           Sony
## 9085       T             PC
## 9087       T       Nintendo
## 9088    E10+       Nintendo
## 9091    E10+             PC
## 9092       E       Nintendo
## 9093       E           Sony
## 9094       E       Nintendo
## 9095    E10+       Nintendo
## 9096    E10+             PC
## 9098    E10+           Sony
## 9106       T             PC
## 9107       T             PC
## 9112       E           Sony
## 9131       T             PC
## 9137       E           Sony
## 9144       T           Sony
## 9146       E           Sony
## 9147       M             PC
## 9156       M       Nintendo
## 9159       T           Sony
## 9160       T             PC
## 9161       E       Nintendo
## 9166    E10+       Nintendo
## 9171       E             PC
## 9173    E10+             PC
## 9179    E10+             PC
## 9184       E             PC
## 9190       T             PC
## 9196    E10+       Nintendo
## 9197       T             PC
## 9200       T           Sony
## 9203       M             PC
## 9205       T             PC
## 9208       M             PC
## 9215       E       Nintendo
## 9216       T             PC
## 9227       M           Sony
## 9228    E10+           Sony
## 9233    E10+      Microsoft
## 9254       M             PC
## 9260       T             PC
## 9262       E             PC
## 9264    E10+       Nintendo
## 9268       E             PC
## 9270       T             PC
## 9274       T             PC
## 9278       T           Sony
## 9282       E             PC
## 9283    E10+             PC
## 9287       M             PC
## 9295       M             PC
## 9296       T             PC
## 9302       T       Nintendo
## 9306       T             PC
## 9310       T           Sony
## 9313       T       Nintendo
## 9314       M             PC
## 9316       E             PC
## 9323    E10+             PC
## 9328       E       Nintendo
## 9329       E       Nintendo
## 9330       E       Nintendo
## 9332       T       Nintendo
## 9333       M      Microsoft
## 9334       T           Sony
## 9335       E       Nintendo
## 9336       T           Sony
## 9337       M           Sony
## 9338       E           Sony
## 9339       E           Sony
## 9340       M      Microsoft
## 9341       M           Sony
## 9342    E10+           Sony
## 9344       T           Sony
## 9345       M           Sony
## 9346       E       Nintendo
## 9348       E       Nintendo
## 9349    E10+       Nintendo
## 9350       E       Nintendo
## 9351       T      Microsoft
## 9352    E10+           Sony
## 9354       T           Sony
## 9356       T           Sony
## 9357       T      Microsoft
## 9358    E10+           Sony
## 9359       E       Nintendo
## 9361       M      Microsoft
## 9362       E       Nintendo
## 9363       E       Nintendo
## 9364       M      Microsoft
## 9365    E10+       Nintendo
## 9366       E       Nintendo
## 9367       T           Sony
## 9368       M      Microsoft
## 9369       E       Nintendo
## 9370       E      Microsoft
## 9371    E10+       Nintendo
## 9373       E           Sony
## 9375       T           Sony
## 9376    E10+      Microsoft
## 9377       E      Microsoft
## 9378       E       Nintendo
## 9379       T       Nintendo
## 9380       E       Nintendo
## 9381       T           Sony
## 9382       T      Microsoft
## 9383       T           Sony
## 9385       T           Sony
## 9387       T      Microsoft
## 9389       E           Sony
## 9390       E       Nintendo
## 9391    E10+           Sony
## 9392       E           Sony
## 9393    E10+           Sony
## 9394       T      Microsoft
## 9395       E           Sony
## 9396    E10+       Nintendo
## 9397       M           Sony
## 9398    E10+           Sony
## 9400       E           Sony
## 9402       E           Sony
## 9403       M           Sony
## 9404       E       Nintendo
## 9405       M           Sony
## 9406    E10+           Sony
## 9407    E10+           Sony
## 9408       E       Nintendo
## 9411       M           Sony
## 9412       M           Sony
## 9413       E       Nintendo
## 9414       T           Sony
## 9415       M           Sony
## 9416       T           Sony
## 9417    E10+           Sony
## 9418    E10+      Microsoft
## 9419       E      Microsoft
## 9422       T           Sony
## 9424       E       Nintendo
## 9425    E10+       Nintendo
## 9426       M           Sony
## 9428       T           Sony
## 9429       E           Sony
## 9430       E       Nintendo
## 9432       E           Sony
## 9433       E       Nintendo
## 9434       T      Microsoft
## 9435       E           Sony
## 9436       T           Sony
## 9438       E       Nintendo
## 9439       T           Sony
## 9440       E           Sony
## 9441       E           Sony
## 9442       T           Sony
## 9444       T           Sony
## 9445       T           Sony
## 9446       M      Microsoft
## 9447       E           Sony
## 9448    E10+           Sony
## 9449       T       Nintendo
## 9450       T           Sony
## 9451       E      Microsoft
## 9452       E           Sony
## 9454       M           Sony
## 9455       E      Microsoft
## 9456       E           Sony
## 9457       E           Sony
## 9460       T       Nintendo
## 9462       T           Sony
## 9463       T           Sony
## 9464    E10+           Sony
## 9465       M           Sony
## 9466    E10+      Microsoft
## 9467       T           Sony
## 9468       T           Sony
## 9469       E       Nintendo
## 9471       T           Sony
## 9472       M           Sony
## 9473       E      Microsoft
## 9474       T           Sony
## 9475       E           Sony
## 9476    E10+           Sony
## 9478       T           Sony
## 9480       E      Microsoft
## 9485       T           Sony
## 9486    E10+           Sony
## 9487       E       Nintendo
## 9488       E       Nintendo
## 9490    E10+       Nintendo
## 9492       E       Nintendo
## 9493       E       Nintendo
## 9494       E           Sony
## 9495       T           Sony
## 9496       T           Sony
## 9498       T             PC
## 9499       E           Sony
## 9500       T           Sony
## 9501    E10+           Sony
## 9502       E           Sony
## 9503       T      Microsoft
## 9505    E10+       Nintendo
## 9506       M           Sony
## 9507    E10+      Microsoft
## 9508       E       Nintendo
## 9509       E       Nintendo
## 9510       T      Microsoft
## 9512       M      Microsoft
## 9513       E       Nintendo
## 9515       E      Microsoft
## 9516       E      Microsoft
## 9517    E10+       Nintendo
## 9519       T           Sony
## 9520       E           Sony
## 9521    E10+      Microsoft
## 9523    E10+       Nintendo
## 9524       E      Microsoft
## 9525       M           Sony
## 9526       T           Sony
## 9527       T       Nintendo
## 9528       E           Sony
## 9530       M           Sony
## 9531       E           Sony
## 9533    E10+      Microsoft
## 9535       T           Sony
## 9536       T           Sony
## 9537       E             PC
## 9538    E10+       Nintendo
## 9539       T           Sony
## 9540       M           Sony
## 9542       M      Microsoft
## 9544       T      Microsoft
## 9545       T           Sony
## 9547       T      Microsoft
## 9548       T       Nintendo
## 9549    E10+       Nintendo
## 9551       T       Nintendo
## 9552    E10+           Sony
## 9553       M      Microsoft
## 9554       T           Sony
## 9555       E           Sony
## 9556       T           Sony
## 9557       E      Microsoft
## 9558       E           Sony
## 9560    E10+           Sony
## 9561       T      Microsoft
## 9562       E       Nintendo
## 9563       E           Sony
## 9564       T           Sony
## 9565       T           Sony
## 9566       E           Sony
## 9567    E10+       Nintendo
## 9568       T           Sony
## 9569       T           Sony
## 9571    E10+       Nintendo
## 9572       E           Sony
## 9573    E10+       Nintendo
## 9574       T           Sony
## 9575       T       Nintendo
## 9576       M      Microsoft
## 9577       E      Microsoft
## 9578       M      Microsoft
## 9579       T      Microsoft
## 9580       T           Sony
## 9581       E       Nintendo
## 9582       T           Sony
## 9583       T           Sony
## 9584       T      Microsoft
## 9585       T           Sony
## 9586       E       Nintendo
## 9588    E10+       Nintendo
## 9589       E      Microsoft
## 9590       E       Nintendo
## 9591       T       Nintendo
## 9592       M      Microsoft
## 9593    E10+      Microsoft
## 9600       M           Sony
## 9602       T           Sony
## 9603       T           Sony
## 9604    E10+             PC
## 9607       M           Sony
## 9610       T       Nintendo
## 9612    E10+       Nintendo
## 9613       T      Microsoft
## 9614       T           Sony
## 9616       M           Sony
## 9617       E       Nintendo
## 9618       T           Sony
## 9621    E10+       Nintendo
## 9623       E       Nintendo
## 9626    E10+      Microsoft
## 9629       T       Nintendo
## 9630       E           Sony
## 9632       T      Microsoft
## 9633    E10+           Sony
## 9635       E       Nintendo
## 9636       T           Sony
## 9638       M       Nintendo
## 9639       T       Nintendo
## 9640       M             PC
## 9641    E10+           Sony
## 9645       M      Microsoft
## 9646       E      Microsoft
## 9647       M      Microsoft
## 9649       T           Sony
## 9650    E10+           Sony
## 9652       M      Microsoft
## 9655       E       Nintendo
## 9656    E10+           Sony
## 9657       E      Microsoft
## 9659    E10+       Nintendo
## 9662    E10+       Nintendo
## 9663       T           Sony
## 9664       T           Sony
## 9667       T           Sony
## 9668    E10+       Nintendo
## 9669       E       Nintendo
## 9670    E10+       Nintendo
## 9671       T           Sony
## 9674       T      Microsoft
## 9676       T      Microsoft
## 9677       E      Microsoft
## 9679    E10+       Nintendo
## 9681       E       Nintendo
## 9685       T           Sony
## 9686    E10+      Microsoft
## 9687    E10+           Sony
## 9688       T           Sony
## 9689       E       Nintendo
## 9691       E           Sony
## 9693       T           Sony
## 9695       T           Sony
## 9696       T           Sony
## 9697       M           Sony
## 9698       M           Sony
## 9700       T      Microsoft
## 9701       T      Microsoft
## 9702       T       Nintendo
## 9704       T           Sony
## 9705    E10+       Nintendo
## 9708       T           Sony
## 9709       E      Microsoft
## 9714       T           Sony
## 9716       E       Nintendo
## 9720       T      Microsoft
## 9721       E      Microsoft
## 9725    E10+           Sony
## 9727       M      Microsoft
## 9731       T           Sony
## 9735       T           Sony
## 9737       T      Microsoft
## 9740       T       Nintendo
## 9742       M           Sony
## 9743       M      Microsoft
## 9744       T           Sony
## 9745       T           Sony
## 9746       T           Sony
## 9747    E10+       Nintendo
## 9748       E           Sony
## 9750       E           Sony
## 9752       T      Microsoft
## 9754       E       Nintendo
## 9755       M      Microsoft
## 9756       T       Nintendo
## 9760    E10+      Microsoft
## 9762       E           Sony
## 9765       M      Microsoft
## 9766       E           Sony
## 9767       T           Sony
## 9769       T       Nintendo
## 9771       T      Microsoft
## 9772       M      Microsoft
## 9774       T      Microsoft
## 9781       E       Nintendo
## 9782       E      Microsoft
## 9783       E       Nintendo
## 9786       E           Sony
## 9788       E       Nintendo
## 9791       T      Microsoft
## 9792       M      Microsoft
## 9794       E      Microsoft
## 9795       T      Microsoft
## 9796       E       Nintendo
## 9797    E10+       Nintendo
## 9799       M       Nintendo
## 9800       T           Sony
## 9801       M      Microsoft
## 9803       T      Microsoft
## 9806       E       Nintendo
## 9808    E10+           Sony
## 9813       E           Sony
## 9816       E           Sony
## 9818       E      Microsoft
## 9819       E      Microsoft
## 9820       E       Nintendo
## 9821       T      Microsoft
## 9823       E           Sony
## 9824       E           Sony
## 9826       E       Nintendo
## 9828    E10+      Microsoft
## 9832    E10+       Nintendo
## 9833    E10+       Nintendo
## 9835    E10+           Sony
## 9837       T      Microsoft
## 9841       E           Sony
## 9844    E10+       Nintendo
## 9847       M           Sony
## 9849       E      Microsoft
## 9852       T       Nintendo
## 9854       T      Microsoft
## 9855    E10+           Sony
## 9858       E       Nintendo
## 9859       M      Microsoft
## 9860       E           Sony
## 9862    E10+       Nintendo
## 9866    E10+       Nintendo
## 9868       T           Sony
## 9869       T       Nintendo
## 9870       T           Sony
## 9871       T       Nintendo
## 9872       T             PC
## 9873       E           Sony
## 9874    E10+           Sony
## 9877    E10+       Nintendo
## 9880       T           Sony
## 9881       M           Sony
## 9886    E10+       Nintendo
## 9888       T           Sony
## 9889    E10+           Sony
## 9891       T      Microsoft
## 9892    E10+       Nintendo
## 9894       E       Nintendo
## 9896       E       Nintendo
## 9902       T             PC
## 9903    E10+           Sony
## 9904       E      Microsoft
## 9905       E       Nintendo
## 9906       T      Microsoft
## 9907    E10+      Microsoft
## 9909       M           Sony
## 9910       T           Sony
## 9911    E10+       Nintendo
## 9912       T      Microsoft
## 9913       T       Nintendo
## 9914       T           Sony
## 9915       M       Nintendo
## 9916       E           Sony
## 9917    E10+       Nintendo
## 9918    E10+           Sony
## 9919       T      Microsoft
## 9924       M      Microsoft
## 9927       E       Nintendo
## 9931       M      Microsoft
## 9932       T           Sony
## 9936       E           Sony
## 9938    E10+       Nintendo
## 9940    E10+           Sony
## 9942    E10+      Microsoft
## 9943       T       Nintendo
## 9944       T           Sony
## 9947    E10+       Nintendo
## 9948       M           Sony
## 9951       M      Microsoft
## 9953    E10+       Nintendo
## 9958       M           Sony
## 9960       M           Sony
## 9962       M       Nintendo
## 9963       E           Sony
## 9964       T       Nintendo
## 9970       T           Sony
## 9972       E       Nintendo
## 9977       T           Sony
## 9978       E           Sony
## 9980       M           Sony
## 9981       T           Sony
## 9983       M           Sony
## 9985       M       Nintendo
## 9988    E10+           Sony
## 9989    E10+       Nintendo
## 9990       E      Microsoft
## 9991       T             PC
## 9993       T             PC
## 9994       M           Sony
## 9996       M           Sony
## 10002      T           Sony
## 10003      T           Sony
## 10010      T       Nintendo
## 10015      E           Sony
## 10016      T       Nintendo
## 10021      E           Sony
## 10027      T           Sony
## 10029      E           Sony
## 10030      T      Microsoft
## 10031   E10+             PC
## 10033      T           Sony
## 10035   E10+           Sony
## 10038   E10+           Sony
## 10044      M             PC
## 10045      E       Nintendo
## 10047      E       Nintendo
## 10051      T           Sony
## 10055      T      Microsoft
## 10056      T           Sony
## 10059      E       Nintendo
## 10062      T      Microsoft
## 10063      T             PC
## 10066      T             PC
## 10067      E      Microsoft
## 10071      T             PC
## 10074   E10+       Nintendo
## 10075      T             PC
## 10076      M           Sony
## 10080      T      Microsoft
## 10081      T      Microsoft
## 10082      M      Microsoft
## 10088      E       Nintendo
## 10091   E10+       Nintendo
## 10094   E10+             PC
## 10095      T           Sony
## 10096      M             PC
## 10097      T           Sony
## 10098      E           Sony
## 10104      T           Sony
## 10107      M      Microsoft
## 10109      T           Sony
## 10110   E10+      Microsoft
## 10114      T             PC
## 10115      M             PC
## 10118      E      Microsoft
## 10120      T             PC
## 10123      E       Nintendo
## 10124   E10+           Sony
## 10125      E           Sony
## 10126   E10+           Sony
## 10132      E           Sony
## 10133   E10+           Sony
## 10139   E10+       Nintendo
## 10149      T           Sony
## 10152      E       Nintendo
## 10154      T       Nintendo
## 10156      E           Sony
## 10157      E      Microsoft
## 10159      M             PC
## 10160      T           Sony
## 10165   E10+      Microsoft
## 10166      T             PC
## 10168      E           Sony
## 10169      E       Nintendo
## 10170   E10+       Nintendo
## 10172      T             PC
## 10181      T           Sony
## 10182      T             PC
## 10183      T             PC
## 10184      E           Sony
## 10185   E10+       Nintendo
## 10188      T             PC
## 10190      T           Sony
## 10193   E10+       Nintendo
## 10199      M           Sony
## 10201      E           Sony
## 10205      T           Sony
## 10208   E10+       Nintendo
## 10213      T             PC
## 10222   E10+           Sony
## 10225      T             PC
## 10229   E10+             PC
## 10241      M      Microsoft
## 10243      T             PC
## 10253      E           Sony
## 10254      T      Microsoft
## 10255      T             PC
## 10258      T           Sony
## 10259   E10+           Sony
## 10262      M      Microsoft
## 10265      M             PC
## 10266      T      Microsoft
## 10272      T             PC
## 10274   E10+             PC
## 10277   E10+             PC
## 10282      E           Sony
## 10283      E      Microsoft
## 10285      M           Sony
## 10293      T             PC
## 10300      M             PC
## 10301      E             PC
## 10309      T             PC
## 10317   E10+           Sony
## 10321      E           Sony
## 10325      E           Sony
## 10335      E       Nintendo
## 10336      E       Nintendo
## 10337      E       Nintendo
## 10338      E       Nintendo
## 10339      M           Sony
## 10340      E       Nintendo
## 10341      E           Sony
## 10342      M           Sony
## 10343      T           Sony
## 10344   E10+           Sony
## 10345      E           Sony
## 10348      T           Sony
## 10349   E10+           Sony
## 10350      M           Sony
## 10351      T           Sony
## 10353      T           Sony
## 10354      E       Nintendo
## 10356      T           Sony
## 10357      T           Sony
## 10358      M           Sony
## 10359   E10+           Sony
## 10361      T           Sony
## 10362      T      Microsoft
## 10363      E       Nintendo
## 10364     AO      Microsoft
## 10366      E      Microsoft
## 10367      E           Sony
## 10369      M           Sony
## 10370      M           Sony
## 10371      M       Nintendo
## 10372      T      Microsoft
## 10373      T           Sony
## 10376      E       Nintendo
## 10379      E       Nintendo
## 10380      E           Sony
## 10381      E           Sony
## 10382      E       Nintendo
## 10386      T           Sony
## 10387      T           Sony
## 10388      M      Microsoft
## 10389      T           Sony
## 10390      E           Sony
## 10391   E10+           Sony
## 10392      T           Sony
## 10395      T             PC
## 10396      E       Nintendo
## 10397      T      Microsoft
## 10398      E       Nintendo
## 10399      T           Sony
## 10400      T      Microsoft
## 10401      T           Sony
## 10403      M           Sony
## 10405      T           Sony
## 10406   E10+           Sony
## 10410      M           Sony
## 10411      T      Microsoft
## 10412      M      Microsoft
## 10413      T           Sony
## 10414   E10+           Sony
## 10415      T       Nintendo
## 10416      T           Sony
## 10417      E           Sony
## 10418      E           Sony
## 10419      E      Microsoft
## 10420      T      Microsoft
## 10421      E           Sony
## 10422      E           Sony
## 10423      E       Nintendo
## 10424   E10+       Nintendo
## 10425      E       Nintendo
## 10426      E       Nintendo
## 10427      E      Microsoft
## 10428      M             PC
## 10429      M           Sony
## 10432   E10+       Nintendo
## 10434      T       Nintendo
## 10435   E10+           Sony
## 10437      M           Sony
## 10438      E           Sony
## 10439      E           Sony
## 10440      T           Sony
## 10441      T           Sony
## 10442   E10+           Sony
## 10443   E10+           Sony
## 10444      T           Sony
## 10445      T           Sony
## 10446      T           Sony
## 10447      M           Sony
## 10448      M      Microsoft
## 10449      T           Sony
## 10450      E       Nintendo
## 10451      T           Sony
## 10456      E           Sony
## 10457      T           Sony
## 10458   E10+      Microsoft
## 10459   E10+       Nintendo
## 10460      T           Sony
## 10462      E       Nintendo
## 10464      M      Microsoft
## 10465      T           Sony
## 10466      M      Microsoft
## 10467      E           Sony
## 10469      M      Microsoft
## 10470      M           Sony
## 10471      M           Sony
## 10473      E      Microsoft
## 10474      T      Microsoft
## 10477      M      Microsoft
## 10478      T           Sony
## 10479   E10+           Sony
## 10481      T           Sony
## 10482   E10+           Sony
## 10483      E      Microsoft
## 10485      T           Sony
## 10486      E           Sony
## 10487      T      Microsoft
## 10489      M      Microsoft
## 10490   E10+       Nintendo
## 10491      E       Nintendo
## 10492   E10+           Sony
## 10493      T      Microsoft
## 10497   E10+           Sony
## 10498      M      Microsoft
## 10499   E10+           Sony
## 10500      M      Microsoft
## 10501      E           Sony
## 10502      T           Sony
## 10503      E       Nintendo
## 10504      T           Sony
## 10505      T      Microsoft
## 10506      T       Nintendo
## 10507      T           Sony
## 10508      E      Microsoft
## 10509      E           Sony
## 10510      M           Sony
## 10512      T           Sony
## 10513   E10+           Sony
## 10514      T       Nintendo
## 10515      T           Sony
## 10516      E           Sony
## 10517      T      Microsoft
## 10518   E10+      Microsoft
## 10519      T      Microsoft
## 10520      E           Sony
## 10521      T           Sony
## 10522      M           Sony
## 10523      E       Nintendo
## 10524      E           Sony
## 10525      M      Microsoft
## 10527      M           Sony
## 10528      E           Sony
## 10530      T           Sony
## 10531   E10+           Sony
## 10532      T           Sony
## 10533      T           Sony
## 10534   E10+       Nintendo
## 10535      T           Sony
## 10536      T           Sony
## 10538      E      Microsoft
## 10539      T           Sony
## 10541   E10+           Sony
## 10543      M      Microsoft
## 10544      E       Nintendo
## 10546      E       Nintendo
## 10547      M           Sony
## 10548      T           Sony
## 10549      M           Sony
## 10550      T           Sony
## 10553      M           Sony
## 10555      T      Microsoft
## 10557      E      Microsoft
## 10559      T      Microsoft
## 10560      T           Sony
## 10561      M      Microsoft
## 10562      E       Nintendo
## 10565      T           Sony
## 10568      T           Sony
## 10569      T       Nintendo
## 10570      T           Sony
## 10571   E10+           Sony
## 10572      T       Nintendo
## 10574      E           Sony
## 10575   E10+       Nintendo
## 10577      M           Sony
## 10578      M      Microsoft
## 10579      M      Microsoft
## 10581      E           Sony
## 10582      T           Sony
## 10583      T           Sony
## 10585      T       Nintendo
## 10586      E           Sony
## 10587      E      Microsoft
## 10588      T           Sony
## 10589      E           Sony
## 10590      T      Microsoft
## 10593   E10+       Nintendo
## 10594      E       Nintendo
## 10595      T      Microsoft
## 10598      T       Nintendo
## 10599      E           Sony
## 10600      T             PC
## 10601   E10+      Microsoft
## 10602      T       Nintendo
## 10603      M      Microsoft
## 10604      E           Sony
## 10605      E           Sony
## 10606      M           Sony
## 10607   E10+           Sony
## 10608      E      Microsoft
## 10612      T       Nintendo
## 10614      M           Sony
## 10615      E           Sony
## 10617      T       Nintendo
## 10618      E       Nintendo
## 10619      E       Nintendo
## 10620      T      Microsoft
## 10621      T      Microsoft
## 10623      T       Nintendo
## 10625      T       Nintendo
## 10626      T           Sony
## 10628      E       Nintendo
## 10631      E      Microsoft
## 10632      M           Sony
## 10633      T      Microsoft
## 10636      T           Sony
## 10637      E           Sony
## 10638      T      Microsoft
## 10639      M      Microsoft
## 10640      M      Microsoft
## 10642   E10+           Sony
## 10644      E      Microsoft
## 10645   E10+       Nintendo
## 10646   E10+       Nintendo
## 10650      E       Nintendo
## 10651   E10+           Sony
## 10653      M           Sony
## 10654      E       Nintendo
## 10655      E      Microsoft
## 10656      T             PC
## 10657      M      Microsoft
## 10658      E           Sony
## 10659      T           Sony
## 10660      T       Nintendo
## 10661      T           Sony
## 10663      T           Sony
## 10665   E10+       Nintendo
## 10666      M      Microsoft
## 10668      T      Microsoft
## 10670      M      Microsoft
## 10671      E       Nintendo
## 10673      E      Microsoft
## 10674      M           Sony
## 10675      T      Microsoft
## 10677      T           Sony
## 10678      E       Nintendo
## 10682      T      Microsoft
## 10684      T      Microsoft
## 10685      E       Nintendo
## 10686      E       Nintendo
## 10689      T       Nintendo
## 10690   E10+      Microsoft
## 10692      T      Microsoft
## 10693      T           Sony
## 10694      T      Microsoft
## 10695      E       Nintendo
## 10696      T       Nintendo
## 10700      E           Sony
## 10701      M           Sony
## 10702      E       Nintendo
## 10703      E       Nintendo
## 10704      E           Sony
## 10705      T       Nintendo
## 10706      T      Microsoft
## 10707   E10+           Sony
## 10710      T       Nintendo
## 10711      E       Nintendo
## 10712      M           Sony
## 10713   E10+      Microsoft
## 10714      E       Nintendo
## 10716      E       Nintendo
## 10717      T      Microsoft
## 10720      E      Microsoft
## 10722      M           Sony
## 10724      E           Sony
## 10725      E           Sony
## 10726      M           Sony
## 10728      E           Sony
## 10731      T       Nintendo
## 10732      E           Sony
## 10734   E10+       Nintendo
## 10736      E           Sony
## 10737   E10+      Microsoft
## 10738      T           Sony
## 10739      E           Sony
## 10740      E       Nintendo
## 10741      E           Sony
## 10742      M      Microsoft
## 10745   E10+           Sony
## 10746      T      Microsoft
## 10747      T           Sony
## 10748      M           Sony
## 10749      E           Sony
## 10750      T       Nintendo
## 10752      T           Sony
## 10753      E      Microsoft
## 10757      T           Sony
## 10758      M           Sony
## 10759      T      Microsoft
## 10761      T      Microsoft
## 10762      E      Microsoft
## 10763   E10+           Sony
## 10764      M           Sony
## 10765      E           Sony
## 10766      M           Sony
## 10767      M           Sony
## 10769      M           Sony
## 10770   E10+           Sony
## 10772      T           Sony
## 10773      M           Sony
## 10774      T           Sony
## 10775      M           Sony
## 10777   E10+           Sony
## 10778      T           Sony
## 10779      T      Microsoft
## 10780      M      Microsoft
## 10782      T      Microsoft
## 10785   E10+       Nintendo
## 10786   E10+      Microsoft
## 10787      M       Nintendo
## 10792      E       Nintendo
## 10793      T           Sony
## 10794      E       Nintendo
## 10795      T      Microsoft
## 10798      M           Sony
## 10799      E           Sony
## 10801      M       Nintendo
## 10802      T       Nintendo
## 10806   E10+       Nintendo
## 10807      T             PC
## 10808      M           Sony
## 10809      E       Nintendo
## 10812   E10+             PC
## 10813      T           Sony
## 10815   E10+       Nintendo
## 10816      E       Nintendo
## 10817      M      Microsoft
## 10821   E10+       Nintendo
## 10824      E       Nintendo
## 10826      T      Microsoft
## 10828   E10+       Nintendo
## 10829      E       Nintendo
## 10830      E           Sony
## 10831      M      Microsoft
## 10833      M           Sony
## 10835      E           Sony
## 10837      T           Sony
## 10838      E       Nintendo
## 10839      M       Nintendo
## 10840      M           Sony
## 10841      E      Microsoft
## 10842      T           Sony
## 10845      M           Sony
## 10846      M       Nintendo
## 10848      E       Nintendo
## 10850      T       Nintendo
## 10851      M       Nintendo
## 10853      T       Nintendo
## 10855      E      Microsoft
## 10858      T           Sony
## 10859      T      Microsoft
## 10860      T           Sony
## 10862      E      Microsoft
## 10863   E10+           Sony
## 10866   E10+       Nintendo
## 10872      T           Sony
## 10877      E       Nintendo
## 10878      E       Nintendo
## 10879      T           Sony
## 10880      T       Nintendo
## 10883      M           Sony
## 10884      E       Nintendo
## 10885      E      Microsoft
## 10886      M           Sony
## 10888      T      Microsoft
## 10889   E10+           Sony
## 10893      M      Microsoft
## 10894      T      Microsoft
## 10896   E10+      Microsoft
## 10897      T           Sony
## 10898      E       Nintendo
## 10901   E10+           Sony
## 10902   E10+       Nintendo
## 10908      T      Microsoft
## 10909      T           Sony
## 10910      M      Microsoft
## 10911   E10+       Nintendo
## 10914      E           Sony
## 10916      T           Sony
## 10919      M           Sony
## 10920      M      Microsoft
## 10921      T      Microsoft
## 10922      M           Sony
## 10926      T       Nintendo
## 10927      E           Sony
## 10928      M       Nintendo
## 10929      T      Microsoft
## 10932   E10+       Nintendo
## 10933      M           Sony
## 10934      E      Microsoft
## 10935      E           Sony
## 10938      E           Sony
## 10939      M           Sony
## 10940      E       Nintendo
## 10942      E       Nintendo
## 10944      E       Nintendo
## 10946      M      Microsoft
## 10949      E           Sony
## 10950      M      Microsoft
## 10952      E       Nintendo
## 10953      E           Sony
## 10954      E           Sony
## 10955      M       Nintendo
## 10956      E           Sony
## 10957      M           Sony
## 10958      E      Microsoft
## 10959      M      Microsoft
## 10960   E10+           Sony
## 10961   E10+           Sony
## 10963      M      Microsoft
## 10964   E10+      Microsoft
## 10965      E      Microsoft
## 10966      M      Microsoft
## 10969      M      Microsoft
## 10971      E       Nintendo
## 10973      T           Sony
## 10977      T           Sony
## 10981      M      Microsoft
## 10983   E10+      Microsoft
## 10984      M           Sony
## 10985      T           Sony
## 10986      E           Sony
## 10987      T       Nintendo
## 10988      E           Sony
## 10993      M      Microsoft
## 10994      M      Microsoft
## 10997      E       Nintendo
## 10998   E10+       Nintendo
## 11000      T           Sony
## 11001   E10+      Microsoft
## 11004      M           Sony
## 11008   E10+       Nintendo
## 11009      E           Sony
## 11010   E10+           Sony
## 11011      E       Nintendo
## 11014      M           Sony
## 11017   E10+       Nintendo
## 11018      M           Sony
## 11019      T             PC
## 11020      M       Nintendo
## 11027      T             PC
## 11029      T           Sony
## 11032      E           Sony
## 11036      E           Sony
## 11038      T           Sony
## 11039      E           Sony
## 11041      M      Microsoft
## 11042      M      Microsoft
## 11046      T       Nintendo
## 11047      M      Microsoft
## 11049      T       Nintendo
## 11051      M           Sony
## 11053      T       Nintendo
## 11055      T           Sony
## 11057      M           Sony
## 11059   E10+       Nintendo
## 11060      M       Nintendo
## 11061      M             PC
## 11067      T           Sony
## 11070   E10+       Nintendo
## 11071      M      Microsoft
## 11073      T      Microsoft
## 11074      M           Sony
## 11077      E           Sony
## 11078      M      Microsoft
## 11081   E10+           Sony
## 11087      M      Microsoft
## 11088      M      Microsoft
## 11090      T             PC
## 11091      M      Microsoft
## 11096      M           Sony
## 11098      E           Sony
## 11099      E       Nintendo
## 11102      M      Microsoft
## 11103      E       Nintendo
## 11105      T       Nintendo
## 11106      T             PC
## 11107      T           Sony
## 11108      T           Sony
## 11114   E10+       Nintendo
## 11115      T      Microsoft
## 11117   E10+           Sony
## 11119   E10+       Nintendo
## 11122      T             PC
## 11126   E10+           Sony
## 11127      M      Microsoft
## 11128      E      Microsoft
## 11133      M      Microsoft
## 11134      M       Nintendo
## 11136      E      Microsoft
## 11137      E       Nintendo
## 11141      T      Microsoft
## 11145      M           Sony
## 11147      M      Microsoft
## 11153      T           Sony
## 11154      T      Microsoft
## 11155      T      Microsoft
## 11156      T             PC
## 11160      T           Sony
## 11161      T             PC
## 11165      T           Sony
## 11167      M           Sony
## 11177      M      Microsoft
## 11178      E           Sony
## 11182      E       Nintendo
## 11186      E      Microsoft
## 11190      E      Microsoft
## 11191      T             PC
## 11192      T           Sony
## 11195      T             PC
## 11196      E       Nintendo
## 11198      E       Nintendo
## 11200      T           Sony
## 11210      T           Sony
## 11211      M             PC
## 11212      M             PC
## 11217      T      Microsoft
## 11218      E      Microsoft
## 11220      M      Microsoft
## 11222      T      Microsoft
## 11224      T             PC
## 11226      E             PC
## 11228   E10+      Microsoft
## 11229      T      Microsoft
## 11230      M             PC
## 11231      M             PC
## 11233      E       Nintendo
## 11238      M      Microsoft
## 11239      T      Microsoft
## 11240      T      Microsoft
## 11242      M             PC
## 11243      T             PC
## 11246      M      Microsoft
## 11247      T      Microsoft
## 11250      T      Microsoft
## 11255      E       Nintendo
## 11256      M             PC
## 11257      E           Sony
## 11259      E       Nintendo
## 11260      T             PC
## 11264      T       Nintendo
## 11265      T      Microsoft
## 11266      M             PC
## 11273      M           Sony
## 11274      E           Sony
## 11277      M      Microsoft
## 11278      E           Sony
## 11279      E       Nintendo
## 11280      T             PC
## 11281      T           Sony
## 11282      E           Sony
## 11283      M           Sony
## 11284      E           Sony
## 11285      E           Sony
## 11286      T           Sony
## 11287      T           Sony
## 11288      E           Sony
## 11289      T           Sony
## 11290      T           Sony
## 11291      M      Microsoft
## 11292      E           Sony
## 11293      E           Sony
## 11295      M             PC
## 11296      T           Sony
## 11297      T           Sony
## 11298      T           Sony
## 11300      E      Microsoft
## 11301      E       Nintendo
## 11302      E           Sony
## 11304   E10+           Sony
## 11305      T           Sony
## 11306      T           Sony
## 11307      E           Sony
## 11308      M           Sony
## 11309      E           Sony
## 11311      T           Sony
## 11312      E       Nintendo
## 11313      E           Sony
## 11314      M           Sony
## 11315      E           Sony
## 11316      M           Sony
## 11317      T           Sony
## 11318      T      Microsoft
## 11320      E      Microsoft
## 11321      T           Sony
## 11322      E           Sony
## 11323      E       Nintendo
## 11326      M           Sony
## 11327      E      Microsoft
## 11328      E           Sony
## 11329      E           Sony
## 11330      E           Sony
## 11331      T           Sony
## 11332      T      Microsoft
## 11334      M           Sony
## 11335      M           Sony
## 11336      E           Sony
## 11337      E       Nintendo
## 11338      E       Nintendo
## 11339      E           Sony
## 11340      E           Sony
## 11341      E           Sony
## 11342      E       Nintendo
## 11343      T      Microsoft
## 11344      T      Microsoft
## 11345      T           Sony
## 11347   E10+       Nintendo
## 11348      E           Sony
## 11350      T       Nintendo
## 11351      E           Sony
## 11352      T      Microsoft
## 11353      T           Sony
## 11354      T           Sony
## 11356      T           Sony
## 11357      M      Microsoft
## 11358      M           Sony
## 11359      E       Nintendo
## 11360      E       Nintendo
## 11361      T      Microsoft
## 11362      E           Sony
## 11363      E       Nintendo
## 11365      E       Nintendo
## 11366      T           Sony
## 11367      M           Sony
## 11369      M      Microsoft
## 11370      T      Microsoft
## 11372      T           Sony
## 11373      E       Nintendo
## 11374      E       Nintendo
## 11375      E           Sony
## 11377      E      Microsoft
## 11378      E      Microsoft
## 11379      E           Sony
## 11380      M           Sony
## 11381      E       Nintendo
## 11383      E      Microsoft
## 11384      E           Sony
## 11385      T      Microsoft
## 11386      E      Microsoft
## 11387      E       Nintendo
## 11388      E       Nintendo
## 11389      E           Sony
## 11391      E      Microsoft
## 11392      T       Nintendo
## 11393      T       Nintendo
## 11394      E           Sony
## 11395      E       Nintendo
## 11396      E       Nintendo
## 11397      E       Nintendo
## 11398      M           Sony
## 11399      M           Sony
## 11400      M      Microsoft
## 11401      E       Nintendo
## 11402      M      Microsoft
## 11403      M           Sony
## 11404      M      Microsoft
## 11405      E       Nintendo
## 11406      E           Sony
## 11407      T      Microsoft
## 11408      E       Nintendo
## 11409      M      Microsoft
## 11410      E           Sony
## 11412      E           Sony
## 11414      M           Sony
## 11415      E       Nintendo
## 11416      E       Nintendo
## 11417      T           Sony
## 11418      E       Nintendo
## 11419      E      Microsoft
## 11420      T      Microsoft
## 11423      E      Microsoft
## 11425      T           Sony
## 11426      T           Sony
## 11428      E       Nintendo
## 11429      E       Nintendo
## 11430      E           Sony
## 11431      E           Sony
## 11432      T           Sony
## 11433      T      Microsoft
## 11436      E           Sony
## 11438      E           Sony
## 11439      E       Nintendo
## 11440      E           Sony
## 11441      T           Sony
## 11443      E       Nintendo
## 11444      E       Nintendo
## 11446      E           Sony
## 11447      E      Microsoft
## 11449      E       Nintendo
## 11450      E           Sony
## 11451      T           Sony
## 11454      E       Nintendo
## 11455      T           Sony
## 11456      M           Sony
## 11458      E       Nintendo
## 11460      T           Sony
## 11462      E      Microsoft
## 11463      M      Microsoft
## 11464      E      Microsoft
## 11467      T      Microsoft
## 11471      E           Sony
## 11472      M           Sony
## 11474      M      Microsoft
## 11475      E           Sony
## 11476      T       Nintendo
## 11477      E       Nintendo
## 11478      T           Sony
## 11480      T       Nintendo
## 11481      E      Microsoft
## 11482      M           Sony
## 11485      M      Microsoft
## 11486      E           Sony
## 11487      T           Sony
## 11488      T       Nintendo
## 11489      E       Nintendo
## 11491      T      Microsoft
## 11493      E       Nintendo
## 11494      E      Microsoft
## 11495      T           Sony
## 11496      M       Nintendo
## 11500      E           Sony
## 11503      T           Sony
## 11504      E       Nintendo
## 11505      T       Nintendo
## 11507      E       Nintendo
## 11509      T           Sony
## 11510      T           Sony
## 11512      E      Microsoft
## 11515      E       Nintendo
## 11516      E       Nintendo
## 11517      T           Sony
## 11519      E           Sony
## 11521      E      Microsoft
## 11522      T           Sony
## 11524      E       Nintendo
## 11526      T       Nintendo
## 11527      E      Microsoft
## 11528      E       Nintendo
## 11532      M           Sony
## 11534      E           Sony
## 11535      T       Nintendo
## 11538      T       Nintendo
## 11539      M           Sony
## 11540      T       Nintendo
## 11541      E       Nintendo
## 11542      E      Microsoft
## 11543      T           Sony
## 11545   E10+           Sony
## 11546      E       Nintendo
## 11548      T       Nintendo
## 11549      T       Nintendo
## 11550      T      Microsoft
## 11551      E           Sony
## 11555      E       Nintendo
## 11557   E10+           Sony
## 11559      M      Microsoft
## 11560      T      Microsoft
## 11561      M           Sony
## 11562   E10+           Sony
## 11563      E       Nintendo
## 11564      E       Nintendo
## 11568      E           Sony
## 11569      M      Microsoft
## 11570      T           Sony
## 11572      M      Microsoft
## 11573      T           Sony
## 11576      T           Sony
## 11577      T             PC
## 11578      E           Sony
## 11579      T       Nintendo
## 11581      T       Nintendo
## 11582      M           Sony
## 11583      E       Nintendo
## 11585      T           Sony
## 11587      M           Sony
## 11588      E      Microsoft
## 11590      T       Nintendo
## 11592      E           Sony
## 11593      T           Sony
## 11594      E      Microsoft
## 11595      E             PC
## 11596      T           Sony
## 11597      M           Sony
## 11598      E           Sony
## 11600      E           Sony
## 11602      T           Sony
## 11605      T           Sony
## 11607      E           Sony
## 11608      T      Microsoft
## 11609      E       Nintendo
## 11610      E       Nintendo
## 11611      E       Nintendo
## 11613      M      Microsoft
## 11616      T           Sony
## 11621      E       Nintendo
## 11623      M       Nintendo
## 11625      T           Sony
## 11626      E           Sony
## 11627      T           Sony
## 11628      M      Microsoft
## 11631      E           Sony
## 11633      M      Microsoft
## 11635      E       Nintendo
## 11636      E       Nintendo
## 11637      T           Sony
## 11638      E       Nintendo
## 11641      T       Nintendo
## 11642      M      Microsoft
## 11643      T       Nintendo
## 11644      M      Microsoft
## 11645      T           Sony
## 11647      E           Sony
## 11648      T           Sony
## 11649      T           Sony
## 11650      T             PC
## 11651      M      Microsoft
## 11652      M           Sony
## 11653      T           Sony
## 11655      M      Microsoft
## 11658      E       Nintendo
## 11659      T           Sony
## 11661      E           Sony
## 11664      E       Nintendo
## 11668      E           Sony
## 11669      T           Sony
## 11670      E       Nintendo
## 11671      M       Nintendo
## 11672      M      Microsoft
## 11676      M      Microsoft
## 11677      T       Nintendo
## 11678      M           Sony
## 11679      E      Microsoft
## 11682      M           Sony
## 11684      M           Sony
## 11686      M      Microsoft
## 11687      E           Sony
## 11688      T      Microsoft
## 11689      M      Microsoft
## 11691      T           Sony
## 11694      E           Sony
## 11695      M      Microsoft
## 11696      M      Microsoft
## 11703      T           Sony
## 11705      T           Sony
## 11706      E           Sony
## 11707      T           Sony
## 11708      M      Microsoft
## 11709      T      Microsoft
## 11710      E       Nintendo
## 11711      E           Sony
## 11715      T           Sony
## 11716      E      Microsoft
## 11717      T           Sony
## 11719      T      Microsoft
## 11720      T           Sony
## 11721      T       Nintendo
## 11722      T      Microsoft
## 11723      T      Microsoft
## 11725      M      Microsoft
## 11728      E       Nintendo
## 11729      E      Microsoft
## 11731      T           Sony
## 11732      T      Microsoft
## 11734      E       Nintendo
## 11735      T           Sony
## 11736      T           Sony
## 11737      E       Nintendo
## 11738      T           Sony
## 11739   E10+           Sony
## 11742      E      Microsoft
## 11743      M           Sony
## 11744      E       Nintendo
## 11745      T      Microsoft
## 11747      T       Nintendo
## 11748      E           Sony
## 11751      T           Sony
## 11752      M           Sony
## 11754      E      Microsoft
## 11755      T       Nintendo
## 11756      T           Sony
## 11757      T           Sony
## 11759      M           Sony
## 11761      T      Microsoft
## 11765      E           Sony
## 11766      E       Nintendo
## 11768      E      Microsoft
## 11769      M           Sony
## 11770      M      Microsoft
## 11774      M      Microsoft
## 11775      T      Microsoft
## 11776      T      Microsoft
## 11780      T      Microsoft
## 11781      E       Nintendo
## 11783      T           Sony
## 11784      T           Sony
## 11785      T           Sony
## 11787      E      Microsoft
## 11788      E       Nintendo
## 11791      M      Microsoft
## 11793      T      Microsoft
## 11795      T       Nintendo
## 11798      T             PC
## 11799      M             PC
## 11800      E      Microsoft
## 11801      E      Microsoft
## 11802      T       Nintendo
## 11804      T      Microsoft
## 11805      T           Sony
## 11806      M      Microsoft
## 11808      T      Microsoft
## 11810      E           Sony
## 11813      T           Sony
## 11815      T      Microsoft
## 11816      T           Sony
## 11817      E           Sony
## 11818      T           Sony
## 11819      T           Sony
## 11820      T       Nintendo
## 11822      T      Microsoft
## 11824      E      Microsoft
## 11825      T      Microsoft
## 11828      E      Microsoft
## 11829      T      Microsoft
## 11831      E           Sony
## 11834      M             PC
## 11839      T       Nintendo
## 11840      T       Nintendo
## 11841      E       Nintendo
## 11842      T           Sony
## 11843      T       Nintendo
## 11844      T           Sony
## 11845      M           Sony
## 11853      E      Microsoft
## 11854      E       Nintendo
## 11855      T           Sony
## 11856      M      Microsoft
## 11859      T      Microsoft
## 11861      T             PC
## 11862      T             PC
## 11863      T           Sony
## 11864      T           Sony
## 11865      M           Sony
## 11867      T      Microsoft
## 11868      T      Microsoft
## 11869      M      Microsoft
## 11870      T           Sony
## 11871      T       Nintendo
## 11872      E      Microsoft
## 11873      T       Nintendo
## 11875      E       Nintendo
## 11878      M           Sony
## 11879      T           Sony
## 11880      T           Sony
## 11882      M           Sony
## 11883      T      Microsoft
## 11884      T      Microsoft
## 11885   E10+           Sony
## 11886      E           Sony
## 11887      T           Sony
## 11890      T           Sony
## 11891      T       Nintendo
## 11895      T      Microsoft
## 11897      T           Sony
## 11902      T      Microsoft
## 11903      E       Nintendo
## 11904      E             PC
## 11905      T      Microsoft
## 11906      T           Sony
## 11909      M       Nintendo
## 11911      E       Nintendo
## 11916      E      Microsoft
## 11920      M      Microsoft
## 11924      T       Nintendo
## 11925      T      Microsoft
## 11930      M             PC
## 11931      M      Microsoft
## 11932      E      Microsoft
## 11933      E           Sony
## 11935      M             PC
## 11937      T      Microsoft
## 11940      M       Nintendo
## 11941      T       Nintendo
## 11951      T       Nintendo
## 11952      T             PC
## 11953      E      Microsoft
## 11956      E      Microsoft
## 11957      M           Sony
## 11959   E10+       Nintendo
## 11960      T           Sony
## 11961      M           Sony
## 11962      E       Nintendo
## 11963      E             PC
## 11966      M      Microsoft
## 11970      T           Sony
## 11971      T           Sony
## 11974      T      Microsoft
## 11975      E           Sony
## 11978   E10+             PC
## 11980      E       Nintendo
## 11983      T      Microsoft
## 11984      T             PC
## 11985      T       Nintendo
## 11991      M       Nintendo
## 11992      T      Microsoft
## 11997      E      Microsoft
## 11998      M       Nintendo
## 11999      T      Microsoft
## 12000      M           Sony
## 12006      M      Microsoft
## 12007      M             PC
## 12009      T      Microsoft
## 12011      E           Sony
## 12013      M             PC
## 12017      T             PC
## 12020      E             PC
## 12022      T             PC
## 12029      E             PC
## 12032      T      Microsoft
## 12034      T       Nintendo
## 12035      E           Sony
## 12037      T           Sony
## 12039      T           Sony
## 12041      E           Sony
## 12042      T           Sony
## 12043      T           Sony
## 12044      M           Sony
## 12045      T           Sony
## 12046      E           Sony
## 12047      M           Sony
## 12048      E           Sony
## 12051      T           Sony
## 12053      T           Sony
## 12054      T           Sony
## 12055      E       Nintendo
## 12057      T           Sony
## 12058      T           Sony
## 12059      T           Sony
## 12060      T      Microsoft
## 12062      E       Nintendo
## 12063      T           Sony
## 12065      E       Nintendo
## 12066      T           Sony
## 12067      E       Nintendo
## 12068      E           Sony
## 12069      M           Sony
## 12070      E           Sony
## 12071      E           Sony
## 12072      T           Sony
## 12073      T             PC
## 12074      E           Sony
## 12075      T           Sony
## 12077      T           Sony
## 12078      E      Microsoft
## 12079      T             PC
## 12080      E           Sony
## 12082      E           Sony
## 12083      E           Sony
## 12084      E           Sony
## 12085      E       Nintendo
## 12086      E       Nintendo
## 12088      M      Microsoft
## 12089      T             PC
## 12090      E       Nintendo
## 12091      T       Nintendo
## 12092      T       Nintendo
## 12095      M           Sony
## 12097      M      Microsoft
## 12098      E       Nintendo
## 12100      M           Sony
## 12103      E       Nintendo
## 12104      M           Sony
## 12105      T      Microsoft
## 12106      E       Nintendo
## 12108      T           Sony
## 12112      E       Nintendo
## 12113      T      Microsoft
## 12114      E       Nintendo
## 12115      T           Sony
## 12116      T      Microsoft
## 12117      E       Nintendo
## 12118      E           Sony
## 12119      M           Sony
## 12120      T      Microsoft
## 12121      M      Microsoft
## 12122      T       Nintendo
## 12123      E       Nintendo
## 12124      E      Microsoft
## 12125      E           Sony
## 12126      T       Nintendo
## 12127      T           Sony
## 12128      E           Sony
## 12129      T       Nintendo
## 12130      E           Sony
## 12132      E           Sony
## 12133      T      Microsoft
## 12135      E       Nintendo
## 12136      E           Sony
## 12137      E       Nintendo
## 12140      M           Sony
## 12141      T      Microsoft
## 12143      E       Nintendo
## 12144      E           Sony
## 12146      E           Sony
## 12147      E      Microsoft
## 12148      E           Sony
## 12149      E       Nintendo
## 12150      T      Microsoft
## 12151      M      Microsoft
## 12152      T           Sony
## 12154      M      Microsoft
## 12155      T       Nintendo
## 12156      E       Nintendo
## 12157      E      Microsoft
## 12161      E       Nintendo
## 12163      T           Sony
## 12164      T           Sony
## 12165      M           Sony
## 12167      T       Nintendo
## 12168      T           Sony
## 12169      T       Nintendo
## 12170      T       Nintendo
## 12171      E      Microsoft
## 12172      T       Nintendo
## 12173      M      Microsoft
## 12175      E           Sony
## 12178      T       Nintendo
## 12179      T       Nintendo
## 12180      E       Nintendo
## 12181      M           Sony
## 12182      M      Microsoft
## 12183      T           Sony
## 12185      E      Microsoft
## 12186      T       Nintendo
## 12188      T           Sony
## 12189      T           Sony
## 12190      E       Nintendo
## 12191      M           Sony
## 12193      M      Microsoft
## 12194      E       Nintendo
## 12196      E           Sony
## 12197      T           Sony
## 12198      E      Microsoft
## 12199      M           Sony
## 12200      M       Nintendo
## 12202      T       Nintendo
## 12203      T      Microsoft
## 12204      T      Microsoft
## 12205      T           Sony
## 12206      E           Sony
## 12208      E           Sony
## 12209      E       Nintendo
## 12210      E           Sony
## 12211      E      Microsoft
## 12212      T           Sony
## 12214      E           Sony
## 12215      E           Sony
## 12216      T           Sony
## 12217      M           Sony
## 12218      E           Sony
## 12219      M           Sony
## 12221      T           Sony
## 12222      E       Nintendo
## 12224      E      Microsoft
## 12225      E           Sony
## 12226      T      Microsoft
## 12227      E           Sony
## 12229      T       Nintendo
## 12232      T           Sony
## 12234      T           Sony
## 12235      T           Sony
## 12237      E       Nintendo
## 12239      E      Microsoft
## 12240      T       Nintendo
## 12241      T      Microsoft
## 12244      M           Sony
## 12246      E       Nintendo
## 12250      M           Sony
## 12251      E      Microsoft
## 12252      E           Sony
## 12253      E       Nintendo
## 12254      M           Sony
## 12255      T           Sony
## 12257      T       Nintendo
## 12258      T      Microsoft
## 12259      T           Sony
## 12260      E           Sony
## 12262      E           Sony
## 12265      M           Sony
## 12267      E           Sony
## 12269      E       Nintendo
## 12270      E       Nintendo
## 12271      T           Sony
## 12273      E      Microsoft
## 12275      E           Sony
## 12276      E       Nintendo
## 12278      M           Sony
## 12279      E       Nintendo
## 12280      T           Sony
## 12281      E       Nintendo
## 12285      E           Sony
## 12286      E      Microsoft
## 12288      T           Sony
## 12290      T           Sony
## 12292      T           Sony
## 12293      E       Nintendo
## 12294      M           Sony
## 12297      E           Sony
## 12298      T           Sony
## 12299      E           Sony
## 12300      E       Nintendo
## 12302      E       Nintendo
## 12303      T       Nintendo
## 12304      T      Microsoft
## 12305      M      Microsoft
## 12306      M           Sony
## 12307      T           Sony
## 12308      E       Nintendo
## 12309      E       Nintendo
## 12310      M           Sony
## 12312      T       Nintendo
## 12313      E           Sony
## 12314      E           Sony
## 12316      E      Microsoft
## 12317      E      Microsoft
## 12318      E       Nintendo
## 12321      E      Microsoft
## 12322      E       Nintendo
## 12323      T           Sony
## 12324      E       Nintendo
## 12326      M           Sony
## 12328      E      Microsoft
## 12330      E       Nintendo
## 12332      E       Nintendo
## 12333      T      Microsoft
## 12334      E             PC
## 12335      E           Sony
## 12336      E      Microsoft
## 12337   E10+       Nintendo
## 12338      E           Sony
## 12340      T           Sony
## 12342      E       Nintendo
## 12343      E           Sony
## 12344      T      Microsoft
## 12346      T           Sony
## 12350      T           Sony
## 12351      T       Nintendo
## 12352      M      Microsoft
## 12353      T       Nintendo
## 12354      E       Nintendo
## 12356      T           Sony
## 12358      E      Microsoft
## 12360      M      Microsoft
## 12362      E       Nintendo
## 12364      E           Sony
## 12365      T      Microsoft
## 12367      E      Microsoft
## 12368      E       Nintendo
## 12369      M      Microsoft
## 12370      T       Nintendo
## 12371      E           Sony
## 12373      T           Sony
## 12374      E      Microsoft
## 12375      E      Microsoft
## 12376      T      Microsoft
## 12382      E           Sony
## 12386      E      Microsoft
## 12388      T       Nintendo
## 12389      E           Sony
## 12391      T           Sony
## 12392      T      Microsoft
## 12393      M      Microsoft
## 12394      T           Sony
## 12395      E           Sony
## 12397      M           Sony
## 12400      E           Sony
## 12401   E10+       Nintendo
## 12406      T           Sony
## 12408      T      Microsoft
## 12409      E       Nintendo
## 12411      T      Microsoft
## 12412      T             PC
## 12416      E       Nintendo
## 12417      E       Nintendo
## 12419      E      Microsoft
## 12421      E      Microsoft
## 12422      T           Sony
## 12425      T           Sony
## 12426      E       Nintendo
## 12428      M           Sony
## 12429      M      Microsoft
## 12430      T           Sony
## 12431      E           Sony
## 12433      T       Nintendo
## 12434      T           Sony
## 12435      E           Sony
## 12436      E      Microsoft
## 12437      T           Sony
## 12440      T      Microsoft
## 12441      T           Sony
## 12442      M           Sony
## 12443      T           Sony
## 12444      E           Sony
## 12445      E       Nintendo
## 12446      E           Sony
## 12448      E      Microsoft
## 12449      E      Microsoft
## 12450      E       Nintendo
## 12451      T      Microsoft
## 12453      M      Microsoft
## 12454      T           Sony
## 12455      M           Sony
## 12457      E       Nintendo
## 12458      M      Microsoft
## 12459      M      Microsoft
## 12460      T       Nintendo
## 12461      M      Microsoft
## 12462      E       Nintendo
## 12463      M      Microsoft
## 12465      T       Nintendo
## 12466      E           Sony
## 12467      T           Sony
## 12470      E       Nintendo
## 12472      M           Sony
## 12473      T      Microsoft
## 12474      E           Sony
## 12477      E       Nintendo
## 12478      E       Nintendo
## 12479      T           Sony
## 12481      M           Sony
## 12482      E       Nintendo
## 12483      E       Nintendo
## 12485      T       Nintendo
## 12487      E      Microsoft
## 12489      M           Sony
## 12491      T       Nintendo
## 12492      M       Nintendo
## 12493      E       Nintendo
## 12494      E      Microsoft
## 12495      E       Nintendo
## 12497      T      Microsoft
## 12499      T       Nintendo
## 12500      T             PC
## 12502      M      Microsoft
## 12504      E      Microsoft
## 12505      E      Microsoft
## 12506      T      Microsoft
## 12509      T       Nintendo
## 12511      T      Microsoft
## 12512      E      Microsoft
## 12513      M       Nintendo
## 12514      T           Sony
## 12516      T           Sony
## 12517      T           Sony
## 12518      E       Nintendo
## 12519      E      Microsoft
## 12521      T       Nintendo
## 12522      T      Microsoft
## 12524      T           Sony
## 12526      M      Microsoft
## 12527      T      Microsoft
## 12529      T       Nintendo
## 12531      M           Sony
## 12533      T           Sony
## 12534      E       Nintendo
## 12536      M           Sony
## 12537      T      Microsoft
## 12538      T      Microsoft
## 12539      E           Sony
## 12540      T           Sony
## 12541      E       Nintendo
## 12542      T      Microsoft
## 12543      T      Microsoft
## 12545      E      Microsoft
## 12546      E      Microsoft
## 12548      T           Sony
## 12549      T           Sony
## 12550      E      Microsoft
## 12551      T           Sony
## 12554      M      Microsoft
## 12555      E       Nintendo
## 12556      T      Microsoft
## 12558      T      Microsoft
## 12559      E           Sony
## 12560      T       Nintendo
## 12561      T       Nintendo
## 12562      T      Microsoft
## 12563      T           Sony
## 12565      T      Microsoft
## 12567      E       Nintendo
## 12569      T       Nintendo
## 12573      E      Microsoft
## 12575      E           Sony
## 12577      E           Sony
## 12578      M           Sony
## 12579      T       Nintendo
## 12580      T           Sony
## 12583      T           Sony
## 12584      E       Nintendo
## 12585      T           Sony
## 12586      E       Nintendo
## 12589      E       Nintendo
## 12590      M       Nintendo
## 12592      T      Microsoft
## 12594      T       Nintendo
## 12595      E       Nintendo
## 12596      T      Microsoft
## 12597      T           Sony
## 12598      E       Nintendo
## 12599      T      Microsoft
## 12600      T           Sony
## 12601      T       Nintendo
## 12602      E       Nintendo
## 12603      E      Microsoft
## 12605      E       Nintendo
## 12606      T       Nintendo
## 12608      M      Microsoft
## 12610      T       Nintendo
## 12611      T       Nintendo
## 12612      M       Nintendo
## 12613      E       Nintendo
## 12615      T       Nintendo
## 12616      T           Sony
## 12617      E      Microsoft
## 12618      T       Nintendo
## 12619      T      Microsoft
## 12627      E           Sony
## 12628      E      Microsoft
## 12630      E       Nintendo
## 12631      E       Nintendo
## 12633      M           Sony
## 12634      E             PC
## 12635      M       Nintendo
## 12636      T      Microsoft
## 12637      E       Nintendo
## 12638      E      Microsoft
## 12640      T       Nintendo
## 12641      E      Microsoft
## 12642      E      Microsoft
## 12644      T           Sony
## 12647      E           Sony
## 12650      T       Nintendo
## 12652      E           Sony
## 12653      E       Nintendo
## 12654      M       Nintendo
## 12656      T      Microsoft
## 12657      M       Nintendo
## 12659      T       Nintendo
## 12661      E      Microsoft
## 12662      M      Microsoft
## 12664      T       Nintendo
## 12667      E       Nintendo
## 12669      E      Microsoft
## 12670      E      Microsoft
## 12671      T      Microsoft
## 12672      E       Nintendo
## 12673      E      Microsoft
## 12676      E       Nintendo
## 12677      E       Nintendo
## 12680      M      Microsoft
## 12682      E       Nintendo
## 12685      E       Nintendo
## 12686      T             PC
## 12689      E             PC
## 12692      T       Nintendo
## 12693      T      Microsoft
##  [ reached 'max' / getOption("max.print") -- omitted 944 rows ]
#Generate 10% missing values at Random
mydata.mis <- prodNA(mydata, noNA = 0.1)
#Check missing values introduced in the data
summary(mydata.mis)
##      Name             Platform         Year_of_Release    Genre          
##  Length:16446       Length:16446       Min.   :1980    Length:16446      
##  Class :character   Class :character   1st Qu.:2003    Class :character  
##  Mode  :character   Mode  :character   Median :2007    Mode  :character  
##                                        Mean   :2006                      
##                                        3rd Qu.:2010                      
##                                        Max.   :2016                      
##                                        NA's   :1681                      
##   Publisher            NA_Sales          EU_Sales          JP_Sales      
##  Length:16446       Min.   : 0.0000   Min.   : 0.0000   Min.   : 0.0000  
##  Class :character   1st Qu.: 0.0000   1st Qu.: 0.0000   1st Qu.: 0.0000  
##  Mode  :character   Median : 0.0800   Median : 0.0200   Median : 0.0000  
##                     Mean   : 0.2607   Mean   : 0.1427   Mean   : 0.0785  
##                     3rd Qu.: 0.2400   3rd Qu.: 0.1100   3rd Qu.: 0.0400  
##                     Max.   :29.0800   Max.   :12.7600   Max.   :10.2200  
##                     NA's   :1664      NA's   :1613      NA's   :1662     
##   Other_Sales       Global_Sales      Critic_Score    Critic_Count   
##  Min.   : 0.0000   Min.   : 0.0100   Min.   :13.00   Min.   :  3.00  
##  1st Qu.: 0.0000   1st Qu.: 0.0600   1st Qu.:60.00   1st Qu.: 12.00  
##  Median : 0.0100   Median : 0.1700   Median :71.00   Median : 22.00  
##  Mean   : 0.0477   Mean   : 0.5377   Mean   :69.08   Mean   : 26.48  
##  3rd Qu.: 0.0300   3rd Qu.: 0.4700   3rd Qu.:79.00   3rd Qu.: 37.00  
##  Max.   :10.5700   Max.   :82.5300   Max.   :98.00   Max.   :113.00  
##  NA's   :1600      NA's   :1698      NA's   :9243    NA's   :9300    
##    User_Score      User_Count       Developer            Rating         
##  Min.   :0.000   Min.   :    4.0   Length:16446       Length:16446      
##  1st Qu.:6.400   1st Qu.:   10.0   Class :character   Class :character  
##  Median :7.500   Median :   24.0   Mode  :character   Mode  :character  
##  Mean   :7.117   Mean   :  164.9                                        
##  3rd Qu.:8.200   3rd Qu.:   81.0                                        
##  Max.   :9.700   Max.   :10665.0                                        
##  NA's   :9740    NA's   :9727                                           
##  Platformvendor    
##  Length:16446      
##  Class :character  
##  Mode  :character  
##                    
##                    
##                    
## 
# Removing categorical data
p = function(x){sum(is.na(x))/length(x)*100}
apply(mydata,2,p)
##            Name        Platform Year_of_Release           Genre       Publisher 
##      0.01216101      0.00000000      0.00000000      0.01216101      0.00000000 
##        NA_Sales        EU_Sales        JP_Sales     Other_Sales    Global_Sales 
##      0.00000000      0.00000000      0.00000000      0.00000000      0.00000000 
##    Critic_Score    Critic_Count      User_Score      User_Count       Developer 
##     51.45932142     51.45932142     54.62118448     54.62118448     39.76650857 
##          Rating  Platformvendor 
##     40.60561839      0.00000000
#EU_Sales, Global_Sales, Platform, Publisher, JP_Sales, Year_of_Release, NA_Sales, Other_Sales, and Developer contains no missing values, Name contains 0,0122%, Genre contains 0,0122%, Critic_Score contains 51,45%, Critic_Count 51,45%, User_Score 54,62%, User_Count contains 54,62%, Developer 39,77%, and Rating with 40,60%.
md.pattern(mydata)#Visualization Missing data

##      Platform Year_of_Release Publisher NA_Sales EU_Sales JP_Sales Other_Sales
## 6826        1               1         1        1        1        1           1
## 1076        1               1         1        1        1        1           1
## 554         1               1         1        1        1        1           1
## 1312        1               1         1        1        1        1           1
## 64          1               1         1        1        1        1           1
## 11          1               1         1        1        1        1           1
## 8           1               1         1        1        1        1           1
## 55          1               1         1        1        1        1           1
## 4           1               1         1        1        1        1           1
## 2           1               1         1        1        1        1           1
## 7           1               1         1        1        1        1           1
## 6525        1               1         1        1        1        1           1
## 2           1               1         1        1        1        1           1
##             0               0         0        0        0        0           0
##      Global_Sales Platformvendor Name Genre Developer Rating Critic_Score
## 6826            1              1    1     1         1      1            1
## 1076            1              1    1     1         1      1            1
## 554             1              1    1     1         1      1            0
## 1312            1              1    1     1         1      1            0
## 64              1              1    1     1         1      0            1
## 11              1              1    1     1         1      0            1
## 8               1              1    1     1         1      0            0
## 55              1              1    1     1         1      0            0
## 4               1              1    1     1         0      0            1
## 2               1              1    1     1         0      0            1
## 7               1              1    1     1         0      0            0
## 6525            1              1    1     1         0      0            0
## 2               1              1    0     0         0      0            0
##                 0              0    2     2      6540   6678         8463
##      Critic_Count User_Score User_Count      
## 6826            1          1          1     0
## 1076            1          0          0     2
## 554             0          1          1     2
## 1312            0          0          0     4
## 64              1          1          1     1
## 11              1          0          0     3
## 8               0          1          1     3
## 55              0          0          0     5
## 4               1          1          1     2
## 2               1          0          0     4
## 7               0          1          1     4
## 6525            0          0          0     6
## 2               0          0          0     8
##              8463       8983       8983 48114
md.pairs(mydata)
## $rr
##                  Name Platform Year_of_Release Genre Publisher NA_Sales
## Name            16444    16444           16444 16444     16444    16444
## Platform        16444    16446           16446 16444     16446    16446
## Year_of_Release 16444    16446           16446 16444     16446    16446
## Genre           16444    16444           16444 16444     16444    16444
## Publisher       16444    16446           16446 16444     16446    16446
## NA_Sales        16444    16446           16446 16444     16446    16446
## EU_Sales        16444    16446           16446 16444     16446    16446
## JP_Sales        16444    16446           16446 16444     16446    16446
## Other_Sales     16444    16446           16446 16444     16446    16446
## Global_Sales    16444    16446           16446 16444     16446    16446
## Critic_Score     7983     7983            7983  7983      7983     7983
## Critic_Count     7983     7983            7983  7983      7983     7983
## User_Score       7463     7463            7463  7463      7463     7463
## User_Count       7463     7463            7463  7463      7463     7463
## Developer        9906     9906            9906  9906      9906     9906
## Rating           9768     9768            9768  9768      9768     9768
## Platformvendor  16444    16446           16446 16444     16446    16446
##                 EU_Sales JP_Sales Other_Sales Global_Sales Critic_Score
## Name               16444    16444       16444        16444         7983
## Platform           16446    16446       16446        16446         7983
## Year_of_Release    16446    16446       16446        16446         7983
## Genre              16444    16444       16444        16444         7983
## Publisher          16446    16446       16446        16446         7983
## NA_Sales           16446    16446       16446        16446         7983
## EU_Sales           16446    16446       16446        16446         7983
## JP_Sales           16446    16446       16446        16446         7983
## Other_Sales        16446    16446       16446        16446         7983
## Global_Sales       16446    16446       16446        16446         7983
## Critic_Score        7983     7983        7983         7983         7983
## Critic_Count        7983     7983        7983         7983         7983
## User_Score          7463     7463        7463         7463         6894
## User_Count          7463     7463        7463         7463         6894
## Developer           9906     9906        9906         9906         7977
## Rating              9768     9768        9768         9768         7902
## Platformvendor     16446    16446       16446        16446         7983
##                 Critic_Count User_Score User_Count Developer Rating
## Name                    7983       7463       7463      9906   9768
## Platform                7983       7463       7463      9906   9768
## Year_of_Release         7983       7463       7463      9906   9768
## Genre                   7983       7463       7463      9906   9768
## Publisher               7983       7463       7463      9906   9768
## NA_Sales                7983       7463       7463      9906   9768
## EU_Sales                7983       7463       7463      9906   9768
## JP_Sales                7983       7463       7463      9906   9768
## Other_Sales             7983       7463       7463      9906   9768
## Global_Sales            7983       7463       7463      9906   9768
## Critic_Score            7983       6894       6894      7977   7902
## Critic_Count            7983       6894       6894      7977   7902
## User_Score              6894       7463       7463      7452   7380
## User_Count              6894       7463       7463      7452   7380
## Developer               7977       7452       7452      9906   9768
## Rating                  7902       7380       7380      9768   9768
## Platformvendor          7983       7463       7463      9906   9768
##                 Platformvendor
## Name                     16444
## Platform                 16446
## Year_of_Release          16446
## Genre                    16444
## Publisher                16446
## NA_Sales                 16446
## EU_Sales                 16446
## JP_Sales                 16446
## Other_Sales              16446
## Global_Sales             16446
## Critic_Score              7983
## Critic_Count              7983
## User_Score                7463
## User_Count                7463
## Developer                 9906
## Rating                    9768
## Platformvendor           16446
## 
## $rm
##                 Name Platform Year_of_Release Genre Publisher NA_Sales EU_Sales
## Name               0        0               0     0         0        0        0
## Platform           2        0               0     2         0        0        0
## Year_of_Release    2        0               0     2         0        0        0
## Genre              0        0               0     0         0        0        0
## Publisher          2        0               0     2         0        0        0
## NA_Sales           2        0               0     2         0        0        0
## EU_Sales           2        0               0     2         0        0        0
## JP_Sales           2        0               0     2         0        0        0
## Other_Sales        2        0               0     2         0        0        0
## Global_Sales       2        0               0     2         0        0        0
## Critic_Score       0        0               0     0         0        0        0
## Critic_Count       0        0               0     0         0        0        0
## User_Score         0        0               0     0         0        0        0
## User_Count         0        0               0     0         0        0        0
## Developer          0        0               0     0         0        0        0
## Rating             0        0               0     0         0        0        0
## Platformvendor     2        0               0     2         0        0        0
##                 JP_Sales Other_Sales Global_Sales Critic_Score Critic_Count
## Name                   0           0            0         8461         8461
## Platform               0           0            0         8463         8463
## Year_of_Release        0           0            0         8463         8463
## Genre                  0           0            0         8461         8461
## Publisher              0           0            0         8463         8463
## NA_Sales               0           0            0         8463         8463
## EU_Sales               0           0            0         8463         8463
## JP_Sales               0           0            0         8463         8463
## Other_Sales            0           0            0         8463         8463
## Global_Sales           0           0            0         8463         8463
## Critic_Score           0           0            0            0            0
## Critic_Count           0           0            0            0            0
## User_Score             0           0            0          569          569
## User_Count             0           0            0          569          569
## Developer              0           0            0         1929         1929
## Rating                 0           0            0         1866         1866
## Platformvendor         0           0            0         8463         8463
##                 User_Score User_Count Developer Rating Platformvendor
## Name                  8981       8981      6538   6676              0
## Platform              8983       8983      6540   6678              0
## Year_of_Release       8983       8983      6540   6678              0
## Genre                 8981       8981      6538   6676              0
## Publisher             8983       8983      6540   6678              0
## NA_Sales              8983       8983      6540   6678              0
## EU_Sales              8983       8983      6540   6678              0
## JP_Sales              8983       8983      6540   6678              0
## Other_Sales           8983       8983      6540   6678              0
## Global_Sales          8983       8983      6540   6678              0
## Critic_Score          1089       1089         6     81              0
## Critic_Count          1089       1089         6     81              0
## User_Score               0          0        11     83              0
## User_Count               0          0        11     83              0
## Developer             2454       2454         0    138              0
## Rating                2388       2388         0      0              0
## Platformvendor        8983       8983      6540   6678              0
## 
## $mr
##                 Name Platform Year_of_Release Genre Publisher NA_Sales EU_Sales
## Name               0        2               2     0         2        2        2
## Platform           0        0               0     0         0        0        0
## Year_of_Release    0        0               0     0         0        0        0
## Genre              0        2               2     0         2        2        2
## Publisher          0        0               0     0         0        0        0
## NA_Sales           0        0               0     0         0        0        0
## EU_Sales           0        0               0     0         0        0        0
## JP_Sales           0        0               0     0         0        0        0
## Other_Sales        0        0               0     0         0        0        0
## Global_Sales       0        0               0     0         0        0        0
## Critic_Score    8461     8463            8463  8461      8463     8463     8463
## Critic_Count    8461     8463            8463  8461      8463     8463     8463
## User_Score      8981     8983            8983  8981      8983     8983     8983
## User_Count      8981     8983            8983  8981      8983     8983     8983
## Developer       6538     6540            6540  6538      6540     6540     6540
## Rating          6676     6678            6678  6676      6678     6678     6678
## Platformvendor     0        0               0     0         0        0        0
##                 JP_Sales Other_Sales Global_Sales Critic_Score Critic_Count
## Name                   2           2            2            0            0
## Platform               0           0            0            0            0
## Year_of_Release        0           0            0            0            0
## Genre                  2           2            2            0            0
## Publisher              0           0            0            0            0
## NA_Sales               0           0            0            0            0
## EU_Sales               0           0            0            0            0
## JP_Sales               0           0            0            0            0
## Other_Sales            0           0            0            0            0
## Global_Sales           0           0            0            0            0
## Critic_Score        8463        8463         8463            0            0
## Critic_Count        8463        8463         8463            0            0
## User_Score          8983        8983         8983         1089         1089
## User_Count          8983        8983         8983         1089         1089
## Developer           6540        6540         6540            6            6
## Rating              6678        6678         6678           81           81
## Platformvendor         0           0            0            0            0
##                 User_Score User_Count Developer Rating Platformvendor
## Name                     0          0         0      0              2
## Platform                 0          0         0      0              0
## Year_of_Release          0          0         0      0              0
## Genre                    0          0         0      0              2
## Publisher                0          0         0      0              0
## NA_Sales                 0          0         0      0              0
## EU_Sales                 0          0         0      0              0
## JP_Sales                 0          0         0      0              0
## Other_Sales              0          0         0      0              0
## Global_Sales             0          0         0      0              0
## Critic_Score           569        569      1929   1866           8463
## Critic_Count           569        569      1929   1866           8463
## User_Score               0          0      2454   2388           8983
## User_Count               0          0      2454   2388           8983
## Developer               11         11         0      0           6540
## Rating                  83         83       138      0           6678
## Platformvendor           0          0         0      0              0
## 
## $mm
##                 Name Platform Year_of_Release Genre Publisher NA_Sales EU_Sales
## Name               2        0               0     2         0        0        0
## Platform           0        0               0     0         0        0        0
## Year_of_Release    0        0               0     0         0        0        0
## Genre              2        0               0     2         0        0        0
## Publisher          0        0               0     0         0        0        0
## NA_Sales           0        0               0     0         0        0        0
## EU_Sales           0        0               0     0         0        0        0
## JP_Sales           0        0               0     0         0        0        0
## Other_Sales        0        0               0     0         0        0        0
## Global_Sales       0        0               0     0         0        0        0
## Critic_Score       2        0               0     2         0        0        0
## Critic_Count       2        0               0     2         0        0        0
## User_Score         2        0               0     2         0        0        0
## User_Count         2        0               0     2         0        0        0
## Developer          2        0               0     2         0        0        0
## Rating             2        0               0     2         0        0        0
## Platformvendor     0        0               0     0         0        0        0
##                 JP_Sales Other_Sales Global_Sales Critic_Score Critic_Count
## Name                   0           0            0            2            2
## Platform               0           0            0            0            0
## Year_of_Release        0           0            0            0            0
## Genre                  0           0            0            2            2
## Publisher              0           0            0            0            0
## NA_Sales               0           0            0            0            0
## EU_Sales               0           0            0            0            0
## JP_Sales               0           0            0            0            0
## Other_Sales            0           0            0            0            0
## Global_Sales           0           0            0            0            0
## Critic_Score           0           0            0         8463         8463
## Critic_Count           0           0            0         8463         8463
## User_Score             0           0            0         7894         7894
## User_Count             0           0            0         7894         7894
## Developer              0           0            0         6534         6534
## Rating                 0           0            0         6597         6597
## Platformvendor         0           0            0            0            0
##                 User_Score User_Count Developer Rating Platformvendor
## Name                     2          2         2      2              0
## Platform                 0          0         0      0              0
## Year_of_Release          0          0         0      0              0
## Genre                    2          2         2      2              0
## Publisher                0          0         0      0              0
## NA_Sales                 0          0         0      0              0
## EU_Sales                 0          0         0      0              0
## JP_Sales                 0          0         0      0              0
## Other_Sales              0          0         0      0              0
## Global_Sales             0          0         0      0              0
## Critic_Score          7894       7894      6534   6597              0
## Critic_Count          7894       7894      6534   6597              0
## User_Score            8983       8983      6529   6595              0
## User_Count            8983       8983      6529   6595              0
## Developer             6529       6529      6540   6540              0
## Rating                6595       6595      6540   6678              0
## Platformvendor           0          0         0      0              0
#rr indicates how many data points are observed
#rm indicates Observed and Missing
#mr indicates Missing versus observed
#mm indicates Missing versus Missing
marginplot(mydata[,c('Critic_Score', 'User_Count')])

#Blue values are observed values and red ones are missing values.

Impute

impute <- mice(mydata, m=3, seed = 123)
## 
##  iter imp variable
##   1   1  Critic_Score  Critic_Count  User_Score  User_Count
##   1   2  Critic_Score  Critic_Count  User_Score  User_Count
##   1   3  Critic_Score  Critic_Count  User_Score  User_Count
##   2   1  Critic_Score  Critic_Count  User_Score  User_Count
##   2   2  Critic_Score  Critic_Count  User_Score  User_Count
##   2   3  Critic_Score  Critic_Count  User_Score  User_Count
##   3   1  Critic_Score  Critic_Count  User_Score  User_Count
##   3   2  Critic_Score  Critic_Count  User_Score  User_Count
##   3   3  Critic_Score  Critic_Count  User_Score  User_Count
##   4   1  Critic_Score  Critic_Count  User_Score  User_Count
##   4   2  Critic_Score  Critic_Count  User_Score  User_Count
##   4   3  Critic_Score  Critic_Count  User_Score  User_Count
##   5   1  Critic_Score  Critic_Count  User_Score  User_Count
##   5   2  Critic_Score  Critic_Count  User_Score  User_Count
##   5   3  Critic_Score  Critic_Count  User_Score  User_Count
## Warning: Number of logged events: 67
print(impute)
## Class: mids
## Number of multiple imputations:  3 
## Imputation methods:
##            Name        Platform Year_of_Release           Genre       Publisher 
##              ""              ""              ""              ""              "" 
##        NA_Sales        EU_Sales        JP_Sales     Other_Sales    Global_Sales 
##              ""              ""              ""              ""              "" 
##    Critic_Score    Critic_Count      User_Score      User_Count       Developer 
##           "pmm"           "pmm"           "pmm"           "pmm"              "" 
##          Rating  Platformvendor 
##              ""              "" 
## PredictorMatrix:
##                 Name Platform Year_of_Release Genre Publisher NA_Sales EU_Sales
## Name               0        0               0     0         0        0        0
## Platform           0        0               1     0         0        1        1
## Year_of_Release    0        0               0     0         0        1        1
## Genre              0        0               0     0         0        0        0
## Publisher          0        0               1     0         0        1        1
## NA_Sales           0        0               1     0         0        0        1
##                 JP_Sales Other_Sales Global_Sales Critic_Score Critic_Count
## Name                   0           0            0            0            0
## Platform               1           1            1            1            1
## Year_of_Release        1           1            1            1            1
## Genre                  0           0            0            0            0
## Publisher              1           1            1            1            1
## NA_Sales               1           1            1            1            1
##                 User_Score User_Count Developer Rating Platformvendor
## Name                     0          0         0      0              0
## Platform                 1          1         0      0              0
## Year_of_Release          1          1         0      0              0
## Genre                    0          0         0      0              0
## Publisher                1          1         0      0              0
## NA_Sales                 1          1         0      0              0
## Number of logged events:  67 
##   it im dep     meth       out
## 1  0  0     constant      Name
## 2  0  0     constant  Platform
## 3  0  0     constant     Genre
## 4  0  0     constant Publisher
## 5  0  0     constant Developer
## 6  0  0     constant    Rating
impute$imp$Critic_Score
##        1  2  3
## 2     83 88 59
## 18    83 78 58
## 19    67 85 68
## 21    83 81 86
## 22    77 51 71
## 31    64 75 64
## 35    88 74 89
## 37    81 38 70
## 39    61 82 77
## 40    52 26 62
## 44    54 64 61
## 47    88 83 75
## 51    73 67 74
## 54    93 65 72
## 58    69 75 66
## 63    87 37 69
## 67    94 66 64
## 70    25 43 43
## 71    60 57 92
## 72    53 58 79
## 83    89 54 55
## 86    71 67 49
## 88    63 54 47
## 92    60 49 71
## 95    33 78 57
## 96    59 81 92
## 97    70 53 66
## 98    73 37 66
## 99    75 69 76
## 106   82 83 61
## 109   63 56 68
## 111   63 68 68
## 112   58 82 38
## 114   81 87 85
## 119   86 60 81
## 120   52 56 77
## 121   86 90 52
## 124   53 87 72
## 125   43 78 83
## 126   62 83 87
## 130   72 84 87
## 131   92 54 59
## 133   54 54 47
## 134   73 72 87
## 138   77 43 49
## 139   82 42 54
## 149   63 37 69
## 155   79 69 50
## 156   72 85 88
## 159   47 86 80
## 160   70 41 43
## 161   64 60 83
## 163   54 40 77
## 164   54 55 87
## 165   79 73 91
## 166   80 44 92
## 170   62 66 71
## 171   58 68 75
## 174   64 37 57
## 175   42 73 64
## 176   46 70 50
## 177   51 73 74
## 178   77 56 82
## 180   37 37 39
## 182   68 83 94
## 183   61 68 62
## 187   77 71 76
## 188   32 52 62
## 189   66 61 72
## 190   82 86 84
## 193   56 75 80
## 194   79 68 89
## 195   56 71 92
## 196   64 65 65
## 199   66 71 83
## 200   54 84 82
## 201   55 45 60
## 204   67 57 39
## 205   79 70 69
## 207   61 66 78
## 208   39 89 75
## 210   68 57 68
## 211   62 74 78
## 212   91 54 78
## 213   64 52 69
## 214   81 77 65
## 217   61 76 70
## 220   87 72 61
## 221   82 77 67
## 224   76 71 78
## 227   59 81 38
## 230   67 84 85
## 233   63 68 73
## 235   51 70 61
## 236   66 74 63
## 241   29 61 79
## 243   62 84 96
## 244   66 75 77
## 245   49 34 75
## 246   71 72 85
## 248   23 73 80
## 249   59 78 84
## 250   80 78 42
## 251   64 79 76
## 252   71 86 85
## 254   83 64 75
## 255   91 35 45
## 257   66 67 72
## 260   75 36 27
## 261   79 87 94
## 262   60 44 82
## 263   85 78 51
## 267   30 25 24
## 269   82 63 66
## 270   64 81 49
## 271   46 72 55
## 273   55 52 75
## 275   51 70 42
## 280   78 53 79
## 281   75 51 85
## 285   58 51 74
## 288   54 87 48
## 290   55 84 93
## 292   47 86 76
## 293   39 67 68
## 294   79 60 57
## 295   73 63 81
## 296   45 76 32
## 299   70 82 70
## 301   77 58 39
## 303   85 68 56
## 304   96 55 83
## 305   71 73 76
## 306   20 35 50
## 307   84 89 80
## 311   40 77 80
## 312   65 41 75
## 313   86 72 83
## 314   71 91 59
## 315   85 50 27
## 316   88 38 55
## 317   81 93 74
## 319   37 64 47
## 320   85 63 75
## 321   77 62 46
## 322   70 53 84
## 324   78 51 85
## 326   43 29 61
## 328   53 53 71
## 329   37 66 60
## 330   78 43 65
## 332   36 58 85
## 335   66 87 42
## 336   64 70 57
## 338   51 82 71
## 340   75 81 80
## 341   96 67 61
## 342   61 67 54
## 343   80 88 60
## 344   65 79 76
## 346   57 79 80
## 348   90 80 58
## 350   82 73 37
## 351   64 64 81
## 352   74 84 84
## 353   75 71 83
## 354   71 81 59
## 356   36 85 35
## 358   86 56 91
## 359   79 83 80
## 360   48 83 91
## 361   64 60 67
## 363   83 93 82
## 364   64 86 77
## 366   88 66 65
## 367   75 68 39
## 369   78 75 74
## 370   71 69 75
## 372   69 34 70
## 373   61 53 97
## 374   64 73 69
## 376   76 55 60
## 377   71 72 71
## 378   75 80 65
## 379   46 52 55
## 380   64 60 37
## 382   94 62 79
## 384   57 45 73
## 386   77 54 77
## 387   71 85 76
## 388   81 91 73
## 389   72 68 49
## 391   81 45 72
## 392   61 76 66
## 393   67 49 75
## 394   51 65 43
## 395   80 66 62
## 398   71 57 92
## 400   56 59 53
## 403   58 77 76
## 405   36 54 76
## 406   83 62 80
## 407   55 90 44
## 408   79 85 86
## 409   39 52 56
## 410   75 94 69
## 412   72 77 79
## 413   33 84 84
## 414   69 63 75
## 415   55 84 40
## 416   49 54 87
## 417   61 73 69
## 419   86 79 75
## 420   68 77 60
## 421   76 84 82
## 422   71 49 81
## 423   80 50 86
## 424   86 56 71
## 425   67 72 58
## 426   80 47 70
## 427   83 54 39
## 428   80 54 28
## 429   73 83 32
## 430   71 94 73
## 432   79 77 85
## 434   65 57 70
## 435   19 89 84
## 440   70 65 39
## 441   92 91 88
## 443   32 56 82
## 444   84 85 59
## 447   33 87 84
## 448   56 63 56
## 450   77 43 87
## 451   85 80 77
## 455   75 55 92
## 456   43 73 70
## 457   35 93 77
## 459   25 72 40
## 460   87 64 57
## 461   78 70 86
## 463   29 80 45
## 465   76 25 71
## 466   56 71 76
## 468   77 28 69
## 470   82 77 19
## 473   81 56 55
## 474   76 27 19
## 475   79 84 85
## 479   90 86 76
## 480   80 59 70
## 481   49 53 70
## 482   72 46 92
## 483   64 81 74
## 484   38 78 26
## 485   68 68 55
## 486   84 48 82
## 488   49 75 69
## 489   65 82 60
## 490   69 86 73
## 493   78 63 73
## 494   82 65 50
## 495   45 69 78
## 496   77 66 86
## 497   87 72 61
## 498   78 66 86
## 499   69 83 68
## 500   90 68 74
## 501   69 71 40
## 502   73 27 78
## 503   63 96 88
## 505   93 89 97
## 506   84 80 55
## 515   79 85 32
## 518   88 78 79
## 525   64 36 50
## 527   62 65 65
## 531   86 79 79
## 538   27 68 86
## 540   78 92 61
## 541   39 60 74
## 542   65 47 72
## 545   54 43 69
## 560   79 86 63
## 565   80 77 74
## 566   58 57 63
## 568   71 79 46
## 569   39 50 51
## 573   59 82 78
## 575   75 49 77
## 576   67 83 59
## 577   53 77 90
## 579   91 76 72
## 583   43 63 40
## 584   85 59 49
## 585   67 65 69
## 587   86 65 92
## 588   58 82 57
## 589   50 83 77
## 590   80 64 47
## 592   53 65 86
## 594   73 66 82
## 595   53 75 64
## 596   71 70 88
## 599   81 72 69
## 600   81 71 85
## 603   46 69 62
## 604   58 81 63
## 607   77 75 90
## 608   53 85 75
## 609   61 69 79
## 612   58 73 87
## 613   72 56 73
## 616   81 75 33
## 620   52 49 50
## 621   63 85 73
## 623   55 74 73
## 624   85 66 77
## 626   55 79 68
## 630   72 51 36
## 631   67 81 83
## 634   72 57 63
## 636   75 33 33
## 638   69 56 45
## 640   86 81 82
## 642   57 55 74
## 643   75 54 71
## 644   79 39 68
## 645   84 78 57
## 646   61 76 73
## 648   74 80 79
## 649   68 49 30
## 650   44 39 33
## 653   84 33 80
## 654   68 81 97
## 656   63 74 43
## 657   88 60 78
## 658   69 73 75
## 659   80 75 38
## 664   61 66 55
## 666   76 79 77
## 669   66 81 46
## 671   67 84 82
## 673   49 33 61
## 674   37 72 65
## 675   87 57 68
## 676   63 65 63
## 679   56 75 13
## 680   74 62 32
## 682   38 50 91
## 683   76 49 67
## 686   49 63 74
## 687   35 71 85
## 692   37 45 80
## 694   77 63 64
## 696   56 81 55
## 699   39 76 69
## 700   56 66 55
## 701   81 73 71
## 702   73 49 72
## 706   69 89 77
## 708   75 67 77
## 710   68 50 70
## 714   91 39 90
## 715   57 77 79
## 716   42 41 46
## 718   84 74 76
## 720   57 79 85
## 721   90 74 72
## 724   84 51 83
## 726   86 79 58
## 728   84 48 88
## 731   74 60 68
## 732   91 88 87
## 735   68 62 49
## 740   77 66 53
## 741   83 62 95
## 742   60 70 80
## 743   65 69 86
## 744   83 71 86
## 745   60 60 65
## 746   35 89 83
## 748   60 64 93
## 752   66 74 81
## 754   69 67 66
## 757   32 82 74
## 758   75 88 83
## 760   44 73 75
## 763   84 48 77
## 765   55 64 57
## 768   61 80 77
## 769   56 61 88
## 772   45 74 61
## 775   47 78 71
## 776   72 81 73
## 778   62 70 67
## 780   58 81 60
## 781   70 79 77
## 782   58 86 92
## 787   72 54 43
## 792   74 75 77
## 793   95 75 60
## 794   51 84 58
## 797   59 55 81
## 800   51 49 90
## 801   71 55 82
## 802   80 77 88
## 803   94 64 66
## 806   25 32 67
## 807   67 53 44
## 809   55 67 58
## 811   89 38 76
## 812   64 78 57
## 813   72 82 57
## 814   83 64 72
## 816   92 65 71
## 817   66 89 49
## 818   41 73 80
## 819   79 67 47
## 822   79 65 75
## 823   78 83 73
## 824   33 65 69
## 826   65 38 74
## 827   76 51 94
## 829   81 74 70
## 830   64 48 73
## 831   73 71 81
## 832   46 24 65
## 833   84 77 62
## 835   84 63 77
## 836   76 89 59
## 837   79 60 62
## 840   63 73 86
## 842   78 83 85
## 843   73 70 79
## 844   64 52 83
## 845   45 55 30
## 846   74 51 79
## 847   82 72 82
## 849   58 50 84
## 850   68 81 61
## 851   69 65 57
## 853   84 90 82
## 854   71 50 79
## 856   66 89 65
## 857   40 57 84
## 860   82 52 93
## 862   82 55 74
## 863   71 84 91
## 864   80 59 72
## 865   39 39 37
## 867   80 72 72
## 870   59 67 91
## 873   73 69 67
## 874   43 72 56
## 875   69 54 43
## 876   51 75 68
## 877   53 83 80
## 878   66 67 69
## 879   85 60 26
## 880   82 72 63
## 881   91 54 33
## 882   48 53 56
## 883   83 58 67
## 884   65 71 69
## 885   63 86 66
## 886   63 93 72
## 887   70 55 79
## 889   80 57 79
## 890   52 96 59
## 892   74 47 72
## 895   43 88 67
## 896   49 77 58
## 897   81 57 87
## 898   69 66 63
## 900   65 70 61
## 901   49 79 74
## 902   70 61 63
## 905   72 71 54
## 906   60 38 64
## 907   64 62 79
## 908   54 84 81
## 909   53 75 89
## 910   88 69 28
## 911   67 79 79
## 914   92 67 85
## 915   42 73 49
## 917   82 87 86
## 921   69 83 41
## 922   66 83 64
## 923   70 76 75
## 924   74 90 69
## 925   84 88 81
## 926   76 73 78
## 927   65 76 61
## 928   79 62 78
## 929   64 53 30
## 930   71 84 94
## 931   44 56 63
## 932   66 91 87
## 933   59 86 60
## 935   70 81 41
## 936   74 80 74
## 937   36 32 54
## 941   55 65 75
## 943   89 86 60
## 944   68 32 57
## 945   81 80 71
## 946   20 40 92
## 947   84 62 52
## 949   61 87 71
## 950   51 38 40
## 951   49 80 70
## 952   77 54 69
## 953   78 95 53
## 954   63 62 70
## 955   52 82 67
## 956   88 56 87
## 957   68 53 79
## 958   88 80 71
## 959   79 82 69
## 960   59 84 94
## 961   79 81 86
## 962   67 92 63
## 963   45 63 58
## 964   75 90 69
## 965   70 58 89
## 966   58 73 67
## 967   80 65 43
## 968   63 70 56
## 969   51 71 79
## 972   77 74 93
## 973   90 73 77
## 974   94 40 80
## 975   80 57 80
## 976   68 83 43
## 977   87 80 47
## 978   26 80 80
## 979   88 78 71
## 980   63 72 73
## 981   68 66 85
## 982   33 85 69
## 983   75 69 73
## 984   81 90 72
## 985   67 90 82
## 986   44 89 66
## 987   70 80 75
## 989   85 75 36
## 990   76 82 80
## 992   62 83 87
## 993   70 65 31
## 994   40 92 60
## 995   87 80 67
## 996   71 86 77
## 998   83 47 66
## 1000  58 52 69
## 1002  63 90 72
## 1003  64 60 66
## 1004  72 78 72
## 1006  77 60 57
## 1007  91 73 77
## 1008  77 76 74
## 1009  47 83 84
## 1010  79 19 79
## 1011  66 47 82
## 1012  76 78 57
## 1013  73 13 76
## 1014  72 85 63
## 1015  96 75 78
## 1016  41 85 73
## 1017  61 57 69
## 1018  49 71 56
## 1019  67 69 73
## 1020  69 70 59
## 1022  58 54 92
## 1023  85 76 79
## 1024  75 36 79
## 1025  89 56 33
## 1026  54 70 61
## 1027  37 82 69
## 1029  45 64 76
## 1030  83 78 70
## 1031  90 39 85
## 1032  87 66 42
## 1033  87 72 63
## 1034  77 74 66
## 1035  88 66 67
## 1036  55 68 64
## 1037  62 86 62
## 1038  80 74 70
## 1039  82 68 35
## 1041  65 38 72
## 1042  51 76 41
## 1043  83 88 78
## 1044  86 73 81
## 1046  85 70 64
## 1047  85 65 82
## 1048  77 61 74
## 1049  44 51 52
## 1050  73 57 71
## 1051  67 65 89
## 1052  17 79 77
## 1053  76 92 75
## 1054  56 65 65
## 1055  52 42 83
## 1057  80 75 74
## 1058  26 61 39
## 1059  36 80 60
## 1060  84 67 74
## 1061  75 71 48
## 1062  80 59 51
## 1063  66 74 73
## 1064  62 50 74
## 1065  81 78 78
## 1066  36 65 68
## 1067  71 50 59
## 1068  49 49 82
## 1069  73 59 78
## 1070  51 60 55
## 1071  74 59 71
## 1072  63 49 56
## 1073  93 85 69
## 1074  65 85 42
## 1075  61 46 67
## 1077  66 74 74
## 1078  64 63 31
## 1079  91 43 47
## 1080  38 86 58
## 1081  70 70 54
## 1082  74 55 75
## 1083  59 90 51
## 1084  30 35 69
## 1085  74 82 49
## 1086  61 62 61
## 1087  58 79 72
## 1088  77 93 44
## 1089  81 78 45
## 1090  87 59 74
## 1091  35 95 93
## 1095  91 81 79
## 1096  67 70 48
## 1097  50 78 75
## 1099  45 32 20
## 1100  98 56 71
## 1101  68 86 25
## 1102  86 63 69
## 1103  38 63 50
## 1105  87 50 50
## 1106  68 65 76
## 1107  98 51 55
## 1108  58 68 36
## 1110  87 93 76
## 1112  97 78 89
## 1118  71 72 90
## 1119  49 65 84
## 1120  87 43 76
## 1121  71 66 52
## 1122  83 79 66
## 1123  30 78 79
## 1124  41 73 66
## 1131  70 80 82
## 1136  64 41 68
## 1138  72 80 81
## 1139  94 83 78
## 1144  61 81 68
## 1145  74 85 80
## 1147  65 76 92
## 1148  50 48 55
## 1151  65 93 90
## 1153  57 60 59
## 1157  47 43 24
## 1158  65 62 62
## 1163  30 29 44
## 1164  63 84 91
## 1169  91 69 66
## 1170  75 72 72
## 1175  57 73 49
## 1176  82 96 44
## 1178  52 70 69
## 1183  38 77 54
## 1188  65 58 91
## 1189  24 53 63
## 1195  75 50 76
## 1197  40 82 64
## 1198  80 79 68
## 1199  84 66 68
## 1200  47 24 81
## 1201  77 72 53
## 1202  43 54 63
## 1206  53 87 79
## 1208  71 62 77
## 1215  49 64 62
## 1221  65 86 76
## 1222  64 76 34
## 1223  58 43 84
## 1224  80 64 76
## 1226  80 64 39
## 1231  57 58 60
## 1233  64 62 74
## 1234  80 61 30
## 1238  83 76 79
## 1239  68 72 73
## 1243  81 40 59
## 1244  55 47 50
## 1246  83 73 82
## 1249  36 49 41
## 1250  45 49 39
## 1251  78 79 76
## 1256  50 61 60
## 1259  75 59 69
## 1265  85 68 68
## 1266  93 87 80
## 1267  66 81 70
## 1268  61 63 68
## 1269  35 50 72
## 1271  25 25 72
## 1272  72 61 56
## 1273  63 69 67
## 1276  71 81 76
## 1278  71 76 43
## 1279  62 54 75
## 1280  84 71 78
## 1290  80 87 60
## 1292  71 76 78
## 1293  74 69 90
## 1296  74 77 67
## 1298  39 54 40
## 1300  77 35 78
## 1304  87 84 79
## 1305  74 58 68
## 1308  70 64 77
## 1309  65 64 86
## 1311  78 62 62
## 1313  66 75 78
## 1314  78 61 85
## 1315  74 73 44
## 1317  55 63 66
## 1322  83 83 69
## 1323  58 57 72
## 1325  46 42 42
## 1326  74 87 53
## 1329  62 78 78
## 1330  70 65 71
## 1333  62 32 74
## 1334  51 42 82
## 1335  65 78 79
## 1336  71 89 55
## 1337  85 71 86
## 1339  77 50 63
## 1340  86 83 66
## 1344  85 82 41
## 1346  70 64 33
## 1348  66 90 94
## 1350  72 71 56
## 1353  61 80 81
## 1356  59 63 55
## 1357  81 49 59
## 1363  45 68 75
## 1364  83 28 87
## 1369  80 66 80
## 1370  82 83 88
## 1373  86 61 49
## 1375  48 80 77
## 1376  56 70 59
## 1377  68 64 43
## 1386  75 62 70
## 1387  33 58 61
## 1388  53 66 65
## 1390  92 27 81
## 1394  42 80 27
## 1395  69 85 68
## 1397  89 71 68
## 1399  81 81 49
## 1401  61 72 78
## 1402  84 82 57
## 1403  64 32 49
## 1405  79 36 72
## 1407  35 76 47
## 1408  88 62 84
## 1410  44 67 61
## 1411  68 70 45
## 1413  72 54 63
## 1414  92 31 72
## 1415  88 51 70
## 1417  69 56 86
## 1418  71 72 62
## 1420  80 96 47
## 1422  77 66 87
## 1426  63 54 88
## 1428  72 76 60
## 1429  81 76 72
## 1430  30 75 88
## 1431  81 63 51
## 1432  76 65 60
## 1433  69 52 76
## 1434  61 63 33
## 1437  87 79 80
## 1439  86 95 69
## 1441  62 70 71
## 1442  79 80 48
## 1443  73 47 54
## 1447  52 78 78
## 1450  64 61 64
## 1452  73 55 81
## 1453  77 67 84
## 1454  69 68 82
## 1455  43 92 63
## 1456  61 89 49
## 1457  39 66 77
## 1458  82 87 35
## 1459  82 61 68
## 1460  81 80 89
## 1463  38 46 47
## 1465  79 72 20
## 1466  45 58 80
## 1467  56 41 69
## 1469  76 76 75
## 1470  54 76 65
## 1471  70 76 87
## 1475  65 78 85
## 1476  70 67 55
## 1479  43 76 81
## 1480  59 86 76
## 1483  74 74 64
## 1485  48 56 87
## 1489  49 66 49
## 1493  59 62 87
## 1494  47 69 59
## 1496  37 23 62
## 1498  68 63 60
## 1499  77 49 70
## 1502  63 73 75
## 1503  63 33 86
## 1504  72 65 74
## 1505  72 65 81
## 1509  79 57 69
## 1510  70 60 79
## 1511  67 79 74
## 1512  87 76 84
## 1513  53 79 87
## 1516  62 76 79
## 1517  33 43 47
## 1519  90 72 58
## 1521  64 88 76
## 1524  68 33 82
## 1526  35 55 46
## 1527  82 82 77
## 1529  75 74 56
## 1530  68 53 71
## 1533  34 57 76
## 1535  72 55 73
## 1536  60 83 72
## 1537  88 60 57
## 1538  63 61 56
## 1539  92 46 79
## 1540  62 65 28
## 1542  71 73 76
## 1544  72 56 81
## 1545  66 43 81
## 1548  37 64 73
## 1551  75 30 82
## 1552  71 68 48
## 1553  26 46 66
## 1555  79 29 75
## 1556  74 71 70
## 1557  44 84 94
## 1560  73 69 56
## 1561  57 64 84
## 1563  66 82 75
## 1564  57 67 71
## 1565  66 69 63
## 1566  70 68 39
## 1567  89 80 42
## 1568  63 89 72
## 1569  58 84 69
## 1570  77 65 58
## 1573  66 79 82
## 1574  65 66 52
## 1575  81 53 46
## 1576  79 59 52
## 1578  92 90 64
## 1579  79 72 48
## 1580  75 83 49
## 1581  69 77 89
## 1583  80 76 84
## 1584  70 89 70
## 1585  59 36 73
## 1586  92 83 82
## 1589  68 58 56
## 1590  76 62 58
## 1591  54 59 89
## 1592  62 59 80
## 1593  55 84 29
## 1594  44 80 67
## 1596  73 37 43
## 1597  58 85 85
## 1598  70 66 60
## 1599  69 85 57
## 1600  65 48 65
## 1602  68 71 77
## 1603  69 66 83
## 1604  76 61 61
## 1607  69 58 63
## 1608  69 74 49
## 1609  51 64 73
## 1611  27 48 76
## 1612  81 66 72
## 1613  83 50 76
## 1614  55 79 72
## 1615  71 56 78
## 1617  83 55 64
## 1618  76 42 83
## 1619  34 70 68
## 1621  81 61 88
## 1623  71 82 54
## 1625  86 74 76
## 1626  40 84 68
## 1630  60 71 73
## 1631  55 68 85
## 1633  75 72 68
## 1634  63 85 51
## 1635  61 75 79
## 1637  72 78 78
## 1638  55 87 79
## 1639  30 62 57
## 1640  89 55 80
## 1642  62 81 25
## 1643  51 75 53
## 1644  63 78 57
## 1645  59 67 56
## 1646  72 85 63
## 1647  76 94 65
## 1648  46 61 84
## 1649  58 45 46
## 1650  75 66 31
## 1651  61 59 54
## 1653  67 75 80
## 1654  78 66 60
## 1655  89 67 69
## 1656  64 66 74
## 1657  51 79 59
## 1658  70 80 61
## 1660  70 85 68
## 1661  80 50 64
## 1662  47 70 81
## 1663  79 84 79
## 1664  56 68 66
## 1665  88 76 71
## 1666  85 72 75
## 1667  20 88 68
## 1668  93 83 78
## 1669  60 68 26
## 1670  69 62 83
## 1671  82 66 73
## 1672  61 83 92
## 1673  62 75 75
## 1674  87 68 77
## 1675  69 88 35
## 1676  50 93 69
## 1677  51 75 62
## 1678  82 27 78
## 1679  56 44 49
## 1680  88 73 57
## 1681  75 88 77
## 1682  71 45 39
## 1683  88 67 64
## 1684  69 70 87
## 1685  49 44 77
## 1686  65 68 82
## 1687  63 85 85
## 1689  76 88 57
## 1692  93 86 80
## 1695  83 93 91
## 1698  87 79 79
## 1705  66 62 40
## 1708  77 81 80
## 1717  60 53 79
## 1721  72 87 71
## 1725  75 82 44
## 1727  64 68 81
## 1728  82 88 83
## 1734  64 83 60
## 1735  85 46 65
## 1739  84 58 77
## 1741  62 72 74
## 1748  66 55 66
## 1751  54 88 65
## 1752  52 73 58
## 1753  75 71 55
## 1773  60 42 74
## 1775  59 70 58
## 1779  73 58 49
## 1784  72 72 89
## 1788  86 79 86
## 1802  73 85 76
## 1809  84 86 74
## 1815  70 86 88
## 1816  71 65 81
## 1826  78 48 59
## 1839  78 75 61
## 1840  78 79 72
## 1841  32 77 76
## 1847  94 82 78
## 1849  55 53 76
## 1861  20 42 35
## 1862  61 53 63
## 1870  54 67 41
## 1871  74 62 61
## 1872  66 57 85
## 1873  63 71 59
## 1877  61 76 76
## 1881  72 62 90
## 1887  69 51 31
## 1891  70 54 51
## 1898  80 74 64
## 1899  39 56 59
## 1901  78 69 55
## 1907  87 79 81
## 1910  38 66 67
## 1911  66 60 76
## 1912  33 36 27
## 1913  50 73 83
## 1914  74 81 75
## 1923  65 58 56
## 1925  76 53 56
## 1927  68 71 79
## 1931  50 59 61
## 1933  53 85 47
## 1934  84 55 96
## 1935  26 76 33
## 1936  77 54 93
## 1939  35 85 34
## 1940  71 74 66
## 1943  55 77 71
## 1951  69 80 49
## 1952  83 86 80
## 1954  74 88 63
## 1957  62 24 43
## 1959  76 83 89
## 1960  65 66 74
## 1962  48 40 71
## 1963  74 91 71
## 1966  91 65 82
## 1967  85 43 42
## 1969  69 83 80
## 1972  83 70 78
## 1974  81 90 65
## 1975  68 78 58
## 1979  80 83 84
## 1980  82 84 77
## 1983  72 82 73
## 1985  76 71 71
## 1988  61 68 67
## 1989  32 80 80
## 1990  71 54 79
## 1994  54 85 64
## 1995  47 80 80
## 1996  78 84 80
## 1997  63 87 74
## 1999  77 61 25
## 2000  49 67 62
## 2001  68 70 86
## 2002  57 70 54
## 2003  73 77 65
## 2004  75 71 76
## 2006  81 68 66
## 2008  59 50 47
## 2009  70 73 88
## 2010  53 78 82
## 2014  73 74 53
## 2016  73 82 89
## 2017  54 58 64
## 2018  63 68 34
## 2020  78 55 85
## 2021  83 53 74
## 2022  58 75 42
## 2026  69 81 57
## 2027  64 78 79
## 2028  85 64 43
## 2029  80 75 73
## 2034  63 67 67
## 2035  74 62 49
## 2036  46 82 84
## 2037  66 61 35
## 2038  44 43 49
## 2039  57 78 46
## 2040  47 94 66
## 2041  75 52 52
## 2042  52 61 52
## 2043  68 37 66
## 2044  80 74 54
## 2045  87 73 71
## 2046  66 42 59
## 2047  32 75 65
## 2049  28 60 35
## 2051  71 64 66
## 2052  67 87 51
## 2053  47 82 62
## 2054  81 38 70
## 2057  58 62 67
## 2058  67 63 70
## 2059  75 67 71
## 2061  79 56 74
## 2063  69 96 50
## 2064  71 92 58
## 2065  76 61 56
## 2066  63 80 44
## 2067  84 75 91
## 2068  79 57 63
## 2069  79 82 59
## 2070  68 33 72
## 2071  48 41 56
## 2072  58 53 92
## 2073  73 69 85
## 2074  64 86 53
## 2075  72 74 45
## 2076  48 84 72
## 2077  83 64 73
## 2078  74 42 60
## 2083  69 40 70
## 2084  83 89 35
## 2085  28 51 76
## 2088  82 60 46
## 2089  39 78 78
## 2091  91 80 63
## 2092  78 91 77
## 2093  76 61 89
## 2095  63 47 74
## 2097  80 76 68
## 2098  75 56 84
## 2099  82 79 74
## 2102  58 63 79
## 2103  58 78 49
## 2104  85 83 69
## 2105  66 86 53
## 2107  76 58 88
## 2108  73 69 84
## 2110  83 69 81
## 2111  66 57 72
## 2112  59 86 81
## 2113  48 67 49
## 2114  92 86 83
## 2116  65 57 83
## 2117  81 47 60
## 2119  77 41 45
## 2120  80 84 68
## 2122  84 61 92
## 2123  84 38 65
## 2124  71 54 36
## 2127  85 45 74
## 2128  60 75 61
## 2129  63 93 61
## 2130  60 56 62
## 2131  77 76 81
## 2133  73 69 50
## 2134  90 87 58
## 2136  26 28 53
## 2137  59 65 79
## 2138  73 34 78
## 2139  75 57 85
## 2140  90 85 69
## 2141  62 76 63
## 2142  80 66 83
## 2144  83 78 84
## 2145  78 90 58
## 2147  80 95 45
## 2148  58 64 77
## 2149  59 82 75
## 2151  65 52 56
## 2152  41 70 62
## 2153  47 71 62
## 2154  52 76 79
## 2155  70 89 47
## 2156  54 83 80
## 2157  88 59 36
## 2158  94 68 91
## 2160  62 71 55
## 2161  69 65 75
## 2162  79 61 72
## 2163  51 81 50
## 2164  80 92 81
## 2165  52 73 39
## 2166  51 51 35
## 2167  74 69 56
## 2168  78 81 58
## 2169  83 72 86
## 2170  60 92 69
## 2171  82 42 66
## 2172  43 66 52
## 2173  77 90 82
## 2174  82 74 62
## 2176  81 77 71
## 2177  81 67 47
## 2178  90 51 81
## 2179  93 60 66
## 2180  51 81 60
## 2181  83 75 59
## 2183  76 68 60
## 2185  88 75 66
## 2186  87 72 76
## 2187  79 50 92
## 2188  85 83 79
## 2189  51 53 63
## 2190  84 78 80
## 2192  62 84 62
## 2193  53 74 71
## 2194  89 74 83
## 2195  62 74 25
## 2197  61 66 91
## 2198  81 63 64
## 2199  69 73 69
## 2200  61 71 80
## 2201  70 54 70
## 2202  55 84 62
## 2203  70 51 53
## 2204  66 61 67
## 2207  77 38 84
## 2208  55 68 55
## 2209  49 63 77
## 2210  66 76 49
## 2211  70 84 74
## 2212  30 74 84
## 2214  45 30 42
## 2215  65 60 59
## 2216  78 72 26
## 2217  67 75 69
## 2218  67 39 80
## 2219  65 65 56
## 2220  83 78 84
## 2221  72 55 79
## 2222  74 67 47
## 2223  55 75 62
## 2224  78 47 74
## 2225  55 44 75
## 2226  64 77 71
## 2227  92 49 79
## 2228  75 82 63
## 2229  90 80 88
## 2230  44 49 56
## 2231  68 65 70
## 2232  74 78 72
## 2233  63 76 81
## 2240  92 63 94
## 2256  72 80 86
## 2284  70 62 75
## 2285  89 86 74
## 2296  82 87 58
## 2311  82 85 82
## 2316  89 71 76
## 2318  72 80 68
## 2322  26 83 80
## 2330  80 78 72
## 2332  61 75 79
## 2344  79 82 84
## 2347  84 87 66
## 2352  50 38 35
## 2354  68 67 38
## 2358  78 79 79
## 2359  70 70 52
## 2363  75 61 80
## 2366  63 70 90
## 2367  46 17 35
## 2368  75 85 88
## 2370  62 71 83
## 2371  56 93 48
## 2372  91 68 64
## 2378  74 66 78
## 2381  74 87 56
## 2385  33 72 84
## 2388  91 28 70
## 2396  80 31 63
## 2398  76 76 75
## 2403  69 66 51
## 2405  48 56 85
## 2406  61 78 48
## 2412  66 62 49
## 2421  86 79 84
## 2425  75 66 75
## 2429  75 75 84
## 2433  82 72 75
## 2438  64 47 83
## 2440  67 58 83
## 2441  67 55 78
## 2443  82 80 73
## 2447  85 85 74
## 2448  81 51 41
## 2452  40 36 38
## 2454  66 79 87
## 2458  60 54 38
## 2464  78 51 69
## 2465  80 78 82
## 2467  83 41 73
## 2473  93 66 88
## 2476  92 60 60
## 2477  55 61 66
## 2478  78 84 73
## 2481  41 74 78
## 2482  81 92 81
## 2483  82 83 77
## 2486  86 56 87
## 2487  42 44 76
## 2488  84 75 78
## 2489  91 67 79
## 2506  79 77 68
## 2508  66 91 62
## 2510  58 64 62
## 2513  90 78 91
## 2518  68 75 74
## 2520  61 85 54
## 2521  51 87 80
## 2524  89 51 75
## 2525  84 32 65
## 2527  65 87 80
## 2528  84 71 62
## 2529  78 75 92
## 2533  83 76 64
## 2534  77 23 63
## 2536  74 56 55
## 2538  80 25 79
## 2540  89 55 82
## 2541  78 68 75
## 2542  74 63 67
## 2543  57 38 72
## 2548  75 67 62
## 2549  96 90 48
## 2550  84 25 55
## 2551  36 78 73
## 2552  59 51 58
## 2557  61 65 48
## 2559  61 31 25
## 2560  80 76 55
## 2563  54 54 58
## 2569  62 70 55
## 2571  70 64 81
## 2572  54 72 93
## 2578  68 65 73
## 2579  68 83 62
## 2580  62 37 52
## 2587  59 82 76
## 2588  64 56 84
## 2592  61 74 41
## 2593  32 52 89
## 2594  38 79 45
## 2596  45 59 62
## 2597  68 54 64
## 2598  57 84 62
## 2600  80 84 72
## 2605  65 80 44
## 2606  83 66 44
## 2610  42 65 52
## 2611  70 77 68
## 2612  63 37 42
## 2613  68 80 56
## 2616  70 79 61
## 2617  74 85 84
## 2618  78 62 88
## 2619  53 49 55
## 2621  70 62 77
## 2622  82 86 78
## 2624  38 66 64
## 2625  56 61 94
## 2626  72 85 89
## 2628  78 49 67
## 2629  88 85 77
## 2630  48 84 78
## 2631  69 82 78
## 2633  74 83 83
## 2635  77 66 77
## 2636  71 73 42
## 2637  79 79 42
## 2640  49 71 62
## 2641  56 61 32
## 2643  30 84 44
## 2644  60 74 68
## 2645  54 63 69
## 2646  66 50 60
## 2647  89 68 55
## 2648  73 56 48
## 2649  52 70 47
## 2650  84 76 68
## 2651  33 58 71
## 2652  48 42 71
## 2653  59 77 38
## 2656  69 45 54
## 2658  56 72 69
## 2659  60 78 57
## 2661  79 78 82
## 2662  77 92 68
## 2664  63 82 66
## 2666  89 56 64
## 2667  46 64 54
## 2668  65 58 69
## 2669  57 61 66
## 2671  91 62 75
## 2672  73 76 62
## 2673  76 86 53
## 2674  79 70 64
## 2675  84 68 56
## 2676  47 60 56
## 2677  77 84 79
## 2678  78 70 63
## 2679  78 82 67
## 2682  84 90 63
## 2683  74 89 62
## 2684  75 67 64
## 2686  87 60 67
## 2690  49 83 47
## 2691  61 79 77
## 2692  78 88 34
## 2693  87 48 71
## 2694  56 82 71
## 2695  83 73 66
## 2696  61 68 39
## 2697  72 84 52
## 2699  81 61 71
## 2701  78 63 92
## 2702  79 66 61
## 2704  74 61 81
## 2705  59 72 62
## 2707  25 48 71
## 2708  69 56 63
## 2709  80 42 74
## 2710  83 81 54
## 2711  38 93 76
## 2712  50 73 84
## 2713  51 75 84
## 2715  75 77 71
## 2716  62 48 76
## 2717  78 86 55
## 2718  74 59 71
## 2719  38 66 79
## 2720  66 59 92
## 2721  28 32 63
## 2722  79 69 53
## 2723  60 66 82
## 2724  61 71 56
## 2725  71 78 91
## 2726  89 49 51
## 2727  41 84 68
## 2729  79 84 69
## 2730  66 44 62
## 2731  53 82 37
## 2733  86 88 63
## 2735  79 49 75
## 2736  52 58 81
## 2737  71 57 74
## 2738  69 53 60
## 2739  58 79 65
## 2740  41 37 68
## 2741  68 66 82
## 2742  65 87 80
## 2743  74 75 79
## 2745  76 48 40
## 2746  85 76 56
## 2747  54 44 65
## 2748  56 69 73
## 2749  63 40 71
## 2751  78 52 53
## 2752  87 58 80
## 2753  61 59 90
## 2754  79 72 87
## 2755  83 49 68
## 2756  75 58 58
## 2757  60 58 57
## 2758  79 65 74
## 2759  85 69 46
## 2760  48 74 92
## 2761  35 79 69
## 2762  53 84 32
## 2763  61 48 71
## 2765  84 76 57
## 2766  65 81 97
## 2767  70 80 77
## 2768  56 71 65
## 2770  58 74 91
## 2772  43 70 49
## 2773  75 75 33
## 2775  67 79 86
## 2777  98 73 75
## 2778  54 51 82
## 2779  66 89 80
## 2780  90 73 79
## 2782  52 65 59
## 2783  56 86 77
## 2784  64 32 46
## 2785  54 71 64
## 2786  88 54 76
## 2787  48 72 73
## 2788  69 90 55
## 2789  89 64 79
## 2790  61 61 49
## 2792  84 58 63
## 2793  57 61 72
## 2794  43 87 79
## 2795  84 55 83
## 2796  69 84 82
## 2798  71 70 77
## 2799  75 35 73
## 2801  82 53 54
## 2802  86 64 85
## 2804  74 84 89
## 2806  80 77 58
## 2807  62 88 61
## 2808  87 66 74
## 2809  75 88 58
## 2810  64 66 79
## 2811  53 49 78
## 2812  47 75 34
## 2813  78 59 80
## 2814  92 81 71
## 2815  55 63 81
## 2816  85 44 91
## 2817  45 72 93
## 2818  79 73 70
## 2819  72 69 73
## 2820  48 73 65
## 2821  89 25 59
## 2823  77 94 59
## 2824  76 57 69
## 2825  74 50 34
## 2826  81 68 67
## 2827  73 70 82
## 2829  69 72 84
## 2830  46 81 84
## 2831  67 63 54
## 2834  75 64 83
## 2835  81 49 70
## 2836  62 70 28
## 2837  71 78 80
## 2838  68 81 61
## 2839  51 84 63
## 2840  49 73 75
## 2841  39 58 59
## 2842  63 75 56
## 2843  77 70 39
## 2844  96 63 63
## 2845  75 77 49
## 2846  84 81 36
## 2847  87 72 79
## 2848  48 80 74
## 2849  80 45 60
## 2850  58 87 62
## 2851  89 79 93
## 2852  47 72 68
## 2853  72 74 50
## 2854  80 41 82
## 2855  77 80 69
## 2856  77 83 52
## 2857  59 67 77
## 2858  54 74 88
## 2860  64 59 53
## 2861  68 79 80
## 2862  77 67 43
## 2863  84 52 81
## 2864  69 65 64
## 2865  55 65 69
## 2866  74 55 54
## 2868  44 67 49
## 2869  56 59 77
## 2870  84 82 78
## 2871  66 65 61
## 2872  54 87 66
## 2873  84 62 70
## 2874  76 75 71
## 2875  55 91 80
## 2876  60 54 86
## 2878  45 75 74
## 2879  64 61 65
## 2881  61 60 52
## 2882  71 79 51
## 2883  80 87 84
## 2884  63 66 76
## 2885  66 60 81
## 2886  49 59 85
## 2896  69 80 74
## 2902  83 75 85
## 2905  62 95 65
## 2908  94 78 79
## 2909  95 36 73
## 2914  71 79 82
## 2915  84 76 79
## 2940  57 83 90
## 2948  86 78 73
## 2967  78 58 66
## 2971  95 79 58
## 2979  83 72 87
## 2986  82 88 81
## 2988  32 70 79
## 3007  91 56 56
## 3013  73 66 68
## 3023  68 82 67
## 3030  56 79 82
## 3040  35 79 75
## 3050  85 88 89
## 3051  78 74 73
## 3052  70 61 72
## 3060  68 70 81
## 3063  71 63 78
## 3084  84 69 60
## 3088  72 81 72
## 3089  85 79 86
## 3094  79 86 73
## 3095  58 72 66
## 3097  68 77 57
## 3108  86 64 69
## 3111  23 84 84
## 3112  75 56 73
## 3116  75 61 38
## 3117  77 69 76
## 3118  70 78 79
## 3126  51 63 58
## 3127  72 49 75
## 3129  83 59 74
## 3131  81 70 45
## 3132  56 69 60
## 3133  78 33 63
## 3134  53 62 63
## 3135  73 76 39
## 3136  41 92 50
## 3141  53 74 84
## 3143  70 64 63
## 3145  56 77 64
## 3148  54 77 70
## 3149  42 62 81
## 3151  83 52 65
## 3156  78 67 65
## 3158  72 91 24
## 3161  71 76 69
## 3162  73 55 27
## 3165  85 83 59
## 3167  81 43 89
## 3168  77 45 76
## 3169  82 74 67
## 3170  76 71 59
## 3172  39 61 80
## 3176  83 56 70
## 3179  58 75 80
## 3180  77 70 88
## 3184  67 90 38
## 3186  66 57 84
## 3188  71 30 77
## 3189  64 47 57
## 3191  75 77 75
## 3197  53 65 78
## 3198  57 70 69
## 3199  64 78 65
## 3203  69 43 69
## 3205  79 36 73
## 3208  70 63 70
## 3214  82 70 74
## 3217  71 64 75
## 3219  77 54 81
## 3221  91 70 65
## 3223  47 37 49
## 3225  68 69 65
## 3229  64 65 60
## 3232  58 67 79
## 3233  81 89 87
## 3235  64 27 58
## 3239  61 58 78
## 3242  60 27 78
## 3243  61 77 44
## 3247  74 69 72
## 3249  88 75 78
## 3251  78 59 71
## 3252  91 51 58
## 3254  66 67 74
## 3256  66 87 42
## 3258  65 61 55
## 3260  73 69 67
## 3261  90 69 81
## 3263  69 81 66
## 3265  78 81 75
## 3268  49 75 81
## 3272  63 86 81
## 3275  76 67 77
## 3278  74 36 84
## 3279  78 65 70
## 3281  47 82 66
## 3282  78 79 65
## 3284  77 91 56
## 3286  89 59 67
## 3289  86 86 73
## 3290  75 84 42
## 3291  84 63 78
## 3296  74 74 83
## 3298  55 74 85
## 3301  51 83 89
## 3302  77 84 87
## 3303  47 76 84
## 3305  50 38 76
## 3306  92 78 58
## 3308  47 83 39
## 3309  39 53 66
## 3311  76 73 70
## 3315  74 84 86
## 3317  90 45 81
## 3319  87 75 77
## 3320  35 45 47
## 3322  33 78 69
## 3324  77 70 44
## 3325  91 76 89
## 3327  82 66 87
## 3329  73 77 67
## 3332  70 69 48
## 3333  67 66 84
## 3335  54 58 51
## 3336  65 74 58
## 3338  68 56 55
## 3340  70 78 69
## 3342  79 68 80
## 3343  42 71 92
## 3345  73 81 74
## 3348  89 39 61
## 3354  70 80 62
## 3355  66 55 41
## 3359  95 40 81
## 3361  80 86 75
## 3363  65 54 75
## 3364  85 61 51
## 3367  78 50 51
## 3369  78 53 57
## 3370  69 65 36
## 3372  50 46 61
## 3373  77 79 94
## 3375  79 54 58
## 3377  38 86 46
## 3378  41 84 50
## 3381  45 46 89
## 3383  80 59 43
## 3384  86 71 60
## 3388  23 81 76
## 3394  56 79 47
## 3396  46 67 63
## 3398  76 90 68
## 3399  83 86 77
## 3401  63 55 69
## 3402  48 57 58
## 3405  80 79 69
## 3406  82 58 59
## 3407  78 55 86
## 3409  55 66 50
## 3411  78 77 80
## 3414  84 82 50
## 3416  78 51 78
## 3417  80 84 63
## 3418  80 61 30
## 3420  69 34 79
## 3421  62 82 67
## 3422  68 59 78
## 3423  51 42 49
## 3424  65 86 65
## 3426  55 79 67
## 3427  66 75 91
## 3428  82 37 68
## 3432  84 71 74
## 3433  64 58 69
## 3436  59 67 61
## 3437  30 75 61
## 3440  47 62 89
## 3441  60 64 59
## 3442  60 46 70
## 3443  88 40 91
## 3445  62 69 80
## 3446  81 78 64
## 3447  81 68 42
## 3449  76 38 85
## 3453  46 84 74
## 3455  64 76 78
## 3457  71 88 58
## 3458  73 25 57
## 3459  85 59 58
## 3460  65 41 64
## 3461  83 88 66
## 3463  71 43 85
## 3464  50 76 76
## 3465  50 76 70
## 3466  65 58 49
## 3467  44 82 91
## 3469  66 73 83
## 3470  68 72 56
## 3473  61 38 76
## 3475  26 84 57
## 3476  58 81 45
## 3478  81 71 78
## 3479  80 72 74
## 3480  53 66 66
## 3481  62 61 77
## 3482  81 53 84
## 3483  55 43 84
## 3484  36 72 74
## 3485  73 30 61
## 3486  76 63 58
## 3487  91 33 58
## 3488  39 90 64
## 3489  62 80 68
## 3491  75 30 76
## 3496  37 76 60
## 3500  51 52 45
## 3501  78 56 37
## 3502  82 72 72
## 3503  78 57 69
## 3504  79 20 42
## 3505  39 71 76
## 3507  48 62 51
## 3508  60 79 73
## 3509  80 68 84
## 3511  50 84 75
## 3513  60 58 54
## 3514  45 50 68
## 3515  79 37 64
## 3516  45 57 74
## 3517  84 62 74
## 3518  85 38 69
## 3519  54 66 52
## 3522  87 91 72
## 3523  72 60 63
## 3524  61 53 80
## 3525  57 79 80
## 3526  76 75 50
## 3527  63 49 51
## 3531  83 40 70
## 3532  60 70 81
## 3533  73 80 72
## 3534  84 73 59
## 3536  64 83 82
## 3537  58 66 64
## 3540  62 50 86
## 3541  50 72 72
## 3542  78 36 78
## 3543  81 87 69
## 3546  81 65 69
## 3549  71 85 68
## 3550  71 46 60
## 3552  30 51 64
## 3553  69 90 85
## 3554  31 48 78
## 3555  57 79 74
## 3558  62 43 53
## 3562  52 88 81
## 3563  49 58 56
## 3564  64 55 89
## 3565  53 92 57
## 3566  32 73 58
## 3567  87 72 70
## 3568  61 87 55
## 3569  76 69 61
## 3570  51 66 69
## 3571  62 84 76
## 3572  75 67 51
## 3573  67 88 62
## 3574  71 94 50
## 3575  77 92 87
## 3576  94 64 65
## 3578  88 63 82
## 3582  53 61 82
## 3583  87 68 70
## 3584  90 76 33
## 3585  74 77 59
## 3586  92 66 51
## 3589  71 54 80
## 3590  59 75 74
## 3591  59 58 48
## 3592  60 47 61
## 3593  81 70 46
## 3596  55 44 69
## 3599  60 80 63
## 3600  56 55 76
## 3603  70 84 53
## 3604  73 58 81
## 3605  42 84 73
## 3608  73 76 77
## 3609  83 76 24
## 3615  29 42 39
## 3617  64 77 85
## 3618  30 63 61
## 3619  87 64 61
## 3621  72 84 70
## 3624  68 67 70
## 3625  59 53 74
## 3626  63 73 59
## 3627  39 84 72
## 3628  82 43 56
## 3632  56 65 49
## 3634  77 63 81
## 3636  48 66 63
## 3640  35 63 43
## 3641  68 26 54
## 3642  85 71 62
## 3644  50 66 51
## 3645  87 26 70
## 3646  66 27 71
## 3648  85 60 97
## 3649  67 64 50
## 3650  84 71 71
## 3651  48 57 36
## 3653  80 68 65
## 3654  81 71 60
## 3656  67 47 78
## 3657  69 39 62
## 3660  94 83 60
## 3661  73 92 77
## 3662  72 85 69
## 3664  54 26 83
## 3666  64 83 86
## 3667  65 86 32
## 3668  73 85 78
## 3669  60 43 73
## 3671  60 30 69
## 3673  85 91 84
## 3674  76 71 62
## 3675  54 78 63
## 3676  44 72 81
## 3677  62 70 44
## 3679  82 69 68
## 3680  59 87 50
## 3681  85 69 95
## 3682  63 41 64
## 3684  74 39 77
## 3685  83 61 44
## 3686  55 94 40
## 3687  70 74 86
## 3688  73 64 63
## 3689  73 71 76
## 3690  57 67 38
## 3691  77 64 74
## 3692  47 79 68
## 3693  60 27 88
## 3695  94 74 70
## 3696  89 79 72
## 3697  88 61 45
## 3698  90 87 72
## 3699  76 70 66
## 3700  42 52 78
## 3701  66 54 51
## 3702  71 76 68
## 3703  65 48 63
## 3706  86 54 63
## 3707  64 82 65
## 3708  85 77 52
## 3711  62 58 61
## 3712  66 72 50
## 3713  78 68 68
## 3714  64 56 51
## 3716  51 69 54
## 3717  28 60 69
## 3718  26 42 48
## 3719  58 90 58
## 3720  54 79 68
## 3722  72 86 53
## 3723  83 69 65
## 3724  53 67 50
## 3725  70 55 79
## 3727  59 79 73
## 3728  54 81 80
## 3729  54 51 63
## 3730  75 80 56
## 3731  87 23 86
## 3733  72 71 73
## 3734  68 85 83
## 3735  65 75 91
## 3738  88 74 90
## 3739  67 65 83
## 3740  75 77 68
## 3741  74 70 47
## 3743  66 66 66
## 3744  80 76 72
## 3745  61 75 53
## 3746  41 60 71
## 3748  68 53 60
## 3749  43 80 63
## 3750  68 71 63
## 3751  67 48 75
## 3752  85 61 51
## 3753  89 72 74
## 3754  46 71 84
## 3755  68 57 71
## 3756  78 44 91
## 3757  70 49 69
## 3759  89 58 79
## 3760  55 63 67
## 3761  64 70 65
## 3764  83 92 71
## 3765  87 36 53
## 3768  64 83 80
## 3770  58 69 74
## 3772  86 72 78
## 3773  74 75 59
## 3774  70 58 82
## 3775  71 62 64
## 3776  87 45 80
## 3777  68 66 33
## 3778  56 86 76
## 3779  85 55 67
## 3780  70 74 19
## 3781  47 45 67
## 3782  62 39 73
## 3783  41 74 54
## 3784  74 59 39
## 3785  54 20 60
## 3786  69 54 82
## 3787  59 65 77
## 3788  69 52 52
## 3790  80 60 69
## 3791  71 55 59
## 3792  83 74 33
## 3793  82 69 43
## 3794  67 70 63
## 3795  73 34 89
## 3796  76 55 78
## 3797  91 78 57
## 3798  49 47 72
## 3799  73 83 55
## 3800  59 67 81
## 3801  51 70 63
## 3802  43 56 64
## 3804  45 53 38
## 3805  79 81 91
## 3806  91 75 66
## 3807  65 74 89
## 3808  47 53 64
## 3809  68 72 85
## 3810  38 54 81
## 3811  76 82 64
## 3812  71 92 83
## 3813  43 70 77
## 3814  38 57 71
## 3815  65 82 61
## 3816  90 49 82
## 3817  85 68 70
## 3818  64 61 52
## 3819  57 72 75
## 3822  52 81 33
## 3823  83 64 78
## 3825  57 73 72
## 3826  57 62 72
## 3827  94 19 87
## 3828  81 83 88
## 3829  36 58 68
## 3830  65 32 39
## 3832  59 83 53
## 3833  86 79 91
## 3835  82 74 56
## 3836  81 90 41
## 3839  65 55 86
## 3841  86 57 84
## 3842  77 63 71
## 3843  76 81 51
## 3844  62 81 75
## 3845  83 76 82
## 3848  74 78 73
## 3849  86 63 70
## 3850  82 60 81
## 3851  57 80 34
## 3852  52 80 74
## 3854  49 77 76
## 3855  79 56 43
## 3856  68 69 80
## 3857  42 33 58
## 3858  66 94 27
## 3859  54 78 70
## 3860  89 77 51
## 3861  70 68 72
## 3862  64 72 82
## 3863  38 80 51
## 3864  59 80 63
## 3865  68 37 61
## 3866  53 64 57
## 3867  32 49 82
## 3868  79 71 60
## 3869  67 83 63
## 3870  73 63 47
## 3871  79 74 88
## 3873  55 47 69
## 3874  84 75 80
## 3875  49 62 80
## 3876  63 73 75
## 3878  86 96 78
## 3880  84 57 70
## 3881  43 78 65
## 3882  77 67 58
## 3883  69 76 84
## 3884  54 58 57
## 3885  90 76 88
## 3886  64 63 51
## 3887  58 56 60
## 3888  63 65 39
## 3889  92 64 80
## 3890  64 58 97
## 3891  67 36 42
## 3892  72 24 68
## 3893  56 25 71
## 3894  67 59 64
## 3895  57 33 67
## 3897  66 85 88
## 3899  74 59 59
## 3900  66 51 75
## 3901  64 51 71
## 3902  76 77 59
## 3903  76 76 79
## 3904  67 80 74
## 3905  66 69 81
## 3906  61 54 46
## 3907  46 44 83
## 3908  75 95 73
## 3909  46 88 89
## 3910  62 81 68
## 3911  74 82 65
## 3912  92 73 76
## 3913  77 56 57
## 3914  61 59 65
## 3915  60 91 67
## 3916  57 65 61
## 3917  76 57 34
## 3918  54 66 53
## 3919  45 74 74
## 3920  72 36 71
## 3921  77 64 52
## 3922  50 79 62
## 3923  54 61 59
## 3924  32 78 80
## 3925  79 84 65
## 3926  73 81 83
## 3927  50 54 59
## 3928  77 87 76
## 3929  78 85 81
## 3930  77 65 41
## 3932  27 49 88
## 3933  82 88 60
## 3934  67 61 71
## 3935  34 49 57
## 3936  67 75 55
## 3937  62 92 75
## 3938  78 68 58
## 3939  66 80 80
## 3940  35 91 60
## 3941  74 83 20
## 3942  80 77 57
## 3943  68 43 55
## 3944  70 55 65
## 3945  70 73 49
## 3946  73 68 74
## 3947  79 75 67
## 3948  70 61 82
## 3949  90 58 61
## 3950  43 85 93
## 3951  74 63 86
## 3952  73 79 68
## 3953  54 50 69
## 3955  60 60 88
## 3958  37 71 51
## 3959  63 82 72
## 3960  75 33 84
## 3961  76 78 62
## 3962  79 35 79
## 3963  62 30 38
## 3964  70 64 83
## 3965  63 80 25
## 3966  67 53 70
## 3967  83 51 74
## 3968  77 75 62
## 3969  78 63 86
## 3970  81 76 70
## 3971  76 64 90
## 3972  62 62 80
## 3973  69 81 82
## 3975  51 72 58
## 3976  62 70 60
## 3978  69 84 56
## 3979  62 55 62
## 3980  54 68 64
## 3981  85 78 61
## 3982  45 40 86
## 3983  67 85 63
## 3984  73 56 67
## 3985  59 67 44
## 3986  76 69 86
## 3987  82 48 50
## 3988  80 70 57
## 3989  66 81 70
## 3990  57 43 78
## 3992  82 73 76
## 3993  30 92 88
## 3994  74 75 82
## 3995  55 85 43
## 3996  72 89 82
## 3997  74 83 75
## 3998  49 44 67
## 3999  84 72 19
## 4000  84 53 83
## 4001  81 69 71
## 4002  85 56 82
## 4003  71 61 68
## 4004  57 70 73
## 4005  64 89 62
## 4006  65 85 48
## 4007  66 78 59
## 4008  52 74 80
## 4009  68 74 79
## 4010  88 74 50
## 4011  44 79 61
## 4012  77 83 68
## 4013  70 64 79
## 4014  75 47 82
## 4015  31 45 64
## 4016  55 81 65
## 4017  77 69 25
## 4018  71 71 62
## 4019  72 59 62
## 4020  94 73 84
## 4024  91 84 85
## 4032  82 87 84
## 4039  89 81 94
## 4061  72 73 79
## 4070  45 56 59
## 4078  80 68 79
## 4080  76 74 58
## 4081  85 82 20
## 4082  80 74 64
## 4085  67 44 82
## 4098  73 67 79
## 4103  83 90 19
## 4108  40 39 71
## 4109  58 74 58
## 4117  79 74 65
## 4128  85 66 75
## 4135  71 79 66
## 4137  76 56 75
## 4141  53 75 48
## 4142  88 67 47
## 4146  77 39 64
## 4147  59 75 64
## 4150  63 65 71
## 4152  88 74 76
## 4154  73 75 72
## 4158  49 82 85
## 4167  51 61 90
## 4172  71 59 40
## 4175  81 78 66
## 4177  38 82 79
## 4181  75 71 63
## 4182  67 70 52
## 4183  83 80 72
## 4185  73 65 53
## 4189  90 71 73
## 4192  64 74 79
## 4198  71 69 75
## 4206  49 90 38
## 4207  50 82 56
## 4212  83 91 53
## 4213  89 85 80
## 4214  80 75 58
## 4215  71 56 77
## 4216  76 75 66
## 4219  45 80 94
## 4225  72 75 61
## 4230  80 61 89
## 4231  59 58 81
## 4234  75 78 73
## 4235  54 62 94
## 4238  62 78 66
## 4240  73 71 55
## 4244  77 87 68
## 4245  84 75 75
## 4246  83 77 71
## 4247  38 64 38
## 4253  65 79 90
## 4254  49 66 86
## 4255  79 66 55
## 4258  70 83 70
## 4266  89 77 42
## 4269  65 54 76
## 4275  83 71 75
## 4277  68 80 58
## 4278  65 19 23
## 4280  86 65 81
## 4281  65 51 90
## 4282  65 73 83
## 4283  73 80 44
## 4285  71 76 51
## 4289  62 57 85
## 4295  50 58 60
## 4296  40 61 71
## 4298  85 62 61
## 4303  58 83 38
## 4304  73 68 87
## 4308  77 71 86
## 4310  44 70 54
## 4314  66 68 76
## 4315  44 57 38
## 4318  69 69 74
## 4319  75 59 66
## 4320  70 87 64
## 4324  86 73 26
## 4325  76 71 75
## 4326  87 73 63
## 4332  77 78 60
## 4340  92 57 62
## 4344  68 74 65
## 4347  54 74 88
## 4349  33 63 94
## 4350  71 52 60
## 4351  65 69 80
## 4352  86 61 84
## 4358  69 76 80
## 4359  50 85 71
## 4361  75 70 78
## 4364  74 75 72
## 4367  63 75 68
## 4368  51 89 76
## 4369  66 37 36
## 4374  82 68 87
## 4376  63 69 81
## 4378  67 81 59
## 4379  70 70 70
## 4382  80 66 86
## 4383  79 72 90
## 4385  56 84 85
## 4394  76 92 79
## 4396  67 64 84
## 4398  93 78 71
## 4400  73 85 54
## 4401  83 76 82
## 4404  74 33 78
## 4407  45 87 74
## 4408  85 94 72
## 4412  43 73 60
## 4414  78 71 73
## 4415  53 70 77
## 4418  80 55 73
## 4419  60 58 76
## 4420  57 76 71
## 4421  87 37 87
## 4422  55 91 49
## 4425  73 71 57
## 4426  72 81 79
## 4428  79 79 74
## 4430  82 76 69
## 4432  37 54 73
## 4434  49 71 74
## 4436  80 78 62
## 4438  70 69 81
## 4439  43 87 65
## 4440  69 56 68
## 4442  69 62 42
## 4444  35 63 79
## 4445  53 68 72
## 4446  83 46 70
## 4448  87 76 45
## 4449  65 77 62
## 4451  93 75 60
## 4457  81 60 75
## 4458  13 49 74
## 4459  61 45 61
## 4461  60 84 84
## 4463  38 30 44
## 4465  24 58 84
## 4466  68 51 41
## 4470  82 83 88
## 4471  74 62 46
## 4473  74 59 53
## 4476  88 46 78
## 4480  56 87 85
## 4482  84 78 69
## 4484  90 43 74
## 4486  86 82 80
## 4487  67 46 73
## 4489  39 48 92
## 4490  71 88 85
## 4491  83 68 83
## 4493  65 81 82
## 4494  59 80 37
## 4495  87 66 76
## 4496  57 87 69
## 4498  75 64 80
## 4502  78 76 63
## 4503  84 46 52
## 4504  40 80 81
## 4507  50 84 71
## 4508  93 74 78
## 4510  95 78 79
## 4511  77 55 93
## 4513  66 54 69
## 4514  84 81 87
## 4517  78 57 54
## 4520  38 38 86
## 4521  78 79 72
## 4525  58 64 66
## 4528  75 48 71
## 4529  82 91 72
## 4530  68 68 58
## 4531  85 36 49
## 4533  77 83 49
## 4537  57 82 64
## 4538  56 56 77
## 4540  86 72 78
## 4543  73 60 85
## 4545  70 80 92
## 4546  68 75 41
## 4550  71 80 67
## 4551  75 80 75
## 4553  62 70 66
## 4554  74 46 93
## 4557  47 90 85
## 4561  56 69 72
## 4562  69 62 78
## 4563  68 80 70
## 4564  75 67 82
## 4565  67 49 60
## 4568  55 66 84
## 4570  73 72 84
## 4571  81 60 71
## 4578  56 86 70
## 4579  84 39 60
## 4580  37 77 59
## 4585  65 84 42
## 4586  85 80 84
## 4587  63 70 62
## 4588  43 47 83
## 4589  79 57 89
## 4590  89 65 85
## 4591  73 55 63
## 4594  58 65 71
## 4596  82 57 83
## 4597  80 31 66
## 4598  74 59 81
## 4600  43 77 67
## 4602  86 75 83
## 4606  82 71 52
## 4607  90 63 86
## 4609  76 78 57
## 4611  66 70 80
## 4613  61 78 46
## 4614  68 75 26
## 4615  75 86 66
## 4616  75 82 45
## 4617  37 65 82
## 4618  25 69 79
## 4621  71 77 78
## 4622  73 49 55
## 4623  59 75 61
## 4627  89 78 80
## 4628  72 72 64
## 4629  68 78 84
## 4630  80 91 91
## 4631  64 55 64
## 4632  67 87 76
## 4633  61 80 61
## 4634  76 62 60
## 4635  66 65 71
## 4636  68 93 77
## 4637  68 85 83
## 4640  86 72 73
## 4643  42 72 64
## 4645  61 61 59
## 4647  66 68 42
## 4649  70 51 85
## 4652  75 87 70
## 4653  81 74 66
## 4654  83 85 50
## 4655  82 75 86
## 4656  75 85 44
## 4657  69 52 83
## 4658  65 56 71
## 4659  54 83 91
## 4661  50 68 25
## 4662  63 61 74
## 4663  91 79 84
## 4665  85 42 65
## 4666  94 78 40
## 4670  29 26 54
## 4671  65 81 80
## 4672  47 72 62
## 4673  78 86 49
## 4674  78 32 82
## 4675  54 69 71
## 4676  76 88 71
## 4677  72 75 75
## 4679  61 66 56
## 4682  61 47 43
## 4683  62 83 55
## 4684  64 76 68
## 4685  73 67 58
## 4686  90 77 67
## 4687  63 93 61
## 4688  51 62 54
## 4690  73 62 94
## 4691  94 28 69
## 4692  66 58 65
## 4693  70 67 55
## 4694  54 59 84
## 4695  59 86 75
## 4696  61 84 58
## 4697  45 74 78
## 4698  66 77 84
## 4700  54 93 74
## 4701  76 51 86
## 4702  79 60 81
## 4703  42 34 82
## 4704  86 84 75
## 4707  64 81 67
## 4708  58 45 77
## 4709  33 53 64
## 4714  73 39 67
## 4715  56 83 57
## 4717  93 53 72
## 4719  82 62 70
## 4720  63 57 72
## 4721  59 81 76
## 4722  70 87 74
## 4723  34 50 73
## 4724  69 78 79
## 4726  84 61 50
## 4727  90 69 65
## 4729  61 69 50
## 4730  72 59 53
## 4732  53 63 44
## 4735  65 94 56
## 4738  62 94 89
## 4741  71 53 76
## 4742  80 64 80
## 4744  82 76 65
## 4745  80 77 83
## 4746  53 70 79
## 4748  88 53 41
## 4751  60 82 61
## 4752  83 46 79
## 4755  81 79 79
## 4756  85 77 76
## 4757  72 56 86
## 4758  78 55 52
## 4759  75 63 80
## 4760  52 75 75
## 4763  53 67 58
## 4767  86 57 71
## 4769  86 66 72
## 4771  91 74 68
## 4772  78 62 56
## 4773  89 54 75
## 4774  61 81 77
## 4775  61 89 39
## 4776  71 46 82
## 4777  73 71 70
## 4778  83 68 92
## 4779  43 70 75
## 4780  61 85 90
## 4781  75 79 80
## 4782  25 44 78
## 4783  48 90 85
## 4789  63 62 86
## 4790  73 43 85
## 4792  70 80 78
## 4793  50 60 88
## 4794  89 92 30
## 4796  82 80 84
## 4797  73 76 71
## 4798  70 59 79
## 4800  49 83 71
## 4801  55 81 73
## 4802  31 84 68
## 4803  81 69 72
## 4805  52 74 45
## 4806  36 42 43
## 4807  68 68 55
## 4808  58 48 60
## 4809  74 68 65
## 4810  76 78 51
## 4811  62 64 72
## 4812  58 60 77
## 4813  85 71 77
## 4814  57 43 60
## 4815  89 59 77
## 4816  55 78 75
## 4817  86 72 36
## 4819  56 84 54
## 4821  65 77 72
## 4823  80 68 81
## 4825  58 74 59
## 4826  47 61 70
## 4828  59 77 90
## 4829  86 70 46
## 4830  43 69 68
## 4832  56 69 74
## 4835  84 43 80
## 4836  62 69 87
## 4837  88 65 57
## 4839  62 55 76
## 4840  64 92 59
## 4842  62 82 83
## 4844  66 73 69
## 4845  76 70 70
## 4846  81 25 80
## 4847  76 60 67
## 4849  47 68 61
## 4850  65 66 37
## 4851  79 64 77
## 4853  83 76 59
## 4854  78 68 58
## 4855  79 33 77
## 4856  81 70 70
## 4857  92 50 75
## 4858  73 68 79
## 4859  78 48 26
## 4860  78 65 62
## 4861  78 48 77
## 4862  72 74 69
## 4863  35 69 74
## 4864  65 75 73
## 4865  76 75 70
## 4866  81 39 80
## 4868  60 87 27
## 4869  71 74 38
## 4870  55 47 65
## 4871  80 77 74
## 4872  55 66 90
## 4873  82 74 50
## 4874  63 70 70
## 4877  85 67 69
## 4878  59 86 84
## 4879  60 51 85
## 4881  43 60 72
## 4882  82 41 42
## 4883  82 76 54
## 4884  92 81 53
## 4885  76 63 67
## 4886  64 71 35
## 4887  76 70 59
## 4888  89 64 80
## 4889  60 47 75
## 4890  80 84 50
## 4891  47 96 73
## 4892  56 78 80
## 4893  62 71 79
## 4894  71 41 69
## 4895  63 61 77
## 4896  66 83 74
## 4898  43 85 83
## 4899  85 44 77
## 4900  61 87 85
## 4901  79 56 33
## 4902  72 68 61
## 4903  77 70 57
## 4904  62 49 85
## 4905  54 39 72
## 4906  55 57 41
## 4907  80 66 59
## 4910  53 75 63
## 4911  64 65 58
## 4912  93 90 60
## 4913  91 52 66
## 4915  95 73 62
## 4917  82 78 52
## 4918  93 33 84
## 4919  58 70 63
## 4920  78 77 62
## 4921  61 84 56
## 4922  81 58 73
## 4923  70 76 58
## 4925  62 44 43
## 4926  75 45 67
## 4927  75 76 80
## 4928  88 40 30
## 4929  49 49 70
## 4931  73 66 78
## 4932  58 71 60
## 4933  72 48 60
## 4935  66 70 68
## 4936  91 88 81
## 4937  76 84 72
## 4938  79 82 63
## 4939  77 83 73
## 4940  65 48 82
## 4943  82 85 58
## 4944  49 60 59
## 4945  80 65 68
## 4946  64 78 82
## 4947  42 71 82
## 4948  67 74 80
## 4949  82 77 57
## 4950  58 62 60
## 4951  59 78 77
## 4953  70 67 85
## 4954  57 83 28
## 4955  80 69 90
## 4956  30 77 83
## 4957  68 68 25
## 4958  49 82 82
## 4960  77 69 66
## 4961  65 62 42
## 4962  94 76 72
## 4963  83 72 33
## 4964  68 62 50
## 4965  42 82 80
## 4966  63 60 70
## 4969  59 77 70
## 4970  65 48 84
## 4971  62 60 89
## 4973  60 60 89
## 4975  65 56 75
## 4977  82 65 59
## 4978  56 83 83
## 4979  38 72 70
## 4980  91 81 62
## 4981  68 86 87
## 4982  59 35 62
## 4984  60 69 83
## 4985  81 37 56
## 4986  81 74 72
## 4987  79 78 68
## 4988  68 66 69
## 4989  68 54 70
## 4990  66 65 41
## 4991  67 66 72
## 4994  73 67 70
## 4996  86 71 58
## 4998  55 83 33
## 5000  61 76 88
## 5001  36 73 35
## 5002  74 54 65
## 5003  71 79 74
## 5004  89 67 61
## 5005  74 60 76
## 5006  48 78 63
## 5007  78 70 85
## 5008  93 28 45
## 5009  70 67 63
## 5010  78 83 58
## 5012  58 79 60
## 5014  69 27 37
## 5015  85 54 65
## 5017  87 81 76
## 5018  39 64 75
## 5019  40 61 89
## 5020  49 73 76
## 5021  36 44 54
## 5022  74 79 73
## 5023  59 49 80
## 5024  45 72 76
## 5026  80 67 53
## 5027  84 66 44
## 5028  72 36 58
## 5030  56 29 64
## 5031  94 79 41
## 5032  68 84 62
## 5033  85 54 78
## 5034  73 48 37
## 5035  32 61 84
## 5036  87 70 76
## 5037  74 81 73
## 5038  48 54 72
## 5039  75 81 74
## 5040  76 69 80
## 5041  78 58 54
## 5042  53 74 62
## 5043  71 71 89
## 5044  69 36 79
## 5045  74 69 80
## 5046  72 40 58
## 5047  70 41 79
## 5048  80 78 68
## 5050  65 43 62
## 5051  88 66 74
## 5052  68 91 90
## 5054  84 76 59
## 5055  85 67 72
## 5056  66 60 69
## 5057  80 47 71
## 5060  60 73 74
## 5061  82 28 64
## 5062  74 28 91
## 5063  53 71 47
## 5065  93 82 81
## 5066  77 67 71
## 5067  83 54 35
## 5068  67 81 72
## 5069  55 52 65
## 5070  49 79 75
## 5071  70 83 42
## 5072  67 71 82
## 5073  77 82 55
## 5074  43 77 65
## 5075  65 69 74
## 5076  91 77 65
## 5077  74 68 71
## 5078  69 69 61
## 5079  60 55 61
## 5080  75 66 39
## 5081  79 37 74
## 5082  66 87 59
## 5083  58 70 71
## 5084  37 60 48
## 5085  63 85 77
## 5086  80 85 49
## 5088  63 58 73
## 5089  64 66 51
## 5090  79 38 79
## 5091  78 64 55
## 5092  36 80 77
## 5093  75 62 38
## 5094  68 66 54
## 5095  64 52 81
## 5097  66 86 76
## 5098  79 79 81
## 5099  70 60 76
## 5100  75 53 80
## 5101  84 65 66
## 5102  67 68 78
## 5103  76 62 44
## 5104  61 85 50
## 5106  72 74 56
## 5108  64 56 79
## 5109  65 33 77
## 5110  67 75 88
## 5112  49 70 70
## 5113  81 90 85
## 5114  88 71 76
## 5115  83 65 47
## 5117  57 78 88
## 5119  81 63 82
## 5120  92 68 80
## 5121  57 65 79
## 5122  58 67 40
## 5123  79 82 58
## 5124  43 78 72
## 5125  77 57 51
## 5126  72 64 87
## 5127  70 62 70
## 5128  56 43 70
## 5129  80 42 86
## 5130  72 76 54
## 5131  64 73 68
## 5132  78 80 84
## 5133  80 69 63
## 5134  64 63 49
## 5135  67 38 75
## 5137  72 67 60
## 5139  79 49 53
## 5140  77 39 26
## 5141  71 78 68
## 5142  77 71 72
## 5143  94 69 49
## 5144  75 64 89
## 5145  69 53 88
## 5146  46 76 78
## 5147  57 71 57
## 5148  81 74 62
## 5149  37 78 42
## 5150  76 76 53
## 5151  75 92 90
## 5152  90 70 79
## 5153  68 78 64
## 5155  35 53 80
## 5156  73 76 70
## 5157  70 84 26
## 5158  55 71 72
## 5159  46 55 79
## 5160  72 64 80
## 5161  88 44 42
## 5162  86 59 72
## 5163  52 58 94
## 5164  72 66 53
## 5165  79 66 25
## 5166  69 59 83
## 5167  66 43 79
## 5168  85 78 27
## 5169  39 80 79
## 5170  68 78 69
## 5171  76 41 78
## 5172  75 77 64
## 5173  68 88 62
## 5174  86 94 43
## 5175  84 63 81
## 5177  68 41 71
## 5178  40 74 82
## 5179  82 63 84
## 5180  74 86 62
## 5181  73 36 65
## 5182  70 79 65
## 5183  60 59 62
## 5184  36 67 35
## 5185  58 55 69
## 5186  72 78 55
## 5188  69 53 76
## 5189  80 78 68
## 5190  47 73 58
## 5191  63 72 60
## 5193  74 91 92
## 5194  84 82 68
## 5195  81 48 60
## 5196  71 48 63
## 5197  40 78 75
## 5198  83 67 71
## 5199  58 38 48
## 5200  87 83 83
## 5201  77 78 86
## 5202  39 78 73
## 5203  68 46 67
## 5204  48 76 72
## 5205  61 77 53
## 5206  80 41 32
## 5207  71 83 71
## 5208  80 87 64
## 5209  75 59 83
## 5211  70 76 81
## 5213  52 59 86
## 5215  63 55 34
## 5216  85 61 48
## 5217  70 84 92
## 5218  46 77 57
## 5219  55 65 71
## 5220  77 69 77
## 5221  68 42 28
## 5222  80 70 63
## 5223  61 78 75
## 5224  81 50 62
## 5226  71 47 48
## 5227  54 57 56
## 5228  57 75 57
## 5229  63 88 67
## 5230  72 82 58
## 5231  36 69 60
## 5232  66 71 71
## 5233  43 72 84
## 5234  66 60 73
## 5235  83 56 89
## 5236  74 69 74
## 5237  73 60 71
## 5238  51 51 75
## 5239  92 58 72
## 5240  90 52 70
## 5241  67 81 77
## 5242  59 72 87
## 5243  74 79 79
## 5244  52 79 54
## 5245  38 88 71
## 5246  36 39 49
## 5247  56 30 51
## 5248  62 90 71
## 5249  58 56 72
## 5250  76 83 49
## 5251  52 55 78
## 5252  65 77 65
## 5253  82 66 66
## 5254  76 51 78
## 5255  42 70 59
## 5256  69 84 64
## 5257  65 52 71
## 5258  75 39 68
## 5259  57 73 85
## 5260  77 75 55
## 5261  58 57 79
## 5262  45 74 43
## 5263  94 88 53
## 5264  61 49 88
## 5265  76 68 56
## 5266  78 80 89
## 5267  75 54 77
## 5269  48 65 60
## 5270  70 75 75
## 5271  76 49 74
## 5272  54 60 82
## 5274  58 57 83
## 5275  85 81 35
## 5276  71 63 84
## 5277  63 46 67
## 5282  80 85 85
## 5294  55 67 63
## 5299  89 50 76
## 5300  91 73 83
## 5304  84 78 89
## 5307  50 83 92
## 5318  50 47 81
## 5324  64 80 88
## 5330  72 78 70
## 5334  88 78 88
## 5339  84 84 82
## 5340  69 72 63
## 5341  57 88 61
## 5344  53 74 71
## 5348  73 33 49
## 5349  86 90 88
## 5350  57 57 87
## 5354  80 61 66
## 5381  77 71 70
## 5382  72 77 82
## 5392  93 54 75
## 5398  68 73 71
## 5402  86 48 32
## 5409  70 61 49
## 5410  54 53 54
## 5413  53 72 85
## 5432  60 65 76
## 5446  93 76 76
## 5447  88 80 82
## 5453  49 80 54
## 5454  55 49 26
## 5460  84 43 47
## 5468  64 45 75
## 5469  77 68 97
## 5471  60 82 90
## 5473  76 75 70
## 5474  77 83 65
## 5476  83 78 64
## 5478  61 76 50
## 5480  73 61 75
## 5482  78 55 81
## 5485  80 53 81
## 5490  75 81 88
## 5492  59 72 81
## 5493  76 83 75
## 5495  39 72 56
## 5500  73 74 60
## 5505  79 68 80
## 5509  80 92 44
## 5510  66 71 56
## 5513  58 51 28
## 5516  71 77 80
## 5518  63 39 80
## 5522  63 73 51
## 5529  64 54 51
## 5535  69 60 70
## 5536  79 90 59
## 5537  85 90 88
## 5544  62 53 70
## 5546  87 51 44
## 5554  55 76 64
## 5555  48 47 77
## 5557  45 81 68
## 5559  72 76 73
## 5560  67 75 81
## 5562  78 63 70
## 5564  83 84 63
## 5565  68 85 89
## 5566  73 78 83
## 5567  94 61 55
## 5571  56 69 69
## 5577  82 62 61
## 5579  71 47 74
## 5580  60 66 69
## 5581  64 67 58
## 5583  74 54 87
## 5584  78 83 48
## 5587  61 72 71
## 5588  46 68 54
## 5589  90 56 43
## 5595  76 66 85
## 5596  78 88 81
## 5597  65 85 82
## 5599  78 61 75
## 5603  63 77 76
## 5605  70 67 74
## 5606  74 53 73
## 5607  77 57 61
## 5608  91 60 81
## 5609  50 50 79
## 5612  86 69 62
## 5614  51 26 40
## 5616  83 70 82
## 5618  66 68 53
## 5619  70 67 41
## 5621  59 70 66
## 5622  80 65 47
## 5623  61 57 62
## 5627  60 65 28
## 5628  73 76 73
## 5629  80 81 62
## 5630  60 68 60
## 5631  71 71 47
## 5632  59 73 83
## 5633  84 79 65
## 5634  85 66 80
## 5635  60 37 82
## 5636  78 57 60
## 5640  52 67 55
## 5641  89 89 42
## 5643  86 42 86
## 5645  80 82 72
## 5647  77 76 74
## 5648  36 80 82
## 5649  68 49 65
## 5650  46 60 17
## 5656  46 83 70
## 5657  75 36 78
## 5658  83 69 68
## 5660  75 55 81
## 5663  72 58 75
## 5669  52 52 55
## 5671  49 75 59
## 5677  79 89 79
## 5678  74 47 84
## 5679  43 65 62
## 5681  91 74 81
## 5685  64 71 28
## 5687  67 59 42
## 5688  80 66 80
## 5689  69 69 82
## 5694  23 69 64
## 5695  53 83 86
## 5697  86 59 55
## 5698  71 64 53
## 5703  79 71 83
## 5706  77 69 78
## 5707  70 79 77
## 5710  71 73 56
## 5714  78 75 81
## 5715  76 64 57
## 5717  56 79 70
## 5718  76 57 91
## 5720  49 58 72
## 5723  80 62 84
## 5726  70 39 38
## 5727  63 60 87
## 5728  72 62 85
## 5732  30 60 51
## 5733  67 72 75
## 5734  89 50 71
## 5736  76 86 75
## 5739  42 88 66
## 5743  80 44 89
## 5745  55 77 71
## 5749  93 61 59
## 5750  82 34 83
## 5753  77 57 36
## 5755  58 34 89
## 5759  82 67 64
## 5764  74 70 84
## 5769  59 72 67
## 5770  61 69 83
## 5771  67 90 90
## 5772  68 46 87
## 5773  89 70 86
## 5774  59 59 57
## 5775  61 69 78
## 5778  46 59 79
## 5779  92 82 55
## 5780  68 23 84
## 5783  79 59 30
## 5784  53 66 77
## 5785  57 60 81
## 5787  71 85 78
## 5788  59 46 84
## 5791  74 89 85
## 5793  76 63 73
## 5794  80 67 73
## 5797  60 73 88
## 5798  57 77 48
## 5800  59 43 76
## 5801  58 58 57
## 5804  53 72 79
## 5805  80 59 67
## 5806  58 67 74
## 5807  55 67 67
## 5808  48 81 84
## 5813  48 49 51
## 5814  74 65 74
## 5815  74 87 89
## 5819  85 50 78
## 5820  53 85 42
## 5822  68 54 53
## 5825  54 36 82
## 5827  72 66 58
## 5832  82 75 83
## 5834  58 69 36
## 5835  69 88 89
## 5836  80 78 46
## 5838  81 48 82
## 5839  54 62 93
## 5841  85 84 74
## 5842  36 85 61
## 5843  60 61 55
## 5844  58 85 64
## 5845  37 36 38
## 5847  74 81 94
## 5848  52 85 79
## 5849  73 74 79
## 5851  70 64 52
## 5857  60 65 73
## 5863  54 75 92
## 5864  80 64 54
## 5866  83 83 75
## 5869  62 67 63
## 5870  64 68 81
## 5877  91 68 42
## 5879  61 51 55
## 5880  60 70 71
## 5881  72 56 73
## 5882  48 75 75
## 5883  44 85 62
## 5884  71 71 67
## 5886  51 59 77
## 5887  84 84 63
## 5892  76 64 50
## 5893  75 67 47
## 5894  80 59 78
## 5895  53 70 88
## 5899  88 77 61
## 5901  73 79 81
## 5902  68 89 84
## 5903  49 64 73
## 5904  46 80 74
## 5905  40 77 77
## 5907  70 58 51
## 5913  68 36 82
## 5915  84 67 56
## 5916  97 71 59
## 5918  84 44 32
## 5920  79 47 43
## 5921  85 84 66
## 5922  40 66 64
## 5923  83 69 49
## 5925  68 57 60
## 5926  46 78 57
## 5927  74 43 81
## 5929  76 63 35
## 5930  62 70 55
## 5932  77 91 66
## 5933  50 63 68
## 5934  55 72 82
## 5937  68 76 80
## 5938  64 63 38
## 5940  65 54 44
## 5944  87 61 36
## 5945  37 83 80
## 5947  39 66 38
## 5949  76 85 86
## 5951  62 61 42
## 5953  57 77 59
## 5955  78 43 62
## 5956  58 88 89
## 5957  57 66 74
## 5958  92 62 69
## 5959  81 91 80
## 5960  31 63 50
## 5963  68 88 73
## 5964  66 60 81
## 5967  60 80 80
## 5968  60 70 29
## 5969  40 43 85
## 5970  79 78 70
## 5971  64 48 63
## 5975  51 58 44
## 5976  82 52 58
## 5980  82 79 65
## 5981  83 76 77
## 5983  46 50 41
## 5984  82 65 50
## 5985  71 58 56
## 5986  64 34 36
## 5987  43 37 83
## 5989  69 62 85
## 5991  71 60 84
## 5994  68 71 69
## 5995  57 69 55
## 5996  71 81 78
## 5999  62 60 73
## 6002  80 57 85
## 6003  54 84 66
## 6004  81 39 49
## 6005  71 51 71
## 6006  62 69 47
## 6007  72 79 73
## 6008  51 82 49
## 6009  77 58 75
## 6010  68 65 84
## 6011  85 55 79
## 6012  78 69 71
## 6013  71 85 74
## 6014  72 77 76
## 6016  77 66 69
## 6017  55 79 66
## 6020  81 84 87
## 6021  65 83 72
## 6023  68 50 65
## 6025  65 72 60
## 6026  68 86 75
## 6028  31 66 82
## 6029  61 51 51
## 6031  46 70 45
## 6034  43 38 74
## 6035  83 54 54
## 6038  83 32 72
## 6039  61 60 50
## 6041  72 79 87
## 6042  81 51 66
## 6044  81 38 60
## 6045  61 65 79
## 6046  51 58 58
## 6050  69 52 75
## 6052  72 49 74
## 6053  58 75 80
## 6054  68 59 49
## 6055  54 62 44
## 6056  52 86 70
## 6057  85 60 70
## 6058  80 92 60
## 6059  66 51 67
## 6060  73 73 92
## 6061  58 70 68
## 6064  87 76 69
## 6066  87 53 38
## 6069  26 34 33
## 6071  57 60 59
## 6074  73 82 79
## 6075  60 81 63
## 6078  42 49 79
## 6081  77 68 76
## 6083  64 80 84
## 6086  62 70 70
## 6087  53 73 80
## 6088  91 71 71
## 6091  63 69 73
## 6093  58 87 87
## 6095  54 73 66
## 6096  48 45 63
## 6100  80 53 53
## 6101  81 67 79
## 6104  62 76 85
## 6110  89 79 93
## 6111  82 61 86
## 6112  78 69 78
## 6113  68 72 39
## 6114  72 83 83
## 6115  67 58 77
## 6117  72 59 85
## 6119  55 88 74
## 6120  69 65 77
## 6121  84 70 71
## 6126  71 48 55
## 6127  28 40 91
## 6129  56 75 71
## 6131  69 62 65
## 6133  72 73 80
## 6134  44 83 70
## 6135  80 84 82
## 6136  90 60 44
## 6138  74 74 88
## 6140  23 82 84
## 6141  86 79 78
## 6145  59 61 72
## 6146  58 77 67
## 6148  79 82 82
## 6149  49 54 85
## 6150  66 35 72
## 6151  65 63 85
## 6153  83 48 71
## 6155  63 76 87
## 6157  67 57 84
## 6158  58 70 70
## 6159  82 67 64
## 6160  78 74 55
## 6164  60 62 87
## 6166  83 64 48
## 6167  74 90 83
## 6169  42 82 67
## 6171  65 79 53
## 6175  58 58 53
## 6176  76 63 44
## 6177  75 41 34
## 6178  85 84 85
## 6179  59 13 47
## 6181  66 78 91
## 6183  75 90 83
## 6185  41 87 52
## 6188  71 64 61
## 6189  65 61 46
## 6190  62 50 80
## 6191  79 65 61
## 6193  83 78 63
## 6194  72 54 52
## 6197  68 74 53
## 6199  35 58 72
## 6200  23 61 87
## 6201  84 77 52
## 6203  62 34 80
## 6204  71 64 63
## 6205  65 85 85
## 6206  85 77 85
## 6207  67 81 79
## 6208  50 75 55
## 6209  71 65 80
## 6210  40 64 91
## 6211  96 71 58
## 6214  39 55 72
## 6215  70 76 51
## 6219  76 62 75
## 6220  66 80 83
## 6221  70 81 42
## 6222  65 76 69
## 6223  56 71 79
## 6224  85 81 76
## 6225  84 85 44
## 6228  33 70 46
## 6229  46 62 54
## 6230  93 54 69
## 6231  55 62 77
## 6232  75 70 73
## 6233  49 64 53
## 6235  76 36 63
## 6236  80 66 80
## 6238  76 77 85
## 6239  62 32 59
## 6241  86 79 60
## 6242  81 90 65
## 6243  75 52 67
## 6244  49 53 76
## 6246  65 70 47
## 6247  75 44 58
## 6248  79 65 50
## 6249  89 79 69
## 6251  74 66 61
## 6252  75 32 80
## 6254  87 73 81
## 6255  63 75 82
## 6256  67 93 83
## 6258  47 70 87
## 6260  77 81 81
## 6261  60 66 67
## 6263  70 79 80
## 6265  70 71 85
## 6266  80 80 62
## 6267  84 80 48
## 6268  89 64 81
## 6269  62 50 71
## 6271  60 65 86
## 6272  65 58 80
## 6273  61 58 78
## 6274  68 17 77
## 6277  54 95 74
## 6279  63 61 68
## 6280  40 74 70
## 6285  83 74 63
## 6286  63 56 77
## 6287  68 83 81
## 6288  66 78 71
## 6289  71 73 69
## 6290  27 73 72
## 6292  72 70 75
## 6294  69 74 81
## 6295  93 27 69
## 6296  80 73 68
## 6299  38 38 84
## 6300  78 28 85
## 6302  52 71 65
## 6304  65 60 68
## 6305  66 68 49
## 6306  80 81 76
## 6307  70 55 78
## 6308  61 78 74
## 6310  78 57 49
## 6311  68 59 71
## 6313  57 60 85
## 6314  44 25 76
## 6318  80 73 65
## 6319  60 49 74
## 6320  57 58 71
## 6321  71 61 86
## 6322  66 65 28
## 6325  64 62 82
## 6326  86 48 79
## 6328  64 55 68
## 6329  86 80 48
## 6330  73 70 81
## 6335  73 53 83
## 6336  74 88 58
## 6337  84 76 77
## 6338  65 73 72
## 6339  77 56 85
## 6343  78 69 38
## 6344  91 81 65
## 6345  73 77 61
## 6346  39 69 71
## 6347  58 85 76
## 6348  56 79 49
## 6349  79 70 43
## 6350  81 57 79
## 6351  76 77 60
## 6352  46 56 52
## 6353  81 71 76
## 6356  68 66 79
## 6359  62 79 62
## 6362  58 87 65
## 6363  69 53 61
## 6365  70 41 66
## 6366  78 59 77
## 6367  56 83 86
## 6368  54 63 74
## 6369  34 76 63
## 6371  68 61 76
## 6372  34 69 55
## 6374  78 64 56
## 6375  55 62 54
## 6376  43 68 42
## 6379  77 55 77
## 6380  54 70 81
## 6382  52 80 61
## 6383  87 52 69
## 6384  84 85 45
## 6385  82 74 68
## 6386  42 77 73
## 6387  80 73 57
## 6389  76 31 77
## 6390  62 85 78
## 6391  81 47 74
## 6394  80 65 85
## 6395  79 77 83
## 6396  86 74 49
## 6398  60 88 66
## 6400  75 77 66
## 6401  69 55 83
## 6402  93 45 39
## 6405  79 50 79
## 6406  76 67 75
## 6407  84 67 73
## 6408  77 55 66
## 6409  77 66 55
## 6410  71 73 54
## 6412  77 72 70
## 6413  81 57 74
## 6414  77 51 85
## 6415  74 72 94
## 6417  64 35 37
## 6419  77 56 65
## 6420  69 59 52
## 6421  70 77 82
## 6422  46 60 83
## 6423  88 67 71
## 6424  57 60 70
## 6425  56 81 82
## 6426  81 69 91
## 6427  79 47 82
## 6428  50 83 54
## 6429  60 92 58
## 6430  62 66 63
## 6433  74 81 46
## 6434  73 56 54
## 6435  67 77 49
## 6436  74 78 67
## 6437  77 56 64
## 6438  69 75 92
## 6439  49 72 62
## 6441  66 74 78
## 6442  68 83 54
## 6443  69 74 87
## 6444  84 55 59
## 6446  64 30 73
## 6448  63 80 73
## 6449  39 78 68
## 6450  73 65 86
## 6452  81 58 43
## 6453  84 67 80
## 6454  86 75 80
## 6455  75 68 83
## 6456  78 68 56
## 6457  76 66 41
## 6459  71 83 35
## 6460  75 56 72
## 6461  71 65 80
## 6462  64 82 76
## 6463  90 62 45
## 6465  76 71 96
## 6466  48 59 72
## 6467  75 71 87
## 6468  65 79 85
## 6469  85 69 66
## 6471  76 77 69
## 6472  72 69 75
## 6473  65 67 63
## 6474  67 79 72
## 6475  74 82 74
## 6476  74 74 54
## 6477  71 55 69
## 6478  80 62 53
## 6479  66 64 74
## 6482  90 64 56
## 6483  74 56 59
## 6484  78 70 84
## 6485  88 61 80
## 6486  85 77 69
## 6489  63 67 78
## 6494  57 75 73
## 6495  68 65 75
## 6496  67 84 66
## 6497  73 92 52
## 6499  80 63 63
## 6500  52 48 36
## 6501  52 20 91
## 6502  68 32 61
## 6504  62 32 42
## 6505  70 63 70
## 6506  52 67 43
## 6507  71 78 49
## 6508  61 61 72
## 6509  71 81 32
## 6512  72 84 83
## 6513  64 77 70
## 6514  70 69 65
## 6515  80 71 75
## 6516  80 77 72
## 6517  67 57 73
## 6518  72 88 74
## 6520  60 84 56
## 6521  72 55 87
## 6522  83 62 64
## 6523  66 46 64
## 6525  80 74 64
## 6529  71 55 87
## 6530  85 67 73
## 6531  68 17 72
## 6532  35 72 39
## 6533  83 74 93
## 6534  54 75 71
## 6536  60 61 61
## 6538  64 76 61
## 6539  56 78 82
## 6541  70 78 66
## 6543  83 84 49
## 6544  84 83 80
## 6545  68 86 77
## 6546  66 40 84
## 6547  77 69 72
## 6548  68 68 19
## 6549  72 87 69
## 6551  77 66 86
## 6552  70 67 56
## 6553  71 46 82
## 6554  82 35 55
## 6557  59 60 78
## 6558  74 77 79
## 6560  54 63 80
## 6563  74 51 79
## 6564  74 83 64
## 6565  72 63 62
## 6566  54 77 70
## 6570  68 69 73
## 6571  80 48 74
## 6573  67 61 63
## 6574  70 67 83
## 6576  71 86 61
## 6577  69 84 57
## 6578  51 70 61
## 6579  75 59 53
## 6580  88 83 86
## 6582  85 77 63
## 6583  35 71 64
## 6584  79 47 81
## 6586  64 87 85
## 6589  90 61 85
## 6590  66 89 76
## 6591  59 54 77
## 6592  48 85 58
## 6593  54 60 62
## 6594  75 76 72
## 6595  46 55 79
## 6597  63 73 67
## 6598  68 49 91
## 6599  42 63 68
## 6601  49 74 57
## 6602  81 79 67
## 6603  55 46 77
## 6604  62 88 74
## 6605  67 88 73
## 6607  64 52 54
## 6610  74 60 79
## 6611  74 71 51
## 6612  45 56 68
## 6614  42 74 51
## 6616  79 62 70
## 6618  66 94 40
## 6619  61 82 67
## 6620  66 84 81
## 6621  76 44 75
## 6622  76 36 61
## 6623  86 90 32
## 6624  66 47 73
## 6625  92 62 83
## 6626  48 78 74
## 6627  73 42 48
## 6628  72 44 50
## 6631  79 57 79
## 6632  84 58 74
## 6633  61 87 68
## 6634  72 81 70
## 6635  68 73 69
## 6636  80 89 68
## 6637  67 84 62
## 6638  61 49 63
## 6639  54 39 74
## 6640  77 73 73
## 6641  75 71 55
## 6643  47 66 75
## 6644  55 88 55
## 6645  72 71 65
## 6646  35 68 51
## 6647  80 53 63
## 6649  81 72 71
## 6650  80 69 71
## 6651  75 56 68
## 6652  81 49 44
## 6653  61 75 67
## 6654  64 66 68
## 6655  36 85 41
## 6656  74 76 72
## 6657  74 82 54
## 6658  68 78 75
## 6659  71 70 59
## 6660  71 58 60
## 6663  76 75 46
## 6664  79 73 81
## 6665  37 66 91
## 6666  88 48 59
## 6667  84 77 78
## 6668  81 36 64
## 6669  72 31 56
## 6671  53 92 36
## 6672  65 87 66
## 6673  69 75 74
## 6674  69 81 74
## 6675  67 69 55
## 6676  53 67 76
## 6677  90 84 76
## 6678  89 68 88
## 6679  79 83 53
## 6680  53 84 76
## 6681  72 71 47
## 6683  56 70 53
## 6684  63 72 71
## 6685  54 73 69
## 6686  64 61 70
## 6687  68 54 80
## 6688  83 86 66
## 6689  89 53 43
## 6692  58 23 63
## 6693  33 79 63
## 6695  64 65 68
## 6697  91 80 77
## 6698  74 68 60
## 6699  75 79 71
## 6700  73 55 54
## 6701  66 68 72
## 6702  71 70 39
## 6715  94 87 70
## 6728  92 66 71
## 6741  67 61 77
## 6747  86 76 49
## 6755  62 78 49
## 6771  63 93 58
## 6773  76 81 72
## 6774  81 59 62
## 6788  83 50 32
## 6792  86 79 83
## 6801  71 60 79
## 6806  61 64 47
## 6819  85 53 44
## 6820  93 85 85
## 6821  51 52 67
## 6829  98 87 70
## 6836  82 81 67
## 6842  58 80 65
## 6843  61 73 77
## 6848  75 66 74
## 6850  48 48 69
## 6860  63 85 73
## 6866  56 77 51
## 6872  53 86 66
## 6877  45 34 38
## 6886  78 69 81
## 6890  64 69 63
## 6892  77 74 79
## 6895  60 60 64
## 6901  55 59 94
## 6903  67 77 19
## 6907  60 86 46
## 6910  66 55 61
## 6914  80 41 59
## 6916  83 71 78
## 6917  70 68 68
## 6921  70 52 70
## 6929  69 63 53
## 6930  72 67 46
## 6939  54 83 42
## 6940  72 36 72
## 6950  57 69 77
## 6952  83 88 69
## 6953  46 47 55
## 6955  77 68 34
## 6964  79 43 62
## 6966  96 55 76
## 6970  69 49 57
## 6973  63 86 66
## 6976  79 57 70
## 6977  23 64 66
## 6978  40 78 53
## 6980  73 72 72
## 6981  83 39 67
## 6984  71 74 81
## 6985  63 58 65
## 6986  67 72 74
## 6989  66 77 64
## 6992  69 82 28
## 6994  56 66 73
## 6996  57 80 74
## 6997  49 69 56
## 6999  59 78 83
## 7000  61 74 47
## 7002  75 62 61
## 7006  69 52 82
## 7009  86 57 74
## 7010  82 88 81
## 7011  60 72 64
## 7012  47 71 47
## 7015  81 62 78
## 7017  53 65 82
## 7018  66 80 89
## 7019  33 62 73
## 7020  54 76 67
## 7022  73 80 65
## 7023  87 76 53
## 7025  80 61 54
## 7034  70 66 77
## 7037  51 36 54
## 7041  76 62 74
## 7045  74 69 88
## 7047  78 74 76
## 7048  83 41 70
## 7053  77 64 75
## 7055  62 73 66
## 7058  69 83 55
## 7059  70 85 69
## 7060  88 61 91
## 7061  83 78 38
## 7069  56 42 93
## 7072  63 71 51
## 7073  70 66 76
## 7074  76 85 69
## 7076  70 60 78
## 7078  57 50 66
## 7080  71 62 80
## 7081  81 91 78
## 7085  92 58 75
## 7088  81 66 75
## 7089  70 59 53
## 7090  70 88 70
## 7093  74 44 52
## 7094  62 82 90
## 7097  85 70 74
## 7099  80 94 58
## 7100  77 78 54
## 7101  74 74 57
## 7102  70 81 60
## 7104  71 67 72
## 7105  65 62 68
## 7107  48 76 62
## 7109  93 60 60
## 7111  76 81 84
## 7112  59 74 54
## 7113  62 75 76
## 7114  75 71 76
## 7115  71 42 55
## 7116  60 69 67
## 7117  66 73 84
## 7118  73 40 73
## 7119  49 61 59
## 7126  72 79 64
## 7129  49 44 87
## 7131  49 55 64
## 7132  55 61 46
## 7133  54 66 59
## 7134  91 90 61
## 7135  84 51 49
## 7137  69 70 37
## 7138  37 61 61
## 7139  72 82 76
## 7141  65 94 85
## 7145  49 70 77
## 7147  56 42 60
## 7148  79 83 76
## 7150  63 82 80
## 7152  39 37 42
## 7154  64 80 60
## 7155  79 73 77
## 7157  76 74 76
## 7158  35 63 65
## 7161  62 41 90
## 7162  69 59 81
## 7163  64 51 66
## 7166  68 70 71
## 7169  80 71 57
## 7175  86 71 83
## 7176  53 53 89
## 7177  84 73 82
## 7178  75 76 60
## 7180  71 61 49
## 7182  87 56 85
## 7183  74 31 76
## 7185  85 71 84
## 7186  90 81 43
## 7187  62 77 76
## 7188  80 42 80
## 7192  29 59 90
## 7194  64 71 83
## 7196  74 63 56
## 7198  70 78 80
## 7201  69 72 44
## 7203  88 54 62
## 7208  70 70 78
## 7211  67 59 56
## 7212  67 61 33
## 7215  52 60 30
## 7216  82 95 36
## 7218  80 56 76
## 7219  65 75 50
## 7225  75 45 58
## 7226  75 92 76
## 7227  86 74 80
## 7228  64 66 53
## 7230  71 72 60
## 7232  85 74 71
## 7236  63 80 63
## 7237  59 56 62
## 7238  76 64 65
## 7239  90 33 78
## 7241  42 65 86
## 7243  80 77 85
## 7247  74 73 75
## 7248  48 69 43
## 7249  65 56 87
## 7256  66 50 67
## 7257  61 60 60
## 7259  92 63 73
## 7260  85 47 73
## 7261  69 31 66
## 7263  60 44 68
## 7264  80 73 79
## 7266  58 77 82
## 7269  87 90 82
## 7273  86 80 66
## 7276  75 35 83
## 7277  74 82 79
## 7282  76 52 82
## 7283  84 51 83
## 7284  52 91 52
## 7286  70 47 63
## 7287  71 78 84
## 7288  82 55 30
## 7289  55 40 71
## 7293  78 71 72
## 7294  75 89 59
## 7295  72 60 40
## 7296  62 74 81
## 7297  68 76 66
## 7299  81 78 89
## 7302  60 86 55
## 7304  74 49 78
## 7307  67 57 57
## 7308  78 77 57
## 7312  59 60 82
## 7313  76 76 66
## 7314  91 85 64
## 7316  93 72 42
## 7317  81 66 76
## 7318  69 90 90
## 7319  68 49 74
## 7320  79 83 92
## 7322  78 77 77
## 7329  63 82 80
## 7330  65 73 36
## 7333  94 81 76
## 7334  59 76 44
## 7335  89 84 75
## 7336  61 82 76
## 7338  38 44 56
## 7341  65 80 70
## 7342  89 85 82
## 7347  72 80 49
## 7348  68 63 83
## 7352  66 60 59
## 7353  70 62 77
## 7356  77 77 68
## 7357  80 81 82
## 7359  63 92 73
## 7360  60 92 75
## 7361  63 53 58
## 7364  67 50 81
## 7366  45 84 87
## 7369  72 72 51
## 7370  57 74 76
## 7374  71 58 87
## 7376  45 74 69
## 7381  58 78 23
## 7382  84 78 64
## 7383  76 83 75
## 7384  79 31 80
## 7386  80 73 53
## 7387  42 76 65
## 7388  73 78 73
## 7391  51 86 59
## 7393  60 81 56
## 7396  79 73 86
## 7397  73 68 66
## 7401  59 81 60
## 7402  41 58 78
## 7403  60 65 71
## 7407  78 77 67
## 7408  79 75 44
## 7409  66 55 67
## 7411  72 33 74
## 7413  84 66 69
## 7420  58 63 59
## 7421  62 76 72
## 7422  81 91 63
## 7423  71 64 86
## 7424  86 50 73
## 7426  89 82 85
## 7427  84 71 35
## 7428  85 86 58
## 7431  81 65 67
## 7432  66 67 60
## 7433  44 33 61
## 7437  80 88 50
## 7438  87 86 63
## 7439  77 52 57
## 7440  70 87 45
## 7442  75 61 71
## 7444  78 62 75
## 7445  65 79 60
## 7447  85 83 38
## 7450  69 47 53
## 7452  73 79 67
## 7459  84 83 41
## 7462  77 59 70
## 7463  87 69 69
## 7464  79 47 79
## 7466  86 74 71
## 7467  76 67 43
## 7471  49 74 82
## 7473  77 72 47
## 7475  66 81 58
## 7476  82 76 73
## 7477  72 47 65
## 7480  62 76 62
## 7482  58 81 83
## 7483  68 87 86
## 7484  65 56 64
## 7491  80 91 88
## 7493  62 53 88
## 7496  50 64 85
## 7497  65 33 19
## 7498  78 40 86
## 7499  81 58 63
## 7501  71 74 69
## 7504  76 70 35
## 7505  54 48 64
## 7509  84 62 61
## 7510  79 70 66
## 7511  86 55 49
## 7514  82 54 77
## 7515  77 61 74
## 7516  71 83 92
## 7518  70 76 63
## 7519  70 74 72
## 7521  87 64 89
## 7522  71 55 60
## 7525  60 66 42
## 7527  83 47 62
## 7528  61 70 79
## 7529  69 72 83
## 7531  36 43 51
## 7537  75 89 92
## 7538  79 66 64
## 7541  80 70 60
## 7543  80 64 85
## 7544  71 85 80
## 7545  69 78 68
## 7551  67 43 65
## 7552  69 57 62
## 7556  89 76 60
## 7557  88 61 78
## 7558  46 72 64
## 7561  60 76 64
## 7563  72 76 47
## 7571  65 85 64
## 7572  69 64 83
## 7573  69 86 74
## 7576  76 75 76
## 7579  67 44 80
## 7580  76 57 70
## 7584  88 65 43
## 7585  76 77 80
## 7587  85 83 70
## 7588  60 87 68
## 7590  65 59 42
## 7593  85 71 68
## 7595  46 71 55
## 7596  56 69 63
## 7598  81 80 60
## 7599  17 20 42
## 7600  61 71 79
## 7602  79 61 73
## 7603  72 76 61
## 7604  84 56 71
## 7605  85 67 75
## 7612  85 65 73
## 7616  86 62 31
## 7619  65 65 48
## 7621  58 80 69
## 7623  57 79 65
## 7624  88 77 51
## 7625  66 51 50
## 7631  51 76 75
## 7635  64 57 70
## 7636  49 53 78
## 7638  71 92 72
## 7639  65 85 61
## 7641  63 66 78
## 7642  74 58 64
## 7645  80 55 76
## 7647  82 74 65
## 7648  60 80 40
## 7650  57 70 70
## 7651  62 60 81
## 7653  67 89 51
## 7656  60 77 53
## 7658  77 77 82
## 7659  55 68 75
## 7663  71 74 49
## 7664  51 84 81
## 7665  67 75 77
## 7667  75 62 82
## 7670  90 58 70
## 7671  76 71 73
## 7673  78 66 72
## 7678  51 54 68
## 7680  88 65 56
## 7681  79 76 68
## 7682  74 87 80
## 7683  82 86 53
## 7685  76 73 71
## 7688  58 78 45
## 7689  67 70 68
## 7692  28 74 75
## 7693  69 37 62
## 7694  69 82 85
## 7695  69 76 69
## 7697  62 91 79
## 7699  89 58 47
## 7702  68 54 63
## 7703  52 59 77
## 7704  79 56 58
## 7705  81 87 72
## 7706  41 35 66
## 7709  83 81 72
## 7713  77 39 71
## 7714  85 63 62
## 7716  64 81 82
## 7717  47 55 43
## 7719  49 61 79
## 7720  60 80 82
## 7722  72 42 64
## 7723  47 82 75
## 7724  63 87 67
## 7725  87 57 67
## 7726  44 93 87
## 7727  74 73 75
## 7728  75 58 62
## 7729  70 59 47
## 7730  81 83 70
## 7735  64 33 73
## 7737  89 68 61
## 7738  77 68 54
## 7739  76 33 68
## 7741  59 81 75
## 7744  74 65 62
## 7747  64 37 74
## 7748  57 76 81
## 7750  61 44 45
## 7751  59 62 57
## 7753  86 63 70
## 7756  85 68 51
## 7757  78 52 69
## 7758  69 75 81
## 7759  62 74 47
## 7760  82 57 71
## 7763  41 52 52
## 7764  61 55 78
## 7765  58 51 65
## 7768  64 82 34
## 7769  85 63 62
## 7770  78 19 63
## 7774  76 62 76
## 7775  74 72 70
## 7777  62 75 59
## 7778  80 73 58
## 7779  70 79 60
## 7780  64 25 77
## 7781  92 36 60
## 7785  80 70 73
## 7786  90 57 78
## 7787  73 82 61
## 7790  71 80 93
## 7791  68 80 75
## 7792  67 73 69
## 7794  55 62 58
## 7796  61 83 59
## 7799  72 83 76
## 7800  82 75 65
## 7801  75 65 56
## 7802  66 40 70
## 7803  61 44 75
## 7804  66 58 65
## 7805  88 87 87
## 7806  75 56 74
## 7810  93 59 70
## 7814  83 87 68
## 7815  70 71 73
## 7816  61 63 61
## 7817  36 49 81
## 7819  85 70 19
## 7820  79 72 61
## 7822  79 65 43
## 7823  79 75 56
## 7824  80 70 66
## 7825  52 70 69
## 7826  84 84 70
## 7827  75 82 75
## 7829  19 79 76
## 7832  84 83 63
## 7834  84 83 75
## 7837  80 78 59
## 7839  65 78 77
## 7840  46 60 54
## 7841  80 44 51
## 7842  92 88 76
## 7845  68 80 39
## 7847  54 47 73
## 7848  75 65 78
## 7849  84 82 56
## 7850  68 80 88
## 7852  65 78 30
## 7854  72 39 72
## 7855  50 87 51
## 7859  53 79 91
## 7860  75 54 75
## 7861  81 54 84
## 7863  71 60 77
## 7864  47 66 81
## 7865  85 76 66
## 7866  61 71 55
## 7867  56 73 73
## 7868  66 41 59
## 7869  71 47 57
## 7870  71 83 64
## 7871  83 82 49
## 7873  52 42 42
## 7874  60 61 68
## 7875  59 89 85
## 7877  85 69 76
## 7878  43 53 64
## 7879  86 74 87
## 7881  75 81 68
## 7883  82 59 76
## 7886  30 82 49
## 7888  61 75 69
## 7889  69 80 60
## 7891  46 42 75
## 7893  88 84 68
## 7894  58 78 64
## 7895  73 90 45
## 7896  50 83 66
## 7897  80 58 68
## 7898  42 91 87
## 7900  67 74 38
## 7901  40 40 68
## 7902  63 69 59
## 7903  74 47 71
## 7904  86 77 48
## 7905  46 61 79
## 7906  58 67 90
## 7907  52 49 68
## 7908  72 25 81
## 7909  64 89 59
## 7910  64 75 73
## 7911  70 75 63
## 7913  80 75 88
## 7914  50 82 61
## 7915  70 78 64
## 7916  82 57 49
## 7918  76 46 55
## 7919  73 24 81
## 7920  82 43 54
## 7921  70 70 49
## 7922  61 86 89
## 7923  69 59 55
## 7924  87 63 73
## 7925  73 60 73
## 7926  69 73 71
## 7927  61 75 77
## 7929  62 58 73
## 7931  50 93 62
## 7932  83 70 57
## 7933  64 45 72
## 7934  60 44 75
## 7938  70 73 52
## 7939  74 61 64
## 7940  89 60 44
## 7943  34 86 77
## 7944  85 70 68
## 7945  89 42 82
## 7946  40 54 52
## 7947  69 77 53
## 7948  87 45 57
## 7949  56 38 63
## 7950  70 85 79
## 7951  87 68 59
## 7954  66 69 63
## 7955  83 84 84
## 7956  44 68 78
## 7957  47 39 38
## 7959  70 61 76
## 7961  77 59 37
## 7962  73 80 78
## 7963  49 77 66
## 7964  64 72 65
## 7965  57 76 83
## 7967  63 54 68
## 7969  84 26 84
## 7970  51 32 77
## 7971  71 68 78
## 7973  58 31 62
## 7974  43 54 55
## 7975  38 53 78
## 7976  84 78 63
## 7980  57 72 74
## 7982  67 73 70
## 7983  73 85 83
## 7984  39 35 36
## 7987  62 38 60
## 7989  79 53 88
## 7990  67 46 49
## 7991  48 60 80
## 7992  48 84 63
## 7993  74 62 84
## 7995  64 70 87
## 7997  71 53 67
## 7998  82 57 83
## 7999  54 86 54
## 8000  69 77 60
## 8001  38 79 75
## 8003  87 63 64
## 8006  44 61 62
## 8007  30 63 94
## 8008  55 60 78
## 8010  91 50 70
## 8011  74 92 81
## 8012  54 70 71
## 8013  63 47 64
## 8014  68 74 81
## 8015  48 60 75
## 8016  79 53 46
## 8018  63 59 46
## 8019  57 75 19
## 8020  58 57 60
## 8022  89 60 74
## 8023  72 57 89
## 8024  80 88 51
## 8026  83 72 77
## 8030  69 61 94
## 8031  67 79 89
## 8032  68 84 80
## 8033  65 73 74
## 8035  47 53 64
## 8036  59 54 61
## 8037  71 58 73
## 8038  86 77 66
## 8039  79 63 37
## 8040  74 60 70
## 8041  43 65 32
## 8043  67 59 58
## 8045  65 72 43
## 8047  65 64 75
## 8049  66 45 63
## 8050  78 76 26
## 8051  84 80 60
## 8052  43 66 83
## 8053  60 59 75
## 8054  73 67 74
## 8055  83 77 72
## 8056  64 33 76
## 8057  73 57 66
## 8058  62 54 41
## 8060  95 86 17
## 8061  74 77 41
## 8062  80 81 48
## 8064  70 80 78
## 8065  42 88 58
## 8066  64 92 61
## 8067  84 77 55
## 8068  50 61 74
## 8069  64 58 80
## 8070  78 49 84
## 8071  72 64 32
## 8072  59 57 57
## 8073  37 57 75
## 8074  78 80 71
## 8075  51 73 69
## 8076  43 31 72
## 8077  58 75 80
## 8078  92 86 80
## 8079  78 86 70
## 8080  64 32 58
## 8081  72 64 63
## 8082  59 58 63
## 8084  67 55 60
## 8086  77 78 64
## 8087  69 31 73
## 8088  79 64 45
## 8089  66 45 71
## 8090  81 79 33
## 8093  80 50 69
## 8094  85 69 40
## 8095  63 67 56
## 8096  72 80 35
## 8098  55 67 75
## 8099  81 85 54
## 8101  54 71 82
## 8102  48 82 75
## 8103  79 81 75
## 8104  68 76 73
## 8105  54 68 80
## 8106  67 53 63
## 8107  50 73 58
## 8108  88 64 79
## 8109  58 74 68
## 8110  63 77 40
## 8111  70 64 84
## 8112  67 92 37
## 8113  58 60 87
## 8114  70 69 53
## 8115  69 77 50
## 8116  70 69 74
## 8117  59 26 75
## 8118  87 62 93
## 8119  69 77 75
## 8120  76 66 51
## 8121  61 59 88
## 8122  85 60 46
## 8123  82 76 60
## 8124  48 51 82
## 8125  55 61 62
## 8126  80 66 61
## 8127  57 72 75
## 8129  66 60 65
## 8130  71 63 61
## 8137  83 85 80
## 8145  61 67 75
## 8159  64 59 76
## 8170  89 70 66
## 8172  86 84 77
## 8178  79 75 68
## 8185  73 82 63
## 8187  78 94 58
## 8192  76 66 58
## 8194  83 73 91
## 8198  74 77 75
## 8199  85 34 88
## 8203  66 61 60
## 8211  26 76 73
## 8216  53 53 59
## 8221  81 91 78
## 8222  75 57 46
## 8223  89 71 50
## 8226  37 42 51
## 8229  49 91 76
## 8234  56 59 81
## 8236  70 69 76
## 8241  58 51 80
## 8252  60 49 87
## 8256  81 66 51
## 8267  68 68 69
## 8274  67 84 65
## 8284  65 53 75
## 8288  82 58 82
## 8293  82 75 80
## 8298  51 62 54
## 8305  40 75 52
## 8310  66 83 38
## 8314  69 49 90
## 8315  79 73 78
## 8322  92 72 72
## 8336  64 82 67
## 8345  83 73 87
## 8347  84 80 85
## 8348  48 61 78
## 8350  89 67 72
## 8351  76 70 79
## 8353  80 75 79
## 8360  64 70 73
## 8361  65 54 65
## 8363  47 83 85
## 8364  42 49 51
## 8365  34 91 83
## 8368  74 69 84
## 8371  78 75 89
## 8374  67 79 84
## 8375  77 76 71
## 8376  61 76 91
## 8379  52 49 76
## 8382  85 80 97
## 8389  47 76 82
## 8394  83 78 46
## 8402  62 41 59
## 8406  58 55 38
## 8412  87 71 63
## 8413  48 65 83
## 8414  62 56 62
## 8419  43 53 50
## 8421  79 51 88
## 8429  76 74 94
## 8430  81 65 64
## 8438  78 74 82
## 8441  57 85 75
## 8447  46 83 45
## 8448  70 77 89
## 8449  74 67 81
## 8452  84 86 59
## 8455  82 51 85
## 8456  76 90 87
## 8459  84 79 70
## 8460  73 60 71
## 8461  54 81 72
## 8464  84 84 92
## 8466  71 68 82
## 8470  82 76 60
## 8472  95 78 70
## 8475  87 81 79
## 8480  79 70 68
## 8481  83 67 60
## 8482  74 82 58
## 8489  77 84 53
## 8490  72 76 72
## 8492  70 62 64
## 8501  83 64 74
## 8507  59 83 84
## 8508  63 87 67
## 8510  80 63 70
## 8517  50 62 75
## 8519  60 57 76
## 8520  86 79 68
## 8529  67 55 73
## 8531  55 49 61
## 8542  63 74 81
## 8544  54 86 71
## 8546  87 84 73
## 8547  62 72 86
## 8549  69 52 75
## 8550  89 85 81
## 8553  55 68 67
## 8554  64 59 80
## 8559  63 66 75
## 8560  76 47 76
## 8564  89 75 78
## 8570  73 51 72
## 8575  53 54 85
## 8576  58 80 77
## 8583  86 76 66
## 8584  54 47 76
## 8585  76 83 50
## 8587  80 74 72
## 8588  61 80 83
## 8592  50 45 73
## 8593  69 53 86
## 8597  67 71 72
## 8601  51 86 54
## 8602  48 63 67
## 8603  77 71 69
## 8604  88 78 84
## 8605  48 53 50
## 8607  42 33 36
## 8608  72 60 67
## 8610  61 73 79
## 8612  78 38 49
## 8614  54 58 67
## 8621  79 87 74
## 8626  56 54 53
## 8632  48 59 83
## 8635  53 55 64
## 8638  61 73 68
## 8639  71 76 81
## 8640  57 59 70
## 8641  67 91 47
## 8643  39 71 63
## 8645  69 71 70
## 8646  72 45 87
## 8647  58 73 44
## 8653  69 77 50
## 8655  61 58 89
## 8657  43 88 76
## 8663  73 63 85
## 8668  58 82 69
## 8670  66 87 62
## 8675  35 70 46
## 8679  81 85 85
## 8680  69 63 65
## 8682  76 90 72
## 8684  76 77 71
## 8685  67 72 57
## 8692  80 67 71
## 8693  44 74 61
## 8695  61 75 53
## 8698  75 81 56
## 8699  39 61 79
## 8700  48 65 60
## 8701  78 90 66
## 8703  35 59 79
## 8708  65 68 64
## 8709  60 66 43
## 8710  65 60 89
## 8711  75 55 53
## 8712  73 56 50
## 8719  57 32 44
## 8720  67 85 80
## 8721  85 65 67
## 8724  74 73 70
## 8726  53 62 61
## 8727  73 70 51
## 8728  62 51 80
## 8730  74 80 81
## 8735  85 80 79
## 8736  78 62 68
## 8740  80 68 72
## 8741  74 54 81
## 8744  90 25 57
## 8746  53 40 58
## 8755  78 53 74
## 8757  60 81 55
## 8758  40 66 39
## 8761  84 42 43
## 8763  46 68 87
## 8765  56 75 64
## 8766  76 47 57
## 8767  64 61 62
## 8768  65 70 70
## 8772  39 58 51
## 8778  89 76 69
## 8779  51 68 56
## 8785  71 81 93
## 8789  89 83 48
## 8790  34 82 59
## 8791  86 84 58
## 8796  37 88 35
## 8800  58 77 47
## 8801  65 64 81
## 8802  79 76 77
## 8803  76 76 47
## 8804  68 91 55
## 8809  63 49 50
## 8812  88 87 86
## 8814  69 81 83
## 8816  50 68 87
## 8818  47 57 53
## 8819  53 82 69
## 8822  38 51 31
## 8824  58 85 77
## 8825  82 63 68
## 8828  62 74 79
## 8829  77 61 73
## 8831  65 82 60
## 8833  60 63 73
## 8836  87 82 69
## 8837  71 55 81
## 8838  64 79 60
## 8839  81 74 66
## 8842  77 44 49
## 8843  46 73 76
## 8844  83 83 69
## 8846  75 78 83
## 8848  81 45 54
## 8853  58 70 92
## 8854  53 69 24
## 8856  33 63 76
## 8857  91 82 55
## 8860  97 68 48
## 8863  58 78 37
## 8864  62 61 74
## 8866  63 65 70
## 8871  75 81 79
## 8873  79 77 77
## 8880  73 79 82
## 8882  35 73 86
## 8883  57 73 69
## 8884  64 49 52
## 8885  67 74 87
## 8886  65 72 62
## 8887  43 59 59
## 8888  84 74 78
## 8890  64 86 57
## 8891  71 59 63
## 8892  51 70 44
## 8893  70 75 56
## 8901  59 73 76
## 8904  44 53 39
## 8906  84 82 86
## 8907  53 70 82
## 8908  70 67 82
## 8913  53 71 69
## 8914  66 68 81
## 8915  92 38 51
## 8917  79 87 88
## 8919  39 80 56
## 8920  75 65 71
## 8922  84 81 53
## 8924  63 74 37
## 8925  43 73 65
## 8926  74 67 40
## 8927  63 79 74
## 8930  57 73 47
## 8932  70 68 60
## 8933  86 49 64
## 8934  59 71 60
## 8936  53 63 73
## 8939  73 76 70
## 8940  55 71 67
## 8943  92 71 61
## 8945  63 68 74
## 8950  46 33 76
## 8953  72 76 68
## 8955  58 61 76
## 8956  72 94 58
## 8957  75 73 53
## 8958  82 53 76
## 8961  56 60 70
## 8962  71 62 71
## 8963  73 90 86
## 8965  72 65 79
## 8966  50 69 40
## 8967  45 78 80
## 8969  64 81 88
## 8973  83 53 43
## 8974  70 44 62
## 8980  77 57 85
## 8983  55 61 78
## 8987  91 69 63
## 8989  60 60 55
## 8990  86 72 62
## 8991  81 69 43
## 8995  74 83 73
## 8996  77 40 77
## 8997  31 69 69
## 8998  79 40 51
## 9000  74 56 59
## 9001  59 58 46
## 9006  30 61 85
## 9010  80 47 74
## 9011  28 13 48
## 9014  68 76 60
## 9015  62 77 75
## 9019  73 88 66
## 9020  58 38 77
## 9021  83 69 42
## 9022  66 57 43
## 9023  80 32 89
## 9024  63 87 56
## 9025  83 83 76
## 9027  73 61 47
## 9028  80 51 57
## 9031  72 54 68
## 9032  80 63 58
## 9033  58 58 75
## 9034  69 63 69
## 9036  72 39 39
## 9037  46 59 80
## 9038  75 41 67
## 9039  70 57 78
## 9040  66 65 50
## 9045  73 83 67
## 9049  64 72 57
## 9051  61 71 80
## 9055  59 53 83
## 9057  81 57 67
## 9059  67 37 65
## 9063  54 80 64
## 9064  56 54 54
## 9068  67 77 59
## 9070  76 51 43
## 9071  76 69 64
## 9073  75 52 51
## 9074  63 91 41
## 9075  67 64 65
## 9077  59 53 87
## 9079  71 51 62
## 9080  65 66 85
## 9081  86 62 71
## 9083  79 92 79
## 9086  46 44 54
## 9089  72 26 64
## 9090  52 61 80
## 9097  78 68 72
## 9099  73 72 62
## 9100  54 84 78
## 9101  75 67 70
## 9102  55 70 79
## 9104  93 61 80
## 9105  63 61 68
## 9108  73 76 51
## 9109  76 66 84
## 9110  69 63 65
## 9111  65 74 79
## 9113  41 88 70
## 9114  65 65 70
## 9115  78 64 51
## 9116  75 61 76
## 9117  67 70 83
## 9118  55 86 86
## 9119  79 49 76
## 9120  62 69 72
## 9122  53 83 85
## 9123  73 75 57
## 9124  63 79 77
## 9125  68 77 56
## 9126  56 93 66
## 9129  33 59 93
## 9130  75 93 58
## 9132  72 71 80
## 9134  85 62 66
## 9135  56 78 73
## 9136  92 89 65
## 9138  87 53 45
## 9139  79 77 54
## 9140  86 78 61
## 9142  61 66 56
## 9143  76 78 59
## 9145  91 52 96
## 9148  58 78 61
## 9149  35 69 59
## 9150  84 56 78
## 9151  27 64 78
## 9152  71 78 61
## 9154  76 73 77
## 9155  87 62 79
## 9157  85 73 83
## 9158  39 82 85
## 9162  71 58 85
## 9163  61 63 77
## 9164  77 65 68
## 9165  78 80 74
## 9167  81 54 70
## 9168  74 88 77
## 9169  89 71 72
## 9170  52 68 67
## 9172  31 75 79
## 9174  50 53 90
## 9175  76 75 89
## 9176  45 75 58
## 9177  79 78 39
## 9178  79 62 77
## 9180  63 75 69
## 9181  67 33 77
## 9182  79 72 59
## 9183  85 30 64
## 9185  79 53 58
## 9186  83 65 50
## 9187  54 44 57
## 9188  62 81 71
## 9189  60 76 60
## 9191  46 81 67
## 9192  64 78 84
## 9193  68 48 34
## 9195  44 73 83
## 9198  72 48 35
## 9199  77 85 76
## 9201  37 70 69
## 9202  86 83 71
## 9204  80 89 51
## 9207  65 76 74
## 9210  58 71 81
## 9211  68 72 81
## 9212  78 73 75
## 9213  80 74 58
## 9214  39 68 61
## 9217  83 85 80
## 9218  79 72 82
## 9219  87 63 64
## 9220  76 53 27
## 9221  60 77 44
## 9222  90 82 65
## 9223  69 82 78
## 9224  68 44 83
## 9226  88 76 82
## 9230  59 90 39
## 9231  58 77 84
## 9232  64 76 58
## 9235  71 64 71
## 9236  60 62 92
## 9237  39 19 54
## 9238  67 71 71
## 9239  52 65 74
## 9241  67 77 26
## 9242  68 67 72
## 9244  70 41 58
## 9245  53 71 81
## 9246  44 76 79
## 9247  53 58 67
## 9248  76 33 71
## 9249  59 82 78
## 9250  55 35 48
## 9252  81 68 90
## 9253  77 58 90
## 9255  61 58 80
## 9256  75 82 68
## 9257  71 67 72
## 9258  71 70 48
## 9259  78 87 80
## 9261  84 57 52
## 9263  75 76 68
## 9265  46 86 45
## 9266  81 94 53
## 9267  80 62 85
## 9269  76 56 61
## 9271  75 89 63
## 9273  57 83 84
## 9275  51 68 70
## 9276  83 76 56
## 9277  53 75 53
## 9279  86 58 70
## 9280  80 85 46
## 9281  88 64 68
## 9284  65 56 72
## 9285  77 70 57
## 9286  85 67 66
## 9288  84 72 19
## 9289  65 75 60
## 9290  76 47 74
## 9291  49 75 64
## 9292  62 71 44
## 9293  68 82 81
## 9294  49 73 68
## 9297  66 88 57
## 9298  41 48 37
## 9299  49 72 50
## 9300  61 63 72
## 9301  77 61 42
## 9303  85 67 71
## 9304  71 65 65
## 9305  56 62 73
## 9307  80 56 72
## 9308  95 78 53
## 9312  36 39 80
## 9315  69 80 47
## 9317  48 71 72
## 9318  62 65 40
## 9319  69 48 66
## 9320  63 76 42
## 9321  56 74 67
## 9322  73 86 65
## 9324  39 57 45
## 9325  79 53 84
## 9326  89 70 70
## 9327  77 61 74
## 9331  89 70 90
## 9343  93 92 66
## 9347  81 90 74
## 9353  59 63 69
## 9355  76 68 68
## 9360  82 81 87
## 9372  80 76 79
## 9374  66 70 68
## 9384  74 83 40
## 9386  59 57 58
## 9388  73 83 79
## 9399  66 75 65
## 9401  70 66 58
## 9410  51 74 57
## 9420  54 65 76
## 9421  19 59 58
## 9427  53 75 74
## 9437  89 71 53
## 9443  48 76 58
## 9453  73 72 60
## 9458  78 75 63
## 9459  92 64 71
## 9461  87 69 65
## 9470  48 35 82
## 9477  90 94 56
## 9479  78 77 65
## 9481  62 74 51
## 9482  32 51 61
## 9483  70 36 57
## 9484  76 61 68
## 9489  75 83 70
## 9491  44 69 73
## 9497  70 84 64
## 9511  75 91 72
## 9514  60 51 67
## 9518  77 72 77
## 9522  77 74 85
## 9532  73 54 66
## 9541  75 77 79
## 9543  86 88 82
## 9546  77 80 76
## 9550  73 91 72
## 9559  60 66 54
## 9570  65 76 71
## 9594  47 45 39
## 9595  69 73 76
## 9596  80 78 74
## 9597  66 19 92
## 9598  92 68 69
## 9599  61 76 65
## 9601  71 76 74
## 9605  81 84 61
## 9608  63 70 69
## 9609  89 72 79
## 9611  67 60 61
## 9619  72 73 76
## 9620  69 57 83
## 9622  73 79 54
## 9624  66 64 77
## 9631  57 77 86
## 9634  75 57 79
## 9637  75 78 82
## 9642  88 68 70
## 9643  40 70 77
## 9644  89 78 76
## 9648  69 74 70
## 9651  79 60 38
## 9653  52 79 81
## 9654  66 59 78
## 9658  61 83 44
## 9660  62 32 86
## 9661  63 80 80
## 9665  63 46 73
## 9666  73 74 83
## 9672  42 80 86
## 9673  55 46 64
## 9675  79 54 83
## 9678  64 55 67
## 9680  50 41 80
## 9682  56 77 86
## 9683  38 77 68
## 9684  78 41 75
## 9692  66 73 84
## 9694  90 56 73
## 9703  53 81 67
## 9706  67 89 56
## 9707  52 80 72
## 9710  83 90 64
## 9711  68 84 71
## 9712  83 61 36
## 9713  55 44 78
## 9715  72 60 82
## 9719  50 63 82
## 9722  71 75 69
## 9723  71 76 36
## 9724  71 82 68
## 9728  63 81 71
## 9730  71 90 71
## 9732  81 62 42
## 9734  80 54 70
## 9738  79 86 68
## 9739  53 55 67
## 9741  73 59 70
## 9751  74 75 66
## 9753  70 83 36
## 9757  50 77 79
## 9758  67 72 79
## 9759  68 68 83
## 9764  90 94 53
## 9768  68 88 70
## 9773  72 62 77
## 9776  61 66 27
## 9777  82 60 78
## 9778  61 63 64
## 9780  49 87 73
## 9785  71 75 72
## 9787  68 83 68
## 9789  85 74 64
## 9790  74 44 66
## 9793  38 62 49
## 9798  67 70 60
## 9802  56 48 57
## 9805  65 52 45
## 9807  73 82 61
## 9809  48 64 63
## 9810  44 68 59
## 9811  72 39 76
## 9812  57 78 71
## 9815  85 60 82
## 9825  72 74 94
## 9827  61 53 85
## 9830  83 60 52
## 9831  65 75 67
## 9836  77 74 58
## 9838  88 63 27
## 9839  75 76 72
## 9840  66 91 62
## 9842  80 75 70
## 9843  81 70 52
## 9845  44 70 91
## 9846  68 60 74
## 9848  74 53 48
## 9850  71 71 56
## 9853  79 66 60
## 9856  76 63 87
## 9857  86 91 45
## 9863  59 77 44
## 9864  50 73 78
## 9875  76 78 72
## 9876  53 67 61
## 9878  77 86 59
## 9879  53 86 31
## 9882  59 79 68
## 9883  53 61 67
## 9884  87 79 56
## 9885  87 71 80
## 9887  79 70 66
## 9890  81 73 93
## 9893  71 87 62
## 9895  77 40 65
## 9898  35 68 48
## 9899  84 58 80
## 9900  26 81 73
## 9901  90 61 58
## 9908  69 77 67
## 9920  68 83 76
## 9921  62 56 73
## 9922  38 58 48
## 9923  72 80 66
## 9926  70 70 74
## 9928  41 82 63
## 9929  87 77 91
## 9930  72 87 68
## 9933  73 81 47
## 9934  91 60 84
## 9935  80 81 77
## 9937  67 42 78
## 9939  65 36 47
## 9941  66 81 38
## 9945  71 73 71
## 9946  66 64 51
## 9949  57 50 37
## 9950  84 73 69
## 9952  72 54 79
## 9954  89 56 69
## 9955  63 75 68
## 9956  66 51 66
## 9961  26 88 38
## 9966  67 72 47
## 9967  56 75 73
## 9968  77 69 79
## 9969  64 66 69
## 9971  90 48 28
## 9974  59 75 62
## 9975  75 60 80
## 9976  68 70 79
## 9984  61 77 54
## 9986  79 76 75
## 9987  59 70 49
## 9992  62 27 81
## 9999  74 62 83
## 10001 63 76 81
## 10004 71 68 73
## 10005 93 44 74
## 10006 74 63 82
## 10007 50 46 73
## 10008 57 57 82
## 10011 35 67 77
## 10013 74 54 51
## 10014 91 79 72
## 10017 94 69 64
## 10018 74 35 45
## 10019 23 63 81
## 10020 65 85 88
## 10023 47 56 80
## 10025 62 77 78
## 10028 85 61 79
## 10034 71 67 77
## 10037 70 74 57
## 10039 72 87 90
## 10041 91 78 74
## 10042 72 88 73
## 10043 13 37 83
## 10046 77 60 73
## 10048 80 83 84
## 10049 41 83 74
## 10050 53 83 71
## 10053 74 82 70
## 10057 71 75 74
## 10060 85 80 73
## 10061 56 77 67
## 10064 49 78 82
## 10065 73 40 81
## 10068 88 63 80
## 10069 66 54 88
## 10077 71 70 86
## 10078 80 58 82
## 10079 67 46 86
## 10084 65 57 78
## 10085 84 71 85
## 10086 77 76 72
## 10087 70 77 56
## 10089 78 87 63
## 10090 60 89 65
## 10092 72 77 79
## 10093 75 76 74
## 10099 82 74 82
## 10100 40 84 71
## 10101 61 63 70
## 10102 87 27 69
## 10103 75 48 82
## 10105 61 64 82
## 10106 72 68 66
## 10111 62 49 85
## 10112 77 34 70
## 10113 71 55 72
## 10116 82 86 58
## 10117 50 50 85
## 10119 81 86 82
## 10121 83 55 40
## 10122 74 81 51
## 10127 43 79 51
## 10128 67 70 65
## 10129 60 64 66
## 10131 82 83 86
## 10136 75 79 80
## 10137 68 68 74
## 10138 73 78 72
## 10141 28 71 38
## 10143 36 70 47
## 10146 66 63 76
## 10147 70 41 72
## 10148 69 74 85
## 10150 82 81 65
## 10151 63 64 53
## 10153 83 37 88
## 10155 84 59 73
## 10158 84 89 66
## 10161 73 53 66
## 10162 58 74 33
## 10163 77 83 61
## 10171 13 20 42
## 10173 70 80 85
## 10174 78 76 74
## 10176 66 62 80
## 10177 89 83 56
## 10178 78 50 70
## 10179 61 66 71
## 10180 72 57 17
## 10186 58 59 78
## 10187 81 68 54
## 10189 83 64 68
## 10191 59 62 79
## 10194 59 46 70
## 10195 53 74 46
## 10196 68 62 58
## 10198 78 53 68
## 10200 84 69 56
## 10202 79 74 74
## 10204 77 82 79
## 10206 82 51 68
## 10207 76 73 72
## 10209 84 79 85
## 10210 71 84 62
## 10211 62 66 84
## 10212 94 84 77
## 10214 54 66 70
## 10216 48 60 90
## 10218 78 66 75
## 10219 42 82 90
## 10220 41 65 68
## 10221 67 59 57
## 10223 80 75 72
## 10224 69 66 58
## 10226 70 78 86
## 10227 85 64 65
## 10228 74 59 75
## 10230 58 78 78
## 10231 60 58 78
## 10232 60 67 49
## 10234 61 40 44
## 10235 55 76 77
## 10236 68 78 74
## 10237 88 70 76
## 10238 64 54 46
## 10240 72 64 46
## 10242 72 73 51
## 10244 80 85 63
## 10245 76 79 76
## 10246 68 82 66
## 10247 67 67 66
## 10248 56 77 75
## 10249 73 89 79
## 10250 78 76 58
## 10252 31 55 74
## 10256 74 76 61
## 10257 72 59 76
## 10260 61 45 71
## 10261 80 71 69
## 10264 72 66 85
## 10267 71 75 75
## 10269 63 93 72
## 10270 82 71 80
## 10273 50 83 64
## 10275 75 58 70
## 10276 59 84 43
## 10278 66 43 66
## 10279 54 46 60
## 10280 81 75 78
## 10281 79 64 57
## 10284 83 47 54
## 10287 83 57 71
## 10288 53 61 37
## 10289 27 80 75
## 10290 38 80 50
## 10291 71 69 59
## 10292 63 87 72
## 10295 78 80 76
## 10296 69 59 28
## 10297 70 67 71
## 10298 53 55 66
## 10299 83 90 84
## 10302 44 73 79
## 10303 83 94 49
## 10304 72 72 56
## 10305 68 71 86
## 10306 45 74 27
## 10307 49 60 75
## 10308 42 71 67
## 10310 62 64 61
## 10311 59 42 85
## 10312 62 68 61
## 10313 55 74 65
## 10314 53 83 61
## 10315 68 81 62
## 10316 69 59 78
## 10322 71 70 74
## 10323 70 75 84
## 10326 63 82 68
## 10327 78 81 59
## 10328 80 72 51
## 10329 83 32 45
## 10330 61 68 67
## 10331 80 81 79
## 10332 36 63 63
## 10333 68 74 47
## 10334 91 94 95
## 10346 74 77 87
## 10352 68 80 83
## 10355 91 66 86
## 10360 63 88 68
## 10365 92 71 46
## 10368 75 86 56
## 10374 60 82 61
## 10375 72 74 71
## 10377 72 53 63
## 10378 73 71 65
## 10383 70 44 63
## 10384 81 84 54
## 10385 72 47 88
## 10393 72 72 65
## 10394 81 65 51
## 10402 75 48 65
## 10404 80 85 76
## 10407 57 94 68
## 10408 83 61 67
## 10409 46 67 73
## 10430 71 83 62
## 10433 67 36 54
## 10452 77 67 38
## 10453 60 46 66
## 10454 79 83 41
## 10455 86 85 86
## 10461 85 70 58
## 10463 69 53 63
## 10472 54 82 80
## 10475 59 83 91
## 10480 79 61 75
## 10484 63 68 73
## 10488 72 54 38
## 10494 68 58 42
## 10495 81 77 82
## 10496 70 63 57
## 10511 70 59 75
## 10529 74 71 71
## 10537 50 62 57
## 10540 87 74 64
## 10545 68 59 45
## 10551 78 65 77
## 10552 61 69 74
## 10554 76 84 78
## 10556 80 62 76
## 10558 67 58 74
## 10563 82 64 77
## 10564 60 73 74
## 10566 77 87 55
## 10567 56 82 70
## 10573 78 64 55
## 10576 65 82 84
## 10580 87 80 59
## 10584 58 64 88
## 10591 76 64 51
## 10592 49 68 59
## 10596 71 72 41
## 10597 79 76 50
## 10609 87 80 84
## 10610 30 43 76
## 10611 74 78 75
## 10613 74 79 80
## 10616 73 48 75
## 10627 67 65 59
## 10634 68 59 84
## 10635 67 57 51
## 10641 78 54 87
## 10643 70 69 84
## 10647 45 53 81
## 10652 75 54 88
## 10662 77 71 50
## 10664 80 56 73
## 10667 69 63 87
## 10676 67 56 75
## 10679 64 71 86
## 10680 75 79 81
## 10681 68 63 80
## 10683 84 50 88
## 10687 54 75 61
## 10691 84 81 66
## 10697 82 81 64
## 10698 71 50 66
## 10699 80 70 71
## 10708 77 83 81
## 10709 77 80 79
## 10715 74 58 74
## 10718 54 69 76
## 10721 40 69 72
## 10723 62 66 64
## 10727 59 63 66
## 10729 65 72 79
## 10730 75 80 82
## 10733 78 84 75
## 10743 53 58 64
## 10744 67 80 43
## 10751 73 73 58
## 10754 68 82 47
## 10755 66 48 57
## 10756 84 67 66
## 10768 83 83 66
## 10771 74 60 78
## 10776 73 46 74
## 10781 84 69 69
## 10783 63 83 66
## 10784 74 77 59
## 10788 77 59 94
## 10789 80 61 59
## 10790 85 76 84
## 10791 71 76 53
## 10796 61 81 67
## 10800 72 69 90
## 10804 71 80 71
## 10810 91 65 79
## 10814 50 86 55
## 10819 76 61 62
## 10820 69 71 84
## 10822 81 59 63
## 10825 86 44 72
## 10827 83 51 46
## 10832 59 65 85
## 10834 91 81 88
## 10836 70 73 82
## 10843 68 71 26
## 10854 86 38 51
## 10856 64 46 67
## 10857 81 80 73
## 10861 55 69 75
## 10864 39 71 38
## 10867 71 58 75
## 10868 70 65 71
## 10870 68 74 44
## 10871 80 64 58
## 10873 82 46 63
## 10874 74 66 77
## 10875 58 41 90
## 10876 80 70 73
## 10881 90 76 62
## 10882 69 76 70
## 10887 79 62 62
## 10890 74 55 65
## 10891 55 83 86
## 10892 81 81 81
## 10895 63 66 61
## 10900 55 30 53
## 10903 75 39 62
## 10904 68 32 50
## 10905 75 64 36
## 10906 78 68 90
## 10907 47 72 61
## 10913 80 68 67
## 10915 79 46 78
## 10923 60 73 74
## 10924 54 81 84
## 10930 83 60 80
## 10931 53 34 80
## 10936 61 86 66
## 10943 64 65 64
## 10945 70 83 71
## 10948 59 90 71
## 10951 67 63 58
## 10962 75 42 83
## 10970 64 70 61
## 10974 49 47 78
## 10975 68 57 37
## 10976 70 58 58
## 10989 51 54 64
## 10990 39 46 52
## 10992 56 79 86
## 10995 69 87 79
## 10996 86 54 68
## 10999 68 54 76
## 11002 71 81 61
## 11005 90 69 73
## 11006 73 60 80
## 11007 32 62 63
## 11012 55 71 37
## 11013 72 74 83
## 11015 72 27 62
## 11016 77 62 87
## 11022 66 61 49
## 11023 60 66 36
## 11028 70 75 62
## 11030 44 63 66
## 11034 72 70 53
## 11035 74 56 64
## 11037 80 68 78
## 11040 92 74 71
## 11043 47 71 81
## 11044 53 68 53
## 11048 62 58 57
## 11052 72 59 67
## 11054 51 75 74
## 11056 70 61 58
## 11058 69 81 68
## 11062 88 60 44
## 11065 59 56 91
## 11066 87 77 64
## 11068 70 62 55
## 11072 62 51 60
## 11079 73 61 47
## 11083 59 81 65
## 11084 85 66 72
## 11085 67 80 83
## 11086 73 81 70
## 11089 71 74 59
## 11092 63 70 59
## 11093 60 71 67
## 11094 60 67 46
## 11095 65 74 70
## 11101 81 69 84
## 11104 64 61 31
## 11109 75 81 58
## 11110 65 57 39
## 11111 52 35 80
## 11113 84 90 69
## 11118 46 87 32
## 11120 52 52 62
## 11121 77 53 78
## 11131 77 67 63
## 11135 84 66 58
## 11138 66 70 67
## 11139 52 68 89
## 11140 43 80 39
## 11142 70 35 75
## 11143 76 78 85
## 11144 50 80 80
## 11146 71 54 85
## 11148 69 70 77
## 11149 79 67 74
## 11150 70 80 53
## 11151 58 49 51
## 11158 50 58 72
## 11159 78 77 60
## 11163 55 71 74
## 11164 63 71 60
## 11169 73 67 77
## 11171 56 67 64
## 11173 60 60 65
## 11174 52 66 47
## 11175 57 78 83
## 11176 57 80 58
## 11179 64 67 74
## 11180 84 90 69
## 11181 64 42 85
## 11184 67 51 73
## 11185 67 38 45
## 11187 58 72 70
## 11188 85 90 89
## 11189 78 75 71
## 11193 52 49 70
## 11194 63 59 67
## 11201 85 33 49
## 11202 70 65 58
## 11207 74 70 86
## 11208 51 87 67
## 11209 76 75 54
## 11213 75 65 72
## 11214 76 84 71
## 11215 81 73 80
## 11216 55 90 83
## 11221 87 63 67
## 11223 68 79 87
## 11225 83 77 82
## 11227 51 77 60
## 11232 68 63 62
## 11234 70 72 73
## 11235 50 88 70
## 11236 66 51 59
## 11245 83 75 62
## 11248 65 81 50
## 11249 64 47 67
## 11251 74 51 64
## 11252 40 35 56
## 11258 49 67 77
## 11261 64 42 61
## 11262 72 84 64
## 11263 66 58 81
## 11267 77 74 75
## 11268 68 79 68
## 11269 61 50 76
## 11270 70 74 76
## 11271 70 71 57
## 11272 41 69 66
## 11275 58 83 86
## 11276 90 92 86
## 11294 77 58 75
## 11299 77 65 70
## 11310 76 82 83
## 11319 90 68 85
## 11324 48 61 93
## 11325 91 79 57
## 11333 80 72 52
## 11346 53 72 71
## 11349 81 68 76
## 11355 73 66 84
## 11364 76 82 63
## 11368 73 74 62
## 11371 69 86 71
## 11376 45 63 84
## 11382 74 68 71
## 11390 64 71 81
## 11422 73 68 53
## 11424 53 81 54
## 11434 68 59 58
## 11435 74 89 84
## 11437 63 75 75
## 11442 80 62 76
## 11445 71 89 54
## 11448 70 76 79
## 11452 61 57 77
## 11453 58 57 85
## 11457 82 46 62
## 11459 78 89 62
## 11461 73 68 63
## 11465 63 84 59
## 11466 79 69 50
## 11468 78 72 47
## 11469 62 80 80
## 11470 77 80 83
## 11473 33 69 65
## 11484 84 75 85
## 11492 63 72 68
## 11501 90 69 70
## 11502 88 78 78
## 11506 89 80 79
## 11508 69 63 63
## 11511 81 82 74
## 11513 73 84 79
## 11514 83 81 54
## 11518 53 65 52
## 11520 63 72 89
## 11525 50 80 54
## 11529 82 77 71
## 11530 57 67 75
## 11531 75 68 59
## 11537 74 84 83
## 11544 66 84 46
## 11547 71 82 64
## 11552 77 72 87
## 11554 79 68 46
## 11558 77 82 59
## 11565 84 72 56
## 11567 53 76 75
## 11571 73 36 76
## 11574 60 43 88
## 11580 67 59 75
## 11584 36 79 51
## 11586 64 81 72
## 11591 92 81 89
## 11599 59 78 77
## 11601 69 66 75
## 11603 76 73 58
## 11604 43 79 54
## 11606 67 68 79
## 11612 53 66 70
## 11614 83 53 76
## 11618 80 69 88
## 11619 78 54 77
## 11620 54 44 61
## 11622 78 69 59
## 11624 77 61 71
## 11629 84 66 76
## 11630 31 54 79
## 11632 65 52 68
## 11639 77 63 38
## 11646 78 63 70
## 11654 81 51 70
## 11656 73 80 60
## 11660 83 85 89
## 11662 78 76 79
## 11663 78 82 60
## 11667 82 60 84
## 11673 44 69 49
## 11675 63 61 60
## 11680 69 73 56
## 11681 59 42 68
## 11683 50 75 82
## 11685 70 83 74
## 11690 72 86 90
## 11692 60 63 69
## 11697 77 82 74
## 11698 79 52 72
## 11699 66 74 76
## 11700 50 57 69
## 11702 68 74 40
## 11704 87 53 79
## 11714 85 72 56
## 11718 75 85 79
## 11724 80 96 81
## 11726 80 77 66
## 11727 75 90 61
## 11730 64 81 57
## 11733 72 38 82
## 11740 81 45 69
## 11741 66 81 74
## 11746 71 65 53
## 11750 74 68 90
## 11762 71 75 58
## 11763 77 58 51
## 11764 75 50 31
## 11767 61 44 63
## 11772 51 70 90
## 11779 79 41 60
## 11782 54 83 49
## 11786 68 78 86
## 11790 71 57 64
## 11792 74 70 84
## 11794 64 51 60
## 11796 91 82 61
## 11797 85 85 75
## 11803 81 71 72
## 11807 73 47 27
## 11809 61 74 49
## 11812 63 83 74
## 11814 82 76 80
## 11821 63 74 54
## 11823 74 86 75
## 11830 82 54 41
## 11832 60 59 52
## 11833 83 91 75
## 11835 74 80 72
## 11836 72 69 47
## 11837 63 64 81
## 11838 58 36 41
## 11846 53 40 86
## 11847 67 71 56
## 11848 73 74 83
## 11849 58 65 43
## 11851 85 57 72
## 11852 77 79 58
## 11857 61 86 73
## 11858 68 65 70
## 11860 76 74 61
## 11866 53 88 72
## 11874 65 78 60
## 11876 84 68 63
## 11877 71 84 71
## 11881 71 75 59
## 11888 41 76 79
## 11889 63 83 61
## 11892 69 64 49
## 11898 68 73 59
## 11899 63 88 80
## 11900 69 74 60
## 11901 81 71 68
## 11907 71 64 39
## 11910 38 85 82
## 11914 80 64 67
## 11918 27 87 74
## 11922 76 79 94
## 11923 70 46 65
## 11926 60 74 78
## 11929 78 73 80
## 11936 69 63 61
## 11938 80 70 57
## 11942 59 73 64
## 11943 77 77 67
## 11944 79 60 81
## 11948 79 90 44
## 11955 20 70 95
## 11964 85 70 35
## 11965 39 51 62
## 11967 47 61 71
## 11968 60 63 84
## 11969 83 69 23
## 11976 66 81 85
## 11977 62 64 75
## 11982 79 72 66
## 11987 72 78 67
## 11989 72 64 71
## 11990 71 77 72
## 11994 40 61 32
## 12003 82 86 68
## 12004 86 54 71
## 12005 79 88 62
## 12010 60 51 71
## 12012 68 68 68
## 12015 72 68 78
## 12019 84 83 58
## 12023 59 64 68
## 12024 73 61 71
## 12027 66 80 73
## 12030 73 87 61
## 12031 84 75 59
## 12036 83 47 86
## 12038 85 78 80
## 12040 64 89 92
## 12049 90 71 70
## 12050 79 71 54
## 12052 70 85 66
## 12056 91 58 90
## 12061 83 68 78
## 12064 79 83 65
## 12076 70 69 84
## 12081 64 85 78
## 12087 84 82 92
## 12093 73 74 69
## 12096 78 66 55
## 12099 36 75 65
## 12101 67 68 55
## 12102 68 59 79
## 12107 75 83 39
## 12109 46 80 72
## 12110 50 54 63
## 12111 55 87 56
## 12131 62 84 70
## 12134 79 67 81
## 12138 53 82 88
## 12139 64 79 77
## 12142 67 71 40
## 12145 72 69 67
## 12158 77 68 53
## 12159 83 74 76
## 12160 67 58 87
## 12162 83 60 70
## 12166 82 78 59
## 12174 79 63 92
## 12177 76 85 69
## 12184 71 58 67
## 12187 65 54 86
## 12192 66 59 72
## 12195 80 87 41
## 12201 47 70 79
## 12207 54 63 69
## 12213 83 72 68
## 12220 93 82 81
## 12223 61 71 77
## 12230 70 68 64
## 12231 66 84 70
## 12233 49 78 73
## 12236 49 56 35
## 12238 80 85 77
## 12242 71 72 72
## 12245 80 44 91
## 12248 80 82 84
## 12249 78 80 79
## 12261 76 59 56
## 12263 43 76 64
## 12264 80 64 58
## 12266 76 84 75
## 12268 77 73 56
## 12272 61 56 81
## 12274 52 39 72
## 12277 45 84 65
## 12282 81 41 59
## 12283 38 72 41
## 12284 83 66 63
## 12287 37 77 58
## 12289 84 53 90
## 12291 63 68 79
## 12295 83 77 53
## 12301 51 70 80
## 12311 75 71 58
## 12315 92 78 58
## 12319 66 73 80
## 12320 77 75 78
## 12325 73 53 76
## 12327 64 73 74
## 12331 49 68 86
## 12341 45 90 71
## 12345 53 72 86
## 12347 63 49 71
## 12348 66 76 68
## 12349 78 82 90
## 12355 70 71 66
## 12357 73 65 42
## 12359 61 74 68
## 12361 60 66 66
## 12372 85 81 79
## 12377 72 53 73
## 12378 51 44 73
## 12380 36 63 70
## 12381 69 66 79
## 12383 86 79 65
## 12384 86 75 81
## 12385 77 72 53
## 12387 60 72 70
## 12390 60 65 59
## 12398 86 41 68
## 12399 59 72 69
## 12403 78 73 39
## 12404 84 70 92
## 12405 89 71 91
## 12407 64 57 73
## 12413 72 77 50
## 12414 55 75 75
## 12415 77 38 52
## 12418 63 87 81
## 12424 74 80 71
## 12427 90 56 75
## 12432 76 67 30
## 12438 77 52 67
## 12439 77 59 83
## 12452 66 79 49
## 12456 65 88 78
## 12464 68 44 75
## 12469 89 62 55
## 12471 90 61 56
## 12475 75 71 78
## 12476 76 58 50
## 12486 76 71 69
## 12490 68 59 73
## 12496 74 72 73
## 12498 66 56 46
## 12501 80 59 77
## 12503 40 54 57
## 12508 87 68 70
## 12520 74 26 58
## 12525 74 81 40
## 12535 60 81 64
## 12544 86 71 44
## 12547 82 61 82
## 12553 85 59 67
## 12557 83 71 65
## 12564 67 38 75
## 12568 48 80 77
## 12570 94 70 83
## 12571 52 46 54
## 12572 86 75 39
## 12574 77 89 75
## 12581 59 73 68
## 12582 66 53 48
## 12588 26 86 84
## 12591 72 60 58
## 12593 75 77 70
## 12609 43 64 55
## 12620 71 85 62
## 12621 67 78 59
## 12622 39 65 85
## 12623 51 71 35
## 12625 46 91 79
## 12626 78 79 82
## 12629 58 70 59
## 12632 93 57 76
## 12639 55 47 91
## 12645 72 73 77
## 12648 61 82 68
## 12655 75 68 86
## 12663 76 60 66
## 12666 71 62 76
## 12668 55 75 82
## 12674 53 72 80
## 12675 81 79 73
## 12679 61 76 19
## 12681 86 62 79
## 12690 57 87 51
## 12705 69 76 72
## 12709 72 60 77
## 12714 70 43 72
## 12716 58 56 56
## 12720 82 81 89
## 12722 66 68 68
## 12724 83 66 89
## 12730 61 89 63
## 12731 86 59 59
## 12733 78 64 83
## 12736 59 49 61
## 12743 55 78 63
## 12749 70 78 61
## 12752 69 43 49
## 12753 67 48 76
## 12757 45 39 39
## 12765 86 56 63
## 12767 87 82 76
## 12769 63 45 69
## 12780 53 80 65
## 12782 47 62 82
## 12783 70 39 53
## 12789 76 89 78
## 12790 76 82 74
## 12791 81 65 74
## 12799 69 52 57
## 12808 74 71 54
## 12809 80 74 61
## 12811 95 97 97
## 12826 80 54 78
## 12830 88 82 87
## 12833 68 66 93
## 12835 71 66 77
## 12845 86 55 87
## 12846 69 86 80
## 12848 63 62 61
## 12851 64 73 85
## 12875 74 70 76
## 12880 68 87 57
## 12882 49 83 81
## 12884 76 82 52
## 12885 77 89 80
## 12886 80 77 81
## 12897 66 77 80
## 12900 79 56 75
## 12901 67 59 63
## 12902 67 85 69
## 12912 63 70 72
## 12923 78 71 67
## 12925 84 79 61
## 12931 72 60 79
## 12932 67 82 44
## 12933 71 73 66
## 12942 72 49 54
## 12951 55 76 82
## 12961 67 52 48
## 12962 75 51 79
## 12969 56 46 64
## 12971 58 33 73
## 12973 58 78 69
## 12979 74 77 68
## 12981 87 49 47
## 12987 80 74 79
## 12988 78 87 59
## 12992 74 62 73
## 12995 30 77 76
## 13001 82 67 80
## 13008 76 73 73
## 13010 68 84 60
## 13015 54 73 71
## 13020 66 72 88
## 13022 61 51 72
## 13027 83 48 49
## 13028 79 65 74
## 13033 70 60 69
## 13034 76 69 58
## 13036 90 73 62
## 13040 74 77 70
## 13049 66 48 47
## 13051 67 51 67
## 13056 59 86 62
## 13057 77 63 77
## 13060 50 53 81
## 13064 65 86 59
## 13066 78 75 64
## 13082 66 83 62
## 13084 60 55 65
## 13087 65 88 70
## 13089 73 70 81
## 13092 53 79 68
## 13093 77 65 88
## 13094 70 81 74
## 13095 75 77 47
## 13096 44 88 57
## 13106 76 61 53
## 13111 88 72 91
## 13113 51 43 90
## 13115 70 58 92
## 13117 69 70 69
## 13120 82 70 69
## 13122 65 48 86
## 13124 76 63 83
## 13126 58 85 50
## 13130 85 34 69
## 13132 79 78 66
## 13133 64 34 86
## 13134 78 61 49
## 13135 82 67 46
## 13141 68 80 79
## 13148 87 65 70
## 13157 63 52 65
## 13159 82 77 78
## 13169 62 63 77
## 13183 49 61 62
## 13187 75 61 53
## 13188 85 75 69
## 13191 61 54 62
## 13192 78 64 80
## 13198 69 71 44
## 13209 75 84 78
## 13211 68 67 74
## 13216 88 51 58
## 13221 80 74 71
## 13222 58 64 82
## 13229 61 73 78
## 13233 64 66 85
## 13234 71 59 80
## 13236 75 66 79
## 13237 74 54 87
## 13255 62 81 82
## 13256 66 82 76
## 13257 76 88 81
## 13261 74 68 71
## 13267 66 71 54
## 13272 59 75 61
## 13276 58 73 79
## 13277 70 55 68
## 13281 56 63 70
## 13294 59 70 63
## 13295 70 72 69
## 13296 54 90 89
## 13297 65 41 81
## 13304 39 78 53
## 13307 70 82 65
## 13314 69 83 54
## 13315 46 51 72
## 13321 77 69 78
## 13333 53 75 66
## 13341 72 82 79
## 13342 70 64 54
## 13349 84 65 68
## 13362 59 80 66
## 13364 81 55 72
## 13365 74 91 69
## 13367 85 64 80
## 13370 73 66 51
## 13377 65 72 72
## 13381 79 68 67
## 13384 40 78 61
## 13385 54 58 56
## 13388 69 81 55
## 13394 90 61 56
## 13398 66 67 50
## 13405 87 30 81
## 13411 62 80 75
## 13414 52 73 86
## 13416 63 63 92
## 13434 86 62 49
## 13435 64 74 56
## 13438 46 80 58
## 13440 47 78 66
## 13441 77 58 64
## 13443 74 86 57
## 13451 69 37 90
## 13454 63 85 50
## 13456 67 81 56
## 13457 70 81 75
## 13458 66 38 72
## 13463 60 67 82
## 13468 78 57 58
## 13478 73 77 47
## 13485 83 73 72
## 13486 56 70 90
## 13487 73 43 57
## 13488 30 75 72
## 13502 71 55 44
## 13505 83 58 70
## 13510 64 56 61
## 13512 74 66 58
## 13515 75 73 75
## 13519 72 65 43
## 13523 51 68 76
## 13527 60 78 39
## 13530 54 77 69
## 13531 78 44 69
## 13533 71 87 71
## 13535 81 72 53
## 13537 40 72 73
## 13543 70 88 81
## 13546 60 53 73
## 13547 40 77 90
## 13561 83 70 46
## 13563 46 54 83
## 13567 78 74 59
## 13569 67 74 64
## 13571 65 86 86
## 13575 46 80 77
## 13577 70 89 56
## 13580 74 70 76
## 13582 47 82 78
## 13583 72 55 68
## 13586 78 75 69
## 13588 50 81 51
## 13589 75 62 56
## 13591 46 69 37
## 13593 64 90 65
## 13594 71 61 44
## 13600 80 81 81
## 13606 49 76 49
## 13608 76 75 71
## 13609 66 68 67
## 13614 63 71 62
## 13616 70 58 61
## 13619 79 73 66
## 13623 70 75 82
## 13625 79 81 76
## 13629 72 71 57
## 13632 62 88 32
## 13633 84 66 79
## 13638 70 66 66
## 13647 83 74 57
## 13663 86 90 65
## 13669 78 65 77
## 13676 80 68 62
## 13677 80 75 62
## 13678 76 87 71
## 13682 80 82 91
## 13684 66 74 48
## 13687 62 65 69
## 13691 54 88 53
## 13693 56 87 67
## 13697 53 70 39
## 13701 78 81 69
## 13703 83 34 43
## 13713 56 65 76
## 13726 66 67 76
## 13730 88 67 89
## 13734 78 74 61
## 13736 76 56 72
## 13737 95 65 73
## 13740 57 61 83
## 13742 65 78 95
## 13747 71 53 76
## 13755 66 90 72
## 13762 63 76 45
## 13768 66 80 90
## 13772 54 90 80
## 13775 81 75 48
## 13784 61 67 71
## 13788 88 63 71
## 13790 52 72 50
## 13796 46 82 73
## 13797 77 60 61
## 13799 66 68 66
## 13800 75 88 65
## 13801 82 81 73
## 13807 73 87 67
## 13809 85 75 81
## 13811 64 81 91
## 13812 65 68 44
## 13814 75 70 70
## 13818 91 49 68
## 13820 82 56 61
## 13821 80 74 92
## 13828 81 67 53
## 13832 70 59 71
## 13839 19 68 85
## 13842 54 89 72
## 13843 74 61 61
## 13845 75 78 78
## 13847 81 78 84
## 13849 70 41 89
## 13850 82 66 28
## 13851 84 80 74
## 13852 59 80 96
## 13861 59 60 60
## 13862 82 49 74
## 13863 58 69 79
## 13869 45 57 74
## 13870 55 74 87
## 13876 59 48 59
## 13880 75 67 72
## 13881 67 74 77
## 13882 70 80 62
## 13887 61 61 32
## 13889 77 53 85
## 13894 62 75 74
## 13896 34 67 68
## 13906 37 55 81
## 13912 31 61 68
## 13922 60 82 75
## 13923 65 65 84
## 13931 70 73 69
## 13932 42 68 71
## 13934 56 59 66
## 13935 74 69 81
## 13936 71 60 73
## 13939 79 85 74
## 13947 75 83 67
## 13951 48 67 80
## 13953 80 76 81
## 13954 75 75 69
## 13957 69 62 68
## 13959 76 85 82
## 13962 71 70 51
## 13966 72 50 75
## 13967 67 57 72
## 13970 71 53 62
## 13971 79 85 59
## 13973 43 51 45
## 13975 89 70 82
## 13976 89 48 74
## 13982 65 42 59
## 13983 74 43 65
## 13984 53 71 73
## 13989 73 39 59
## 13990 73 70 39
## 13991 69 56 51
## 13992 37 79 93
## 14002 53 87 67
## 14003 53 72 85
## 14004 74 73 72
## 14007 70 70 62
## 14009 57 86 47
## 14011 73 45 56
## 14012 61 79 92
## 14014 69 73 58
## 14019 68 74 56
## 14025 61 67 61
## 14028 82 73 76
## 14029 72 63 85
## 14030 77 74 41
## 14031 63 41 48
## 14033 74 74 77
## 14035 82 86 57
## 14036 48 77 83
## 14037 64 67 88
## 14038 86 66 87
## 14043 50 65 69
## 14044 77 68 68
## 14045 72 82 32
## 14047 59 65 60
## 14048 81 68 74
## 14051 74 77 78
## 14057 93 96 87
## 14058 68 71 68
## 14063 68 66 78
## 14066 79 67 85
## 14073 27 69 73
## 14074 78 90 78
## 14076 54 87 79
## 14077 87 56 84
## 14078 73 88 94
## 14079 76 74 68
## 14080 67 78 20
## 14082 76 58 62
## 14083 83 71 58
## 14084 68 43 74
## 14085 62 67 74
## 14086 87 77 80
## 14087 69 55 73
## 14090 50 40 84
## 14091 40 74 80
## 14092 78 47 77
## 14093 79 73 67
## 14094 36 43 72
## 14095 63 39 42
## 14097 68 40 58
## 14101 51 61 50
## 14102 75 67 46
## 14103 85 69 70
## 14104 66 26 30
## 14105 95 73 68
## 14108 82 73 63
## 14111 83 61 54
## 14118 55 72 73
## 14121 73 51 92
## 14125 81 70 74
## 14128 66 77 82
## 14129 84 81 89
## 14131 72 79 84
## 14132 72 79 73
## 14135 54 76 78
## 14137 65 82 81
## 14138 57 44 74
## 14139 62 55 79
## 14140 91 73 83
## 14141 71 82 76
## 14142 72 70 87
## 14143 75 66 63
## 14144 83 54 79
## 14145 70 76 85
## 14146 80 87 73
## 14149 67 68 81
## 14151 63 74 50
## 14155 84 50 80
## 14156 79 64 75
## 14157 75 90 70
## 14158 69 35 80
## 14159 69 74 75
## 14160 78 85 70
## 14163 78 90 75
## 14165 53 76 81
## 14167 61 74 78
## 14171 88 66 73
## 14172 80 72 84
## 14174 73 64 78
## 14182 89 80 72
## 14186 74 82 65
## 14187 70 81 78
## 14188 87 80 73
## 14192 84 52 63
## 14193 64 78 78
## 14195 73 67 87
## 14200 61 73 80
## 14202 83 76 46
## 14203 54 48 80
## 14204 55 59 81
## 14207 73 38 61
## 14208 78 50 88
## 14210 71 37 67
## 14214 61 71 63
## 14215 85 65 61
## 14217 56 74 75
## 14218 78 88 70
## 14219 44 59 47
## 14221 74 40 62
## 14222 58 71 33
## 14226 84 73 82
## 14227 66 61 75
## 14230 69 77 54
## 14233 82 79 73
## 14234 68 58 65
## 14235 73 53 77
## 14236 63 66 71
## 14238 60 54 85
## 14239 75 71 57
## 14241 75 85 69
## 14243 83 73 77
## 14245 61 72 87
## 14247 58 66 56
## 14249 69 86 89
## 14251 72 59 82
## 14252 82 51 49
## 14253 73 78 58
## 14255 71 69 77
## 14256 73 70 69
## 14258 79 68 61
## 14259 62 82 65
## 14260 76 70 58
## 14265 67 53 62
## 14268 55 64 77
## 14271 55 77 71
## 14276 72 79 76
## 14277 41 53 93
## 14278 81 63 61
## 14280 66 67 49
## 14282 73 73 65
## 14285 80 62 52
## 14287 35 45 85
## 14291 88 83 51
## 14292 54 73 56
## 14294 62 61 69
## 14295 79 64 61
## 14297 80 61 92
## 14299 64 38 77
## 14300 59 51 69
## 14301 68 78 53
## 14302 46 52 64
## 14303 66 68 78
## 14304 68 53 83
## 14306 71 60 59
## 14307 86 85 72
## 14308 64 84 79
## 14310 75 66 76
## 14313 69 44 72
## 14314 58 68 80
## 14317 77 63 89
## 14318 72 87 75
## 14320 82 57 88
## 14321 74 89 78
## 14322 47 49 76
## 14323 71 74 72
## 14324 56 60 84
## 14325 61 52 71
## 14327 60 39 72
## 14328 70 82 88
## 14330 58 65 54
## 14332 58 59 74
## 14333 73 67 67
## 14334 80 45 63
## 14338 76 55 60
## 14340 60 76 88
## 14341 65 62 80
## 14342 82 66 80
## 14344 54 42 49
## 14348 74 59 75
## 14349 66 58 79
## 14350 80 51 83
## 14351 58 50 72
## 14352 74 80 64
## 14354 76 39 75
## 14358 75 85 64
## 14359 83 70 68
## 14361 61 78 81
## 14362 73 64 78
## 14363 61 59 70
## 14364 85 44 81
## 14366 84 51 64
## 14367 92 56 65
## 14368 81 44 66
## 14369 60 66 74
## 14372 57 60 71
## 14374 75 49 66
## 14375 85 85 68
## 14376 60 70 86
## 14377 80 51 69
## 14379 53 68 44
## 14380 86 82 86
## 14381 81 61 77
## 14383 84 75 82
## 14384 74 47 71
## 14386 54 74 76
## 14387 53 66 81
## 14388 85 78 74
## 14390 78 40 69
## 14391 56 89 68
## 14392 67 75 76
## 14394 71 74 71
## 14395 63 76 49
## 14396 38 79 75
## 14399 76 70 49
## 14400 82 53 57
## 14402 61 49 57
## 14403 78 80 37
## 14404 61 79 88
## 14405 56 75 70
## 14406 62 53 63
## 14408 62 86 54
## 14410 85 58 72
## 14412 72 60 68
## 14413 60 55 73
## 14416 72 59 63
## 14419 83 70 67
## 14420 55 59 75
## 14421 64 60 58
## 14422 47 51 66
## 14423 73 62 76
## 14424 72 55 73
## 14425 74 78 75
## 14426 84 80 34
## 14427 51 82 82
## 14429 56 80 69
## 14430 73 75 77
## 14431 89 88 54
## 14432 78 75 75
## 14433 74 74 60
## 14434 68 79 52
## 14436 68 63 85
## 14437 68 75 64
## 14438 73 76 74
## 14440 50 74 63
## 14441 65 72 80
## 14442 72 64 70
## 14444 56 68 68
## 14445 56 76 77
## 14447 32 72 79
## 14448 63 64 72
## 14449 67 59 65
## 14452 79 46 51
## 14453 82 60 62
## 14455 54 58 73
## 14456 72 46 61
## 14457 63 75 66
## 14458 72 68 52
## 14459 70 60 65
## 14460 48 82 76
## 14461 60 51 56
## 14463 62 67 56
## 14464 77 66 68
## 14467 66 73 67
## 14469 62 51 53
## 14470 70 46 78
## 14471 92 89 85
## 14475 86 91 73
## 14476 60 57 86
## 14477 80 62 85
## 14478 66 79 83
## 14479 79 58 75
## 14481 79 85 49
## 14483 79 82 78
## 14484 84 69 73
## 14485 81 70 93
## 14486 77 28 77
## 14487 65 37 78
## 14488 84 77 83
## 14489 68 77 73
## 14491 76 88 78
## 14492 64 52 93
## 14493 91 72 38
## 14496 63 74 81
## 14497 69 84 74
## 14498 37 78 69
## 14499 80 76 47
## 14502 72 58 64
## 14503 72 82 78
## 14504 88 87 64
## 14505 83 66 77
## 14506 59 67 93
## 14508 66 67 67
## 14509 73 54 92
## 14510 75 83 56
## 14511 78 60 65
## 14512 77 45 77
## 14513 72 59 70
## 14514 77 76 73
## 14515 55 71 43
## 14516 71 74 78
## 14517 93 45 73
## 14518 82 81 54
## 14519 64 68 79
## 14521 61 67 97
## 14522 71 75 59
## 14523 62 63 90
## 14524 82 81 69
## 14525 67 78 69
## 14526 72 70 89
## 14527 50 63 44
## 14528 19 66 64
## 14529 76 84 69
## 14530 85 52 65
## 14531 82 60 56
## 14532 73 69 77
## 14533 65 77 76
## 14534 70 78 78
## 14536 65 61 58
## 14537 54 76 70
## 14538 74 79 76
## 14539 59 44 63
## 14540 69 81 41
## 14541 71 65 79
## 14543 77 40 78
## 14545 79 77 62
## 14546 84 54 84
## 14548 74 81 81
## 14549 76 56 59
## 14550 60 76 67
## 14551 66 76 83
## 14552 78 59 71
## 14553 73 69 92
## 14554 77 71 87
## 14556 59 67 59
## 14557 68 43 83
## 14558 75 81 74
## 14559 92 86 73
## 14560 69 90 67
## 14561 74 70 86
## 14562 79 76 68
## 14563 56 60 62
## 14564 68 81 87
## 14565 91 61 49
## 14566 84 71 74
## 14568 92 83 53
## 14569 73 33 82
## 14570 72 82 54
## 14571 54 89 71
## 14572 49 76 84
## 14573 64 72 71
## 14574 72 63 79
## 14575 64 71 59
## 14576 55 87 80
## 14577 86 66 71
## 14578 69 79 52
## 14581 70 46 70
## 14582 65 72 83
## 14583 69 79 75
## 14584 74 73 55
## 14585 33 68 76
## 14586 86 79 66
## 14587 69 79 69
## 14588 64 61 65
## 14589 86 72 84
## 14590 61 76 73
## 14591 77 92 67
## 14592 69 75 58
## 14593 56 76 57
## 14595 57 60 81
## 14596 85 72 88
## 14597 86 57 79
## 14598 70 79 60
## 14599 61 75 63
## 14600 69 65 67
## 14601 68 76 74
## 14602 73 77 71
## 14603 71 45 48
## 14604 79 50 72
## 14605 80 47 64
## 14606 71 76 70
## 14607 78 76 65
## 14608 51 80 59
## 14609 89 79 90
## 14610 86 80 53
## 14611 71 90 54
## 14612 71 67 93
## 14613 38 73 70
## 14614 76 60 73
## 14615 33 55 85
## 14616 58 58 76
## 14617 67 71 84
## 14618 68 80 72
## 14619 73 92 59
## 14620 55 62 60
## 14621 77 56 86
## 14622 50 71 72
## 14623 69 55 81
## 14624 84 75 46
## 14628 59 63 69
## 14629 83 66 77
## 14630 60 39 71
## 14632 47 82 90
## 14633 68 60 79
## 14634 78 80 82
## 14635 83 65 52
## 14636 55 64 61
## 14637 64 73 62
## 14638 63 80 63
## 14639 77 50 74
## 14640 76 75 55
## 14641 77 79 62
## 14642 66 81 70
## 14643 61 91 79
## 14644 76 77 68
## 14645 81 73 68
## 14646 68 70 58
## 14647 60 71 77
## 14648 73 72 71
## 14649 93 77 77
## 14650 92 70 81
## 14651 63 65 75
## 14652 75 82 66
## 14653 84 90 82
## 14654 80 68 57
## 14655 65 54 71
## 14656 62 71 74
## 14657 57 61 70
## 14659 82 80 71
## 14660 77 79 69
## 14661 83 66 79
## 14662 61 74 81
## 14663 28 69 80
## 14664 71 60 76
## 14665 72 64 49
## 14666 59 85 75
## 14667 68 47 85
## 14668 83 61 79
## 14670 66 53 85
## 14671 62 27 58
## 14672 47 70 69
## 14673 71 69 64
## 14674 74 54 71
## 14675 57 78 67
## 14676 59 42 68
## 14677 81 74 62
## 14678 74 78 49
## 14679 81 65 72
## 14680 72 37 30
## 14682 65 71 65
## 14683 71 51 78
## 14684 79 69 87
## 14685 85 38 87
## 14686 85 60 69
## 14687 68 44 46
## 14688 79 63 73
## 14689 89 77 65
## 14690 76 94 72
## 14691 86 75 76
## 14692 72 73 75
## 14693 61 63 66
## 14694 55 86 49
## 14695 84 74 50
## 14696 47 54 52
## 14697 67 83 55
## 14698 83 91 71
## 14699 85 77 70
## 14700 70 81 65
## 14701 69 88 72
## 14702 90 47 63
## 14703 82 55 72
## 14704 59 83 84
## 14705 57 65 77
## 14706 74 59 83
## 14707 63 81 93
## 14708 71 77 35
## 14709 58 57 71
## 14710 56 42 86
## 14711 65 80 85
## 14712 82 79 77
## 14713 89 54 68
## 14714 65 60 67
## 14715 70 73 70
## 14716 84 53 66
## 14717 62 41 64
## 14718 75 75 48
## 14719 74 70 81
## 14720 75 73 66
## 14721 68 78 63
## 14722 78 80 71
## 14724 54 66 64
## 14725 61 63 67
## 14726 36 64 83
## 14727 70 68 64
## 14728 77 75 73
## 14729 70 54 66
## 14730 82 68 74
## 14732 72 86 75
## 14733 76 69 70
## 14734 80 70 70
## 14735 81 68 66
## 14736 86 68 77
## 14737 92 69 73
## 14738 73 54 70
## 14739 77 74 65
## 14740 69 63 78
## 14741 85 80 74
## 14742 70 76 74
## 14745 75 74 61
## 14746 70 61 77
## 14747 74 57 63
## 14748 38 56 84
## 14749 56 80 59
## 14750 55 54 80
## 14751 72 63 77
## 14752 76 83 47
## 14754 58 89 60
## 14755 83 68 64
## 14756 85 68 60
## 14757 78 64 68
## 14758 79 78 66
## 14760 70 56 74
## 14762 86 74 63
## 14763 76 76 61
## 14764 83 82 66
## 14765 59 72 50
## 14766 80 67 83
## 14767 51 78 71
## 14768 77 72 64
## 14769 69 90 49
## 14770 73 55 80
## 14771 45 61 62
## 14772 59 88 73
## 14773 66 73 67
## 14774 64 91 65
## 14775 79 68 52
## 14776 49 62 86
## 14778 79 55 69
## 14779 79 59 71
## 14780 77 68 53
## 14781 79 80 37
## 14782 70 61 67
## 14783 80 53 80
## 14784 68 52 68
## 14785 85 74 51
## 14786 39 72 56
## 14787 70 81 86
## 14789 34 79 76
## 14790 70 73 69
## 14791 79 75 76
## 14792 63 73 76
## 14793 68 57 66
## 14794 67 85 66
## 14795 69 45 63
## 14796 92 78 65
## 14798 74 64 65
## 14799 70 66 78
## 14800 62 61 58
## 14802 63 69 76
## 14803 59 69 67
## 14804 64 37 73
## 14805 61 77 64
## 14806 66 78 47
## 14807 78 81 71
## 14808 70 61 68
## 14809 82 84 90
## 14810 81 68 80
## 14815 77 89 63
## 14816 74 64 87
## 14817 56 84 63
## 14819 68 81 48
## 14820 84 77 75
## 14822 70 69 20
## 14823 76 62 85
## 14824 64 83 74
## 14826 93 84 64
## 14827 74 71 73
## 14828 80 57 85
## 14829 79 53 59
## 14830 86 64 81
## 14831 58 66 81
## 14832 71 77 67
## 14833 77 71 69
## 14835 71 73 87
## 14837 59 79 80
## 14838 46 60 70
## 14839 38 55 75
## 14840 57 54 59
## 14841 57 54 52
## 14842 73 44 60
## 14843 75 73 55
## 14844 75 72 72
## 14845 74 67 46
## 14846 82 77 67
## 14847 37 53 76
## 14848 81 68 66
## 14849 58 81 56
## 14850 85 56 67
## 14851 70 78 77
## 14852 83 79 66
## 14853 81 86 75
## 14854 71 52 63
## 14855 70 71 70
## 14857 75 87 78
## 14858 77 62 68
## 14859 71 57 89
## 14860 61 54 82
## 14861 70 56 62
## 14862 74 76 88
## 14863 64 71 50
## 14864 85 85 83
## 14865 68 74 82
## 14866 77 74 70
## 14867 71 60 85
## 14868 69 58 53
## 14869 73 81 66
## 14870 84 43 37
## 14871 87 58 59
## 14872 74 76 88
## 14874 59 59 93
## 14875 73 54 69
## 14876 83 75 64
## 14878 67 28 74
## 14879 85 62 74
## 14880 76 68 70
## 14881 68 70 64
## 14882 66 83 65
## 14883 77 81 80
## 14885 79 76 68
## 14887 87 73 51
## 14889 70 61 49
## 14890 73 85 83
## 14891 73 71 71
## 14892 66 92 63
## 14893 76 59 68
## 14894 56 79 77
## 14895 66 71 65
## 14896 82 92 38
## 14897 88 64 45
## 14898 50 82 78
## 14899 56 76 77
## 14901 88 81 65
## 14902 69 69 51
## 14903 59 47 81
## 14904 57 83 59
## 14905 62 80 56
## 14906 86 75 86
## 14907 60 62 76
## 14908 56 40 90
## 14910 87 68 81
## 14911 69 72 45
## 14912 63 91 61
## 14913 61 69 32
## 14914 69 82 89
## 14915 80 56 62
## 14916 86 63 43
## 14917 42 75 66
## 14918 63 76 68
## 14919 78 71 62
## 14920 82 33 63
## 14921 83 82 71
## 14922 51 51 80
## 14923 79 30 70
## 14924 42 73 84
## 14925 77 78 80
## 14926 42 54 63
## 14927 73 64 55
## 14928 68 75 64
## 14929 74 79 67
## 14930 74 71 66
## 14932 82 68 69
## 14933 80 61 76
## 14934 76 69 68
## 14935 68 78 73
## 14936 39 78 86
## 14937 70 69 73
## 14938 59 40 60
## 14939 53 55 77
## 14940 72 60 45
## 14941 76 65 65
## 14942 50 46 70
## 14943 83 79 50
## 14944 59 83 56
## 14945 64 66 82
## 14946 63 72 47
## 14947 86 68 62
## 14948 75 69 65
## 14949 74 71 56
## 14950 44 55 67
## 14951 60 65 82
## 14952 55 66 36
## 14953 81 51 32
## 14954 43 83 69
## 14955 67 56 82
## 14956 58 68 76
## 14957 66 60 82
## 14958 86 73 61
## 14959 65 55 54
## 14960 81 80 60
## 14961 65 77 78
## 14962 50 46 81
## 14963 86 68 61
## 14964 84 82 49
## 14965 65 89 56
## 14966 56 80 78
## 14967 76 74 40
## 14968 84 62 64
## 14969 56 67 77
## 14970 85 83 75
## 14971 71 41 77
## 14972 79 60 78
## 14973 80 69 56
## 14974 75 65 70
## 14975 62 62 75
## 14976 35 77 58
## 14977 43 76 41
## 14978 76 79 71
## 14979 72 63 69
## 14980 84 87 68
## 14981 79 90 83
## 14982 69 71 75
## 14983 56 77 60
## 14984 58 76 72
## 14985 81 71 56
## 14986 77 73 71
## 14988 81 85 78
## 14989 64 63 74
## 14990 60 53 70
## 14991 66 55 79
## 14992 83 95 71
## 14993 86 76 74
## 14994 61 73 77
## 14995 79 73 83
## 14996 64 81 82
## 14997 35 70 50
## 14998 57 81 67
## 14999 63 54 80
## 15000 67 66 53
## 15001 60 51 68
## 15002 79 75 52
## 15003 75 65 73
## 15004 51 70 77
## 15005 32 72 67
## 15006 73 71 70
## 15007 68 52 82
## 15008 67 68 60
## 15009 80 55 66
## 15010 67 85 75
## 15011 51 43 55
## 15012 62 55 64
## 15014 65 74 63
## 15015 50 60 77
## 15016 71 62 82
## 15017 55 59 68
## 15018 71 75 70
## 15019 62 71 64
## 15020 63 89 62
## 15021 78 35 71
## 15022 74 74 63
## 15023 62 84 84
## 15024 82 73 68
## 15025 82 58 72
## 15026 74 83 59
## 15027 83 70 75
## 15028 70 54 73
## 15029 84 80 81
## 15030 57 78 80
## 15031 46 80 66
## 15032 89 76 58
## 15033 75 60 75
## 15035 41 78 71
## 15036 69 39 58
## 15037 84 89 71
## 15038 78 67 74
## 15039 79 72 63
## 15040 76 35 66
## 15041 75 72 87
## 15042 87 73 76
## 15043 64 60 71
## 15044 76 73 74
## 15045 68 69 80
## 15046 61 67 67
## 15047 83 75 80
## 15048 58 73 74
## 15049 71 59 71
## 15050 64 77 72
## 15051 82 72 81
## 15052 51 65 68
## 15053 59 70 44
## 15054 88 58 63
## 15055 68 78 62
## 15056 64 69 72
## 15057 61 66 71
## 15058 72 86 78
## 15059 72 66 66
## 15060 62 52 69
## 15061 55 64 60
## 15063 54 65 33
## 15064 72 69 55
## 15066 59 65 76
## 15067 78 61 78
## 15068 60 80 42
## 15069 84 76 66
## 15070 70 60 48
## 15071 78 79 73
## 15072 69 56 68
## 15073 74 71 65
## 15074 79 84 76
## 15075 65 60 68
## 15076 63 61 67
## 15077 85 43 37
## 15078 73 74 70
## 15079 71 63 53
## 15080 65 71 53
## 15081 84 67 54
## 15082 57 72 78
## 15083 68 64 63
## 15084 92 65 75
## 15085 70 61 85
## 15086 56 57 77
## 15087 81 76 59
## 15088 64 67 73
## 15089 85 65 63
## 15090 79 77 53
## 15091 60 63 81
## 15092 79 76 77
## 15093 64 69 55
## 15094 76 66 70
## 15095 77 83 73
## 15096 84 60 51
## 15097 69 85 61
## 15098 50 72 70
## 15099 91 71 61
## 15100 63 57 87
## 15101 83 83 77
## 15102 81 76 50
## 15103 70 62 57
## 15104 91 55 92
## 15105 84 49 70
## 15106 66 71 69
## 15107 79 40 80
## 15108 66 83 63
## 15109 59 98 88
## 15110 78 83 60
## 15111 52 69 72
## 15112 70 74 71
## 15113 80 43 57
## 15114 83 72 51
## 15115 90 69 71
## 15116 54 72 83
## 15117 73 59 83
## 15118 62 77 65
## 15119 60 54 56
## 15120 40 85 56
## 15122 71 63 81
## 15123 77 68 89
## 15124 49 63 61
## 15125 60 65 61
## 15126 80 58 52
## 15127 72 77 58
## 15128 64 90 83
## 15129 89 61 56
## 15130 67 76 84
## 15131 71 61 68
## 15132 84 77 74
## 15133 79 83 80
## 15134 63 81 43
## 15135 71 60 74
## 15136 27 61 57
## 15137 68 69 66
## 15138 86 60 59
## 15139 76 49 65
## 15140 42 80 80
## 15141 74 68 72
## 15142 91 67 56
## 15143 43 51 68
## 15144 64 82 71
## 15145 65 39 80
## 15146 86 57 72
## 15147 80 70 60
## 15148 68 62 69
## 15149 44 74 61
## 15150 71 70 65
## 15151 80 55 62
## 15154 72 76 64
## 15155 82 66 60
## 15156 82 81 73
## 15157 92 62 60
## 15158 78 68 78
## 15159 52 79 74
## 15160 70 77 80
## 15161 63 72 60
## 15162 36 64 64
## 15163 78 60 59
## 15164 78 75 74
## 15165 75 83 83
## 15166 74 51 63
## 15167 59 80 72
## 15169 58 77 78
## 15170 74 73 62
## 15171 79 83 69
## 15172 53 88 71
## 15173 53 73 72
## 15174 61 71 38
## 15175 42 46 81
## 15176 74 83 80
## 15177 46 85 45
## 15178 79 62 75
## 15179 63 50 72
## 15180 75 80 84
## 15181 80 62 70
## 15182 81 73 81
## 15184 67 44 54
## 15185 84 65 75
## 15186 74 68 57
## 15187 64 86 78
## 15190 71 91 86
## 15191 89 74 74
## 15193 80 78 93
## 15194 80 80 79
## 15196 75 91 68
## 15197 85 70 83
## 15198 66 75 86
## 15199 55 73 75
## 15200 77 58 75
## 15203 72 82 81
## 15204 57 54 71
## 15205 83 71 81
## 15206 73 70 85
## 15207 79 74 36
## 15208 86 89 58
## 15210 62 71 79
## 15211 55 64 56
## 15212 82 61 92
## 15213 79 79 47
## 15214 67 57 84
## 15215 81 72 69
## 15216 81 86 72
## 15217 39 62 47
## 15218 88 73 82
## 15219 83 79 79
## 15220 66 73 88
## 15221 67 79 77
## 15222 81 76 76
## 15223 84 87 44
## 15224 82 75 64
## 15227 59 71 78
## 15228 73 80 76
## 15229 83 94 77
## 15230 81 57 65
## 15231 77 77 79
## 15232 76 71 92
## 15233 75 73 59
## 15235 77 78 77
## 15236 73 61 59
## 15237 60 74 56
## 15238 89 85 72
## 15239 79 80 54
## 15240 80 65 65
## 15241 83 68 73
## 15242 55 69 67
## 15243 73 81 52
## 15245 57 69 48
## 15246 66 72 82
## 15247 44 85 70
## 15249 78 66 70
## 15250 63 74 59
## 15251 69 72 76
## 15252 67 79 90
## 15253 80 73 67
## 15254 64 70 78
## 15255 62 47 63
## 15256 50 77 80
## 15257 60 71 77
## 15258 65 88 75
## 15259 73 82 71
## 15260 75 66 60
## 15261 65 62 66
## 15262 69 57 78
## 15263 78 74 56
## 15264 78 53 70
## 15265 84 93 80
## 15266 79 71 57
## 15267 74 33 81
## 15268 60 52 48
## 15269 72 53 91
## 15270 84 79 65
## 15271 76 83 83
## 15272 56 82 66
## 15273 60 59 70
## 15274 39 65 86
## 15275 74 55 26
## 15276 80 69 89
## 15277 81 52 46
## 15278 70 76 36
## 15279 82 68 54
## 15281 70 72 49
## 15282 72 81 84
## 15283 75 76 84
## 15284 46 83 83
## 15285 79 63 68
## 15286 69 50 36
## 15287 60 77 62
## 15288 56 78 68
## 15289 71 72 33
## 15291 80 76 80
## 15292 78 44 82
## 15293 61 77 50
## 15294 82 44 68
## 15295 61 69 59
## 15296 79 71 67
## 15297 73 74 69
## 15298 67 68 71
## 15299 57 58 70
## 15300 57 70 74
## 15301 37 86 80
## 15302 76 76 65
## 15303 79 73 54
## 15304 72 81 75
## 15305 63 74 82
## 15306 74 43 51
## 15307 70 59 63
## 15308 75 54 35
## 15309 61 66 71
## 15310 72 36 50
## 15311 59 81 85
## 15312 54 80 73
## 15313 54 73 70
## 15314 60 84 68
## 15315 38 84 61
## 15316 82 57 67
## 15317 79 75 75
## 15318 54 93 50
## 15319 80 55 76
## 15320 49 64 70
## 15321 86 61 85
## 15322 70 54 55
## 15323 88 69 65
## 15324 58 57 73
## 15325 55 83 76
## 15326 44 61 71
## 15327 78 59 44
## 15328 58 50 73
## 15329 74 63 64
## 15330 60 76 71
## 15331 46 73 80
## 15332 72 57 85
## 15333 79 53 64
## 15334 62 77 65
## 15335 76 86 59
## 15336 66 65 66
## 15337 63 79 78
## 15338 51 62 75
## 15339 60 48 85
## 15340 78 80 67
## 15341 77 80 60
## 15342 85 76 84
## 15343 85 49 62
## 15344 70 36 89
## 15345 77 54 40
## 15346 66 53 48
## 15347 68 54 90
## 15348 90 57 74
## 15349 63 53 72
## 15350 73 81 85
## 15351 77 83 69
## 15353 65 59 76
## 15354 69 49 77
## 15355 81 60 55
## 15356 66 66 72
## 15357 66 58 76
## 15358 53 74 74
## 15359 76 84 79
## 15360 57 75 76
## 15361 83 63 75
## 15362 58 62 49
## 15363 65 81 67
## 15364 76 80 80
## 15365 69 86 40
## 15366 84 90 62
## 15367 93 76 78
## 15368 66 69 48
## 15369 85 68 72
## 15370 77 61 69
## 15371 68 49 59
## 15372 52 65 75
## 15373 75 50 81
## 15374 78 85 91
## 15375 55 64 48
## 15376 80 81 70
## 15377 68 44 65
## 15378 81 71 74
## 15379 83 83 72
## 15380 77 66 59
## 15381 85 49 78
## 15382 73 88 81
## 15383 81 61 73
## 15384 85 67 89
## 15385 77 78 72
## 15386 70 80 74
## 15387 61 73 42
## 15388 46 73 82
## 15389 68 76 86
## 15390 59 68 71
## 15391 68 76 55
## 15392 68 60 75
## 15393 86 71 85
## 15394 73 23 57
## 15395 70 71 77
## 15396 44 70 82
## 15397 57 65 79
## 15398 58 65 82
## 15399 53 88 92
## 15400 57 82 77
## 15401 58 81 73
## 15402 65 61 81
## 15403 62 64 63
## 15404 62 54 83
## 15405 68 58 55
## 15406 60 64 84
## 15407 68 65 40
## 15408 76 63 70
## 15409 63 77 71
## 15410 56 69 59
## 15411 39 63 76
## 15412 84 71 55
## 15413 67 75 69
## 15414 83 85 70
## 15415 67 80 77
## 15416 57 73 81
## 15417 40 59 63
## 15418 95 81 58
## 15419 77 50 58
## 15420 80 66 77
## 15421 68 74 88
## 15422 51 69 90
## 15423 73 58 75
## 15424 70 70 79
## 15425 63 58 72
## 15426 78 78 52
## 15427 84 68 82
## 15428 73 82 83
## 15429 65 52 71
## 15430 69 71 61
## 15431 89 66 66
## 15432 89 51 51
## 15433 78 77 57
## 15434 88 72 88
## 15435 93 73 82
## 15436 73 72 90
## 15437 79 49 69
## 15438 70 57 63
## 15439 73 40 75
## 15440 80 79 66
## 15442 65 56 68
## 15443 73 81 51
## 15444 55 57 47
## 15445 53 43 56
## 15446 62 62 88
## 15447 74 71 88
## 15448 51 87 47
## 15449 79 90 69
## 15450 80 75 73
## 15451 72 80 74
## 15453 85 86 76
## 15454 50 74 76
## 15455 71 54 84
## 15456 35 87 65
## 15457 77 62 84
## 15458 56 56 61
## 15459 85 68 43
## 15460 84 45 83
## 15461 53 89 68
## 15462 88 75 79
## 15463 73 72 72
## 15464 60 44 90
## 15465 91 39 77
## 15466 52 79 72
## 15467 70 72 57
## 15468 74 70 68
## 15469 65 60 86
## 15470 47 75 63
## 15471 79 65 64
## 15472 91 63 84
## 15473 54 69 65
## 15474 72 51 52
## 15475 75 60 58
## 15476 61 41 60
## 15477 97 89 92
## 15478 91 78 84
## 15479 90 79 92
## 15480 84 89 77
## 15482 61 97 89
## 15485 84 70 66
## 15486 77 63 88
## 15487 54 72 59
## 15488 81 83 76
## 15489 80 73 70
## 15490 78 81 72
## 15491 48 54 71
## 15492 52 80 88
## 15493 75 70 80
## 15494 76 81 82
## 15495 82 79 75
## 15497 34 56 80
## 15498 87 77 62
## 15500 74 89 63
## 15501 70 82 78
## 15502 70 89 80
## 15503 83 81 76
## 15504 81 77 73
## 15505 82 79 81
## 15506 59 75 58
## 15507 68 69 52
## 15508 63 60 71
## 15509 71 89 91
## 15510 78 70 59
## 15511 70 63 59
## 15512 77 78 74
## 15513 70 66 61
## 15514 59 74 69
## 15515 86 71 69
## 15516 86 70 73
## 15517 78 63 75
## 15519 79 60 51
## 15520 74 53 77
## 15521 55 74 82
## 15522 75 75 36
## 15523 79 53 53
## 15524 83 66 67
## 15525 81 74 51
## 15526 59 66 81
## 15527 81 85 74
## 15528 57 81 69
## 15529 87 80 72
## 15530 56 69 52
## 15531 84 61 73
## 15532 72 62 35
## 15533 79 80 78
## 15534 79 69 75
## 15535 65 72 57
## 15536 75 69 61
## 15537 85 49 79
## 15538 68 65 63
## 15539 60 75 56
## 15540 73 53 62
## 15541 68 81 73
## 15542 84 50 82
## 15543 32 71 60
## 15544 50 67 81
## 15545 60 79 66
## 15546 68 46 79
## 15547 69 63 36
## 15548 83 59 65
## 15549 55 81 66
## 15550 65 73 69
## 15551 55 81 67
## 15552 74 79 81
## 15553 71 50 67
## 15554 89 68 81
## 15555 76 59 86
## 15556 74 77 63
## 15557 66 68 26
## 15558 74 92 79
## 15559 72 92 75
## 15560 53 74 75
## 15561 86 67 67
## 15562 78 76 82
## 15563 75 74 63
## 15564 90 72 66
## 15565 56 67 84
## 15566 88 65 64
## 15567 62 54 47
## 15568 73 52 73
## 15569 53 53 78
## 15570 85 68 52
## 15571 74 57 85
## 15572 59 67 74
## 15573 52 68 76
## 15574 52 82 73
## 15575 75 47 84
## 15576 67 19 66
## 15577 81 58 51
## 15578 49 65 75
## 15579 70 69 66
## 15580 74 69 59
## 15581 76 73 82
## 15582 47 70 85
## 15583 74 79 65
## 15584 76 70 83
## 15585 64 79 67
## 15586 62 67 51
## 15587 75 95 82
## 15588 83 49 82
## 15589 75 70 64
## 15590 59 57 71
## 15591 71 81 69
## 15592 59 73 49
## 15593 76 46 80
## 15594 50 62 71
## 15595 60 79 63
## 15596 75 82 72
## 15598 73 83 50
## 15599 60 51 63
## 15600 68 74 88
## 15601 68 46 65
## 15602 78 78 61
## 15603 71 73 59
## 15604 74 73 65
## 15605 70 66 88
## 15606 55 64 62
## 15607 82 65 75
## 15608 38 85 66
## 15609 60 70 70
## 15610 52 73 62
## 15611 72 65 63
## 15612 65 70 50
## 15613 78 73 80
## 15614 82 76 68
## 15615 82 77 72
## 15616 47 63 81
## 15617 85 51 52
## 15618 77 62 73
## 15619 65 63 77
## 15620 80 82 56
## 15621 57 72 60
## 15622 53 63 57
## 15623 87 77 52
## 15624 71 65 79
## 15625 62 68 78
## 15626 70 65 62
## 15627 81 52 69
## 15628 77 67 70
## 15629 81 83 75
## 15630 80 46 69
## 15631 63 68 80
## 15632 59 57 58
## 15633 73 49 55
## 15634 74 84 44
## 15635 67 62 68
## 15636 80 85 72
## 15637 59 65 81
## 15638 77 75 77
## 15639 63 77 72
## 15640 79 72 81
## 15641 70 76 68
## 15642 76 73 55
## 15643 75 69 68
## 15644 75 72 54
## 15645 76 66 71
## 15646 83 49 72
## 15647 86 86 72
## 15648 75 73 54
## 15649 41 62 57
## 15650 63 79 94
## 15651 66 83 75
## 15652 81 67 66
## 15654 61 83 66
## 15655 70 71 79
## 15656 82 79 70
## 15657 78 59 81
## 15658 77 71 57
## 15659 68 59 70
## 15660 66 44 71
## 15661 72 59 75
## 15662 74 78 50
## 15663 65 68 55
## 15664 86 63 77
## 15665 86 77 50
## 15666 75 67 75
## 15667 80 56 78
## 15668 70 53 71
## 15669 74 71 71
## 15670 46 65 77
## 15671 59 36 46
## 15672 77 66 62
## 15673 54 79 65
## 15674 68 70 80
## 15675 70 77 75
## 15676 46 56 73
## 15677 55 77 71
## 15678 66 88 43
## 15679 61 64 74
## 15680 53 55 78
## 15681 72 68 84
## 15682 77 60 59
## 15683 65 62 71
## 15684 66 56 62
## 15685 73 74 67
## 15686 81 53 57
## 15687 74 47 60
## 15688 60 70 52
## 15689 70 89 69
## 15690 79 69 71
## 15691 76 72 57
## 15692 56 77 63
## 15693 90 69 80
## 15694 79 82 44
## 15695 82 90 66
## 15696 67 68 69
## 15697 78 74 58
## 15698 64 78 80
## 15699 65 75 76
## 15700 57 67 64
## 15701 82 60 90
## 15702 57 82 75
## 15703 48 61 58
## 15704 56 62 85
## 15705 65 75 77
## 15706 54 46 74
## 15707 72 81 70
## 15708 72 55 81
## 15709 66 76 66
## 15710 78 57 66
## 15711 53 70 63
## 15712 87 69 71
## 15713 77 66 49
## 15714 79 82 52
## 15715 58 54 77
## 15716 73 73 82
## 15717 64 65 71
## 15718 76 76 61
## 15719 70 66 74
## 15720 82 59 89
## 15721 72 73 59
## 15722 78 68 70
## 15723 69 66 54
## 15724 60 75 71
## 15725 84 71 79
## 15726 57 87 63
## 15727 60 76 67
## 15728 85 78 72
## 15729 60 83 57
## 15730 60 72 64
## 15731 35 39 58
## 15732 69 64 71
## 15733 53 70 86
## 15734 75 76 62
## 15735 68 80 75
## 15736 57 84 55
## 15737 74 73 61
## 15738 70 73 45
## 15739 72 59 62
## 15740 75 81 67
## 15741 70 85 65
## 15742 77 78 67
## 15743 80 67 80
## 15744 74 76 74
## 15745 88 78 74
## 15746 50 84 75
## 15747 66 68 61
## 15748 75 63 71
## 15749 85 65 70
## 15750 64 75 80
## 15751 61 70 75
## 15752 57 80 85
## 15753 65 77 73
## 15754 68 69 74
## 15755 67 81 80
## 15756 66 71 81
## 15757 68 86 59
## 15758 77 75 66
## 15759 83 68 69
## 15760 68 93 60
## 15761 83 74 50
## 15762 75 66 67
## 15763 65 65 71
## 15764 69 78 53
## 15765 68 75 61
## 15766 68 81 78
## 15767 83 66 70
## 15768 68 71 69
## 15769 76 66 54
## 15770 83 77 66
## 15771 78 69 64
## 15772 70 78 71
## 15773 91 51 54
## 15774 42 43 51
## 15775 49 82 77
## 15776 61 54 64
## 15777 73 75 81
## 15778 82 49 58
## 15779 79 87 54
## 15780 80 47 69
## 15781 74 58 77
## 15782 71 82 80
## 15783 70 81 60
## 15784 55 81 53
## 15785 64 46 78
## 15786 68 60 70
## 15787 80 83 74
## 15788 62 76 76
## 15789 43 85 75
## 15790 66 63 89
## 15791 54 69 90
## 15792 73 66 63
## 15793 73 72 59
## 15794 67 82 47
## 15795 61 67 78
## 15796 87 84 45
## 15797 63 70 63
## 15798 83 73 51
## 15799 81 82 77
## 15800 72 43 63
## 15801 76 79 55
## 15802 79 80 79
## 15803 86 53 74
## 15804 57 77 83
## 15805 71 72 68
## 15806 72 71 73
## 15807 77 58 82
## 15808 67 66 67
## 15809 74 63 85
## 15810 71 71 73
## 15811 90 77 43
## 15812 58 84 77
## 15813 64 54 51
## 15814 64 69 68
## 15815 74 63 82
## 15816 82 59 83
## 15817 55 87 72
## 15818 48 77 51
## 15819 43 57 63
## 15820 58 75 55
## 15821 65 54 77
## 15822 65 54 80
## 15823 84 45 77
## 15824 78 49 62
## 15825 74 77 86
## 15826 70 59 67
## 15827 79 70 66
## 15828 41 70 60
## 15829 76 49 78
## 15830 75 72 91
## 15831 43 73 44
## 15832 79 53 62
## 15833 72 78 69
## 15834 42 71 71
## 15835 70 60 78
## 15836 70 76 77
## 15837 73 73 71
## 15838 75 71 83
## 15839 77 78 62
## 15840 75 71 90
## 15841 78 48 32
## 15842 74 68 51
## 15843 78 73 86
## 15844 56 65 40
## 15845 82 75 79
## 15846 68 56 54
## 15847 85 85 80
## 15848 78 56 38
## 15849 85 72 72
## 15850 79 66 53
## 15851 74 73 43
## 15852 75 63 68
## 15853 86 79 87
## 15854 64 85 68
## 15855 72 79 80
## 15856 69 83 65
## 15857 59 83 77
## 15858 61 60 66
## 15859 69 89 58
## 15860 82 73 78
## 15861 73 70 55
## 15862 86 68 59
## 15863 58 71 66
## 15864 72 59 78
## 15865 62 73 59
## 15866 37 65 62
## 15867 83 66 73
## 15868 76 68 86
## 15869 78 70 65
## 15870 64 73 59
## 15871 54 66 56
## 15872 77 60 43
## 15873 77 46 63
## 15874 66 83 56
## 15875 57 74 82
## 15876 57 69 78
## 15877 84 73 46
## 15878 42 63 69
## 15879 81 47 65
## 15880 51 84 69
## 15881 56 79 61
## 15882 70 73 74
## 15883 66 72 65
## 15884 65 83 77
## 15885 69 59 64
## 15886 76 61 92
## 15887 80 54 58
## 15888 68 85 70
## 15889 80 87 66
## 15890 70 63 72
## 15891 66 75 69
## 15892 77 74 73
## 15893 85 75 41
## 15894 52 66 58
## 15895 76 66 74
## 15896 78 86 64
## 15897 61 64 74
## 15898 40 71 57
## 15899 83 38 55
## 15900 72 84 50
## 15901 83 58 80
## 15902 83 55 75
## 15903 77 63 57
## 15904 61 65 48
## 15905 84 64 77
## 15906 79 70 78
## 15907 69 50 52
## 15908 71 72 91
## 15909 72 48 86
## 15910 46 77 73
## 15911 40 75 72
## 15912 82 76 58
## 15913 70 86 75
## 15914 75 68 53
## 15915 54 77 33
## 15916 82 56 62
## 15917 79 64 31
## 15918 65 78 72
## 15919 44 73 68
## 15920 82 64 83
## 15921 76 72 62
## 15922 75 68 59
## 15923 84 73 73
## 15924 62 74 70
## 15925 55 62 73
## 15926 78 87 78
## 15927 86 85 49
## 15928 80 78 71
## 15929 70 73 82
## 15930 66 76 66
## 15931 57 78 72
## 15932 43 78 73
## 15933 86 75 73
## 15934 64 70 76
## 15935 59 73 72
## 15936 70 56 74
## 15937 72 61 63
## 15938 61 80 59
## 15939 42 69 73
## 15940 58 58 55
## 15941 78 53 74
## 15942 58 75 57
## 15943 62 76 83
## 15944 53 77 61
## 15945 70 66 79
## 15946 73 60 50
## 15947 64 35 53
## 15948 37 78 86
## 15949 67 56 80
## 15950 78 69 60
## 15951 65 51 74
## 15952 68 41 72
## 15953 76 70 69
## 15954 64 51 61
## 15955 79 59 59
## 15956 74 93 82
## 15957 60 65 77
## 15958 79 73 66
## 15959 71 82 92
## 15960 77 84 69
## 15961 85 60 46
## 15962 75 78 73
## 15963 71 74 73
## 15964 81 93 79
## 15965 65 71 83
## 15966 76 55 72
## 15967 84 86 75
## 15968 69 83 53
## 15969 61 78 67
## 15970 33 65 89
## 15971 56 69 77
## 15972 53 76 79
## 15973 71 82 59
## 15974 63 67 65
## 15975 82 58 55
## 15976 68 69 71
## 15978 74 86 76
## 15979 52 79 62
## 15980 63 65 67
## 15981 75 78 75
## 15982 78 68 77
## 15983 71 75 74
## 15984 68 60 88
## 15985 82 79 66
## 15986 43 77 54
## 15987 50 51 61
## 15988 75 57 53
## 15989 57 33 68
## 15990 42 72 62
## 15991 73 61 83
## 15992 80 59 65
## 15993 78 80 60
## 15994 62 70 62
## 15995 81 85 84
## 15996 74 80 51
## 15997 44 74 73
## 15998 82 58 86
## 15999 45 35 76
## 16000 40 68 73
## 16001 63 75 79
## 16002 57 68 49
## 16003 44 70 40
## 16004 85 70 74
## 16005 61 74 71
## 16006 75 77 66
## 16007 55 67 58
## 16008 77 67 70
## 16009 62 57 60
## 16010 65 78 86
## 16011 40 66 71
## 16012 64 47 58
## 16013 73 74 49
## 16014 58 60 75
## 16015 60 67 63
## 16016 57 63 61
## 16017 70 79 60
## 16018 81 63 80
## 16019 81 66 76
## 16020 71 72 63
## 16021 72 45 72
## 16022 67 66 44
## 16023 82 54 63
## 16024 73 45 79
## 16025 84 89 75
## 16026 70 68 80
## 16027 77 50 81
## 16028 58 70 62
## 16029 74 73 60
## 16030 78 73 66
## 16031 68 75 82
## 16032 70 71 54
## 16033 83 89 76
## 16034 71 73 65
## 16035 65 68 82
## 16036 84 37 52
## 16037 79 70 64
## 16038 55 59 73
## 16039 56 77 78
## 16040 69 66 64
## 16041 65 72 73
## 16042 78 54 68
## 16043 73 78 64
## 16044 77 78 44
## 16045 75 74 78
## 16046 83 71 75
## 16047 69 58 70
## 16048 71 63 55
## 16049 53 55 70
## 16050 69 79 62
## 16051 76 42 62
## 16052 59 83 68
## 16053 85 64 60
## 16054 66 67 71
## 16055 71 51 86
## 16056 63 84 86
## 16057 66 82 53
## 16058 61 78 70
## 16059 79 71 45
## 16060 70 65 64
## 16061 64 85 43
## 16062 87 70 82
## 16063 57 60 70
## 16064 87 55 81
## 16065 69 59 51
## 16066 62 66 62
## 16067 74 66 65
## 16068 83 60 47
## 16069 83 64 72
## 16070 70 67 86
## 16071 84 63 71
## 16072 77 78 62
## 16073 56 74 81
## 16074 73 94 74
## 16075 78 69 58
## 16076 68 60 55
## 16077 73 83 62
## 16078 67 72 81
## 16079 69 80 72
## 16080 84 87 81
## 16081 61 65 66
## 16082 79 82 69
## 16083 85 80 58
## 16084 85 47 73
## 16085 82 67 69
## 16086 63 69 78
## 16087 53 58 74
## 16088 77 49 78
## 16089 81 65 63
## 16090 77 74 65
## 16091 69 69 62
## 16092 76 89 68
## 16093 65 56 85
## 16094 61 70 69
## 16095 78 85 85
## 16096 70 65 45
## 16097 72 33 79
## 16098 58 72 69
## 16099 77 57 84
## 16100 72 79 69
## 16101 81 65 68
## 16102 66 50 68
## 16103 67 71 50
## 16104 53 58 75
## 16105 53 75 76
## 16106 79 63 69
## 16107 66 62 73
## 16108 80 62 72
## 16109 74 71 64
## 16110 76 55 72
## 16111 71 77 76
## 16112 76 78 71
## 16113 64 76 59
## 16114 86 47 80
## 16115 75 62 62
## 16116 83 72 54
## 16117 55 56 84
## 16118 66 55 78
## 16119 89 71 65
## 16120 68 76 64
## 16121 56 69 72
## 16122 56 68 49
## 16123 60 39 68
## 16124 68 60 81
## 16125 64 62 55
## 16126 78 73 60
## 16127 50 70 53
## 16128 79 53 59
## 16129 70 74 71
## 16130 67 66 66
## 16131 70 78 66
## 16132 76 80 72
## 16133 70 60 74
## 16134 80 55 46
## 16135 77 67 36
## 16136 80 70 77
## 16137 89 64 64
## 16138 79 73 72
## 16139 56 72 32
## 16140 81 56 72
## 16141 76 51 64
## 16142 77 78 89
## 16143 72 66 90
## 16144 95 82 68
## 16145 71 91 84
## 16146 87 77 78
## 16147 73 81 87
## 16148 71 45 82
## 16149 81 52 92
## 16150 79 56 52
## 16151 85 91 68
## 16152 86 48 86
## 16153 72 47 81
## 16154 76 84 70
## 16155 57 60 72
## 16156 72 49 58
## 16157 76 66 64
## 16158 44 72 61
## 16159 65 60 70
## 16160 64 48 78
## 16161 74 66 77
## 16162 78 51 86
## 16163 68 53 85
## 16164 66 88 39
## 16165 61 64 69
## 16166 62 76 81
## 16167 83 77 84
## 16168 75 82 74
## 16169 86 65 65
## 16170 66 62 70
## 16171 74 27 70
## 16172 71 86 66
## 16173 79 41 75
## 16174 72 66 55
## 16175 64 72 64
## 16176 73 55 70
## 16177 66 45 75
## 16178 68 65 84
## 16179 78 66 62
## 16180 79 74 51
## 16181 84 33 62
## 16182 77 60 75
## 16184 64 57 80
## 16185 86 71 85
## 16186 97 48 73
## 16187 72 78 75
## 16188 65 71 80
## 16189 74 81 62
## 16190 63 70 67
## 16191 63 73 78
## 16192 45 77 69
## 16193 69 70 74
## 16194 68 73 73
## 16195 55 89 62
## 16196 83 73 57
## 16197 74 68 79
## 16198 77 67 84
## 16199 73 70 69
## 16200 89 85 65
## 16201 67 70 72
## 16202 90 83 67
## 16203 84 72 80
## 16204 67 60 58
## 16205 73 53 58
## 16206 79 54 44
## 16207 76 77 41
## 16208 69 69 68
## 16209 46 78 44
## 16210 72 67 61
## 16211 70 59 85
## 16212 71 80 69
## 16213 71 65 64
## 16214 78 67 83
## 16215 34 72 82
## 16216 70 55 73
## 16217 69 88 70
## 16218 62 78 72
## 16219 57 78 72
## 16220 69 75 73
## 16221 85 78 42
## 16222 66 73 81
## 16223 75 79 52
## 16224 73 71 75
## 16225 85 85 46
## 16226 85 87 93
## 16227 85 89 83
## 16228 73 67 53
## 16229 84 80 66
## 16230 90 69 72
## 16231 87 69 58
## 16232 83 81 83
## 16233 81 75 75
## 16234 75 74 72
## 16235 67 82 75
## 16236 72 81 50
## 16237 53 54 63
## 16238 85 71 70
## 16239 65 55 86
## 16240 71 35 68
## 16241 68 51 74
## 16242 97 97 97
## 16243 79 87 89
## 16244 71 75 78
## 16245 57 82 75
## 16246 81 65 71
## 16247 63 59 83
## 16248 65 77 73
## 16249 58 69 58
## 16250 71 62 65
## 16251 67 66 84
## 16252 84 83 56
## 16253 60 90 78
## 16254 79 79 63
## 16255 74 71 81
## 16256 60 87 82
## 16257 78 61 50
## 16258 60 83 79
## 16259 81 78 85
## 16260 95 79 96
## 16261 60 77 82
## 16262 70 52 70
## 16263 86 70 73
## 16264 55 54 81
## 16265 64 71 60
## 16266 72 73 68
## 16267 73 65 76
## 16268 83 71 57
## 16269 78 69 72
## 16270 75 73 42
## 16271 85 69 85
## 16272 70 60 70
## 16274 73 63 70
## 16275 79 87 64
## 16276 67 70 62
## 16277 69 59 73
## 16278 46 72 78
## 16279 79 72 67
## 16280 80 69 48
## 16281 85 83 57
## 16282 71 68 80
## 16283 54 69 82
## 16284 63 75 86
## 16285 64 89 54
## 16286 51 64 73
## 16287 78 51 72
## 16288 84 67 80
## 16289 54 66 64
## 16290 83 84 80
## 16291 80 70 70
## 16292 72 87 66
## 16293 70 78 71
## 16294 50 62 70
## 16295 59 76 89
## 16296 62 80 64
## 16297 71 57 78
## 16298 63 58 87
## 16299 69 81 44
## 16300 78 66 60
## 16301 67 75 83
## 16302 81 76 62
## 16303 76 57 82
## 16304 65 58 88
## 16305 87 62 69
## 16306 70 66 56
## 16307 74 68 72
## 16308 76 67 58
## 16309 65 35 63
## 16310 81 57 51
## 16311 92 97 94
## 16312 89 46 74
## 16313 55 53 75
## 16314 75 80 81
## 16315 72 71 82
## 16316 70 68 49
## 16317 80 67 68
## 16318 63 62 72
## 16319 69 82 64
## 16320 66 62 56
## 16321 68 68 55
## 16322 43 87 56
## 16324 82 72 46
## 16325 94 96 93
## 16326 65 81 64
## 16327 69 63 62
## 16328 65 72 78
## 16329 84 48 63
## 16330 75 63 49
## 16331 83 63 57
## 16332 48 69 74
## 16333 76 56 83
## 16334 69 65 66
## 16335 90 72 74
## 16336 63 59 70
## 16337 82 61 84
## 16338 73 48 58
## 16339 76 68 48
## 16340 80 86 47
## 16341 83 74 57
## 16342 71 81 82
## 16343 76 71 52
## 16344 80 62 76
## 16345 65 66 66
## 16346 63 45 57
## 16347 60 65 74
## 16348 81 87 88
## 16349 81 69 41
## 16350 66 58 76
## 16351 67 57 45
## 16352 43 51 67
## 16353 53 65 72
## 16354 73 62 69
## 16355 90 63 69
## 16356 87 80 94
## 16357 69 66 80
## 16358 64 74 47
## 16359 85 89 74
## 16360 77 76 45
## 16361 68 44 77
## 16362 72 79 43
## 16363 80 70 73
## 16364 57 84 67
## 16365 55 67 64
## 16366 75 53 72
## 16367 78 57 71
## 16368 47 71 60
## 16369 57 69 78
## 16370 88 66 66
## 16371 71 86 75
## 16372 59 62 78
## 16373 82 71 62
## 16374 58 67 67
## 16375 75 72 64
## 16376 68 70 50
## 16377 81 58 68
## 16378 62 62 51
## 16379 70 70 72
## 16380 71 73 75
## 16381 60 54 63
## 16382 66 60 52
## 16383 62 77 63
## 16384 69 47 67
## 16385 68 82 78
## 16386 66 77 48
## 16387 63 70 71
## 16388 81 70 62
## 16389 83 71 78
## 16390 51 34 61
## 16391 44 51 83
## 16392 88 57 71
## 16393 56 65 58
## 16394 80 64 79
## 16395 58 75 74
## 16396 59 82 55
## 16397 75 62 64
## 16398 58 74 73
## 16399 62 77 63
## 16400 59 56 75
## 16401 70 68 77
## 16402 59 67 81
## 16403 70 80 70
## 16404 74 42 78
## 16405 84 68 68
## 16406 53 66 76
## 16407 68 86 62
## 16408 68 63 80
## 16409 75 76 49
## 16410 64 62 49
## 16411 51 53 62
## 16412 82 64 66
## 16413 68 86 72
## 16414 66 69 58
## 16415 71 53 63
## 16416 83 51 51
## 16417 82 67 67
## 16418 77 69 69
## 16419 77 67 85
## 16420 74 72 72
## 16421 81 76 65
## 16422 84 63 81
## 16423 52 66 50
## 16424 74 57 47
## 16425 67 72 97
## 16426 65 68 70
## 16427 75 79 70
## 16428 53 75 45
## 16429 76 65 60
## 16430 81 80 59
## 16431 73 80 45
## 16432 80 56 90
## 16433 58 56 60
## 16434 69 59 71
## 16435 83 73 70
## 16436 77 90 70
## 16437 70 67 81
## 16438 72 70 75
## 16439 65 81 78
## 16440 70 72 75
## 16441 67 72 75
## 16442 72 78 59
## 16443 67 61 59
## 16444 79 43 72
## 16445 39 78 66
## 16446 76 41 40
#variable fm contains no missing values and hence no method applied.
#For the variable Critic_Score, User_Count and Critic_Count use “pmm” method used.
#pmm stands for predictive Mean Matching.
#polyreg used for factor variables, polyreg stands for multinomial logistic regression.
mydata[20,]
##              Name Platform Year_of_Release   Genre              Publisher
## 20 Gears of War 4     XOne            2016 Shooter Microsoft Game Studios
##    NA_Sales EU_Sales JP_Sales Other_Sales Global_Sales Critic_Score
## 20     0.78     0.44        0        0.12         1.35           84
##    Critic_Count User_Score User_Count     Developer Rating Platformvendor
## 20           96        6.2        815 The Coalition      M      Microsoft

Complete data

newdata <- complete(impute, 1)
summary(newdata)
##      Name             Platform         Year_of_Release    Genre          
##  Length:16446       Length:16446       Min.   :1980    Length:16446      
##  Class :character   Class :character   1st Qu.:2003    Class :character  
##  Mode  :character   Mode  :character   Median :2007    Mode  :character  
##                                        Mean   :2006                      
##                                        3rd Qu.:2010                      
##                                        Max.   :2016                      
##   Publisher            NA_Sales          EU_Sales          JP_Sales       
##  Length:16446       Min.   : 0.0000   Min.   : 0.0000   Min.   : 0.00000  
##  Class :character   1st Qu.: 0.0000   1st Qu.: 0.0000   1st Qu.: 0.00000  
##  Mode  :character   Median : 0.0800   Median : 0.0200   Median : 0.00000  
##                     Mean   : 0.2641   Mean   : 0.1459   Mean   : 0.07848  
##                     3rd Qu.: 0.2400   3rd Qu.: 0.1100   3rd Qu.: 0.04000  
##                     Max.   :41.3600   Max.   :28.9600   Max.   :10.22000  
##   Other_Sales        Global_Sales      Critic_Score    Critic_Count   
##  Min.   : 0.00000   Min.   : 0.0100   Min.   :13.00   Min.   :  3.00  
##  1st Qu.: 0.00000   1st Qu.: 0.0600   1st Qu.:60.00   1st Qu.: 11.00  
##  Median : 0.01000   Median : 0.1700   Median :70.00   Median : 21.00  
##  Mean   : 0.04759   Mean   : 0.5364   Mean   :68.73   Mean   : 25.51  
##  3rd Qu.: 0.03000   3rd Qu.: 0.4700   3rd Qu.:79.00   3rd Qu.: 35.00  
##  Max.   :10.57000   Max.   :82.5300   Max.   :98.00   Max.   :113.00  
##    User_Score      User_Count       Developer            Rating         
##  Min.   :0.000   Min.   :    4.0   Length:16446       Length:16446      
##  1st Qu.:6.400   1st Qu.:    8.0   Class :character   Class :character  
##  Median :7.500   Median :   19.0   Mode  :character   Mode  :character  
##  Mean   :7.149   Mean   :  116.7                                        
##  3rd Qu.:8.200   3rd Qu.:   56.0                                        
##  Max.   :9.700   Max.   :10665.0                                        
##  Platformvendor    
##  Length:16446      
##  Class :character  
##  Mode  :character  
##                    
##                    
## 
newdata
##                                                                                                                              Name
## 1                                                                                                                         FIFA 17
## 2                                                                                                                Pokemon Sun/Moon
## 3                                                                                                      Uncharted 4: A Thief's End
## 4                                                                                                  Call of Duty: Infinite Warfare
## 5                                                                                                                   Battlefield 1
## 6                                                                                                       Tom Clancy's The Division
## 7                                                                                                                         FIFA 17
## 8                                                                                                  Call of Duty: Infinite Warfare
## 9                                                                                                                 Far Cry: Primal
## 10                                                                                                                  Battlefield 1
## 11                                                                                                      Tom Clancy's The Division
## 12                                                                                                                      Overwatch
## 13                                                                                                                       NBA 2K17
## 14                                                                                                                      Mafia III
## 15                                                                                                                  Madden NFL 17
## 16                                                                                                                   No Man's Sky
## 17                                                                                                                 Dark Souls III
## 18                                                                                                         Ratchet & Clank (2016)
## 19                                                                                                                    Doom (2016)
## 20                                                                                                                 Gears of War 4
## 21                                                                                                                  Yokai Watch 3
## 22                                                                                                    The Elder Scrolls V: Skyrim
## 23                                                                                                                  Madden NFL 17
## 24                                                                                       Naruto Shippuden: Ultimate Ninja Storm 4
## 25                                                                                                                   Watch Dogs 2
## 26                                                                                                                Forza Horizon 3
## 27                                                                                                                      Overwatch
## 28                                                                                      The Legend of Zelda: Twilight Princess HD
## 29                                                                                                                       NBA 2K17
## 30                                                                                                              Pokken Tournament
## 31                                                                                                        Rise of the Tomb Raider
## 32                                                                                                                EA Sports UFC 2
## 33                                                                                                          Kirby: Planet Robobot
## 34                                                                                                               Street Fighter V
## 35                                                                                                               MLB 16: The Show
## 36                                                                                                                Far Cry: Primal
## 37                                                                                                                    Doom (2016)
## 38                                                                                                                    Titanfall 2
## 39                                                                                                    The Elder Scrolls V: Skyrim
## 40                                                                                                                        FIFA 17
## 41                                                                                                         LEGO Marvel's Avengers
## 42                                                                                                       Dragon Ball: Xenoverse 2
## 43                                                                                              Lego Star Wars: The Force Awakens
## 44                                                                                                                      Minecraft
## 45                                                                                                           Farming Simulator 17
## 46                                                                                                                   Dishonored 2
## 47                                                                                                  Dragon Quest Monsters Joker 3
## 48                                                                                                                      Mafia III
## 49                                                                                                                       WWE 2K17
## 50                                                                                                                    Titanfall 2
## 51                                                                                                               Yokai Sangokushi
## 52                                                                                                                  Quantum Break
## 53                                                                                                                      Overwatch
## 54                                                                                    Mario & Sonic at the Rio 2016 Olympic Games
## 55                                                                                           Plants vs. Zombies: Garden Warfare 2
## 56                                                                                           Plants vs. Zombies: Garden Warfare 2
## 57                                                                                                      Pro Evolution Soccer 2017
## 58                                                                                                                Hyrule Warriors
## 59                                                                                                      Paper Mario: Color Splash
## 60                                                                                                                EA Sports UFC 2
## 61                                                                                                           Farming Simulator 17
## 62                                                                                                      Tom Clancy's The Division
## 63                                                                                         Dragon Quest Builders: Revive Alefgard
## 64                                                                                                                Life is Strange
## 65                                                                                                                 Dark Souls III
## 66                                                                                                      Until Dawn: Rush of Blood
## 67                                                                                                          F1 2016 (Codemasters)
## 68                                                                                                                  Battlefield 1
## 69                                                                                                       Deus Ex: Mankind Divided
## 70                                                                                                                        FIFA 17
## 71                                                                                                             Resident Evil Zero
## 72                                                                                                                      Persona 5
## 73                                                                                                        BioShock The Collection
## 74                                                                                                                  Rocket League
## 75                                                                                                                     DiRT Rally
## 76                                                                                                                 Star Fox: Zero
## 77                                                                                                                   Watch Dogs 2
## 78                                                                                                      Homefront: The Revolution
## 79                                                                                                       One Piece: Burning Blood
## 80                                                                                                         LEGO Marvel's Avengers
## 81                                                                                                         Mirror's Edge Catalyst
## 82                                                                                                               TrackMania Turbo
## 83                                                                                    Mario & Sonic at the Rio 2016 Olympic Games
## 84                                                                                                         World of Final Fantasy
## 85                                                                                                                         NHL 17
## 86                                                                                      Star Ocean 5: Integrity and Faithlessness
## 87                                                                                                      World of Warcraft: Legion
## 88                                                                                                         LEGO Marvel's Avengers
## 89                                                                                                         Mario Party: Star Rush
## 90                                                                                       Naruto Shippuden: Ultimate Ninja Storm 4
## 91                                                                                                              Batman: Arkham VR
## 92                                                                                         Dragon Quest Builders: Revive Alefgard
## 93                                                                                              Lego Star Wars: The Force Awakens
## 94                                                                                                                 UEFA Euro 2016
## 95                                                                      Dragon Quest Heroes II: Twin Kings and the Prophecy's End
## 96                                                                                                         Monster Hunter Stories
## 97                                                                                                         Attack on Titan (KOEI)
## 98                                                                                                                 Ace Attorney 6
## 99                                                                                                         LEGO Marvel's Avengers
## 100                                                                                                      Batman: Return to Arkham
## 101                                                                                                                      WWE 2K17
## 102                                                                                                                    Battleborn
## 103                                                                                                         PlayStation VR Worlds
## 104                                                                                                   Sid Meier's Civilization VI
## 105                                                                                                                        NHL 17
## 106                                                                                                       Destiny: The Collection
## 107                                                                                                                 Rocket League
## 108                                                                                                        LEGO Marvel's Avengers
## 109                                                                     Dragon Quest Heroes II: Twin Kings and the Prophecy's End
## 110                                                                                                                        XCOM 2
## 111                                                                                                             Tales of Berseria
## 112                                                                              Puzzle & Dragons X: God Chapter / Dragon Chapter
## 113                                                                                                                  Dishonored 2
## 114                                                                                                                   Doom (2016)
## 115                                                                                                          Dragon Ball: Fusions
## 116                                                                                                        World of Final Fantasy
## 117                                                                                                    Mega Man Legacy Collection
## 118                                                                                          Assassin's Creed The Ezio Collection
## 119                                                                                                           Valkyria Chronicles
## 120                                                                          Story of Seasons: Good Friends of the Three Villages
## 121                                                                               The Heavy Rain and Beyond: Two Souls Collection
## 122                                                                                                      Dragon Ball: Xenoverse 2
## 123                                                                                                      Odin Sphere: Leifthrasir
## 124                                                                                                              MLB 16: The Show
## 125                                                                                                  Shin Megami Tensei IV: Final
## 126                                                                                                                 Kan Colle Kai
## 127                                                                                                        LEGO Marvel's Avengers
## 128                                                                                                                     Mafia III
## 129                                                                                          Sword Art Online: Hollow Realization
## 130                                                                                                               Just Dance 2017
## 131                                                                                            Jikkyou Powerful Pro Baseball 2016
## 132                                                                                                        Skylanders Imaginators
## 133                                                                                                                 Madden NFL 17
## 134                                                                                            Jikkyou Powerful Pro Baseball 2016
## 135                                                                                                      Deus Ex: Mankind Divided
## 136                                                                                                               Far Cry: Primal
## 137                                                                                                        Mirror's Edge Catalyst
## 138                                                                                             Lego Star Wars: The Force Awakens
## 139                                                                                                                 Yakuza Kiwami
## 140                                                                                                       BioShock The Collection
## 141                                                                                                                    Battleborn
## 142                                                                                                      The King of Fighters XIV
## 143                                                                                          Sword Art Online: Hollow Realization
## 144                                                                                                  LEGO Harry Potter Collection
## 145                                                                                             Lego Star Wars: The Force Awakens
## 146                                                                                                                        ReCore
## 147                                                                                                        Skylanders Imaginators
## 148                                                                                                                        XCOM 2
## 149                                                                                                                      WWE 2K17
## 150                                                                                                      Odin Sphere: Leifthrasir
## 151                                                                                                     Homefront: The Revolution
## 152                                                                                                                 7 Days to Die
## 153                                                                                             Dead Island Definitive Collection
## 154                                                                                                Call of Duty: Infinite Warfare
## 155                                                                                                        Attack on Titan (KOEI)
## 156                                                                     Dragon Quest Heroes II: Twin Kings and the Prophecy's End
## 157                                                                                                               Life is Strange
## 158                                                                                                          Total War: WARHAMMER
## 159                                                                                                     Pro Evolution Soccer 2017
## 160                                                                                                                      NBA 2K17
## 161                                                                                                        LEGO Marvel's Avengers
## 162                                                                                                                    DiRT Rally
## 163                                                                                                         F1 2016 (Codemasters)
## 164                                                                                                              Etrian Odyssey V
## 165                                                                                             Lego Star Wars: The Force Awakens
## 166                                                                                                              Gundam Breaker 3
## 167                                                                                                         Robinson: The Journey
## 168                                                                                                       Rise of the Tomb Raider
## 169                                                                                                  Hatsune Miku: Project Diva X
## 170                                                                                                       Destiny: The Collection
## 171                                                                                             Lego Star Wars: The Force Awakens
## 172                                                                                                          Farming Simulator 17
## 173                                                                                                                  Dishonored 2
## 174                                                                                        Dragon Quest Builders: Revive Alefgard
## 175                                                                                                                 Yakuza Kiwami
## 176                                                                                                                      NBA 2K17
## 177                                                                                                             Tales of Berseria
## 178                                                                                            Jikkyou Powerful Pro Baseball 2016
## 179                                                                                                                       FIFA 17
## 180                                                                                                                 Madden NFL 17
## 181                                                                                                            Disney Art Academy
## 182                                                                                                                     Persona 5
## 183                                                                                                                    Toukiden 2
## 184                                                                                                   Digimon Story: Cyber Sleuth
## 185                                                                                                      Batman: Return to Arkham
## 186                                                                                                RIGS: Mechanized Combat League
## 187                                                                                                                      WWE 2K17
## 188                                                                                                        Skylanders Imaginators
## 189                                                                                                 Fate/Extella: The Umbral Star
## 190                                                                                 Taiko no Tatsujin: Don Don! Mystery Adventure
## 191                                                                                                       The Sims 4: City Living
## 192                                                                                                                 EVE: Valkyrie
## 193                                                                                                The Idolmaster: Platinum Stars
## 194                                                                                                     Digimon World: Next Order
## 195                                                                                                              Gundam Breaker 3
## 196                                                                                             Lego Star Wars: The Force Awakens
## 197                                                                                                        Skylanders Imaginators
## 198                                                                                                      One Piece: Burning Blood
## 199                                                                                                               Just Dance 2017
## 200                                                                                        Super Robot Wars OG: The Moon Dwellers
## 201                                                                                                    Ys VIII: Lacrimosa of Dana
## 202                                                                            Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 203                                                                                                         Football Manager 2017
## 204                                                                                                                        MXGP 2
## 205                                                                                                        Sonic Boom: Fire & Ice
## 206                                                                                                                  DriveClub VR
## 207                                                                                                        Skylanders Imaginators
## 208                                                                                                 Fate/Extella: The Umbral Star
## 209                                                                                                                      Terraria
## 210                                                                                                Batman: A Telltale Game Series
## 211                                                                                                   Assassin's Creed Chronicles
## 212                                                                                                SD Gundam G Generation Genesis
## 213                                                                                                                    Toukiden 2
## 214                                                                                                SD Gundam G Generation Genesis
## 215                                                                                                      BlazBlue Central Fiction
## 216                                                                                                                    Battleborn
## 217                                                                                                   Guilty Gear Xrd -Revelator-
## 218                                                                                                    Mega Man Legacy Collection
## 219                                                                                                                   Titanfall 2
## 220                                                                                                      Pro Cycling Manager 2016
## 221                                                                                                                UEFA Euro 2016
## 222                                                                                                               Resident Evil 6
## 223                                                                                                              Song of the Deep
## 224                                                                                                            Resident Evil Zero
## 225                                                                                          Assassin's Creed The Ezio Collection
## 226                                                                                                     Valentino Rossi: The Game
## 227                                                                                          Sumikko Gurashi: Mura o Tsukurundesu
## 228                                                                                                Zero Escape: Zero Time Dilemma
## 229                                                                                                                Dark Souls III
## 230                                                                                                   Guilty Gear Xrd -Revelator-
## 231                                                                                                                  Eagle Flight
## 232                                                                                                   Assassin's Creed Chronicles
## 233                                                                                              Utawarerumono: Futari no Hakuoro
## 234                                                                                                        Mirror's Edge Catalyst
## 235                                                                                        Super Robot Wars OG: The Moon Dwellers
## 236                                                                                                      Odin Sphere: Leifthrasir
## 237                                                                                                                 Assetto Corsa
## 238                                                                                                      One Piece: Burning Blood
## 239                                                                                                              TrackMania Turbo
## 240                                                                                                Zero Escape: Zero Time Dilemma
## 241                                                                                 Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!
## 242                                                                                                              The Technomancer
## 243                                                                                                        Attack on Titan (KOEI)
## 244                                                                                                        Attack on Titan (KOEI)
## 245                                                                                                  Summon Night 6: Lost Borders
## 246                                                                                                               Project Setsuna
## 247                                                                                                              Song of the Deep
## 248                                                                                                               Culdcept Revolt
## 249                                                                                          Corpse Party: Back to School Edition
## 250                                                                                                                        MXGP 2
## 251                                                                                                      BlazBlue Central Fiction
## 252                                                                                             Kamen Rider: Battride War Genesis
## 253                                                                                                              Street Fighter V
## 254                                                                                                                        ZombiU
## 255                                                                                                                      Caligula
## 256                                                                                                                 Rocket League
## 257                                                                  Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden
## 258                                                                                                                 7 Days to Die
## 259                                                                                                             Hearts of Iron IV
## 260                                                                                                           Ghostbusters (2016)
## 261                                                                                                   Uta no Prince-Sama: Music 3
## 262                                                                                                Batman: A Telltale Game Series
## 263                                                                                                               Project Setsuna
## 264                                                                                                                  Mighty No. 9
## 265                                                                                               Dead or Alive Xtreme 3: Fortune
## 266                                                                                             Dead Island Definitive Collection
## 267                                                                            Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 268                                                                                                              Killing Floor 2 
## 269                                                                                              Utawarerumono: Futari no Hakuoro
## 270                                                                                                          R.B.I. Baseball 2016
## 271                                                                                             Kamen Rider: Battride War Genesis
## 272                                                                                               Metroid Prime: Federation Force
## 273                                                                                                           Ghostbusters (2016)
## 274                                                                                                  Hatsune Miku: Project Diva X
## 275                                                                                                            Resident Evil 4 HD
## 276                                                                                          Plants vs. Zombies: Garden Warfare 2
## 277                                                                                                         NASCAR Heat Evolution
## 278                                                                                                     Pro Evolution Soccer 2017
## 279                                                                                                                        XCOM 2
## 280                                                                                                         12-Sai. Koisuru Diary
## 281                                                                                                               Just Dance 2017
## 282                                                                                                                        Ride 2
## 283                                                                                                                   Root Letter
## 284                                                                                                               Resident Evil 6
## 285                                                                                                                 Hitman (2016)
## 286                                                                                                     Sébastien Loeb Rally Evo
## 287                                                                                                               Life is Strange
## 288                                                                                             Kamen Rider: Battride War Genesis
## 289                                                                                                                    Battlezone
## 290                                                                                  Card Fight!! Vanguard G: Stride to Victory!!
## 291                                                                            Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 292                                                                                    Refrain no Chika Meikyuu to Majo no Ryodan
## 293                                                                            Teenage Mutant Ninja Turtles: Mutants in Manhattan
## 294                                                                                     Star Ocean 5: Integrity and Faithlessness
## 295                                                                                                                Bullet Girls 2
## 296                                                                  Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden
## 297                                                                                                             Rugby Challenge 3
## 298                                                                                                                     Stellaris
## 299                                                                                          Call of Duty: Modern Warfare Trilogy
## 300                                                                                              Psycho-Pass: Mandatory Happiness
## 301                                                                                                    Haikyu!! Cross Team Match!
## 302                                                                                                                   Dead Rising
## 303                                                                                         Doraemon: Shin Nobita no Nihon Tanjou
## 304                                                                                              Berserk and the Band of the Hawk
## 305                                                                                 Metal Gear Solid V: The Definitive Experience
## 306                                                                                                         NASCAR Heat Evolution
## 307                                                                  Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden
## 308                                                                                                               Transport Fever
## 309                                                                                                     Homefront: The Revolution
## 310                                                                                                               Just Dance 2017
## 311                                                                                                               Just Dance 2017
## 312                                                                                                     Pro Evolution Soccer 2017
## 313                                                                                         Warhammer: The End Times - Vermintide
## 314                                                                                                            Macross ? Scramble
## 315                                                                                              My Hero Academia: Battle for All
## 316                                      Super Battle For Money Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!
## 317                                                                                                 Dead or Alive Xtreme 3: Venus
## 318                                                                                                      Pro Cycling Manager 2016
## 319                                                                                      PriPara Mezameyo! Megami no Dress Design
## 320                                                                                           Sengoku Basara: Sanada Yukimura-Den
## 321                                                                                                         Need for Speed (2015)
## 322                                                                                    Gakusen Toshi Asterisk Festa: Houka Kenran
## 323                                                                                    Duke Nukem 3D: 20th Anniversary World Tour
## 324                                                                        Atelier Firis: The Alchemist of the Mysterious Journey
## 325                                                                                                               Just Dance 2017
## 326                                                                                                         F1 2016 (Codemasters)
## 327                                                                                                      Deus Ex: Mankind Divided
## 328                                                                                                        3DS Classic Collection
## 329                                                                                                Batman: A Telltale Game Series
## 330                                                                                                  Summon Night 6: Lost Borders
## 331                                                                                                              Song of the Deep
## 332                                                                                                              Tokyo Xanadu eX+
## 333                                                                                                                    DiRT Rally
## 334                                                                                                              Prison Architect
## 335                                                                              Atelier Shallie Plus: Alchemists of the Dusk Sea
## 336                                                                                                   Ao no Kanata no Four Rhythm
## 337                                                                                                                    Worms: WMD
## 338                                                                                                                      Terraria
## 339                                                                                                     Valentino Rossi: The Game
## 340                                                                                              Darius Burst: Chronicle Saviours
## 341                                                                           Medabots Girls Mission: Metabee Ver. / Rokusho Ver.
## 342                                                                                                Batman: A Telltale Game Series
## 343                                                                                                 Samurai Warriors: Sanada Maru
## 344                                                                                                   Genkai Tokki: Seven Pirates
## 345                                                                                                                  Mighty No. 9
## 346                                                                                                            Kenka Bancho Otome
## 347                                                                                     Superdimension Neptune vs Sega Hard Girls
## 348                                                              Yahari Game Demo Ore no Seishun Love-Kome wa Machigatteiru. Zoku
## 349                                                                                                              Bus Simulator 16
## 350                                                                                               Diabolik Lovers: Lunatic Parade
## 351                                                                                                                 Loading Human
## 352                                                                                                       Kangokutou Mary Skelter
## 353                                                                                                                 Yuusha Shisu.
## 354                                                                                           Sengoku Basara: Sanada Yukimura-Den
## 355                                                                                                                 Dead Rising 2
## 356                                                                                                             Rugby Challenge 3
## 357                                                                                                              The Technomancer
## 358                                                                                                            Resident Evil 5 HD
## 359                                                                                            Aegis of Earth: Protonovus Assault
## 360                                                                                                                Teddy Together
## 361                                                                                                One Piece: Daikaizoku Coliseum
## 362                                                                                            Aegis of Earth: Protonovus Assault
## 363                                                                                                  Sengoku Otome: Legend Battle
## 364                                                                                                 Harvest Moon: Skytree Village
## 365                                                                                             Agatha Christie's The ABC Murders
## 366                                                                                            Atari Flashback Classics: Volume 1
## 367                                                                         TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9
## 368                                                                                    Duke Nukem 3D: 20th Anniversary World Tour
## 369                                                                                                                Beyblade Burst
## 370                                                                         The Legend of Heroes: Trails in the Sky Third Chapter
## 371                                                                                                           Assault Suit Leynos
## 372                                                                                                         Reco Love: Blue Ocean
## 373                                                                                            Atari Flashback Classics: Volume 2
## 374                                                                                                              La Corda d'Oro 4
## 375                                                                                                                 Here They Lie
## 376                                                                                            Aegis of Earth: Protonovus Assault
## 377                                                                                                             Rugby Challenge 3
## 378                                                                                                                    Toukiden 2
## 379                                                                                                 Resident Evil: Umbrella Corps
## 380                                                                                            Hyakka Hyakurou: Sengoku Ninpoujou
## 381                                                                                                      Anima - Gate of Memories
## 382                                                                                              Utawarerumono: Futari no Hakuoro
## 383                                                                                              Psycho-Pass: Mandatory Happiness
## 384                                                                        Atelier Firis: The Alchemist of the Mysterious Journey
## 385                                                                                                  Dino Dini's Kick Off Revival
## 386                                                                                                           Black Rose Valkyrie
## 387                                                                                          Call of Duty: Modern Warfare Trilogy
## 388                                                                                 Gochuumon wa Usagi Desu ka?? Wonderful Party!
## 389                                                                                                     Rose to Tasogare no Kojou
## 390                                                                                             Touhou Genso Rondo: Bullet Ballet
## 391                                                                                            Atari Flashback Classics: Volume 1
## 392                                                                                                            Resident Evil Zero
## 393                                                                                                                       Paragon
## 394                                                                                            Atari Flashback Classics: Volume 2
## 395                                                                                               Hakuoki: Shinkai - Hana no Shou
## 396                                                                                                     Pro Evolution Soccer 2017
## 397                                                                                                       Carmageddon: Max Damage
## 398                                                                                                            Resident Evil 4 HD
## 399                                                                                                    RollerCoaster Tycoon World
## 400                                                                                                Arslan: The Warriors of Legend
## 401                                                                                               Darksiders: Warmastered Edition
## 402                                                                                              Agatha Christie: The ABC Murders
## 403                                                                                                            Resident Evil 5 HD
## 404                                                                                                                  Mighty No. 9
## 405                                                                                                           Winning Post 8 2016
## 406                                                                         TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8
## 407                                                                                                Coven and Labyrinth of Refrain
## 408                                                                                                                        Uppers
## 409                                                                                Nil Admirari no Tenbin: Teito Genwaku Toukidan
## 410                                                                         Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.
## 411                                                                                                   Prototype: Biohazard Bundle
## 412                                                                                       Revolution: 25th Anniversary Collection
## 413                                                                                                  Taishou Moebius Line Vitable
## 414                                                                                                              This War of Mine
## 415                                                                                                                  Koihime Enbu
## 416                                                                                                  Dynasty Warriors: Eiketsuden
## 417                                                                                                            MuvLuv Double Pack
## 418                                                                                                    Mark McMorris Infinite Air
## 419                                                                                                             Shin Hayarigami 2
## 420                                                                                             Rocksmith 2014 Edition Remastered
## 421                                                                                                             Storm Lover 2nd V
## 422                                                                                                               Collar x Malice
## 423                                                                                     New Interpretation Stranger of Sword City
## 424                                                                                               Dragon's Dogma Online: Season 2
## 425                                                                                                             Wand of Fortune R
## 426                                                           God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4
## 427                                                                      God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5
## 428                                                                                              Berserk and the Band of the Hawk
## 429                                                                                                                 Dead Rising 2
## 430                                                                                                    Mark McMorris Infinite Air
## 431                                                                                                                 Quantum Break
## 432                                                                           Pac-Man Championship Edition 2 + Arcade Game Series
## 433                                                                                                                 Assetto Corsa
## 434                                                                                         King's Quest: The Complete Collection
## 435                                                                                              Period Cube: Torikago no Amadeus
## 436                                                                                                     Valentino Rossi: The Game
## 437                                                                                                                    Republique
## 438                                                                                                                      NBA 2K17
## 439                                                                                                       Super Stardust Ultra VR
## 440                                                                                             Total War Attila: Tyrants & Kings
## 441                                                                                                                   Dead Rising
## 442                                                                                                         Azure Striker Gunvolt
## 443                                                                                                Shitsuji ga Aruji o Erabu Toki
## 444                                                                                             Rocksmith 2014 Edition Remastered
## 445                                                                                               Darksiders: Warmastered Edition
## 446                                                                                                              The Technomancer
## 447                                                                                                             Fernbus Simulator
## 448                                                                                           Azure Striker Gunvolt: Striker Pack
## 449                                                                                                                    Worms: WMD
## 450                                                                                                 The Book of Unwritten Tales 2
## 451                                                                                 Sangoku Koi Senki: Omoide Gaeshi - CS Edition
## 452                                                                                         Sherlock Holmes: The Devil's Daughter
## 453                                                                                                   Prototype: Biohazard Bundle
## 454                                                                                             Agatha Christie's The ABC Murders
## 455                                                                                                 Samurai Warriors: Sanada Maru
## 456                                                                                                                        MXGP 2
## 457                                                                                                             Dance with Devils
## 458                                                                                                         Battle Worlds: Kronos
## 459                                                                                                                          Lumo
## 460                                                                       Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru
## 461                                                                                                           Crows: Burning Edge
## 462                                                                                                                Goat Simulator
## 463                                                                                                  Dynasty Warriors: Eiketsuden
## 464                                                                                                     Cities: Skylines Snowfall
## 465                                                                                                          R.B.I. Baseball 2016
## 466                                                                                                    Kamigami no Asobi InFinite
## 467                                                                                                              TrackMania Turbo
## 468                                                                                               Cartoon Network Battle Crashers
## 469                                                                                                            Super Dungeon Bros
## 470                                                          God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7
## 471                                                                                         Sherlock Holmes: The Devil's Daughter
## 472                                                                                                                   Root Letter
## 473                                                                                                          River City Ransom SP
## 474                                                                                                             Shin Hayarigami 2
## 475                                                                                                                        Ride 2
## 476                                                                                                                        Ride 2
## 477                                                                                                                    Dungeons 2
## 478                                                                                                       Carmageddon: Max Damage
## 479                                                                           Zettai Kaikyuu Gakuen: Eden with Roses and Phantasm
## 480                                                                                                   Assassin's Creed Chronicles
## 481                                                                             Naruto Shippuden: Ultimate Ninja Storm Collection
## 482                                                                                                   Taishou x Alice: All in One
## 483                                                                                                 Farming 2017 - The Simulation
## 484                                                                                                                 Hitman (2016)
## 485                                                                                         Codename: Panzers Complete Collection
## 486                                                                                                      Norn + Nonette: Act Tune
## 487                                                                                                     Sébastien Loeb Rally Evo
## 488                                                                                                             Rugby Challenge 3
## 489                                                                                                            Eve: Burst Error R
## 490                                                                                                                        ZombiU
## 491                                                                                                              Fast Racing Neo 
## 492                                                                                                              Prison Architect
## 493                                                                                 Metal Gear Solid V: The Definitive Experience
## 494                                                                                              Aikatsu Stars! My Special Appeal
## 495                                                                                                          Kyoukai no Shirayuki
## 496                                                                                                                     7'scarlet
## 497                                                                                                  Dynasty Warriors: Eiketsuden
## 498                                                                                                         The Longest 5 Minutes
## 499                                                                                                              Strawberry Nauts
## 500                                                                                                 Samurai Warriors: Sanada Maru
## 501                                                                                                       Haitaka no Psychedelica
## 502                                                                                                           Winning Post 8 2016
## 503                                                                                                     Call of Duty: Black Ops 3
## 504                                                                                                                       FIFA 16
## 505                                                                                                  Star Wars Battlefront (2015)
## 506                                                                                                     Call of Duty: Black Ops 3
## 507                                                                                                                     Fallout 4
## 508                                                                                        Uncharted: The Nathan Drake Collection
## 509                                                                                                             Halo 5: Guardians
## 510                                                                                                                      Splatoon
## 511                                                                                                                     Fallout 4
## 512                                                                                                      The Witcher 3: Wild Hunt
## 513                                                                                                         Batman: Arkham Knight
## 514                                                                                                                      NBA 2K16
## 515                                                                                                  Star Wars Battlefront (2015)
## 516                                                                                          Metal Gear Solid V: The Phantom Pain
## 517                                                                                                    Assassin's Creed Syndicate
## 518                                                                                                              Monster Hunter X
## 519                                                                                                Gears of War: Ultimate Edition
## 520                                                                                                                       FIFA 16
## 521                                                                                                                 Madden NFL 16
## 522                                                                                                             Super Mario Maker
## 523                                                                                          Animal Crossing: Happy Home Designer
## 524                                                                                                               Mortal Kombat X
## 525                                                                                                                       FIFA 16
## 526                                                                                                                    Bloodborne
## 527                                                                                                         Need for Speed (2015)
## 528                                                                                                                 Madden NFL 16
## 529                                                                                         The Legend of Zelda: Majora's Mask 3D
## 530                                                                                                                      NBA 2K16
## 531                                                                                                           Yokai Watch Busters
## 532                                                                                               Tom Clancy's Rainbow Six: Siege
## 533                                                                                                         Battlefield: Hardline
## 534                                                                                                                   Dying Light
## 535                                                                                                       Destiny: The Taken King
## 536                                                                                                                  Just Cause 3
## 537                                                                                                            Forza Motorsport 6
## 538                                                                                                      The Elder Scrolls Online
## 539                                                                                                               The Order: 1886
## 540                                                                                                     Call of Duty: Black Ops 3
## 541                                                                                                     Call of Duty: Black Ops 3
## 542                                                                                                             Fire Emblem Fates
## 543                                                                                                                    Until Dawn
## 544                                                                                                                Mario Party 10
## 545                                                                                                                       FIFA 16
## 546                                                                                                         Batman: Arkham Knight
## 547                                                                                                               Mortal Kombat X
## 548                                                                                                       Rise of the Tomb Raider
## 549                                                                                               Tom Clancy's Rainbow Six: Siege
## 550                                                                                                      The Witcher 3: Wild Hunt
## 551                                                                                                          Yoshi's Woolly World
## 552                                                                                                    Assassin's Creed Syndicate
## 553                                                                                                                   Dying Light
## 554                                                                                                                     Fallout 4
## 555                                                                                                      The Elder Scrolls Online
## 556                                                                                                 Pokemon Super Mystery Dungeon
## 557                                                                                                                      WWE 2K16
## 558                                                                                                         Battlefield: Hardline
## 559                                                                                                       Destiny: The Taken King
## 560                                                                                                                Mad Max (2015)
## 561                                                                                                            Grand Theft Auto V
## 562                                                                                         The Legend of Zelda: Tri Force Heroes
## 563                                                                                                        Dragon Ball: XenoVerse
## 564                                                                                                                  Project CARS
## 565                                                                                                          Final Fantasy Type-0
## 566                                                                                                                 Madden NFL 16
## 567                                                                                                                        Evolve
## 568                                                                                                               Just Dance 2016
## 569                                                                                                                      NBA 2K16
## 570                                                                                                              MLB 15: The Show
## 571                                                                                                                  Just Cause 3
## 572                                                                                                           LEGO Jurassic World
## 573                                                                                                         Minecraft: Story Mode
## 574                                                                                          Borderlands: The Handsome Collection
## 575                                                                                                            Monster Strike 3DS
## 576                                                                                                           LEGO Jurassic World
## 577                                                                                 Dragon Quest VIII: Journey of the Cursed King
## 578                                                                                                              Guitar Hero Live
## 579                                                                                                           LEGO Jurassic World
## 580                                                                                                        Xenoblade Chronicles X
## 581                                                                                                     Pro Evolution Soccer 2016
## 582                                                                                                                   Rare Replay
## 583                                                                                                                 Madden NFL 16
## 584                                                                                                      Mario & Luigi: Paper Jam
## 585                                                                     Nintendo Presents: New Style Boutique 2 - Fashion Forward
## 586                                                                                          Metal Gear Solid V: The Phantom Pain
## 587                                                                                                      Rhythm Heaven: The Best+
## 588                                                                                               Final Fantasy X/X-2 HD Remaster
## 589                                                                Dragon Quest Heroes: The World's Tree Woe and the Blight Below
## 590                                                                                                                      NBA 2K16
## 591                                                                                                               LEGO Dimensions
## 592                                                                                                           Disney Infinity 3.0
## 593                                                                                                      The Witcher 3: Wild Hunt
## 594                                                                                                         Minecraft: Story Mode
## 595                                                                                                         Minecraft: Story Mode
## 596                                                                                                         Need for Speed (2015)
## 597                                                                                                                       F1 2015
## 598                                                                                                           LEGO Jurassic World
## 599                                                                                                                God of War III
## 600                                                                                          Metal Gear Solid V: The Phantom Pain
## 601                                                                                                                        Evolve
## 602                                                                                                                        NHL 16
## 603                                                                                                           LEGO Jurassic World
## 604                                                                                                                 Dark Souls II
## 605                                                                                                                      WWE 2K16
## 606                                                                                                               Just Dance 2016
## 607                                                                                                             Tales of Zestiria
## 608                                                                                                          Xenoblade Chronicles
## 609                                                                                                         Minecraft: Story Mode
## 610                                                                                                              Guitar Hero Live
## 611                                                                                                  Resident Evil: Revelations 2
## 612                                                                                                               LEGO Dimensions
## 613                                                                                                  Star Wars Battlefront (2015)
## 614                                                                                                               LEGO Dimensions
## 615                                                                                              StarCraft II: Legacy of the Void
## 616                                                                                                               LEGO Dimensions
## 617                                                                                                           LEGO Jurassic World
## 618                                                                                                         Rory McIlroy PGA Tour
## 619                                                                                                   Kirby and the Rainbow Curse
## 620                                                                                                                      WWE 2K16
## 621                                                                Dragon Quest Heroes: The World's Tree Woe and the Blight Below
## 622                                                                                                     Bravely Second: End Layer
## 623                                                                                Puzzle & Dragons Z + Super Mario Bros. Edition
## 624                                                                                                                Mad Max (2015)
## 625                                                                                                     Skylanders: SuperChargers
## 626                                                                                                        Dragon Ball: XenoVerse
## 627                                                                                                                        NHL 16
## 628                                                                                                                   Rock Band 4
## 629                                                                                                  One Piece: Pirate Warriors 3
## 630                                                                                                           Disney Infinity 3.0
## 631                                                                                                           Disney Infinity 3.0
## 632                                                                                                      Mario Tennis Ultra Smash
## 633                                                                                          Borderlands: The Handsome Collection
## 634                                                                                                                      WWE 2K16
## 635                                                                                                    Wolfenstein: The Old Blood
## 636                                                                                                     Skylanders: SuperChargers
## 637                                                                                              Animal Crossing: Amiibo Festival
## 638                                                                                                         Battlefield: Hardline
## 639                                                                                                               LEGO Dimensions
## 640                                                                                                       God Eater 2: Rage Burst
## 641                                                                                                             Tales of Zestiria
## 642                                                                                                     Pro Evolution Soccer 2016
## 643                                                                                                           Disney Infinity 3.0
## 644                                                                                                                 Saints Row IV
## 645                                                                                                                    Dishonored
## 646                                                                                                              MLB 15: The Show
## 647                                                                                                                   Rock Band 4
## 648                                                                                                        Farming Simulator 2015
## 649                                                                                                       Destiny: The Taken King
## 650                                                                                                     Skylanders: SuperChargers
## 651                                                                                                   Sword Art Online: Lost Song
## 652                                                                                                               Just Dance 2016
## 653                                                                                                        Farming Simulator 2015
## 654                                                                                                        Farming Simulator 2015
## 655                                                                                                         Football Manager 2016
## 656                                                                                                       Destiny: The Taken King
## 657                                                                                                           Disney Infinity 3.0
## 658                                                                                                               Dead or Alive 5
## 659                                                                                                          Disney Magic World 2
## 660                                                                                                Dragon Ball Z: Extreme Butoden
## 661                                                                                                Hatsune Miku: Project Mirai DX
## 662                                                                                                               Just Dance 2016
## 663                                                                                                        Dragon Ball: XenoVerse
## 664                                                                                                               Just Dance 2016
## 665                                                                                                  Persona 4: Dancing All Night
## 666                                                                                                       Rise of the Tomb Raider
## 667                                                                                                                     Tropico 5
## 668                                                                                                     Skylanders: SuperChargers
## 669                                                                                                            DmC: Devil May Cry
## 670                                                                                                                      Deadpool
## 671                                                                                                  Resident Evil: Revelations 2
## 672                                                                                              Disgaea 5: Alliance of Vengeance
## 673                                                                                                         Battlefield: Hardline
## 674                                                                                                        Divinity: Original Sin
## 675                                                                                                                      Payday 2
## 676                                                                                                              Guitar Hero Live
## 677                                                                                                         Rory McIlroy PGA Tour
## 678                                                                                                             Tearaway Unfolded
## 679                                                                                                           J Stars Victory Vs.
## 680                                                                                                     Call of Duty: Black Ops 3
## 681                                                                                                                  Project CARS
## 682                                                                                                  One Piece: Pirate Warriors 3
## 683                                                                                                          Final Fantasy Type-0
## 684                                                                                                          The Legend of Legacy
## 685                                                                                                                     Anno 2205
## 686                                                                                              Shin Megami Tensei x Fire Emblem
## 687                                                                                                Yakuza Zero: The Place of Oath
## 688                                                                                                   Sword Art Online: Lost Song
## 689                                                                                                                       F1 2015
## 690                                                                                                                   Stella Glow
## 691                                                                                                     Skylanders: SuperChargers
## 692                                                                                                          Chibi-Robo! Zip Lash
## 693                                                                                                             Total War: Attila
## 694                                                                                                        Dragon Ball: XenoVerse
## 695                                                                                                        Etrian Mystery Dungeon
## 696                                                                                                   Girls Mode 3: Kirakira Code
## 697                                                                                               Tom Clancy's Rainbow Six: Siege
## 698                                                                                                     Transformers: Devastation
## 699                                                                                                                 Dark Souls II
## 700                                                                                                              Guitar Hero Live
## 701                                                                                                           LEGO Jurassic World
## 702                                                                                                                 Darksiders II
## 703                                                                                                                          Ride
## 704                                                                                                      The Sims 4: Get Together
## 705                                                                                                         Code Name: S.T.E.A.M.
## 706                                                                                                 LEGO Ninjago: Shadow of Ronin
## 707                                                                                                    Assassin's Creed Syndicate
## 708                                                                                                                State of Decay
## 709                                                                                                      Tony Hawk's Pro Skater 5
## 710                                                                                                                 Saints Row IV
## 711                                                                                                           Zombie Army Trilogy
## 712                                                                                                                       FIFA 16
## 713                                                                                                                   Dying Light
## 714                                                                                                        Farming Simulator 2015
## 715                                                           Great Phoenix Wright: Ace Attorney - Naruhodou Ryuunosuke no Bouken
## 716                                                                                                               Just Dance 2016
## 717                                                                                                              Guitar Hero Live
## 718                                                                                                        God Eater Resurrection
## 719                                                                                                                        Evolve
## 720                                                                                           3rd Super Robot Wars Z: Tengoku-Hen
## 721                                                                                          Metal Gear Solid V: The Phantom Pain
## 722                                                                                                   Saint Seiya: Soldiers' Soul
## 723                                                                                                 Senran Kagura: Estival Versus
## 724                                                                                                                      Payday 2
## 725                                                                                                 Senran Kagura: Estival Versus
## 726                                                                                                  Back to the Future: The Game
## 727                                                                                                                   NBA Live 16
## 728                                                                                                Yakuza Zero: The Place of Oath
## 729                                                                                                                     MotoGP 15
## 730                                                                                                               Toukiden Kiwami
## 731                                                                                             Project X Zone 2: Brave New World
## 732                                                                                                   Digimon Story: Cyber Sleuth
## 733                                                                                                         Bladestorm: Nightmare
## 734                                                                                          Mobile Suit Gundam: Extreme VS Force
## 735                                                                                                                    NASCAR '15
## 736                                                                                                  One Piece: Pirate Warriors 3
## 737                                                                                                      7th Dragon III Code: VFD
## 738                                                                           Return to PopoloCrois: A Story of Seasons Fairytale
## 739                                                                                                    Wolfenstein: The Old Blood
## 740                                                                                                      Theatrhythm Dragon Quest
## 741                                                                                                                  Tokyo Xanadu
## 742                                                                                           3rd Super Robot Wars Z: Tengoku-Hen
## 743                                                                                                     Pro Baseball Spirits 2015
## 744                                                                                                                    Dishonored
## 745                                                                                          Sumikko Gurashi: Omise Hajimerundesu
## 746                                                                                                     Skylanders: SuperChargers
## 747                                                                                             BlazBlue: Chrono Phantasma Extend
## 748                                                                                                               Famista Returns
## 749                                                                                                                  Just Cause 3
## 750                                                                                                              Cities: Skylines
## 751                                                                                                                 Shovel Knight
## 752                                                                              Monster Hunter Diary: Poka Poka Airou Village DX
## 753                                                                                                     Transformers: Devastation
## 754                                                                                                            DmC: Devil May Cry
## 755                                                                                                         Battlefield: Hardline
## 756                                                                                                  Brothers: A Tale of Two Sons
## 757                                                                                                     Pro Baseball Spirits 2015
## 758                                                                                                           Super Robot Wars BX
## 759                                                                                                       Gravity Rush Remastered
## 760                                                                                                        Hasbro Family Fun Pack
## 761                                                                                                         Batman: Arkham Knight
## 762                                                                                                Final Fantasy XIV: Heavensward
## 763                                                                           Assassination Classroom: Grand Siege on Kuro-sensei
## 764                                                                                                                  Project CARS
## 765                                                                                                                      Deadpool
## 766                                                                                                        Don Bradman Cricket 14
## 767                                                                          Atelier Sophie: The Alchemist of the Mysterious Book
## 768                                                                                             Sword Art Online: Hollow Fragment
## 769                                                                                          Shin Megami Tensei: Devil Survivor 2
## 770                                                                                                      Tony Hawk's Pro Skater 5
## 771                                                                                                         Rodea the Sky Soldier
## 772                                                                                                     Skylanders: SuperChargers
## 773                                                                                                         Samurai Warriors 4-II
## 774                                                                                                                      Rugby 15
## 775                                                                                                         Samurai Warriors 4-II
## 776                                                          Super Run For Money Tousouchuu Atsumare! Saikyou no Tousou Monotachi
## 777                                                                                                 LEGO Ninjago: Shadow of Ronin
## 778                                                                                         PriPara Mezase! Idol Grand Prix No.1!
## 779                                                                                                     Valkyrie Drive: Bhikkhuni
## 780                                                                                                                      Yomawari
## 781                                                                                                                   Wasteland 2
## 782                                                                                                                  Picross 3D 2
## 783                                                                                                                   NBA Live 16
## 784                                                                                                           Zombie Army Trilogy
## 785                                                                                                       God Eater 2: Rage Burst
## 786                                                                                                     Pro Evolution Soccer 2016
## 787                                                                                                  Taiko no Tatsujin: V Version
## 788                                                                                                                   Wasteland 2
## 789                                                                                                                          Ride
## 790                                                                                                  Resident Evil: Revelations 2
## 791                                                                                                  Resident Evil: Revelations 2
## 792                                                                         Earth Defense Force 2025.1: The Shadow of New Despair
## 793                                                                                                   Sword Art Online: Lost Song
## 794                                                                                                                      NBA 2K16
## 795                                                                                                       Ultra Street Fighter IV
## 796                                                                                                            The Crew: Wild Run
## 797                                                                                                     Pro Evolution Soccer 2016
## 798                                                                                                                 Shovel Knight
## 799                                                                                                   Samurai Warriors 4: Empires
## 800                                                                                                               Devil May Cry 4
## 801                                                                                    Adventure Time: Finn & Jake Investigations
## 802                                                                                     MegaTagmension Blanc + Neptune VS Zombies
## 803                                                                                                         Minecraft: Story Mode
## 804                                                                                                                 Steins;Gate 0
## 805                                                                                                          Pokemon Rumble World
## 806                                                                                                                      Rugby 15
## 807                                                                                                          SpongeBob: HeroPants
## 808                                                                                                Arslan: The Warriors of Legend
## 809                                                                                                      Might & Magic Heroes VII
## 810                                                                                                    Wolfenstein: The Old Blood
## 811                                                                                    Adventure Time: Finn & Jake Investigations
## 812                                                                                                    Sengoku Basara 4: Sumeragi
## 813                                                                                           WRC 5: FIA World Rally Championship
## 814                                                                                                               Dead or Alive 5
## 815                                                                                                                      Rugby 15
## 816                                                                                              The Witch and the Hundred Knight
## 817                                                                                           Kuroko's Basketball: Ties to Future
## 818                                                                                    Adventure Time: Finn & Jake Investigations
## 819                                                                                             The Seven Deadly Sins: Unjust Sin
## 820                                                                                                        God Eater Resurrection
## 821                                                                                                                 Shovel Knight
## 822                                                                                                     Transformers: Devastation
## 823                                                                                                     Transformers: Devastation
## 824                                                                                     Uta no Prince-Sama: All Star After Secret
## 825                                                                                                       Assassin's Creed: Rogue
## 826                                                                                                         Dragon's Dogma Online
## 827                                                                                                    Just Dance: Disney Party 2
## 828                                                                                          Metal Gear Solid V: The Phantom Pain
## 829                                                                                    Adventure Time: Finn & Jake Investigations
## 830                                                                                                              Yoru no Nai Kuni
## 831                                                                                              Romance of the Three Kingdoms 13
## 832                                                                                                       Aikatsu! My No.1 Stage!
## 833                                                                                                              Yoru no Nai Kuni
## 834                                                                                                          Grand Ages: Medieval
## 835                                                                                                 Kenka Banchou 6: Soul & Blood
## 836                                                                                                        Divinity: Original Sin
## 837                                                                                              Utawarerumono: Itsuwari no Kamen
## 838                                                                                                       Toy Soldiers: War Chest
## 839                                                                                             Fairy Fencer F: Advent Dark Force
## 840                                                                                                    Just Dance: Disney Party 2
## 841                                                                                                                 Grand Kingdom
## 842                                                                         The Legend of Heroes: Trails in the Sky First Chapter
## 843                                                                                                  Resident Evil: Revelations 2
## 844                                                                                                                IA/VT Colorful
## 845                                                                                                      Tony Hawk's Pro Skater 5
## 846                                                                                                                 Lost Heroes 2
## 847                                                                                                                 Legend of Kay
## 848                                                                                                 The Book of Unwritten Tales 2
## 849                                                                            Future Card Buddy Fight: Yuujou no Bakunetsu Fight
## 850                                                                                             BlazBlue: Chrono Phantasma Extend
## 851                                                                                                    Just Dance: Disney Party 2
## 852                                                                                           Broken Sword 5: The Serpent's Curse
## 853                                                                             Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!
## 854                                                                                                                 Darksiders II
## 855                                                                                          Mario vs. Donkey Kong: Tipping Stars
## 856                                                                                                                    NHL Legacy
## 857                                                                                      Disney Infinity 2.0: Marvel Super Heroes
## 858                                                                                                               Nights of Azure
## 859                                                                                                                 Grand Kingdom
## 860                                                                                                          Risen 3: Titan Lords
## 861                                                                            Earth Defense Force 4.1: The Shadow of New Despair
## 862                                                                                                   Genkai Tokki: Moero Crystal
## 863                                                                          Atelier Sophie: The Alchemist of the Mysterious Book
## 864                                                                                             Doraemon: Nobita no Uchuu Eiyuuki
## 865                                                                                                      Tony Hawk's Pro Skater 5
## 866                                                                                                                 Devil's Third
## 867                                                                                              Utawarerumono: Itsuwari no Kamen
## 868                                                                                                       Toy Soldiers: War Chest
## 869                                                                                      Exist Archive: The Other Side of the Sky
## 870                                                                                                   Samurai Warriors 4: Empires
## 871                                                                                                  MX vs. ATV Supercross Encore
## 872                                                                                                          Rugby World Cup 2015
## 873                                                                                                          Rugby World Cup 2015
## 874                                                                                                        Miracle Girls Festival
## 875                                                                                                                   Handball 16
## 876                                                                                                   Samurai Warriors 4: Empires
## 877                                                                                                             Saki: Zenkoku-hen
## 878                                                                                                                   Chaos;Child
## 879                                                                                                         Samurai Warriors 4-II
## 880                                                                                    Adventure Time: Finn & Jake Investigations
## 881                                                                                           New Prince of Tennis: Go to the Top
## 882                                                                                                          Goosebumps: The Game
## 883                                                                                                                     MotoGP 15
## 884                                                                                                              Criminal Girls 2
## 885                                                                                                               Omega Labyrinth
## 886                                                                                                             Arcania: Gothic 4
## 887                                                                                           WRC 5: FIA World Rally Championship
## 888                                                                                                                       F1 2015
## 889                                                                                                         Luminous Arc Infinity
## 890                                                                                    Adventure Time: Finn & Jake Investigations
## 891                                                                                                               Mortal Kombat X
## 892                                                                                                 To Heart 2: Dungeon Travelers
## 893                                                                                                         Bladestorm: Nightmare
## 894                                                                                                                   Wasteland 2
## 895                                                                                                    Game of Thrones (Telltale)
## 896                                                                                                                 Legend of Kay
## 897                                                                Shiren the Wanderer 5 Plus: Fortune Tower and the Dice of Fate
## 898                                   Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land
## 899                                                                                                                 Steins;Gate 0
## 900                                                                                                                          Ride
## 901                                                                                                    Sengoku Basara 4: Sumeragi
## 902                                                                                     Sword Art Online: Game Director's Edition
## 903                                                                                                          Grand Ages: Medieval
## 904                                                                                                   Saints Row: Gat out of Hell
## 905                                                                                              Utawarerumono: Itsuwari no Kamen
## 906                                                                                                             Tokyo Ghoul: Jail
## 907                                                                                                Arslan: The Warriors of Legend
## 908                                                                                                              Yoru no Nai Kuni
## 909                                                                              Atelier Escha & Logy: Alchemists of the Dusk Sky
## 910                                                                                             Monster High: New Ghoul in School
## 911                                                                                             World Trigger: Borderless Mission
## 912                                                                                                     Pro Evolution Soccer 2016
## 913                                                                                                Shantae and the Pirate's Curse
## 914                                                                                                               Yowamushi Pedal
## 915                                                                                                   Saint Seiya: Soldiers' Soul
## 916                                                                                                  Brothers: A Tale of Two Sons
## 917                                                                                                                    NHL Legacy
## 918                                                                                    Nitroplus Blasterz: Heroines Infinite Duel
## 919                                                                                   Gravity Falls: Legend of the Gnome Gemulets
## 920                                                                                                         Rodea the Sky Soldier
## 921                                                                                        Civilization Beyond Earth: Rising Tide
## 922                                                                                              Romance of the Three Kingdoms 13
## 923                                                                                             Monster High: New Ghoul in School
## 924                                                                                             BlazBlue: Chrono Phantasma Extend
## 925                                                                                     Yuki Yuna is a Hero: Memory of the Forest
## 926                                                                                                           The Sims 4: Spa Day
## 927                                                                                                    Game of Thrones (Telltale)
## 928                                                                                            Hyperdimension Neptunia Victory II
## 929                                                                                  Tsurugi no Machi no Ihoujin: Kuro no Kyuuden
## 930                                                                                                          SpongeBob: HeroPants
## 931                                                                                   Corpse Party: Blood Covered - Repeated Fear
## 932                                                                                                         Gal Gun: Double Peace
## 933                                                                                                        Don Bradman Cricket 14
## 934                                                                                                           LEGO Jurassic World
## 935                                                                                                     Famicom Remix Best Choice
## 936                                                                           The Idolm@ster: Must Songs - Red Board / Blue Board
## 937                                                                                                          Train Simulator 2016
## 938                                                                                      Exist Archive: The Other Side of the Sky
## 939                                                                                            Assassin's Creed Chronicles: China
## 940                                                                                                                    Ray Gigant
## 941                                                                                                        Nobunaga's Ambition II
## 942                                                                                                        Stranger of Sword City
## 943                                                                                          DoraMoji: Nobita no Kanji Daisakusen
## 944                                                                          The Legend of Heroes: Trails in the Sky SC Evolution
## 945                                                                                                    Diabolik Lovers: Dark Fate
## 946                                                                                              Paddington: Adventures in London
## 947                                                                                             Langrisser: Re:Incarnation Tensei
## 948                                                                                      JoJo's Bizarre Adventure: Eyes of Heaven
## 949                                                                                                               Ukiyo no Shishi
## 950                                                                                                 Medabots 9: Metabee / Rokusho
## 951                                                                                 YoKai Watch Dance: Just Dance Special Version
## 952                                                                                                               Let's Sing 2016
## 953                                                                                                         Dragon's Dogma Online
## 954                                                                          Atelier Sophie: The Alchemist of the Mysterious Book
## 955                                                                                        Medarot 9: Kabuto Ver. / Kuwagata Ver.
## 956                                                                                                                      Rugby 15
## 957                                                                                                    Game of Thrones (Telltale)
## 958                                                                                           Barbie and Her Sisters Puppy Rescue
## 959                                                                                                                     Airship Q
## 960                                                                          A Good Librarian Like a Good Shepherd: Library Party
## 961                                                                                               Hakuoki Zuisouroku Omokage Hana
## 962                                                                PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!
## 963                                                                                      JoJo's Bizarre Adventure: Eyes of Heaven
## 964                                                                                                          Rugby World Cup 2015
## 965                                                                                                    Game of Thrones (Telltale)
## 966                                                                                                    Alia's Carnival! Sacrament
## 967                                                                                                                Bad Apple Wars
## 968                                                                                                                 Renai Revenge
## 969                                                                                           WRC 5: FIA World Rally Championship
## 970                                                                                                     Transformers: Devastation
## 971                                                                                                                     MotoGP 15
## 972                                                                                                      Ebikore Photo Kano Kiss 
## 973                                                                                                                      Rugby 15
## 974                                                                                                 Looney Tunes: Galactic Sports
## 975                                                           Hyperdimension Neptunia Vs. Sega Hard Girls: Yume no Gattai Special
## 976                                                                              Phantasy Star Online 2: Episode 3 Deluxe Package
## 977                                                                                                 Higurashi no Naku Koro ni Iki
## 978                                                                          MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All
## 979                                                                                              Romance of the Three Kingdoms II
## 980                                                                                                         Bladestorm: Nightmare
## 981                                                                                                            OZMAFIA!! -vivace-
## 982                                                                                  Kung Fu Panda: Showdown of Legendary Legends
## 983                                                                                             New Tokyo Legacy: Operation Babel
## 984                                                                                           Barbie and Her Sisters Puppy Rescue
## 985                                                                                                                   Handball 16
## 986                                                                                                                       Parfait
## 987                                                                                     The Great Mystery Hidden Object Package 5
## 988                                                                                                           The Talos Principle
## 989                                                                                                 Gudetama: Hanjuku de Tanomuwa
## 990                                                                                                  Harukanaru Toki no Naka de 6
## 991                                                                                                                          Ride
## 992                                                                                                                       Kisuato
## 993                                                                                 Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku
## 994                                                                                                            Dream Girl Premier
## 995                                                                                                                 Steins;Gate 0
## 996                                                                                   The Peanuts Movie: Snoopy's Grand Adventure
## 997                                                                                                  MX vs. ATV Supercross Encore
## 998                                                                   God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2
## 999                                                                                   The Peanuts Movie: Snoopy's Grand Adventure
## 1000                                                                                            BlazBlue: Chrono Phantasma Extend
## 1001                                                                                                    Legend of Kay Anniversary
## 1002                                                                                                  Blade Arcus from Shining EX
## 1003                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6
## 1004                                                                                            Monster High: New Ghoul in School
## 1005                                                                                               Final Fantasy XIV: Heavensward
## 1006                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1
## 1007                                                                                               Final Fantasy XIV: Heavensward
## 1008                                                                                                          Rugby League Live 3
## 1009                                                                                      Cross Ange: Tenshi to Ryuu no Rondo tr.
## 1010                                                                                                          Winning Post 8 2015
## 1011                                                                                                          Rugby League Live 3
## 1012                                                                                                  Blade Arcus from Shining EX
## 1013                                                                                    Thomas and Friends: Steaming around Sodor
## 1014                                                                                 To Love-Ru Trouble: Darkness - True Princess
## 1015                                                                                                          Winning Post 8 2015
## 1016                                                                                                              Ukiyo no Roushi
## 1017                                                                                                         Rugby World Cup 2015
## 1018                                                                                                  Diabolik Lovers: More Blood
## 1019                                                                                               Rugby League Team Manager 2015
## 1020                                                                                                 Back to the Future: The Game
## 1021                                                                                                        Xblaze: Lost Memories
## 1022                                                                                              Spirits and Demons: 5 Game Pack
## 1023                                                                                                                     Net High
## 1024                                                                                              Hakuoki: Shinkai - Furi no Shou
## 1025                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7
## 1026                                                                  Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version
## 1027                                                                                                             Angelique Retour
## 1028                                                                                                  Dynasty Warriors 8: Empires
## 1029                                                                                                   Devil Survivor: Over Clock
## 1030                                                                                                   Downtown Nekketsu Jidaigek
## 1031                                                                                                                 Otoko Yukaku
## 1032                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5
## 1033                                                                                  Date-A-Live Twin Edition: Rio Reincarnation
## 1034                                                                                        Natsuiro High School: Seishun Hakusho
## 1035                                                                           Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi
## 1036                                                                                          Amatsumi Sora ni! Kumo no Hatate ni
## 1037                                                                                 Kung Fu Panda: Showdown of Legendary Legends
## 1038                                                                                 Kung Fu Panda: Showdown of Legendary Legends
## 1039                                                                                                      Niko Puchi Girls Runway
## 1040                                                                                                           The Crew: Wild Run
## 1041                                                                                        Natsuiro High School: Seishun Hakusho
## 1042                                                                                                        Lovely x Cation 1 & 2
## 1043                                                        Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special
## 1044                                                                                                    7 Roses: A Darkness Rises
## 1045                                                                                                           The Crew: Wild Run
## 1046                                                                                   New Atelier Rorona: Hajimari no Monogatari
## 1047                                                                                                             Prince of Stride
## 1048                                                                                                 Back to the Future: The Game
## 1049                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2
## 1050                                                                                                  Abunai: Koi no Sousa Shitsu
## 1051                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3
## 1052                                                                        TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4
## 1053                                                                                      Clock Zero: Shuuen no Ichibyou - ExTime
## 1054                                                                                                           Root Infinity Rexx
## 1055                                                                                                                   Kaleidoeve
## 1056                                                                                          Broken Sword 5: The Serpent's Curse
## 1057                                                                                                             Reine des Fleurs
## 1058                                                                                                          Rugby League Live 3
## 1059                                                                                          Psychedelica of the Black Butterfly
## 1060                                                                                                     Professional Farmer 2016
## 1061                                                                                                                     I Doll U
## 1062                                                                                           Paranormal Pursuit: The Gifted One
## 1063                                                                                               The Sims 4: Luxury Party Stuff
## 1064                                                                                                         Rugby World Cup 2015
## 1065                                                                                                 Harukanaru Toki no Naka de 6
## 1066                                                                                Saenai Kanojo no Sodatekata: Blessing Flowers
## 1067                                                                                       Sid Meier's Civilization Revolution 2+
## 1068                                                                                 Girl Friend Beta: Kimi to Sugosu Natsuyasumi
## 1069                                                                                           Meiji Toukyou Renka: Twilight Kiss
## 1070                                                                                                         SpongeBob: HeroPants
## 1071                                                                                                   Sousaku Alice to Oujisama!
## 1072                                                                                          WRC 5: FIA World Rally Championship
## 1073                                                                                                             MLB 15: The Show
## 1074                                                                    Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki
## 1075                                                                                                                  Raven's Cry
## 1076                                                                                                        War for the Overworld
## 1077                                                                                           Infinite Stratos 2: Love and Purge
## 1078                                                                                                Higurashi no Naku Koro ni Iki
## 1079                                                                                                     Norn + Nonette: Last Era
## 1080                                                                                                      Hitotsu Tobashi Renai V
## 1081                                                                                                                   Fuuraiki 3
## 1082                                                                                                                       NHL 16
## 1083                                                                                                                 Hyakka Yakou
## 1084                                                                                          Barbie and Her Sisters Puppy Rescue
## 1085                                                                                            Monster High: New Ghoul in School
## 1086                                                                                          Farming Simulator 15 Expansion Pack
## 1087                                                                                   Nitroplus Blasterz: Heroines Infinite Duel
## 1088                                                                                                            Kurogane Kaikitan
## 1089                                                                                           Dragon Quest X: All in One Package
## 1090                                                                                                             Durarara!! Relay
## 1091                                                                                                                  Chaos;Child
## 1092                                                                                                    Legend of Kay Anniversary
## 1093                                                                                         Mario vs. Donkey Kong: Tipping Stars
## 1094                                                                                                            Act of Aggression
## 1095                                                                                                            Fallout Anthology
## 1096                                                                                                                  Chaos;Child
## 1097                                                                                                                         Ride
## 1098                                                                                                     Art Academy: Home Studio
## 1099                                                                                                         Rugby World Cup 2015
## 1100                                                                                                          Rugby League Live 3
## 1101                                                                               Horse Life 4: My Horse, My Friend, My Champion
## 1102                                                                                 Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki
## 1103                                                                                   Irotoridori no Sekai: World's End Re-Birth
## 1104                                                                                                  Saints Row: Gat out of Hell
## 1105                                                                          Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack
## 1106                                                                                                            Kiniro no Corda 3
## 1107                                                                                                        Xblaze: Lost Memories
## 1108                                                                                          Hakuoki: Reimeiroku - Omouhase Kara
## 1109                                                                                                           Grand Theft Auto V
## 1110                                                                                    Pokemon Omega Ruby/Pokemon Alpha Sapphire
## 1111                                                                                               Call of Duty: Advanced Warfare
## 1112                                                                                          Super Smash Bros. for Wii U and 3DS
## 1113                                                                                                                 Mario Kart 8
## 1114                                                                                                                      FIFA 15
## 1115                                                                                                                      Destiny
## 1116                                                                                                           Grand Theft Auto V
## 1117                                                                                               Call of Duty: Advanced Warfare
## 1118                                                                                                                    Minecraft
## 1119                                                                                          Super Smash Bros. for Wii U and 3DS
## 1120                                                                                                               The Last of Us
## 1121                                                                                               Call of Duty: Advanced Warfare
## 1122                                                                                                                    Minecraft
## 1123                                                                                               Call of Duty: Advanced Warfare
## 1124                                                                                                                      FIFA 15
## 1125                                                                                                                   Watch Dogs
## 1126                                                                                                                    Far Cry 4
## 1127                                                                                                      Assassin's Creed: Unity
## 1128                                                                                                    Monster Hunter 4 Ultimate
## 1129                                                                                                      Assassin's Creed: Unity
## 1130                                                                                                                      Destiny
## 1131                                                                                                    Yokai Watch 2 Ganso/Honke
## 1132                                                                                            Halo: The Master Chief Collection
## 1133                                                                                                                   The Sims 4
## 1134                                                                                               Middle-Earth: Shadow of Mordor
## 1135                                                                                                                    Titanfall
## 1136                                                                                                                      FIFA 15
## 1137                                                                                                         inFAMOUS: Second Son
## 1138                                                                                                                    Minecraft
## 1139                                                                                                       Yokai Watch 2 Shinuchi
## 1140                                                                                                                     NBA 2K15
## 1141                                                                                                                Madden NFL 15
## 1142                                                                                                                      FIFA 15
## 1143                                                                                                                    DriveClub
## 1144                                                                                                                Madden NFL 15
## 1145                                                                                                              Just Dance 2015
## 1146                                                                                                      Dragon Age: Inquisition
## 1147                                                                                                                    Minecraft
## 1148                                                                                                                      Destiny
## 1149                                                                                                            LittleBigPlanet 3
## 1150                                                                                                         Kirby: Triple Deluxe
## 1151                                                                                                                   Diablo III
## 1152                                                                                                              The Evil Within
## 1153                                                                                                                   Watch Dogs
## 1154                                                                                                                     The Crew
## 1155                                                                                                                     NBA 2K15
## 1156                                                                                                                    Far Cry 4
## 1157                                                                                                                     NBA 2K15
## 1158                                                                                                                      Destiny
## 1159                                                                                                                   Watch Dogs
## 1160                                                                                                                Madden NFL 15
## 1161                                                                                                   Wolfenstein: The New Order
## 1162                                                                                         Donkey Kong Country: Tropical Freeze
## 1163                                                                                                                Madden NFL 15
## 1164                                                                                                           Tomb Raider (2013)
## 1165                                                                                                              Forza Horizon 2
## 1166                                                                                                           Yoshi's New Island
## 1167                                                                                                                    Titanfall
## 1168                                                                                               Middle-Earth: Shadow of Mordor
## 1169                                                                                                                     NBA 2K15
## 1170                                                                                                                    Far Cry 4
## 1171                                                                                                      Assassin's Creed: Rogue
## 1172                                                                                                     The LEGO Movie Videogame
## 1173                                                                                                                Dark Souls II
## 1174                                                                                            Metal Gear Solid V: Ground Zeroes
## 1175                                                                                                                   Watch Dogs
## 1176                                                                                                            Kingdom Hearts II
## 1177                                                                                                              Hyrule Warriors
## 1178                                                                                                       Farming Simulator 2015
## 1179                                                                                               Captain Toad: Treasure Tracker
## 1180                                                                                                                     WWE 2K15
## 1181                                                                                                             Sunset Overdrive
## 1182                                                                                                             Alien: Isolation
## 1183                                                                                     Disney Infinity 2.0: Marvel Super Heroes
## 1184                                                                                           Plants vs. Zombies: Garden Warfare
## 1185                                                                                                                EA Sports UFC
## 1186                                                                                                      Assassin's Creed: Rogue
## 1187                                                                                                               Rayman Legends
## 1188                                                                                     Disney Infinity 2.0: Marvel Super Heroes
## 1189                                                                                                        Skylanders: Trap Team
## 1190                                                                                                      Dragon Age: Inquisition
## 1191                                                                                                 Lego Batman 3: Beyond Gotham
## 1192                                                                                                     The LEGO Movie Videogame
## 1193                                                                                               South Park: The Stick of Truth
## 1194                                                                                               South Park: The Stick of Truth
## 1195                                                                                                                    Far Cry 4
## 1196                                                                                                     The Elder Scrolls Online
## 1197                                                                                                        Skylanders: Trap Team
## 1198                                                                                                 Lego Batman 3: Beyond Gotham
## 1199                                                                                                              The Evil Within
## 1200                                                                                                                 Thief (2014)
## 1201                                                                                                      Dragon Quest Monsters 2
## 1202                                                                                                              Forza Horizon 2
## 1203                                                                                                                     WWE 2K15
## 1204                                                                                                                  Bayonetta 2
## 1205                                                                                                    Pro Evolution Soccer 2015
## 1206                                                                                            Final Fantasy XIV: A Realm Reborn
## 1207                                                                                                                Dark Souls II
## 1208                                                                                                 Lego Batman 3: Beyond Gotham
## 1209                                                                                                      Dragon Age: Inquisition
## 1210                                                                                                              Just Dance 2015
## 1211                                                                                           Persona Q: Shadow of the Labyrinth
## 1212                                                                                                             MLB 14: The Show
## 1213                                                                                                  Borderlands: The Pre-Sequel
## 1214                                                                                                        Skylanders: Trap Team
## 1215                                                                                                     The LEGO Movie Videogame
## 1216                                                                                           Plants vs. Zombies: Garden Warfare
## 1217                                                                                                               Sniper Elite 3
## 1218                                                                                                   Wolfenstein: The New Order
## 1219                                                                                                              The Evil Within
## 1220                                                                                                     The LEGO Movie Videogame
## 1221                                                                                                        Skylanders: Trap Team
## 1222                                                                                                                   Diablo III
## 1223                                                                                                            Metro: Last Light
## 1224                                                                                           Plants vs. Zombies: Garden Warfare
## 1225                                                                                                                 Freedom Wars
## 1226                                                                                     Disney Infinity 2.0: Marvel Super Heroes
## 1227                                                                                                                Borderlands 2
## 1228                                                                                                     The LEGO Movie Videogame
## 1229                                                                                                                     WWE 2K15
## 1230                                                                                                                     The Crew
## 1231                                                                                                            LittleBigPlanet 3
## 1232                                                                                                                    Far Cry 4
## 1233                                                                                                               Rocksmith 2014
## 1234                                                                                     Disney Infinity 2.0: Marvel Super Heroes
## 1235                                                                                                   2014 FIFA World Cup Brazil
## 1236                                                                                           Plants vs. Zombies: Garden Warfare
## 1237                                                                                                  Borderlands: The Pre-Sequel
## 1238                                                                                                           Tomb Raider (2013)
## 1239                                                                                                              Just Dance 2015
## 1240                                                                                                         Kinect Sports Rivals
## 1241                                                                                                              LEGO The Hobbit
## 1242                                                                                                                       NHL 15
## 1243                                                                                                      Dragon Age: Inquisition
## 1244                                                                                                                      FIFA 15
## 1245                                                                                            Metal Gear Solid V: Ground Zeroes
## 1246                                                                                                    Pro Evolution Soccer 2015
## 1247                                                                                                                     WWE 2K15
## 1248                                                                                                                    Titanfall
## 1249                                                                                               Middle-Earth: Shadow of Mordor
## 1250                                                                                                                      FIFA 15
## 1251                                                                                              The Amazing Spider-Man 2 (2014)
## 1252                                                                                                      Assassin's Creed: Unity
## 1253                                                                                                      Final Fantasy Explorers
## 1254                                                                                                              Just Dance 2015
## 1255                                                                                                     The LEGO Movie Videogame
## 1256                                                                                                      Dragon Age: Inquisition
## 1257                                                                                                          Lords of the Fallen
## 1258                                                                                                             Alien: Isolation
## 1259                                                                                               Middle-Earth: Shadow of Mordor
## 1260                                                                                                         Pokemon Art Academy 
## 1261                                                                                                       Mario Golf: World Tour
## 1262                                                                                       World of Warcraft: Warlords of Draenor
## 1263                                                                                                                EA Sports UFC
## 1264                                                                                                        Football Manager 2015
## 1265                                                                                                              The Evil Within
## 1266                                                                                                                 Thief (2014)
## 1267                                                                                                 The Walking Dead: Season One
## 1268                                                                                                              LEGO The Hobbit
## 1269                                                                                                                      FIFA 15
## 1270                                                                                                              LEGO The Hobbit
## 1271                                                                                                                       NHL 15
## 1272                                                                                                 Lego Batman 3: Beyond Gotham
## 1273                                                                                                 Lego Batman 3: Beyond Gotham
## 1274                                                                                                   Wolfenstein: The New Order
## 1275                                                                                                                   Watch Dogs
## 1276                                                                                                   Wolfenstein: The New Order
## 1277                                                                                                        Skylanders: Trap Team
## 1278                                                                                     Disney Infinity 2.0: Marvel Super Heroes
## 1279                                                                                                                        Fable
## 1280                                                                                                                Sleeping Dogs
## 1281                                                                            Naruto Shippuden: Ultimate Ninja Storm Revolution
## 1282                                                                                                 Lego Batman 3: Beyond Gotham
## 1283                                                                                                             MLB 14: The Show
## 1284                                                                                                   2014 FIFA World Cup Brazil
## 1285                                                                                                                Trials Fusion
## 1286                                                                                                             Story of Seasons
## 1287                                                                                                                       NHL 15
## 1288                                                                                                                      F1 2014
## 1289                                                                                               Call of Duty: Advanced Warfare
## 1290                                                                                                               Rocksmith 2014
## 1291                                                                                                              Just Dance 2015
## 1292                                                                                                   Wolfenstein: The New Order
## 1293                                                                                    Mobile Suit Gundam: Extreme VS Full Boost
## 1294                                                                                                              Wii Sports Club
## 1295                                                                                      Theatrhythm Final Fantasy: Curtain Call
## 1296                                                                                                        Skylanders: Trap Team
## 1297                                                                                       Sid Meier's Civilization: Beyond Earth
## 1298                                                                                                                       NHL 15
## 1299                                                                                                    Fossil Fighters: Frontier
## 1300                                                                                                                 Thief (2014)
## 1301                                                                                               Middle-Earth: Shadow of Mordor
## 1302                                                                                                               Sniper Elite 3
## 1303                                                                                                               Rayman Legends
## 1304                                                                                                             Alien: Isolation
## 1305                                                                                      Dragon Ball Heroes: Ultimate Mission 2 
## 1306                                                                                             Hatsune Miku: Project Diva F 2nd
## 1307                                                                                                       Murdered: Soul Suspect
## 1308                                                                                                          J Stars Victory Vs.
## 1309                                                                Taiko Drum Master: Don and Katsu's Space-Time Great Adventure
## 1310                                                                                                    Sonic Boom: Rise of Lyric
## 1311                                                                                                            Metro: Last Light
## 1312                                                                                                   Dragon Ball Z: Battle of Z
## 1313                                                                                                               Sniper Elite 3
## 1314                                                                                                 Lego Batman 3: Beyond Gotham
## 1315                                                                                           Dynasty Warriors 8: Xtreme Legends
## 1316                                                                                            Sword Art Online: Hollow Fragment
## 1317                                                                                                     The LEGO Movie Videogame
## 1318                                                                                                  Borderlands: The Pre-Sequel
## 1319                                                                                                Sonic Boom: Shattered Crystal
## 1320                                                                                            Metal Gear Solid V: Ground Zeroes
## 1321                                                                                                                      FIFA 15
## 1322                                                                                                             Alien: Isolation
## 1323                                                                                                               Sniper Elite 3
## 1324                                                                                                                    NES Remix
## 1325                                                                                                        Skylanders: Trap Team
## 1326                                                                                                                 Thief (2014)
## 1327                                                                                               One Piece: Unlimited World Red
## 1328                                                                                                              The Evil Within
## 1329                                                                                        Sherlock Holmes: Crimes & Punishments
## 1330                                                                                                             Sengoku Basara 4
## 1331                                                                                                              LEGO The Hobbit
## 1332                                                                                                           Ultimate NES Remix
## 1333                                                                                              The Amazing Spider-Man 2 (2014)
## 1334                                                                                                                Yakuza: Ishin
## 1335                                                                                                           Samurai Warriors 4
## 1336                                                                                                   How to Train Your Dragon 2
## 1337                                                                                                              Just Dance 2015
## 1338                                                                                             Hatsune Miku: Project Diva F 2nd
## 1339                                                                             Teenage Mutant Ninja Turtles: Danger of the Ooze
## 1340                                                                                                 The Walking Dead: Season Two
## 1341                                                                                                                Trials Fusion
## 1342                                                                                                        Onechanbara Z2: Chaos
## 1343                                                                                                           Samurai Warriors 4
## 1344                                                                                                              LEGO The Hobbit
## 1345                                                                                                                  NBA Live 15
## 1346                                                                                              The Amazing Spider-Man 2 (2014)
## 1347                                                                                                              Toukiden Kiwami
## 1348                                                                                            3rd Super Robot Wars Z Jigoku Hen
## 1349                                                                                                                      F1 2014
## 1350                                                                                                              LEGO The Hobbit
## 1351                                                                                                         Soul Sacrifice Delta
## 1352                                                                                                          Lords of the Fallen
## 1353                                                                                              The Amazing Spider-Man 2 (2014)
## 1354                                                                                               Senran Kagura 2: Deep Crimson 
## 1355                                                                            Naruto Shippuden: Ultimate Ninja Storm Revolution
## 1356                                                                                                                     The Crew
## 1357                                                                                          Transformer: Rise of the Dark Spark
## 1358                                                                             Danganronpa Another Episode: Ultra Despair Girls
## 1359                                                                                                            The Wolf Among Us
## 1360                                                                                                                  NBA Live 15
## 1361                                                                                                          J Stars Victory Vs.
## 1362                                                                                                        God of War Collection
## 1363                                                                             Teenage Mutant Ninja Turtles: Danger of the Ooze
## 1364                                                                                                                Sleeping Dogs
## 1365                                                                                               Castlevania: Lords of Shadow 2
## 1366                                                                                                               Bound By Flame
## 1367                                                                                                  Dynasty Warriors 8: Empires
## 1368                                                                                               South Park: The Stick of Truth
## 1369                                                                                                 The Walking Dead: Season Two
## 1370                                                                                            3rd Super Robot Wars Z Jigoku Hen
## 1371                                                                                The Legend of Heroes: Trails of Cold Steel II
## 1372                                                                                                     Singstar: Ultimate Party
## 1373                                                                                                           Phantasy Star Nova
## 1374                                                                                                     Dance Central: Spotlight
## 1375                                                                                                              Godzilla (2015)
## 1376                                                                                                        Guilty Gear Xrd: Sign
## 1377                                                                                                   How to Train Your Dragon 2
## 1378                                                                                                                     Shape Up
## 1379                                                                                  Atelier Shallie: Alchemists of the Dusk Sea
## 1380                                                                                                    Corpse Party: Blood Drive
## 1381                                                                                                                   MotoGP 14 
## 1382                                                                                                               GRID Autosport
## 1383                                                                                                                Dark Souls II
## 1384                                                                                                                Project Spark
## 1385                                                                                               Danganronpa 2: Goodbye Despair
## 1386                                                                                      Sumikko Gurashi: Koko ga Ochitsukundesu
## 1387                                                                                                   How to Train Your Dragon 2
## 1388                                                                                                               Dragon Quest X
## 1389                                                                                                                   NASCAR '14
## 1390                                                                                             Jikkyou Powerful Pro Yakyuu 2014
## 1391                                                                                                Dengeki Bunko Fighting Climax
## 1392                                                                                                       Murdered: Soul Suspect
## 1393                                                                                                                     The Crew
## 1394                                                                                                        Guilty Gear Xrd: Sign
## 1395                                                                                                 The Walking Dead: Season One
## 1396                                                                                            Ar Nosurge: Ode to an Unborn Star
## 1397                                                                                          Transformer: Rise of the Dark Spark
## 1398                                                                                                                     Wildstar
## 1399                                                                                                Harvest Moon: The Lost Valley
## 1400                                                                                                      Fantasia: Music Evolved
## 1401                                                                                             Disgaea 4: A Promise Unforgotten
## 1402                                                                                                             Gundam Breaker 2
## 1403                                                                                                              LEGO The Hobbit
## 1404                                                                                                 Oreshika: Tainted Bloodlines
## 1405                                                                                                            Warriors Orochi 3
## 1406                                                                                The Legend of Heroes: Trails of Cold Steel II
## 1407                                                                                                                Yakuza: Ishin
## 1408                                                                                                          Derby Stallion Gold
## 1409                                                                                                             Alien: Isolation
## 1410                                                                                                             Gundam Breaker 2
## 1411                                                                                            Metal Gear Solid V: Ground Zeroes
## 1412                                                                                                    Pro Evolution Soccer 2015
## 1413                                                                                                    Pro Evolution Soccer 2015
## 1414                                                                                                 The Walking Dead: Season Two
## 1415                                                                                                       Pro Yaky? Spirits 2014
## 1416                                                                                                               Rayman Legends
## 1417                                                                                                       Murdered: Soul Suspect
## 1418                                                                                                            Shining Resonance
## 1419                                                                                                     Persona 4: Arena Ultimax
## 1420                                                                             Teenage Mutant Ninja Turtles: Danger of the Ooze
## 1421                                                                                                Dengeki Bunko Fighting Climax
## 1422                                                                                                  The IdolM@ster: One for All
## 1423                                                                                                                   Watch Dogs
## 1424                                                                                                     Deception IV: Blood Ties
## 1425                                                                                               One Piece: Unlimited World Red
## 1426                                                                                                         Under Night In-Birth
## 1427                                                                                     Hyperdevotion Noire: Goddess Black Heart
## 1428                                                                                                       Aikatsu! 365 Idol Days
## 1429                                                                   Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi
## 1430                                                                                  Mobile Suit Gundam Side Story: Missing Link
## 1431                                                                                             One Piece: Super Grand Battle! X
## 1432                                                                                             Akiba's Trip: Undead & Undressed
## 1433                                                                                             Jikkyou Powerful Pro Yakyuu 2014
## 1434                                                                                              Love Live! School Idol Paradise
## 1435                                                                                                                    Tropico 5
## 1436                                                                                                     Deception IV: Blood Ties
## 1437                                                                                                 Taiko Drum Master: Tokumori!
## 1438                                                                                  Hyperdimension Neptunia U: Action Unleashed
## 1439                                                                                                             Puyo Puyo Tetris
## 1440                                                                                           Fatal Frame: Maiden of Black Water
## 1441                                                                                          Transformer: Rise of the Dark Spark
## 1442                                                                                                                   MotoGP 14 
## 1443                                                                                          Transformer: Rise of the Dark Spark
## 1444                                                                                                           Samurai Warriors 4
## 1445                                                                                                                   NASCAR '14
## 1446                                                                                                             MLB 14: The Show
## 1447                                                                                              Tales of the World: Reve Unitia
## 1448                                                                                                   Dragon Ball Z: Battle of Z
## 1449                                                                                         Pac-Man and the Ghostly Adventures 2
## 1450                                                                                                 Kamen Rider: Battride War II
## 1451                                                                                                                     Sacred 3
## 1452                                                                                         Etrian Odyssey II: Heroes of Lagaard
## 1453                                                                    Dungeon Travelers 2: The Royal Library & The Monster Seal
## 1454                                                                                                   How to Train Your Dragon 2
## 1455                                                                                                                 Thief (2014)
## 1456                                                                                                       Murdered: Soul Suspect
## 1457                                                                                                         Fate/hollow ataraxia
## 1458                                                                                                 The Walking Dead: Season Two
## 1459                                                                                                 The Walking Dead: Season Two
## 1460                                                                                            Code:Realize - Sousei no Himegimi
## 1461                                                                                                             Natural Doctrine
## 1462                                                                                                                      F1 2014
## 1463                                                                                                          Makai Shin Trillion
## 1464                                                                                            Operation Abyss: New Tokyo Legacy
## 1465                                                                                    Etrian Odyssey 2 Untold: Knight of Fafnir
## 1466                                                                                            Kuroko's Basketball: Miracle Game
## 1467                                                                                                                    The Voice
## 1468                                                                                         Pac-Man and the Ghostly Adventures 2
## 1469                                                                                                  Disney Planes Fire & Rescue
## 1470                                                                                      Girls und Panzer: I Will Master Tankery
## 1471                                                                                                     Singstar: Ultimate Party
## 1472                                                                                                      Digimon All-Star Rumble
## 1473                                                                                                        Yaiba: Ninja Gaiden Z
## 1474                                                                                               Castlevania: Lords of Shadow 2
## 1475                                                                                                            The Wolf Among Us
## 1476                                                                                                       Pro Yaky? Spirits 2014
## 1477                                                                                                               GRID Autosport
## 1478                                                                                                         Risen 3: Titan Lords
## 1479                                                                                                  Dynasty Warriors 8: Empires
## 1480                                                                                                             Just Dance Wii U
## 1481                                                                                          Lara Croft and the Temple of Osiris
## 1482                                                                                                   How to Train Your Dragon 2
## 1483                                                                                                                    The Voice
## 1484                                                                                                                The Golf Club
## 1485                                                                                                                   MotoGP 14 
## 1486                                                                           Adventure Time: The Secret of the Nameless Kingdom
## 1487                                                                                                         Risen 3: Titan Lords
## 1488                                                                                                     Persona 4: Arena Ultimax
## 1489                                                                                        Sherlock Holmes: Crimes & Punishments
## 1490                                                                                         Pac-Man and the Ghostly Adventures 2
## 1491                                                                                                               Lost Dimension
## 1492                                                                                                Samurai Warriors Chronicles 3
## 1493                                                                                                            The Wolf Among Us
## 1494                                                                                               Genkai Totsuki Moero Chronicle
## 1495                                                                                                               Lost Dimension
## 1496                                                                                                                   Medabots 8
## 1497                                                                                                           Escape Dead Island
## 1498                                                                                                                    Hero Bank
## 1499                                                                                           Hyperdimension Neptunia Re;Birth 3
## 1500                                                                                                           Escape Dead Island
## 1501                                                                                                               Child of Light
## 1502                                                                                      Haikyuu!! Tsunage! Itadaki no Keshiki!!
## 1503                                                                                                                 Cut the Rope
## 1504                                                                                                      Fantasia: Music Evolved
## 1505                                                                                                   BlazBlue: Chrono Phantasma
## 1506                                                                                                 Tokyo Twilight Ghost Hunters
## 1507                                                                            Earth Defense Force 2: Invaders from Planet Space
## 1508                                                                                                  Dynasty Warriors 8: Empires
## 1509                                                                          Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!
## 1510                                                                                                       Pro Yaky? Spirits 2014
## 1511                                                                                    Transformer: Rise of the Dark Spark (3DS)
## 1512                                                                                              Hyperdimension Neptunia Victory
## 1513                                                                                        Sherlock Holmes: Crimes & Punishments
## 1514                                                                                                   Dragon Ball Z: Battle of Z
## 1515                                                                                                                     Terraria
## 1516                                                                                         Pac-Man and the Ghostly Adventures 2
## 1517                                                                                                            Gundam Try Age SP
## 1518                                                                                                       Penguins of Madagascar
## 1519                                                                                                     12-Sai. Honto no Kimochi
## 1520                                                                                                             Natural Doctrine
## 1521                                                                                      Cardfight!! Vanguard: Lock On Victory!!
## 1522                                                                                                         Risen 3: Titan Lords
## 1523                                                                                                Samurai Warriors Chronicles 3
## 1524                                                                                                                 Bullet Girls
## 1525                                                                                               One Piece: Unlimited World Red
## 1526                                                                                              The Amazing Spider-Man 2 (2014)
## 1527                                                                                            Game Center CX: 3-Choume no Arino
## 1528                                                                                                    Pro Evolution Soccer 2015
## 1529                                                                                                              Godzilla (2014)
## 1530                                                                                                 Lego Batman 3: Beyond Gotham
## 1531                                                                                                      A-Train: City Simulator
## 1532                                                                                                     The LEGO Movie Videogame
## 1533                                                                         Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!
## 1534                                                                                                        MX vs. ATV Supercross
## 1535                                                                                          Transformer: Rise of the Dark Spark
## 1536                                                                 Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo! 
## 1537                                                                   Super Robot Wars OG Saga Masou Kishin F: Coffin of the End
## 1538                                                                                                      Digimon All-Star Rumble
## 1539                                                                                  The Legend of Heroes VII: The Trail of Blue
## 1540                                                                                    Mahouka Koukou no Rettousei: Out of Order
## 1541                                                                                                 Lord of Magna: Maiden Heaven
## 1542                                                                                                        Magi: Aratanaru Sekai
## 1543                                                                           Adventure Time: The Secret of the Nameless Kingdom
## 1544                                                                                                              Chaos Rings III
## 1545                                                                                              The Amazing Spider-Man 2 (2014)
## 1546                                                                                                                    Tropico 5
## 1547                                                                                                 Tokyo Twilight Ghost Hunters
## 1548                                                                                                    Nobunaga no Yabou: Souzou
## 1549                                                                                                                  Enemy Front
## 1550                                                                                                       Murdered: Soul Suspect
## 1551                                                                                     Nobunaga's Ambition: Sphere of Influence
## 1552                                                                                                              Winning Post 8 
## 1553                                                                                        Sherlock Holmes: Crimes & Punishments
## 1554                                                                                                                     Sacred 3
## 1555                                                                                                      Super Heroine Chronicle
## 1556                                                                                        Sherlock Holmes: Crimes & Punishments
## 1557                                                                                                             Natural Doctrine
## 1558                                                                                                               Child of Light
## 1559                                                                                                              LEGO The Hobbit
## 1560                                                                                                              Shin Hayarigami
## 1561                                                                                                             Puyo Puyo Tetris
## 1562                                                                                                        Yaiba: Ninja Gaiden Z
## 1563                                                                                                                  Hero Bank 2
## 1564                                                                                  To Love-Ru Trouble Darkness: Battle Ecstasy
## 1565                                                                                        Atelier Ayesha: The Alchemist of Dusk
## 1566                                                                                                              Toukiden Kiwami
## 1567                                                                                              Hakuouki SSL: Sweet School Life
## 1568                                                                                                  Hyperdimension Neptunia mk2
## 1569                                                                                                             Puyo Puyo Tetris
## 1570                                                                                                  Disney Planes Fire & Rescue
## 1571                                                                                                                  Enemy Front
## 1572                                                                                     Nobunaga's Ambition: Sphere of Influence
## 1573                                                                                                            The Wolf Among Us
## 1574                                                                 Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta
## 1575                                                                                                                      Amagami
## 1576                                                                                                               Arcana Heart 3
## 1577                                                                                                                     Terraria
## 1578                                                        Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!
## 1579                                                                                                              Shin Hayarigami
## 1580                                                                                                            Warriors Orochi 3
## 1581                                                                                            Ar Nosurge: Ode to an Unborn Star
## 1582                                                                                               Castlevania: Lords of Shadow 2
## 1583                                                                                                             Ragnarok Odyssey
## 1584                                                                                                              Winning Post 8 
## 1585                                                                                                        Super Hero Generation
## 1586                                                                                                 Cooking Mama: My Sweets Shop
## 1587                                                                                                        Infamous: First Light
## 1588                                                                                                          Tour de France 2014
## 1589                                                                                                Living Legends: Frozen Beauty
## 1590                                                                                                       Penguins of Madagascar
## 1591                                                                                            Detective Conan: Phantom Rhapsody
## 1592                                                                                                      Might & Magic X: Legacy
## 1593                                                                                                        Super Hero Generation
## 1594                                                                                                                Toushin Toshi
## 1595                                                                                                                Trials Fusion
## 1596                                                                                          Cabela's Big Game Hunter: Pro Hunts
## 1597                                                                                         Hajime no Ippo: The Fighting! (2014)
## 1598                                                                                           Hyperdimension Neptunia Re;Birth 2
## 1599                                                                                          Infinite Stratos 2: Ignition Hearts
## 1600                                                                                                      Super Heroine Chronicle
## 1601                                                                                                                The Golf Club
## 1602                                                                                                                    The Voice
## 1603                                                                   Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi
## 1604                                                                                                         Great Edo Blacksmith
## 1605                                                                                               Power Rangers Super Megaforce 
## 1606                                                                                                          Lords of the Fallen
## 1607                                                                                  HappinessCharge PreCure! Kawarun Collection
## 1608                                                                                                           Nisekoi: Yomeiri!?
## 1609                                                                                          Cabela's Big Game Hunter: Pro Hunts
## 1610                                                                                                        MX vs. ATV Supercross
## 1611                                                                                          Infinite Stratos 2: Ignition Hearts
## 1612                                                                                                                AMNESIA World
## 1613                                                                                                    The Legend of Korra (3DS)
## 1614                                                                                                 Senran Kagura: Bon Appétit!
## 1615                                                                                                              Senjou no Waltz
## 1616                                                                                                               GRID Autosport
## 1617                                                                                                                 Demon Gaze 2
## 1618                                                                                          Juusanshi Engi Engetsu Sangokuden 2
## 1619                                                                                                  Disney Planes Fire & Rescue
## 1620                                                                                                                Omega Quintet
## 1621                                                                                            Diabolik Lovers: Vandead Carnival
## 1622                                                                                         Phoenix Wright: Ace Attorney Trilogy
## 1623                                                                                                                 Uta Kumi 575
## 1624                                                                                           Plants vs. Zombies: Garden Warfare
## 1625                                                                                                              Motto! SoniComi
## 1626                                                                                                   Date A Live: Arusu Install
## 1627                                                                                                                     Sacred 3
## 1628                                                                                                  The Awakened Fate Ultimatum
## 1629                                                                                          Lara Croft and the Temple of Osiris
## 1630                                                                                              Gakuen K: Wonderful School Days
## 1631                                                                                                             CV Casting Voice
## 1632                                                                                                 Tenkai Knights: Brave Battle
## 1633                                                                                                   Ratchet & Clank Collection
## 1634                                                                                                 Kamen Rider: Battride War II
## 1635                                                                                                   Bakumatsu Rock: Ultra Soul
## 1636                                                                                                          Pillars of Eternity
## 1637                                                                                     Grisaia no Rakuen: Le Eden de la Grisaia
## 1638                                                                                    Rabbids Invasion: The Interactive TV Show
## 1639                                                                                                               Robotics;Notes
## 1640                                                                                          Cabela's Big Game Hunter: Pro Hunts
## 1641                                                                                                       Divinity: Original Sin
## 1642                                                                                                             Puyo Puyo Tetris
## 1643                                                                                                          Dream C Club: GoGo 
## 1644                                                                                            Kadenz fermata//Akkord:fortissimo
## 1645                                                                                                            Gaist Crusher God
## 1646                                                                                                                    Kiss Bell
## 1647                                                                                  Adventure Time: The Secret of the Nameless 
## 1648                                                                              Grisaia no Meikyuu: Le Labyrinthe de la Grisaia
## 1649                                                                                           4 Play Collection - Dark Mysteries
## 1650                                                                                                            Shinobi Koutsutsu
## 1651                                                                                                       Penguins of Madagascar
## 1652                                                                                                       Don Bradman Cricket 14
## 1653                                                                                                                  Psycho-Pass
## 1654                                                                                                                      Rewrite
## 1655                                                                                               Marginal #4: Idol of Supernova
## 1656                                                                                                Big Hero 6: Battle in the Bay
## 1657                                                                                                    Geten no Hana: Yume Akari
## 1658                                                                                                     Hanayamata: Yosakoi Live
## 1659                                                                                                  htoL#NiQ: The Firefly Diary
## 1660                                                                                  Adventure Time: The Secret of the Nameless 
## 1661                                                                                                   Ro-Kyu-Bu! Secret Photo Op
## 1662                                                                                                               Bakumatsu Rock
## 1663                                                                                                               Strider (2014)
## 1664                                                                                                              Chaos;Head Noah
## 1665                                                                                                                  Binary Star
## 1666                                                                             Touch Detective 3: Does Funghi Dream of Bananas?
## 1667                                                                                               Fate/kaleid liner Prisma Illya
## 1668                                                                                               Minds and Mystery: 5 Game Pack
## 1669                                                                        Sakigake!! Otokojuku - Nihon yo, Kore ga Otoko Dearu!
## 1670                                                                                                                      SoniPro
## 1671                                                                                                  Golden Time: Vivid Memories
## 1672                                                                                 Heart no Kuni no Alice: Wonderful Twin World
## 1673                                                                                                                   MotoGP 14 
## 1674                                                                           Shin Koihime Musou: Otome Taisen * Sangokushi Engi
## 1675                                                                                                       Farming Simulator 2014
## 1676                                                                                                                Amnesia Later
## 1677                                                                                                     Winx Club: Saving Alfea 
## 1678                                                                                    Rabbids Invasion: The Interactive TV Show
## 1679                                                                                              Legends of Oz: Dorothy's Return
## 1680                                                                                             Satomi Hakkenden: Hachi Tamanoki
## 1681                                                                                                   Bakumatsu Rock: Ultra Soul
## 1682                                                                                              The Amazing Spider-Man 2 (2014)
## 1683                                                                                                          Tour de France 2014
## 1684                                                                                                    Dramatical Murder Re:code
## 1685                                                                                                            Hanasaku Manimani
## 1686                                               Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party
## 1687                                                                                                Tsukigime Ranko's Longest Day
## 1688                                                                                            Metal Gear Solid V: Ground Zeroes
## 1689                                                                                                             Aiyoku no Eustia
## 1690                                                                                                           Grand Theft Auto V
## 1691                                                                                                           Grand Theft Auto V
## 1692                                                                                                          Pokemon X/Pokemon Y
## 1693                                                                                                         Call of Duty: Ghosts
## 1694                                                                                                         Call of Duty: Ghosts
## 1695                                                                                                                    Minecraft
## 1696                                                                                                                      FIFA 14
## 1697                                                                                                               The Last of Us
## 1698                                                                                                               Tomodachi Life
## 1699                                                                                                   Luigi's Mansion: Dark Moon
## 1700                                                                                                         Super Mario 3D World
## 1701                                                                                                                      FIFA 14
## 1702                                                                                                         Call of Duty: Ghosts
## 1703                                                                                              Assassin's Creed IV: Black Flag
## 1704                                                                                                                Battlefield 4
## 1705                                                                                                              Just Dance 2014
## 1706                                                                                                                Battlefield 4
## 1707                                                                                                                Battlefield 4
## 1708                                                                                                             Monster Hunter 4
## 1709                                                                                              Assassin's Creed IV: Black Flag
## 1710                                                                                                               Gran Turismo 6
## 1711                                                                                   The Legend of Zelda: A Link Between Worlds
## 1712                                                                                                                      FIFA 14
## 1713                                                                                                         Call of Duty: Ghosts
## 1714                                                                                              Assassin's Creed IV: Black Flag
## 1715                                                                                                        Killzone: Shadow Fall
## 1716                                                                                                                     NBA 2K14
## 1717                                                                                                           Tomb Raider (2013)
## 1718                                                                                                       Batman: Arkham Origins
## 1719                                                                                                        God of War: Ascension
## 1720                                                                                                            New Super Luigi U
## 1721                                                                                              Assassin's Creed IV: Black Flag
## 1722                                                                                                                Madden NFL 25
## 1723                                                                                                     LEGO Marvel Super Heroes
## 1724                                                                                                           Forza Motorsport 5
## 1725                                                                                                        Skylanders SWAP Force
## 1726                                                                                                                     NBA 2K14
## 1727                                                                                                                  Yokai Watch
## 1728                                                                                                    Mario & Luigi: Dream Team
## 1729                                                                                                                Battlefield 4
## 1730                                                                                                        Need for Speed Rivals
## 1731                                                                                                            BioShock Infinite
## 1732                                                                                                     Mario Party: Island Tour
## 1733                                                                                                                   Diablo III
## 1734                                                                                                           Tomb Raider (2013)
## 1735                                                                                                  Donkey Kong Country Returns
## 1736                                                                                                       Batman: Arkham Origins
## 1737                                                                                                                Madden NFL 25
## 1738                                                                                                     LEGO Marvel Super Heroes
## 1739                                                                                          The Legend of Zelda: The Wind Waker
## 1740                                                                                                                  Wii Party U
## 1741                                                                                                               Kingdom Hearts
## 1742                                                                                                                        Knack
## 1743                                                                                                            BioShock Infinite
## 1744                                                                                             StarCraft II: Heart of the Swarm
## 1745                                                                                                                Saints Row IV
## 1746                                                                                                            Beyond: Two Souls
## 1747                                                                                                     LEGO Marvel Super Heroes
## 1748                                                                                                              Disney Infinity
## 1749                                                                                                                Dead Rising 3
## 1750                                                                                                       Gears of War: Judgment
## 1751                                                                                                             Puzzle & Dragons
## 1752                                                                                                         LEGO City Undercover
## 1753                                                                                           Dragon Quest VII: Warriors of Eden
## 1754                                                                                                                     NBA 2K14
## 1755                                                                                                              Disney Infinity
## 1756                                                                                                               SimCity (2013)
## 1757                                                                                               Metal Gear Rising: Revengeance
## 1758                                                                                                                   Diablo III
## 1759                                                                                                     Injustice: Gods Among Us
## 1760                                                                                                            Ryse: Son of Rome
## 1761                                                                                                                Battlefield 4
## 1762                                                                                                        Skylanders SWAP Force
## 1763                                                                                            Final Fantasy X / X-2 HD Remaster
## 1764                                                                                                        Need for Speed Rivals
## 1765                                                                                                                Saints Row IV
## 1766                                                                                                     Injustice: Gods Among Us
## 1767                                                                                                                      FIFA 14
## 1768                                                                                                                     WWE 2K14
## 1769                                                                                                                     Pikmin 3
## 1770                                                                                                                     WWE 2K14
## 1771                                                                                                         LEGO City Undercover
## 1772                                                                                                             NCAA Football 14
## 1773                                                                                            Final Fantasy XIV: A Realm Reborn
## 1774                                                                                        Lightning Returns: Final Fantasy XIII
## 1775                                                                                                     LEGO Marvel Super Heroes
## 1776                                                                                                        Skylanders SWAP Force
## 1777                                                                                                              Just Dance 2014
## 1778                                                                                                                 Dead Space 3
## 1779                                                                                                               Rocksmith 2014
## 1780                                                                                        Tom Clancy's Splinter Cell: Blacklist
## 1781                                                                                                              Disney Infinity
## 1782                                                                                                                 Dead Space 3
## 1783                                                                                                    Pro Evolution Soccer 2014
## 1784                                                                                                               Rocksmith 2014
## 1785                                                                                        Tom Clancy's Splinter Cell: Blacklist
## 1786                                                                                     Naruto Shippuden: Ultimate Ninja Storm 3
## 1787                                                                                                         Disney Magical World
## 1788                                                                                                     Injustice: Gods Among Us
## 1789                                                                                                                     NBA 2K14
## 1790                                                                                                                     Crysis 3
## 1791                                                                                                                Madden NFL 25
## 1792                                                                                                     LEGO Marvel Super Heroes
## 1793                                                                                                                     Crysis 3
## 1794                                                                                                                    Wii Fit U
## 1795                                                                                                             NCAA Football 14
## 1796                                                                                                                Madden NFL 25
## 1797                                                                                                          Killzone: Mercenary
## 1798                                                                                            Final Fantasy X / X-2 HD Remaster
## 1799                                                                                                           DmC: Devil May Cry
## 1800                                                                                                        Need for Speed Rivals
## 1801                                                                                                         Dead Island: Riptide
## 1802                                                                         Mario & Sonic at the Sochi 2014 Olympic Winter Games
## 1803                                                                                                     Aliens: Colonial Marines
## 1804                                                                                        Professor Layton and the Azran Legacy
## 1805                                                                                                   Resident Evil: Revelations
## 1806                                                                                                             MLB 13: The Show
## 1807                                                                                                     LEGO Marvel Super Heroes
## 1808                                                                                                           Total War: Rome II
## 1809                                                                                                         Call of Duty: Ghosts
## 1810                                                                                                        Need for Speed Rivals
## 1811                                                                                                                     Terraria
## 1812                                                                                                               Rayman Legends
## 1813                                                                                                            BioShock Infinite
## 1814                                                                                                 One Piece: Pirate Warriors 2
## 1815                                                                                                               Rocksmith 2014
## 1816                                                                                              Ratchet & Clank: Into the Nexus
## 1817                                                                                              Assassin's Creed IV: Black Flag
## 1818                                                                                                        Football Manager 2014
## 1819                                                                                          The Walking Dead: Survival Instinct
## 1820                                                                                                                     Crysis 3
## 1821                                                                                                                     Tearaway
## 1822                                                                                                     Aliens: Colonial Marines
## 1823                                                                                                         Dead Island: Riptide
## 1824                                                                                                           Dynasty Warriors 8
## 1825                                                                                                              Disney Infinity
## 1826                                                                                                         Frozen: Olaf's Quest
## 1827                                                                                                              Just Dance 2014
## 1828                                                                                                        Skylanders SWAP Force
## 1829                                                                                                        Shin Megami Tensei IV
## 1830                                                                                    JoJo's Bizarre Adventure: All Star Battle
## 1831                                                                                                               Rayman Legends
## 1832                                                                                                                     Payday 2
## 1833                                                                                                                     Defiance
## 1834                                                                                                  Sly Cooper: Thieves in Time
## 1835                                                                                                                       NHL 14
## 1836                                                                                                                      F1 2013
## 1837                                                                                                                       NHL 14
## 1838                                                                                                               Dragon's Crown
## 1839                                                                                                           Tales of Symphonia
## 1840                                                                                                         Frozen: Olaf's Quest
## 1841                                                                                                     LEGO Marvel Super Heroes
## 1842                                                                                                               Soul Sacrifice
## 1843                                                                                          The Walking Dead: Survival Instinct
## 1844                                                                                     Naruto Shippuden: Ultimate Ninja Storm 3
## 1845                                                                                                             Sonic Lost World
## 1846                                                                                               Metal Gear Rising: Revengeance
## 1847                                                                                                   Major League Baseball 2K13
## 1848                                                                                                              Just Dance 2014
## 1849                                                                                                                  God Eater 2
## 1850                                                                                                                     Deadpool
## 1851                                                                                                           DmC: Devil May Cry
## 1852                                                                                                                     Deadpool
## 1853                                                                                                                     Payday 2
## 1854                                                                                                               Hometown Story
## 1855                                                                                                               Rayman Legends
## 1856                                                                                             Batman: Arkham Origins Blackgate
## 1857                                                                                                            Metro: Last Light
## 1858                                                                                          Attack on Titan: Humanity in Chains
## 1859                                                                                                              Just Dance 2014
## 1860                                                                                                                     Terraria
## 1861                                                                                                                      FIFA 14
## 1862                                                                                                               Dragon Quest X
## 1863                                                                                      Metal Gear Solid: The Legacy Collection
## 1864                                                                                                            The Wonderful 101
## 1865                                                                                                                      FIFA 14
## 1866                                                                                                             Sonic Lost World
## 1867                                                                                                        Skylanders SWAP Force
## 1868                                                                                               One Piece: Unlimited World Red
## 1869                                                                                                       Farming Simulator 2013
## 1870                                                                                                                      FIFA 14
## 1871                                                                                Phoenix Wright: Ace Attorney - Dual Destinies
## 1872                                                                                                              Tales of Hearts
## 1873                                                                                                     LEGO Marvel Super Heroes
## 1874                                                                                                              Just Dance 2014
## 1875                                                                                                                       GRID 2
## 1876                                                                                                      Tiger Woods PGA Tour 14
## 1877                                                                                                            Zoo Tycoon (2013)
## 1878                                                                                                               Dragon's Crown
## 1879                                                                                                     Earth Defense Force 2025
## 1880                                                                                                      Tiger Woods PGA Tour 14
## 1881                                                                           Sentouchu: Densetsu no Shinobi to Survival Battle!
## 1882                                                                                                  Toukiden: The Age of Demons
## 1883                                                                                                            Metro: Last Light
## 1884                                                                                                                     Defiance
## 1885                                                                                                         Call of Duty: Ghosts
## 1886                                                                                                          Company of Heroes 2
## 1887                                                                                                        Angry Birds Star Wars
## 1888                                                                                                      Sniper: Ghost Warrior 2
## 1889                                                                                             Danganronpa: Trigger Happy Havoc
## 1890                                                                                                                  Remember Me
## 1891                                                                                                        Skylanders SWAP Force
## 1892                                                                                                       Batman: Arkham Origins
## 1893                                                                                                                 Drakengard 3
## 1894                                                                                                       Batman: Arkham Origins
## 1895                                                                                       LEGO Legends of Chima: Laval's Journey
## 1896                                                                                                   BlazBlue: Chrono Phantasma
## 1897                                                                                                                      F1 2013
## 1898                                                                                                              Disney Infinity
## 1899                                                                          Senran Kagura Shinovi Versus: Sh?jo-tachi no Sh?mei
## 1900                                                                                                        Angry Birds Star Wars
## 1901                                                                                         Dragon Ball Heroes: Ultimate Mission
## 1902                                                                                              Assassin's Creed IV: Black Flag
## 1903                                                                                                 Hatsune Miku: Project Diva f
## 1904                                                                                                        Angry Birds Star Wars
## 1905                                                                                              Army of Two: The Devil's Cartel
## 1906                                                                                                                       GRID 2
## 1907                                                                                                  Need for Speed: Most Wanted
## 1908                                                                                        Lightning Returns: Final Fantasy XIII
## 1909                                                                                             Batman: Arkham Origins Blackgate
## 1910                                                                                                               Gundam Breaker
## 1911                                                                                                Aikatsu! 2-nin no My Princess
## 1912                                                                                                        Angry Birds Star Wars
## 1913                                                                                                  Inazuma Eleven GO 3: Galaxy
## 1914                                                                                             Jikkyou Powerful Pro Yakyuu 2013
## 1915                                                                                   Etrian Odyssey Untold: The Millennium Girl
## 1916                                                                                                   Resident Evil: Revelations
## 1917                                                                                              Army of Two: The Devil's Cartel
## 1918                                                                                                                    Puppeteer
## 1919                                                                                                        Need for Speed Rivals
## 1920                                                                                                The Bureau: XCOM Declassified
## 1921                                                                                                  Sly Cooper: Thieves in Time
## 1922                                                                                                        Skylanders SWAP Force
## 1923                                                                                                                      FIFA 14
## 1924                                                                                                   Zumba Fitness: World Party
## 1925                                                                                                          Star Trek: The Game
## 1926                                                                                                                  NBA Live 14
## 1927                                                                                                                  God Eater 2
## 1928                                                                                                    Pro Evolution Soccer 2014
## 1929                                                                                              Dynasty Warriors: Gundam Reborn
## 1930                                                                                   The Legend of Heroes: Trails of Cold Steel
## 1931                                                                                                                 Game & Wario
## 1932                                                                                                               Killer is Dead
## 1933                                                                                            Sword Art Online: Infinity Moment
## 1934                                                                                                   Zumba Fitness: World Party
## 1935                                                                                                Hatsune Miku: Project Mirai 2
## 1936                                                                                                    Muramasa: The Demon Blade
## 1937                                                                                                        Angry Birds Star Wars
## 1938                                                                                                The Bureau: XCOM Declassified
## 1939                                                                             Atelier Escha & Logy: Alchemists of the Dusk Sky
## 1940                                                                                                          Star Trek: The Game
## 1941                                                                                              Disgaea D2: A Brighter Darkness
## 1942                                                                                                           Hitman: HD Trilogy
## 1943                                                                                                              Disney's Planes
## 1944                                                                                                                     Defiance
## 1945                                                                                                                Lost Planet 3
## 1946                                                                                                      Sniper: Ghost Warrior 2
## 1947                                                                                                              Disney's Planes
## 1948                                                                                             The Witch and the Hundred Knight
## 1949                                                                                                                  NBA Live 14
## 1950                                                                                   The Legend of Heroes: Trails of Cold Steel
## 1951                                                                                                       Pro Yaky? Spirits 2013
## 1952                                                                                                       Pro Yaky? Spirits 2013
## 1953                                                                                                               Fighter Within
## 1954                                                                                                    Kamen Rider: Battride War
## 1955                                                                                                     Injustice: Gods Among Us
## 1956                                                                                                            Metro: Last Light
## 1957                                                                                                                      FIFA 14
## 1958                                                                                                   Resident Evil: Revelations
## 1959                                                                                            Taiko no Tatsujin: Wii U Version!
## 1960                                                                                                    Nobunaga no Yabou: Souzou
## 1961                                                                                        Tom Clancy's Splinter Cell: Blacklist
## 1962                                                                                                                    Kuma-Tomo
## 1963                                                                                                    Pro Evolution Soccer 2014
## 1964                                                                                                                Saints Row IV
## 1965                                                                                                               Fairy Fencer F
## 1966                                                                                                                 The Smurfs 2
## 1967                                                                                                        Super Robot Taisen UX
## 1968                                                                                                           Valhalla Knights 3
## 1969                                                                                                    Daigasso! Band Brothers P
## 1970                                                                                                     Aliens: Colonial Marines
## 1971                                                                                                                  Remember Me
## 1972                                                                                                  Toukiden: The Age of Demons
## 1973                                                                                                           Hitman: HD Trilogy
## 1974                                                                                          Yu-Gi-Oh! Zexal World Duel Carnival
## 1975                                                                                             Jikkyou Powerful Pro Yakyuu 2013
## 1976                                                                                   Conception II: Children of the Seven Stars
## 1977                                                                                                     LEGO Marvel Super Heroes
## 1978                                                                                                                   Demon Gaze
## 1979                                                                                                       Phantasy Star Online 2
## 1980                                                                                                    Pro Evolution Soccer 2014
## 1981                                                                                                        Angry Birds Star Wars
## 1982                                                                                                                  Putty Squad
## 1983                                                                                             Akiba's Trip: Undead & Undressed
## 1984                                                                                           Dynasty Warriors 8: Xtreme Legends
## 1985                                                                                                   Major League Baseball 2K13
## 1986                                                                                                           Dynasty Warriors 8
## 1987                                                                                      Tears to Tiara II: Heir of the Overlord
## 1988                                                                    Adventure Time: Explore the Dungeon Because I Don't Know!
## 1989                                                                                Castlevania: Lords of Shadow - Mirror of Fate
## 1990                                                                                 Hoppechan: Tsukutte! Asonde! Punipuni Town!!
## 1991                                                                                                     Earth Defense Force 2025
## 1992                                                                                                               Summon Night 5
## 1993                                                                                                       Farming Simulator 2013
## 1994                                                                                                 The Walking Dead: Season One
## 1995                                                                                                              Disney's Planes
## 1996                                                                                                      Hyperdimension Neptunia
## 1997                                                                                                     Injustice: Gods Among Us
## 1998                                                                                       LEGO Legends of Chima: Laval's Journey
## 1999                                                                                    Soccer Tsuku: Pro Soccer Club o Tsukurou!
## 2000                                                                                                             Fuse (Insomniac)
## 2001                                                                                                           7th Dragon 2020-II
## 2002                                                                                              Dynasty Warriors: Gundam Reborn
## 2003                                                                                             Little Battlers eXperience: Wars
## 2004                                                                                                 One Piece: Pirate Warriors 2
## 2005                                                                                   Conception II: Children of the Seven Stars
## 2006                                                                                            Moshi Monsters: Katsuma Unleashed
## 2007                                                                                                               Killer is Dead
## 2008                                                                                                                 The Smurfs 2
## 2009                                                                                                               Fate/Extra CCC
## 2010                                                                                               Uta no * Prince-Sama: All Star
## 2011                                                                                        Tom Clancy's Splinter Cell: Blacklist
## 2012                                                                                                                Lost Planet 3
## 2013                                                                                               LEGO Batman 2: DC Super Heroes
## 2014                                                                   2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe
## 2015                                                                                                    Armored Core: Verdict Day
## 2016                                                                                           Dynasty Warriors 8: Xtreme Legends
## 2017                                                                                                             Fuse (Insomniac)
## 2018                                                                                          The Walking Dead: Survival Instinct
## 2019                                                                                                             MLB 13: The Show
## 2020                                                                                             Akiba's Trip: Undead & Undressed
## 2021                                                                                                                  Shining Ark
## 2022                                                                                                    Deus Ex: Human Revolution
## 2023                                                                                                                     ArmA III
## 2024                                                                                                                    Mind Zero
## 2025                                                                                                    Pro Evolution Soccer 2014
## 2026                                                                                           Macross 30: Ginga o Tsunagu Utagoe
## 2027                                                                                                 Little Battlers eXperience W
## 2028                                                                                                        Football Manager 2014
## 2029                                                                                                            Digimon Adventure
## 2030                                                                                Scribblenauts Unmasked: A DC Comics Adventure
## 2031                                                                                                                     Terraria
## 2032                                                                                Scribblenauts Unmasked: A DC Comics Adventure
## 2033                                                                                                                  Steins;Gate
## 2034                                                                                                        Angry Birds Star Wars
## 2035                                                                                             Jikkyou Powerful Pro Yakyuu 2013
## 2036                                                                                                               Gundam Breaker
## 2037                                                                                                        Young Justice: Legacy
## 2038                                                                                                                 The Smurfs 2
## 2039                                                                                           PAC-MAN and the Ghostly Adventures
## 2040                                                                                              Hyperdimension Idol Neptunia PP
## 2041                                                                                                              Dead or Alive 5
## 2042                                                                                                                 The Smurfs 2
## 2043                                                                                        Cardfight!! Vanguard: Ride to Victory
## 2044                                                                                                  Uta no Prince-Sama: Music 2
## 2045                                                                                             Digimon World Re:Digitize Decode
## 2046                                                                                     The Amazing Spider-Man (Console Version)
## 2047                                                                                                             Inazuma Eleven 3
## 2048                                                                                                                 The Smurfs 2
## 2049                                                                                                        Angry Birds Star Wars
## 2050                                                                                                     Invizimals: The Alliance
## 2051                                                                                                 Kamen Rider: Travelers Senki
## 2052                                                                                       Pretty Rhythm: My Deco Rainbow Wedding
## 2053                                                                                    One Piece: Romance Dawn - Bouken no Yoake
## 2054                                                                            Pretty Rhythm Rainbow Live: Kira Kira My * Design
## 2055                                                                                           PAC-MAN and the Ghostly Adventures
## 2056                                                                                                      Sniper: Ghost Warrior 2
## 2057                                                                                                      AKB1/149: Love Election
## 2058                                                                                 Kobitodzukan: Kobito no Fushigi - Jikken Set
## 2059                                                                              Gekijouban Madoka Magicka: The Battle Pentagram
## 2060                                                                                           PAC-MAN and the Ghostly Adventures
## 2061                                                                    Dungeon Travelers 2: The Royal Library & The Monster Seal
## 2062                                                                                                                    X Rebirth
## 2063                                                                                             Medabots Dual: Kabuto / Kuwagata
## 2064                                                                    Adventure Time: Explore the Dungeon Because I Don't Know!
## 2065                                                                                                            Zoo Tycoon (2013)
## 2066                                                                                                       Killer Instinct (2013)
## 2067                                                                                              Touch Detective: Nameko Shigeru
## 2068                                                                                                                    PhotoKano
## 2069                                                                                                            Warriors Orochi 3
## 2070                                                                                    Soccer Tsuku: Pro Soccer Club o Tsukurou!
## 2071                                                                                                              Disney's Planes
## 2072                                                                                          Model * Oshare Audition: Dream Girl
## 2073                                                                                               The Croods: Prehistoric Party!
## 2074                                                                                                            J Legend Retsuden
## 2075                                                                                             Magi: The Labyrinth of Beginning
## 2076                                                                                               The Croods: Prehistoric Party!
## 2077                                                              Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice
## 2078                                                                               Doraemon: Nobita to Himitsu Dougu Hakubutsukan
## 2079                                                                                                  Saint Seiya: Brave Soldiers
## 2080                                                                                                                Mugen Souls Z
## 2081                                                                                                              Goodbye Deponia
## 2082                                                                                                      The Guided Fate Paradox
## 2083                                                                                        Atelier Meruru: Alchemist of Arland 3
## 2084                                                                                                Genkai Tokki Monster Monpiece
## 2085                                                                                            Moshi Monsters: Katsuma Unleashed
## 2086                                                                                                                       GRID 2
## 2087                                                                                                  Criminal Girls: Invite Only
## 2088                                                                                     Steins;Gate: Senkei Kousoku no Phonogram
## 2089                                                                                                       Pro Yaky? Spirits 2013
## 2090                                                                                                        DuckTales: Remastered
## 2091                                                                                                      Toriko: Gourmet Battle!
## 2092                                                                            SpongeBob SquarePants: Plankton's Robotic Revenge
## 2093                                                                                                  Metal Max 4: Gekkou no Diva
## 2094                                                                                                                  Remember Me
## 2095                                                                                                          Gintama no Sugoroku
## 2096                                                                                                                 Ride to Hell
## 2097                                                                                           Kyoukai Senjou no Horizon Portable
## 2098                                                                         Pretty Cure All Stars Everyone Gather ? Let's Dance!
## 2099                                                                                Zyuden Sentai Kyoryuger: Game de Gaburincho!!
## 2100                                                                                           PAC-MAN and the Ghostly Adventures
## 2101                                                                                                The Bureau: XCOM Declassified
## 2102                                                                            SpongeBob SquarePants: Plankton's Robotic Revenge
## 2103                                                                                                          Winning Post 7 2013
## 2104                                                                                          Atelier Rorona: Alchemist of Arland
## 2105                                                                             Chousoku Henkei Gyrozetter: Albatross no Tsubasa
## 2106                                                                                                                     Payday 2
## 2107                                                                                         Detective Conan: Marionette Symphony
## 2108                                                                                                                Amnesia Crowd
## 2109                                                                                                        DuckTales: Remastered
## 2110                                                                                                                Gaist Crusher
## 2111                                                                                                                  Rain (2013)
## 2112                                                                    Adventure Time: Explore the Dungeon Because I Don't Know!
## 2113                                                                            SpongeBob SquarePants: Plankton's Robotic Revenge
## 2114                                                                                                    Nobunaga's Ambition (3DS)
## 2115                                                                                                                 LEGO Friends
## 2116                                                                       Ore no Imouto ga Konna ni Kawaii Wake ga Nai Happy EnD
## 2117                                                                                        Super Robot Taisen OG Infinite Battle
## 2118                                                                                                                 Ride to Hell
## 2119                                                                                            Doki Doki! PreCure Narikiri Life!
## 2120                                                                             J.League Pro Soccer Club o Tsukurou! 8 Euro Plus
## 2121                                                                                                   Resident Evil: Revelations
## 2122                                                                                                     Date A Live: Rine Utopia
## 2123                                                                                                 Painkiller: Hell & Damnation
## 2124                                                                                                        DuckTales: Remastered
## 2125                                                                                                                Lost Planet 3
## 2126                                                                                                           Beyblade Evolution
## 2127                                                                                                        Norn9: Norn + Nonette
## 2128                                                                                               The Croods: Prehistoric Party!
## 2129                                                                    Adventure Time: Explore the Dungeon Because I Don't Know!
## 2130                                                                                                          XBLAZE Code: Embryo
## 2131                                                                                                         Onechanbara Z Kagura
## 2132                                                                                                      The Night of the Rabbit
## 2133                                                                                          Romance of the Three Kingdoms (3DS)
## 2134                                                                                                  Diabolik Lovers: More Blood
## 2135                                                                                                           Yumi's Odd Odyssey
## 2136                                                                                      Tamagotchi no Doki Doki Dream Omisecchi
## 2137                                                                                                       Clash of Elementalists
## 2138                                                                                                 Cooking Mama 5: Bon Appetit!
## 2139                                                              Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice
## 2140                                                                                                     Turbo: Super Stunt Squad
## 2141                                                                                                    Toriko: Ultimate Survival
## 2142                                                                                                                     Exstetra
## 2143                                                                               Sorcery Saga: The Curse of the Great Curry God
## 2144                                                                                          Toaru Majutsu no Kagaku no Ensemble
## 2145                                                                                            Brothers Conflict: Brilliant Blue
## 2146                                                                                                    Darkstalkers Resurrection
## 2147                                                                                                     Fast & Furious: Showdown
## 2148                                                                                                            Renai 0 Kilometer
## 2149                                                                                                        Young Justice: Legacy
## 2150                                                                                                              The Inner World
## 2151                                                                                           Muv-Luv Alternative: Total Eclipse
## 2152                                                                                                           Megpoid the Music#
## 2153                                                                                                          Star Trek: The Game
## 2154                                                                                       LEGO Legends of Chima: Laval's Journey
## 2155                                                                                                            Kamigami no Asobi
## 2156                                                                                                           Samurai Warriors 2
## 2157                                                                                               The Croods: Prehistoric Party!
## 2158                                                                                              Labyrinth Cross Blood: Infinity
## 2159                                                                                                          XBLAZE Code: Embryo
## 2160                                                                                                                  Putty Squad
## 2161                                                                                                        Young Justice: Legacy
## 2162                                                                             Nekketsu Kouha Kunio-Kun SP: Rantou Kyousoukyoku
## 2163                                                                                                        D.C. III: Da Capo III
## 2164                                              Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi
## 2165                                                                   Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru
## 2166                                                                                                     Turbo: Super Stunt Squad
## 2167                                                                                       Bella Sara 2 - The Magic of Drasilmare
## 2168                                                                                                              Urakata Hakuoki
## 2169                                                                                     Steins;Gate: Senkei Kousoku no Phonogram
## 2170                                                                                              HatsuKare * Renai Debut Sengen!
## 2171                                                                                                                Geten no Hana
## 2172                                                                                                       Monster High 13 Wishes
## 2173                                                                                     Zillions of Enemy X: Zetsukai no Crusade
## 2174                                                                                                            Shiratsuyu no Kai
## 2175                                                                                                              Sniper Elite V2
## 2176                                                                                      Dungeons & Dragons: Shadow over Mystara
## 2177                                                                                              Toki no Kizuna: Hanayui Tsuzuri
## 2178                                                                                                    Saki: Achiga-Hen Portable
## 2179                                                                                                     Fast & Furious: Showdown
## 2180                                                                       The Legend of Heroes: Trails in the Sky Second Chapter
## 2181                                                                                                                    Vitamin R
## 2182                                                                                         Fist of the North Star: Ken's Rage 2
## 2183                                                                                                       Ro-Kyu-Bu! Lost Secret
## 2184                                                                                                  Battle Princess of Arcadias
## 2185                                                                                                            X-Plane 10 Global
## 2186                                                                                                                    Heroes VS
## 2187                                                                                                          Meiji Toukyou Renka
## 2188                                                                                                              Disney Infinity
## 2189                                                                                                   Starry ? Sky: After Summer
## 2190                                                                                                           Ben 10 Omniverse 2
## 2191                                                                                                 Invizimals: The Lost Kingdom
## 2192                                                                                                       Monster High 13 Wishes
## 2193                                                                                                     Ultraman Star Chronicles
## 2194                                                                          Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar
## 2195                                                                                                 Painkiller: Hell & Damnation
## 2196                                                                                                     Turbo: Super Stunt Squad
## 2197                                                                                                          Winning Post 7 2013
## 2198                                                                                         White Album 2: Shiawase no Mukougawa
## 2199                                                                                                              Storm Lover 2nd
## 2200                                                                                                            Arcana Famiglia 2
## 2201                                                                                                    Tiger & Bunny: Hero's Day
## 2202                                                                                                     Turbo: Super Stunt Squad
## 2203                                                                                                     Turbo: Super Stunt Squad
## 2204                                                                                               Accel World: Kasoku no Chouten
## 2205                                                                                                        DuckTales: Remastered
## 2206                                                                                                                     Contrast
## 2207                                                                        The Legend of Heroes: Trails in the Sky Third Chapter
## 2208                                                                                                       DoDonPachi Saidaioujou
## 2209                                                                                                                 1/2 Summer +
## 2210                                                                                                         Ninja Gaiden Sigma 2
## 2211                                                                                               Accel World: Kasoku no Chouten
## 2212                                                                                                      Isshoni Gohan. Portable
## 2213                                                                                                           Doki-Doki Universe
## 2214                                                                                                              Princess Arthur
## 2215                                                                                                  Sakura-Sou no Pet na Kanojo
## 2216                                                                                                                    Caladrius
## 2217                                                                                Nyaruko-San: Nafushigatai Game no You na Mono
## 2218                                                                                                           Seisou no Amazones
## 2219                                                                                         Sonic & All-Stars Racing Transformed
## 2220                                                                               Daiya no Kuni no Alice: Wonderful Mirror World
## 2221                                                                                                       Natsuzora no Monologue
## 2222                                                                                                     Turbo: Super Stunt Squad
## 2223                                                                           Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta
## 2224                                                                                                        Young Justice: Legacy
## 2225                                                                                                  Sakura-Sou no Pet na Kanojo
## 2226                                                                                           Teenage Mutant Ninja Turtles (3DS)
## 2227                                                                                                          Getsuei Gakuen: kou
## 2228                                                                                                                     Exstetra
## 2229                                                                                                             Romeo Vs. Juliet
## 2230                                                                                                           Onigokko! Portable
## 2231                                                                                                                 Mushi Bugyou
## 2232                                                                                                           Ben 10 Omniverse 2
## 2233                                                                                   Grisaia no Kajitsu: La Fruit de la Grisaia
## 2234                                                                                                   Call of Duty: Black Ops II
## 2235                                                                                                   Call of Duty: Black Ops II
## 2236                                                                                                      New Super Mario Bros. 2
## 2237                                                                                                                       Halo 4
## 2238                                                                                                    Animal Crossing: New Leaf
## 2239                                                                                                               FIFA Soccer 13
## 2240                                                                                              Pokemon Black 2/Pokemon White 2
## 2241                                                                                                                 Just Dance 4
## 2242                                                                                                         Assassin's Creed III
## 2243                                                                                                         Assassin's Creed III
## 2244                                                                                                      New Super Mario Bros. U
## 2245                                                                                                               FIFA Soccer 13
## 2246                                                                                                                   Diablo III
## 2247                                                                                                                Nintendo Land
## 2248                                                                                                                    Far Cry 3
## 2249                                                                                                                Mario Party 9
## 2250                                                                                                              Resident Evil 6
## 2251                                                                                                                Borderlands 2
## 2252                                                                                                                Mass Effect 3
## 2253                                                                                                                    Far Cry 3
## 2254                                                                                                                     NBA 2K13
## 2255                                                                                                                Madden NFL 13
## 2256                                                                                                  Need for Speed: Most Wanted
## 2257                                                                                                                Madden NFL 13
## 2258                                                                                                            Skylanders Giants
## 2259                                                                                                                     NBA 2K13
## 2260                                                                                                                 Guild Wars 2
## 2261                                                                                                    Paper Mario: Sticker Star
## 2262                                                                                                                Borderlands 2
## 2263                                                                                                           Hitman: Absolution
## 2264                                                                                                       Fire Emblem: Awakening
## 2265                                                                                                                Forza Horizon
## 2266                                                                                                              Resident Evil 6
## 2267                                                                                                                  Max Payne 3
## 2268                                                                                         World of Warcraft: Mists of Pandaria
## 2269                                                                                                             Kinect Star Wars
## 2270                                                                                                               Dragon's Dogma
## 2271                                                                                                           Hitman: Absolution
## 2272                                                                                                                   Dishonored
## 2273                                                                                               LEGO Batman 2: DC Super Heroes
## 2274                                                                                                                  Max Payne 3
## 2275                                                                                       Kingdom Hearts 3D: Dream Drop Distance
## 2276                                                                                                  Need for Speed: Most Wanted
## 2277                                                                                                    Pro Evolution Soccer 2013
## 2278                                                                                                                   Dishonored
## 2279                                                                                                   Call of Duty: Black Ops II
## 2280                                                                                         Call of Duty Black Ops: Declassified
## 2281                                                                                     Tom Clancy's Ghost Recon: Future Soldier
## 2282                                                                                                                Mass Effect 3
## 2283                                                                                                   Medal of Honor: Warfighter
## 2284                                                                                               LEGO Batman 2: DC Super Heroes
## 2285                                                                                                Bravely Default: Flying Fairy
## 2286                                                                                                                      WWE '13
## 2287                                                                                             Assassin's Creed III: Liberation
## 2288                                                                                                            Skylanders Giants
## 2289                                                                                                         Kid Icarus: Uprising
## 2290                                                                                   Pokemon Mystery Dungeon: Gates to Infinity
## 2291                                                                                                                      WWE '13
## 2292                                                                                                      LittleBigPlanet PS Vita
## 2293                                                                                                                  FIFA Street
## 2294                                                                                                   LEGO The Lord of the Rings
## 2295                                                                                               LEGO Batman 2: DC Super Heroes
## 2296                                                                               Mario & Sonic at the London 2012 Olympic Games
## 2297                                                                                                                 Just Dance 4
## 2298                                                                                                   One Piece: Pirate Warriors
## 2299                                                                                        Resident Evil: Operation Raccoon City
## 2300                                                                                                        Football Manager 2013
## 2301                                                                                                   Medal of Honor: Warfighter
## 2302                                                                                                                 Fantasy Life
## 2303                                                                                                            Persona 4: Golden
## 2304                                                                                                             NCAA Football 13
## 2305                                                                                                            Skylanders Giants
## 2306                                                                                                   LEGO The Lord of the Rings
## 2307                                                                                                                Sleeping Dogs
## 2308                                                                                                                      F1 2012
## 2309                                                                                                             UFC Undisputed 3
## 2310                                                                                                             Pokemon Conquest
## 2311                                                                                                  Need for Speed: Most Wanted
## 2312                                                                                                                       ZombiU
## 2313                                                                                                             UFC Undisputed 3
## 2314                                                                                                                Mass Effect 3
## 2315                                                                                                                    Far Cry 3
## 2316                                                                                                               Dragon Quest X
## 2317                                                                                                       Farming Simulator 2013
## 2318                                                                                 Dragon Quest Monsters: Terry's Wonderland 3D
## 2319                                                                                                              Sniper Elite V2
## 2320                                                                                                            Mario Tennis Open
## 2321                                                                                          PlayStation All-Stars Battle Royale
## 2322                                                                                              Epic Mickey 2: The Power of Two
## 2323                                                                                     Tom Clancy's Ghost Recon: Future Soldier
## 2324                                                                                                         Assassin's Creed III
## 2325                                                                                                                Borderlands 2
## 2326                                                                                                             MLB 12: The Show
## 2327                                                                                             Harvest Moon 3D: A New Beginning
## 2328                                                                                                                          SSX
## 2329                                                                                            The Witcher 2: Assassins of Kings
## 2330                                                                                                   LEGO The Lord of the Rings
## 2331                                                                                                                  FIFA Street
## 2332                                                                                                The Jak and Daxter Collection
## 2333                                                                                                             NCAA Football 13
## 2334                                                                                                   Resident Evil: Revelations
## 2335                                                                                                                Sleeping Dogs
## 2336                                                                                                Kingdoms of Amalur: Reckoning
## 2337                                                                                                      LittleBigPlanet Karting
## 2338                                                                                                Kingdoms of Amalur: Reckoning
## 2339                                                                                                      Tekken Tag Tournament 2
## 2340                                                                                                                Darksiders II
## 2341                                                                                                            Tales of Xillia 2
## 2342                                                                                                              Sniper Elite V2
## 2343                                                                                                      Street Fighter X Tekken
## 2344                                                                                                              God of War Saga
## 2345                                                                                                  Devil May Cry HD Collection
## 2346                                                                                                              Dance Central 3
## 2347                                                                                                         Twisted Metal (2012)
## 2348                                                                             Professor Layton vs Phoenix Wright: Ace Attorney
## 2349                                                                                                                Darksiders II
## 2350                                                                                                                [Prototype 2]
## 2351                                                                                                               Dragon's Dogma
## 2352                                                                                     The Amazing Spider-Man (Console Version)
## 2353                                                                                        Resident Evil: Operation Raccoon City
## 2354                                                                                                 The Walking Dead: Season One
## 2355                                                                                               LEGO Batman 2: DC Super Heroes
## 2356                                                                                                                SoulCalibur V
## 2357                                                                                                                [Prototype 2]
## 2358                                                                                     The Amazing Spider-Man (Console Version)
## 2359                                                                                                 The Walking Dead: Season One
## 2360                                                                                                    Style Savvy: Trendsetters
## 2361                                                                                                             Persona 4: Arena
## 2362                                                                           Naruto Shippuden: Ultimate Ninja Storm Generations
## 2363                                                                                                   Ratchet & Clank Collection
## 2364                                                                                                          XCOM: Enemy Unknown
## 2365                                                                                                                          SSX
## 2366                                                                                                           Monster Hunter Tri
## 2367                                                                                                               FIFA Soccer 13
## 2368                                                                                               LEGO Batman 2: DC Super Heroes
## 2369                                                                                    Kirby's Dream Collection: Special Edition
## 2370                                                                                                               Book of Spells
## 2371                                                                    London 2012: The Official Video Game of the Olympic Games
## 2372                                                                                                          Puzzler Brain Games
## 2373                                                                                                                       NHL 13
## 2374                                                                                                            Lollipop Chainsaw
## 2375                                                                                                                Mortal Kombat
## 2376                                                                                                                       NHL 13
## 2377                                                                                                              Dead or Alive 5
## 2378                                                                            Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb
## 2379                                                                                                          Angry Birds Trilogy
## 2380                                                                                                          XCOM: Enemy Unknown
## 2381                                                                                                      Toshochu: Run for Money
## 2382                                                                                                     Scribblenauts: Unlimited
## 2383                                                                                                                     Yakuza 5
## 2384                                                                                                                SoulCalibur V
## 2385                                                                                         Sonic & All-Stars Racing Transformed
## 2386                                                                                        Kinect Rush: A Disney Pixar Adventure
## 2387                                                                                                                  FIFA Soccer
## 2388                                                                    London 2012: The Official Video Game of the Olympic Games
## 2389                                                                                                          XCOM: Enemy Unknown
## 2390                                                                                                           Doom 3 BFG Edition
## 2391                                                                                                               Rune Factory 4
## 2392                                                                                                                 Gravity Rush
## 2393                                                                                                           Spec Ops: The Line
## 2394                                                                                                               Rayman Origins
## 2395                                                                                                      Tiger Woods PGA Tour 13
## 2396                                                                                         Sonic & All-Stars Racing Transformed
## 2397                                                                                              Epic Mickey 2: The Power of Two
## 2398                                                                                                                   Dishonored
## 2399                                                                                                      Tiger Woods PGA Tour 13
## 2400                                                                                                                      Unit 13
## 2401                                                                                                   Theatrhythm: Final Fantasy
## 2402                                                                                                   Major League Baseball 2K12
## 2403                                                                                                                Madden NFL 13
## 2404                                                                                                                      F1 2012
## 2405                                                                                               Epic Mickey: Power of Illusion
## 2406                                                                                         Sonic & All-Stars Racing Transformed
## 2407                                                                                                            Lollipop Chainsaw
## 2408                                                                                                           Doom 3 BFG Edition
## 2409                                                                                                      Street Fighter X Tekken
## 2410                                                                                                               FIFA Soccer 13
## 2411                                                                                              Epic Mickey 2: The Power of Two
## 2412                                                                                            Inazuma Eleven Go 2: Chrono Stone
## 2413                                                                                            Art Academy: Lessons for Everyone
## 2414                                                                                                        Silent Hill: Downpour
## 2415                                                                                          PlayStation All-Stars Battle Royale
## 2416                                                                           Naruto Shippuden: Ultimate Ninja Storm Generations
## 2417                                                                                              Transformers: Fall of Cybertron
## 2418                                                                                                               FIFA Soccer 13
## 2419                                                                                                               Ninja Gaiden 3
## 2420                                                                                                  Devil May Cry HD Collection
## 2421                                                                                                          Mass Effect Trilogy
## 2422                                                                                                                 Just Dance 4
## 2423                                                                                                                  Max Payne 3
## 2424                                                                                             Zone of the Enders HD Collection
## 2425                                                                                                                     NBA 2K13
## 2426                                                                                                           Spec Ops: The Line
## 2427                                                                                                   Call of Duty: Black Ops II
## 2428                                                                                                    Resistance: Burning Skies
## 2429                                                                                                          Mass Effect Trilogy
## 2430                                                                                                                Asura's Wrath
## 2431                                                                                                             Ragnarok Odyssey
## 2432                                                                                                               FIFA Soccer 13
## 2433                                                                                         Moshi Monsters: Moshlings Theme Park
## 2434                                                                                                   LEGO The Lord of the Rings
## 2435                                                                                                               Armored Core V
## 2436                                                                                                               Project X Zone
## 2437                                                                                              Transformers: Fall of Cybertron
## 2438                                                                                                  Metal Gear Solid HD Edition
## 2439                                                                                                              The Darkness II
## 2440                                                                                                           WipeOut 3 The Game
## 2441                                                                                         Sonic & All-Stars Racing Transformed
## 2442                                                                                             Metal Gear Solid: Snake Eater 3D
## 2443                                                                                     Etrian Odyssey IV: Legends of the Titans
## 2444                                                                                                            Skylanders Giants
## 2445                                                                                                                 Just Dance 4
## 2446                                                                                                     Scribblenauts: Unlimited
## 2447                                                                                                          Batman: Arkham City
## 2448                                                                                     Dai-2-Ji Super Robot Taisen Z Saisei-hen
## 2449                                                                                                      ESPN: Sports Connection
## 2450                                                                                                                 Wipeout 2048
## 2451                                                                                                         Assassin's Creed III
## 2452                                                                                                               FIFA Soccer 13
## 2453                                                                                                      Tekken Tag Tournament 2
## 2454                                                                                                      James Bond 007: Legends
## 2455                                                                                               LEGO Batman 2: DC Super Heroes
## 2456                                                                                                   Medal of Honor: Warfighter
## 2457                                                                                                                Binary Domain
## 2458                                                                                    One Piece: Romance Dawn - Bouken no Yoake
## 2459                                                                                                        Silent Hill: Downpour
## 2460                                                                                                              Dead or Alive 5
## 2461                                                                                                    Silent Hill HD Collection
## 2462                                                                                                              The Darkness II
## 2463                                                                                                                F1 Race Stars
## 2464                                                                                            SD Gundam G Generation: Overworld
## 2465                                                                            Shin Megami Tensei: Devil Summoner - Soul Hackers
## 2466                                                                                                    Pro Evolution Soccer 2013
## 2467                                                                                               Dai-2-Ji Super Robot Taisen OG
## 2468                                                                                                Kingdoms of Amalur: Reckoning
## 2469                                                                                                                Madden NFL 13
## 2470                                                                                         Fist of the North Star: Ken's Rage 2
## 2471                                                                                                                      Sorcery
## 2472                                                                                                  Modnation Racers: Road Trip
## 2473                                                                                                             Just Dance Wii 2
## 2474                                                                                                                     Starhawk
## 2475                                                                                                               FIFA Soccer 13
## 2476                                                                                                      James Bond 007: Legends
## 2477                                                                                         Sonic & All-Stars Racing Transformed
## 2478                                                                                           Hot Shots Golf: World Invitational
## 2479                                                                                                   LEGO The Lord of the Rings
## 2480                                                                                                           Fable: The Journey
## 2481                                                                                         Moshi Monsters: Moshlings Theme Park
## 2482                                                                                            Kobitodzukan: Kobito Kansatsu Set
## 2483                                                                                                          Mass Effect Trilogy
## 2484                                                                                                                F1 Race Stars
## 2485                                                                                                                   Sing Party
## 2486                                                                                        Rhythm Thief & the Emperor's Treasure
## 2487 Tohoku Daigaku Karei Igaku Kenkyuusho - Kawashima Ryuuta Kyouju Kanshuu - Mono Sugoku Nou o Kitaeru 5-Funkan no Oni Training
## 2488                                                                                                                Mass Effect 3
## 2489                                                                                                    Pro Evolution Soccer 2013
## 2490                                                                                           Family Guy: Back to the Multiverse
## 2491                                                                                                          Angry Birds Trilogy
## 2492                                                                                        Atelier Ayesha: The Alchemist of Dusk
## 2493                                                                                                                 Tokyo Jungle
## 2494                                                                                                              Game of Thrones
## 2495                                                                                           Family Guy: Back to the Multiverse
## 2496                                                                                                               Ninja Gaiden 3
## 2497                                                                                                           Hitman: Absolution
## 2498                                                                                                      Ys: Memories of Celceta
## 2499                                                                                                                Asura's Wrath
## 2500                                                                                             The Testament of Sherlock Holmes
## 2501                                                                                                              Game of Thrones
## 2502                                                                                                               Birds of Steel
## 2503                                                                                                 Hatsune Miku: Project Diva f
## 2504                                                                                                                DiRT Showdown
## 2505                                                                                                          Grand Slam Tennis 2
## 2506                                                                                        Ratchet & Clank: Full Frontal Assault
## 2507                                                                                              Epic Mickey 2: The Power of Two
## 2508                                                                                                      AKB1/149: Love Election
## 2509                                                                                                                Madden NFL 13
## 2510                                                                                                           Ninja Gaiden Sigma
## 2511                                                                                                 Lumines: Electronic Symphony
## 2512                                                                                                           Spec Ops: The Line
## 2513                                                                                                                 We Sing Pop!
## 2514                                                                                                         Risen 2: Dark Waters
## 2515                                                                                             Spirit Camera: The Cursed Memoir
## 2516                                                                                                         Risen 2: Dark Waters
## 2517                                                                                                   LEGO The Lord of the Rings
## 2518                                                                                                    Digimon World Re:Digitize
## 2519                                                                                                               Armored Core V
## 2520                                                                                              Magician's Quest: Town of Magic
## 2521                                                                                                           WipeOut 3 The Game
## 2522                                                                                                                      Journey
## 2523                                                                                                               Heroes of Ruin
## 2524                                                                                       Little Battlers eXperience: Baku Boost
## 2525                                                                                             Jikkyou Powerful Pro Yakyuu 2012
## 2526                                                                                                               Anarchy Reigns
## 2527                                                                                                                Shining Blade
## 2528                                                                                                           WipeOut 3 The Game
## 2529                                                                                         Kurohyou 2: Ryu ga Gotoku Ashura Hen
## 2530                                                                                                             Code of Princess
## 2531                                                                                                     Tekken 3D: Prime Edition
## 2532                                                                                             Zone of the Enders HD Collection
## 2533                                                                                                       Pro Yaky? Spirits 2012
## 2534                                                                                    Total War: Shogun 2 - Fall of the Samurai
## 2535                                                                                                      Dungeon Hunter Alliance
## 2536                                                                                     The Amazing Spider-Man (Console Version)
## 2537                                                                                                Silent Hill: Book of Memories
## 2538                                                                                                   Aikatsu! Cinderella Lesson
## 2539                                                                                                   Major League Baseball 2K12
## 2540                                                                                     The Amazing Spider-Man (Console Version)
## 2541                                                                                               Danganronpa 2: Goodbye Despair
## 2542                                                                                                    Just Dance: Greatest Hits
## 2543                                                                                                                New Love Plus
## 2544                                                                                                    Silent Hill HD Collection
## 2545                                                                                                             MLB 12: The Show
## 2546                                                                                                      Street Fighter X Tekken
## 2547                                                                                                                Binary Domain
## 2548                                                                                                       Pro Yaky? Spirits 2012
## 2549                                                                                                 Little Battlers eXperience W
## 2550                                                                                                      Tekken Tag Tournament 2
## 2551                                                                                                               Ninja Gaiden 3
## 2552                                                                                 Hatsune Miku and Future Stars: Project Mirai
## 2553                                                                                                                    Syndicate
## 2554                                                                                                           Zumba Fitness Rush
## 2555                                                                                                 LEGO Harry Potter: Years 5-7
## 2556                                                                                                          Grand Slam Tennis 2
## 2557                                                                                                    Pro Evolution Soccer 2013
## 2558                                                                                                                DiRT Showdown
## 2559                                                                                                          Transformers: Prime
## 2560                                                         The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune
## 2561                                                                                                             The Secret World
## 2562                                                                                     Tom Clancy's Ghost Recon: Future Soldier
## 2563                                                                                                     Country Dance: All Stars
## 2564                                                                                                               Anarchy Reigns
## 2565                                                                                                            Time and Eternity
## 2566                                                                                                        Ridge Racer Unbounded
## 2567                                                                                                          Angry Birds Trilogy
## 2568                                                                                              Hyperdimension Neptunia Victory
## 2569                                                                                                     Just Dance: Disney Party
## 2570                                                                                                          The Sims 3: Seasons
## 2571                                                                                                                     Culdcept
## 2572                                                                                                    Toriko: Gourmet Monsters!
## 2573                                                                                                                  Mugen Souls
## 2574                                                                                                   Naruto: Powerful Shippuden
## 2575                                                                                                               Birds of Steel
## 2576                                                                                                                Darksiders II
## 2577                                                                                                                Darksiders II
## 2578                                                                                     The Amazing Spider-Man (Console Version)
## 2579                                                                                             Jikkyou Powerful Pro Yakyuu 2012
## 2580                                                                                                   Major League Baseball 2K12
## 2581                                                                                                                      Deponia
## 2582                                                                                                                      WWE '13
## 2583                                                                                                               Rayman Origins
## 2584                                                                                                                      F1 2012
## 2585                                                                                                            Skylanders Giants
## 2586                                                                                                                    Syndicate
## 2587                                                                                    Senran Kagura Burst: Guren no Sh?jo-tachi
## 2588                                                                                                                        Okami
## 2589                                                                                                         Risen 2: Dark Waters
## 2590                                                                                                              The Darkness II
## 2591                                                                                                  Dynasty Warriors 7: Empires
## 2592                                                                                                       Farming Simulator 2012
## 2593                                                                                                             Nayuta no Kiseki
## 2594                                                                                                   LEGO The Lord of the Rings
## 2595                                                                                             Your Shape: Fitness Evolved 2013
## 2596                                                                                                                    Medalot 7
## 2597                                                                                      Suikoden: Tsumugareshi Hyakunen no Toki
## 2598                                                                                              Tales of the Heroes: Twin Brave
## 2599                                                                                                       Euro Truck Simulator 2
## 2600                                                                                                          Transformers: Prime
## 2601                                                                                                             Persona 4: Arena
## 2602                                                                                                        Game Party: Champions
## 2603                                                                                                 Steel Battalion: Heavy Armor
## 2604                                                                                                                     NBA 2K13
## 2605                                                                                                           WipeOut 3 The Game
## 2606                                                                                           Puella Magi Madoka Magica Portable
## 2607                                                                                                                      Crush3D
## 2608                                                                                                                    NeverDead
## 2609                                                                                                                Sleeping Dogs
## 2610                                                                                      Kidou Senshi Gundam Seed Battle Destiny
## 2611                                                                                                      James Bond 007: Legends
## 2612                                                                                                               Summon Night 3
## 2613                                                                                                     Just Dance: Disney Party
## 2614                                                                                            Marvel Avengers: Battle for Earth
## 2615                                                                                                             Reality Fighters
## 2616                                                                                                                       Yakuza
## 2617                                                                                                            Final Fantasy III
## 2618                                                                                              Pocket Soccer League: Calciobit
## 2619                                                                                                                   Funky Barn
## 2620                                                                                                        Ridge Racer Unbounded
## 2621                                                                                                                     AKB48+Me
## 2622                                                                                 My Little Sister Can't Be This Cute Portable
## 2623                                                                                                                [Prototype 2]
## 2624                                                                                                               Robotics;Notes
## 2625                                                                                                            Warriors Orochi 3
## 2626                                                                                            Kuroko's Basketball: Miracle Game
## 2627                                                                                              Aquapazza: Aquaplus Dream Match
## 2628                                                                        Mobile Suit Gundam Age: Universe Accel / Cosmic Drive
## 2629                                                                                       Kenka Bancho Bros: Tokyo Battle Royale
## 2630                                                                                                   Fatal Frame 2: Wii Edition
## 2631                                                                                                       Kidou Senshi Gundam UC
## 2632                                                                                                               Blades of Time
## 2633                                                                                              Samurai Warriors Chronicles 2nd
## 2634                                                                                                 NASCAR The Game: Inside Line
## 2635                                                                                              Inazuma Eleven GO Strikers 2013
## 2636                                                                                          All Kamen Rider: Rider Generation 2
## 2637                                                                                                         Tales of Innocence R
## 2638                                                                                                                    NeverDead
## 2639                                                                                                               Blades of Time
## 2640                                                                                Ciel Nosurge: Ushinawareta Hoshi e Sasagu Uta
## 2641                                                                                                                  Sol Trigger
## 2642                                                                                            Brain Age: Concentration Training
## 2643                                                                                                                    PhotoKano
## 2644                                                                                                    Ouchi Mainichi Tamagotchi
## 2645                                                                                                    Pro Evolution Soccer 2013
## 2646                                                                                                    Uta no Prince-Sama: Debut
## 2647                                                                                                   Major League Baseball 2K12
## 2648                                                                                                  Resident Evil Chronicles HD
## 2649                                                                               Shin Ken to Mah? to Gakuenmono. Toki no Gakuen
## 2650                                                                                     Atelier Totori: The Adventurer of Arland
## 2651                                                                                            Romance of the Three Kingdoms XII
## 2652                                                                                             Jikkyou Powerful Pro Yakyuu 2012
## 2653                                                                                                                  Lost Heroes
## 2654                                                                                                 NASCAR The Game: Inside Line
## 2655                                                                                                    Pro Evolution Soccer 2013
## 2656                                                                                                            I Am In The Movie
## 2657                                                                                                      Warriors Orochi 3 Hyper
## 2658                                                                                                            Akiba's Trip Plus
## 2659                                                                                  Doraemon: Nobita and the Island of Miracles
## 2660                                                                                                              Game of Thrones
## 2661                                                                         Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima
## 2662                                                                                                   Major League Baseball 2K12
## 2663                                                                                                  Need for Speed: Most Wanted
## 2664                                                                                   Conception: Please Give Birth to My Child!
## 2665                                                                                                               Rayman Origins
## 2666                                                                              Nicola Kanshuu: Model Oshare * Audition Platina
## 2667                                                                                                                Supremacy MMA
## 2668                                                                                                      AKB1/149: Love Election
## 2669                                                                                                               Summon Night 4
## 2670                                                                                           Damage Inc.: Pacific Squadron WWII
## 2671                                                                             Tokimeki Memorial Girl's Side Premium: 3rd Story
## 2672                                                                                                          Winning Post 7 2012
## 2673                                                                                                                E.X. Troopers
## 2674                                                                              Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi
## 2675                                                                                           I Don't Have Many Friends Portable
## 2676                                                                                                                  Lost Heroes
## 2677                                                                                  The Legend of Heroes VII: The Trail of Zero
## 2678                                                                                                            Tank! Tank! Tank!
## 2679                                                                                                    Fairy Tail: Zelef Kakusei
## 2680                                                                                             The Testament of Sherlock Holmes
## 2681                                                                                                                    Inversion
## 2682                                                                                                  Brothers in Arms: Furious 4
## 2683                                                                                                             Heroes Phantasia
## 2684                                                                                                                   Dark Souls
## 2685                                                                                                                    Alan Wake
## 2686                                                                                                          Dynasty Warriors Vs
## 2687                                                                                         Fist of the North Star: Ken's Rage 2
## 2688                                                                                                                  Steins;Gate
## 2689                                                                                            Earth Defense Force 2017 Portable
## 2690                                                                                                           Zumba Fitness Core
## 2691                                          Jissen Pachislot Secrets! Fist of the North Star F - Seikimatsu Kyuuseishu Densetsu
## 2692                                                                             Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen
## 2693                                                                                    JoJo's Bizarre Adventure: All Star Battle
## 2694                                                                                       Smile PreCure! Let's Go! Marchen World
## 2695                                                                                                            I Am In The Movie
## 2696                                                                                         Steins;Gate: Hiyoku Renri no Darling
## 2697                                                                                          All Kamen Rider: Rider Generation 2
## 2698                                                                                                                    Inversion
## 2699                                                                                                         Nendoroid Generation
## 2700                                                                                                           Top Gun: Hard Lock
## 2701                                                                                                       Pro Yaky? Spirits 2012
## 2702                                                                     Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi
## 2703                                                                                                                MotorStorm RC
## 2704                                                                                                      Girls RPG: Cinderellife
## 2705                                                                                                Fate/Stay Night [Réalta Nua]
## 2706                                                                                               The Lost Chronicles of Zerzura
## 2707                                                                                                             Minna no Ennichi
## 2708                                                                               Choujikuu Yousai Macross: Do You Remember Love
## 2709                                                                                                Persona 2: Eternal Punishment
## 2710                                                                                          Koi to Senkyo to Chocolate Portable
## 2711                                                                                                      Bakemonogatari Portable
## 2712                                                                                               Jewel Master: Cradle of Persia
## 2713                                                                                       Detective Conan: Prelude from the Past
## 2714                                                                                                           Zumba Fitness Core
## 2715                                                                                                                     Guild 01
## 2716                                                                                                                G1 Grand Prix
## 2717                                                                                                              Diabolik Lovers
## 2718                                                                                                                E.X. Troopers
## 2719                                                                                                  Test Drive: Ferrari Legends
## 2720                                                                                                               Time Travelers
## 2721                                                                                                                Amnesia Later
## 2722                                                                                               Hakuouki: Bakumatsu Musou Roku
## 2723                                                                                         White Album 2: Shiawase no Mukougawa
## 2724                                                                                              Record of Agarest War: Marriage
## 2725                                                                                                              Mechanic Escape
## 2726                                                                                                 Little Battlers eXperience W
## 2727                                                                                                        Nike+ Kinect Training
## 2728                                                                                                              Resident Evil 6
## 2729                                                                                                      Great Battle Full Blast
## 2730                                                                                                   Major League Baseball 2K12
## 2731                                                                                                                    Horses 3D
## 2732                                                                                            Deadliest Warrior: Ancient Combat
## 2733                                                                      Shiren the Wanderer 4 - God's Eye and the Demon's Navel
## 2734                                                                                                  Test Drive: Ferrari Legends
## 2735                                                                 Ou to Maou to 7-nin no Himegimitachi: Shin Ousama Monogatari
## 2736                                                                                               MLB 2K12 / NBA 2K12 Combo Pack
## 2737                                                                                                    Hanaoni: Yume no Tsudzuki
## 2738                                                                                            Deadliest Warrior: Ancient Combat
## 2739                                                                                                    Sengoku Musou 3 Z Special
## 2740                                                                                                       Ben 10 Galactic Racing
## 2741                                                                                                          Winning Post 7 2012
## 2742                                                                        The Legend of Heroes: Trails in the Sky First Chapter
## 2743                                                                                                               Time Travelers
## 2744                                                                                        Resident Evil: Operation Raccoon City
## 2745                                                                                         Mobile Suit Gundam: Mokuba no Kiseki
## 2746                                                                                                    Tokumei Sentai Go-Busters
## 2747                                                                                            Hunter x Hunter: Wonder Adventure
## 2748                                                                                         Ao no Exorcist: Genkoku no Labyrinth
## 2749                                                                                             Toki no Kizuna: Sekigahara Kitan
## 2750                                                                                                                    Legasista
## 2751                                                                                                               Ailu de Puzzle
## 2752                                                                                          Sangoku Koi Senki: Otome no Heihou!
## 2753                                                                                       Detective Conan: Prelude from the Past
## 2754                                                                                      The Idolmaster: Gravure For You! Vol. 4
## 2755                                                                         Even in a Game Listen to Me Girls. I Am Your Father!
## 2756                                                                                                          Deer Drive: Legends
## 2757                                                            Gekiatsu!! Pachi Game Tamashi Max: Evangelion 7 x Seimei no Kodou
## 2758                                                                                          Mame Goma: Shiro to Kuro no Meikyuu
## 2759                                                                                            K-On! After School Live!! HD Ver.
## 2760                                                                                                                      Trine 2
## 2761                                                                                            .hack: Sekai no Mukou ni + Versus
## 2762                                                                                              Accel World: Ginyoku no Kakusei
## 2763                                                                                                                Silverlicious
## 2764                                                                                                         The Binding of Isaac
## 2765                                                                      Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai
## 2766                                                                                              Accel World: Ginyoku no Kakusei
## 2767                                                                                                 The Walking Dead: Season One
## 2768                                                                                                           Top Gun: Hard Lock
## 2769                                                                                            Zero Escape: Virtue's Last Reward
## 2770                                                                                                Jyuzaengi: Engetsu Sangokuden
## 2771                                                                                                                 Rabbids Land
## 2772                                                                                    Kyokugen Dasshutsu ADV: Zennin Shiboudesu
## 2773                                                                                      The Idolmaster: Gravure For You! Vol. 5
## 2774                                                                                                           Doom 3 BFG Edition
## 2775                                                                                                   Oumagatoki: Kaidan Romance
## 2776                                                                                                                     NBA 2K13
## 2777                                                                                              Detective Opera: Milky Holmes 2
## 2778                                                                                                         Onechanbara Z Kagura
## 2779                                                                                     Harukanaru Toki no Naka de 5: Kazahanaki
## 2780                                                                                      The IdolM@ster: Gravure For You! Vol. 6
## 2781                                                                                                                   Botanicula
## 2782                                                                                                  Tiger & Bunny: On-Air Jack!
## 2783                                                                                   Eureka Seven AO: Jungfrau no Hanabanatachi
## 2784                                                                                              Brothers Conflict: Passion Pink
## 2785                                                                                                 Touch Shot! Love Application
## 2786                                                                                                             Tokushu Houdoubu
## 2787                                                                                            Little Busters! Converted Edition
## 2788                                                                              Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue
## 2789                                                                                                  Heroes of Hellas 2: Olympia
## 2790                                                                                                       Secrets of the Titanic
## 2791                                                                                        Captain Morgane and the Golden Turtle
## 2792                                                                                    Kyokugen Dasshutsu ADV: Zennin Shiboudesu
## 2793                                                                                            Jewel Quest 5: The Sleepless Star
## 2794                                                                                       The Idolmaster: Gravure For You! Vol.7
## 2795                                                                                        Captain Morgane and the Golden Turtle
## 2796                                                                       Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai
## 2797                                                                                                    Capcom Digital Collection
## 2798                                                                                         Strike Witches: Shirogane no Tsubasa
## 2799                                                                                                                   QUIZ PARTY
## 2800                                                                                                      Tropico 4: Modern Times
## 2801                                                                                Moujuutsukai to Oujisama: Snow Bride Portable
## 2802                                                                                        Captain Morgane and the Golden Turtle
## 2803                                                                                                      Street Fighter X Tekken
## 2804                                                                                                                Jewel Match 2
## 2805                                                                                                                F1 Race Stars
## 2806                                                                                                          X3: Terran War Pack
## 2807                                                                                                                        Azada
## 2808                                                                                                                       Genroh
## 2809                                                                                              Kannou Mukashi Banashi Portable
## 2810                                                                                                          UnchainBlades EXXiV
## 2811                                                                                                   Dies Irae: Amantes Amentes
## 2812                                                                                       The Idolmaster: Gravure For You! Vol.9
## 2813                                                                                        Shinken de Watashi ni Koi Shinasai! R
## 2814                                                                                     Detective Jinguuji Saburo: Ronde Revenge
## 2815                                                                                                               Robotics;Notes
## 2816                                                                                    Natalie Brooks: Mystery at Hillcrest High
## 2817                                                                                                                      Gal Gun
## 2818                                                                                             Rinne no Lagrange: Kamogawa Days
## 2819                                                                                       The Idolmaster: Gravure For You! Vol.8
## 2820                                                                                                          UnchainBlades EXXiV
## 2821                                                                                                            Samurai & Dragons
## 2822                                                                                                                     Oil Rush
## 2823                                                                                Elminage Gothic: Ulm Zakir to Yami no Gishiki
## 2824                                                                            Arcana Famiglia: Vascello Phantasma no Majutsushi
## 2825                                                                                                 Kokoro Connect: Yochi Random
## 2826                                                                                         Steins;Gate: Hiyoku Renri no Darling
## 2827                                                                                                     Mount & Blade Collection
## 2828                                                                                                        Ridge Racer Unbounded
## 2829                                                                           Dark Tales: Edgar Allan Poe's The Premature Burial
## 2830                                                                                                                Mushihimesama
## 2831                                                                    Soukoku no Kusabi: Hiiro no Kakera 3 - Ashita e no Tobira
## 2832                                                                                             The Testament of Sherlock Holmes
## 2833                                                                                            Marvel Avengers: Battle for Earth
## 2834                                                                                                     Poyo Poyo Kansatsu Nikki
## 2835                                                                                              Gon: BakuBakuBakuBaku Adventure
## 2836                                                                                          Entaku no Seito: The Eternal Legend
## 2837                                                                  PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana
## 2838                                                                                                       Kimikare: New Semester
## 2839                                                                                     Seinaru Kana: Orichalcum no Na no Motoni
## 2840                                                                                                                     The Cube
## 2841                                                                                         Elkrone no Atelier: Dear for Otomate
## 2842                                                                                                 L.G.S: Shinsetsu Houshinengi
## 2843                                                                                                                 Custom Drive
## 2844                                                                                                        Ore wa Shoujo Mangaka
## 2845                                                                                            Romance of the Three Kingdoms XII
## 2846                                                                                                        Brave: The Video Game
## 2847                                                                                             Gaku ? Ou: The Royal Seven Stars
## 2848                                                                                                            Storm Lover Kai!!
## 2849                                                                                                                 Dream C Club
## 2850                                                                                                      Vitamin X: Detective B6
## 2851                                                                                             Blazblue: Continuum Shift Extend
## 2852                                                                                      Nobunaga no Yabou Online: Houou no Shou
## 2853                                                                                                        Brave: The Video Game
## 2854                                                                                                  Abunai: Koi no Sousa Shitsu
## 2855                                                                                                             50 Classic Games
## 2856                                                                                                             Pro Angler Moves
## 2857                                                                                                     Miyako: Awayuki no Utage
## 2858                                                                                                           GoGo's Crazy Bones
## 2859                                                                                                                Madden NFL 13
## 2860                                                                                                        Ouka Sengoku Portable
## 2861                                                                                                       Hakuoki: Reimeiroku DS
## 2862                                                                                                                 Turbo Trainz
## 2863                                                                                        Mystery Legends: Beauty and the Beast
## 2864                                                                                           Bunmei Kaika: Aoiza Ibunroku Saien
## 2865                                                                                        Captain Morgane and the Golden Turtle
## 2866                                                                                               Curse of the Amsterdam Diamond
## 2867                                                                                                                       Dokuro
## 2868                                                                                         Root Double: Before Crime After Days
## 2869                                                                                                        Tsuyo Kiss 3 Portable
## 2870                                                                                                               Gakuen Hetalia
## 2871                                                                                                              The Train Giant
## 2872                                                                                      Arabians Lost: The Engagement on Desert
## 2873                                                                                            Saint Seiya Omega: Ultimate Cosmo
## 2874                                                                                                     Akatsuki no Goei Trinity
## 2875                                                                                                          Transformers: Prime
## 2876                                                                                                          Muv-Luv Alternative
## 2877                                                                                              Transformers: Fall of Cybertron
## 2878                   Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!
## 2879                                                                                                         Unending Bloody Call
## 2880                                                                                                     Dragon Ball Z for Kinect
## 2881                                                                                                                Balloon Pop 2
## 2882                                                                                                         DJ Max Technika Tune
## 2883                                                                                                     Akatsuki no Goei Trinity
## 2884                                                                                                               Time Travelers
## 2885                                                                                                 Hyakki Yagyou Kaidan Romance
## 2886                                                                                                               End of Nations
## 2887                                                                                               Call of Duty: Modern Warfare 3
## 2888                                                                                               Call of Duty: Modern Warfare 3
## 2889                                                                                                                 Mario Kart 7
## 2890                                                                                                          Super Mario 3D Land
## 2891                                                                                                                 Just Dance 3
## 2892                                                                                                  The Elder Scrolls V: Skyrim
## 2893                                                                                                                Battlefield 3
## 2894                                                                                                                Battlefield 3
## 2895                                                                                               Uncharted 3: Drake's Deception
## 2896                                                                                                                      FIFA 12
## 2897                                                                                                  The Elder Scrolls V: Skyrim
## 2898                                                                                                               Gears of War 3
## 2899                                                                                                          Batman: Arkham City
## 2900                                                                                                          Batman: Arkham City
## 2901                                                                                                           Forza Motorsport 4
## 2902                                                                                         The Legend of Zelda: Ocarina of Time
## 2903                                                                                                Assassin's Creed: Revelations
## 2904                                                                                                Assassin's Creed: Revelations
## 2905                                                                                                                      FIFA 12
## 2906                                                                                           The Legend of Zelda: Skyward Sword
## 2907                                                                                                  The Elder Scrolls V: Skyrim
## 2908                                                                                                            Nintendogs + cats
## 2909                                                                               Mario & Sonic at the London 2012 Olympic Games
## 2910                                                                                                            LittleBigPlanet 2
## 2911                                                                                                                   L.A. Noire
## 2912                                                                                                  Star Wars: The Old Republic
## 2913                                                                                                                Mortal Kombat
## 2914                                                                                                              Zumba Fitness 2
## 2915                                                                                                           Monster Hunter Tri
## 2916                                                                                                Skylanders: Spyro's Adventure
## 2917                                                                                                                Battlefield 3
## 2918                                                                                                                   Killzone 3
## 2919                                                                                                        Saints Row: The Third
## 2920                                                                                                                   L.A. Noire
## 2921                                                                                                                Madden NFL 12
## 2922                                                                                                         Final Fantasy XIII-2
## 2923                                                                                                                     NBA 2K12
## 2924                                                                                                        Saints Row: The Third
## 2925                                                                                             Halo: Combat Evolved Anniversary
## 2926                                                                                                                  Dead Island
## 2927                                                                                                Kinect: Disneyland Adventures
## 2928                                                                                                    Kinect Sports: Season Two
## 2929                                                                                                                  Dead Island
## 2930                                                                                                                Madden NFL 12
## 2931                                                                                                    Pro Evolution Soccer 2012
## 2932                                                                                                                     NBA 2K12
## 2933                                                                                                                Mortal Kombat
## 2934                                                                                                                     Portal 2
## 2935                                                                                                              Dance Central 2
## 2936                                                                                                                   Dark Souls
## 2937                                                                                                                 Just Dance 3
## 2938                                                                                                      Need for Speed: The Run
## 2939                                                                                                                   inFAMOUS 2
## 2940                                                                                     Professor Layton and the Mask of Miracle
## 2941                                                                                           LEGO Star Wars III: The Clone Wars
## 2942                                                                                               Call of Duty: Modern Warfare 3
## 2943                                                                                                                     Portal 2
## 2944                                                                                                  Kirby's Return to Dreamland
## 2945                                                                                                                         Rage
## 2946                                                                                                            Sonic Generations
## 2947                                                                                LEGO Pirates of the Caribbean: The Video Game
## 2948                                                                                                 Moshi Monsters: Moshling Zoo
## 2949                                                                                                      Uncharted: Golden Abyss
## 2950                                                                                                                  Go Vacation
## 2951                                                                                                                 Dead Space 2
## 2952                                                                                                        Football Manager 2012
## 2953                                                                                         Ni no Kuni: Wrath of the White Witch
## 2954                                                                                                                 Resistance 3
## 2955                                                                                           LEGO Star Wars III: The Clone Wars
## 2956                                                                                                                    Homefront
## 2957                                                                                                                Mass Effect 2
## 2958                                                                                                        LEGO Battles: Ninjago
## 2959                                                                                                                    Anno 2070
## 2960                                                                                                                 Dead Space 2
## 2961                                                                                                            Sonic Generations
## 2962                                                                                                    Deus Ex: Human Revolution
## 2963                                                                                                    Deus Ex: Human Revolution
## 2964                                                                                                      Need for Speed: The Run
## 2965                                                                                                                     Crysis 2
## 2966                                                                                      Marvel vs. Capcom 3: Fate of Two Worlds
## 2967                                                                                  The ICO & Shadow of the Colossus Collection
## 2968                                                                                                                         Rage
## 2969                                                                                                                     Crysis 2
## 2970                                                                                                                      WWE '12
## 2971                                                                                                                       Cars 2
## 2972                                                                                                              Tales of Xillia
## 2973                                                                                          Super Street Fighter IV: 3D Edition
## 2974                                                                                                                      F1 2011
## 2975                                                                                                                      WWE '12
## 2976                                                                                           LEGO Star Wars III: The Clone Wars
## 2977                                                                                             Your Shape: Fitness Evolved 2012
## 2978                                                                                                         Pokemon Rumble Blast
## 2979                                                                                                   Ratchet & Clank: All 4 One
## 2980                                                                                           LEGO Star Wars III: The Clone Wars
## 2981                                                                                                                    Rocksmith
## 2982                                                                                                                    Rocksmith
## 2983                                                                                                                Dragon Age II
## 2984                                                                                                         Fight Night Champion
## 2985                                                                                                           Plants vs. Zombies
## 2986                                                                                                    Omerta: City of Gangsters
## 2987                                                                                           LEGO Star Wars III: The Clone Wars
## 2988                                                                                      Marvel vs. Capcom 3: Fate of Two Worlds
## 2989                                                                                                                       DiRT 3
## 2990                                                                                                                        Brink
## 2991                                                                                LEGO Pirates of the Caribbean: The Video Game
## 2992                                                                                                              Disney Universe
## 2993                                                                                                                  Bulletstorm
## 2994                                                                                                            Sonic Generations
## 2995                                                                                                               Rayman Origins
## 2996                                                                                                             NCAA Football 12
## 2997                                                                                                           Kirby: Mass Attack
## 2998                                                                                                                   Dark Souls
## 2999                                                                                                Skylanders: Spyro's Adventure
## 3000                                                                                            The Witcher 2: Assassins of Kings
## 3001                                                                                                            PilotWings Resort
## 3002                                                                                                        Driver: San Francisco
## 3003                                                                                LEGO Pirates of the Caribbean: The Video Game
## 3004                                                                                                               Star Fox 64 3D
## 3005                                                                                                Skylanders: Spyro's Adventure
## 3006                                                                                                         Wipeout: In The Zone
## 3007                                                                                                   Monster High: Ghoul Spirit
## 3008                                                                                                             Wii Play: Motion
## 3009                                                                                                           Dynasty Warriors 7
## 3010                                                                                                                    Homefront
## 3011                                                                                LEGO Pirates of the Caribbean: The Video Game
## 3012                                                                                                     SOCOM 4: U.S. Navy SEALs
## 3013                                                                                                                       Cars 2
## 3014                                                                                         Tiger Woods PGA Tour 12: The Masters
## 3015                                                                                                      The Tomb Raider Trilogy
## 3016                                                                                         Dissidia 012: Duodecim Final Fantasy
## 3017                                                                                              Michael Jackson: The Experience
## 3018                                                                                                           Duke Nukem Forever
## 3019                                                                                                             NCAA Football 12
## 3020                                                                                                           Tales of the Abyss
## 3021                                                                                                                Dragon Age II
## 3022                                                                                               Call of Duty: Modern Warfare 3
## 3023                                                                                                         Final Fantasy Type-0
## 3024                                                                                                        Sniper: Ghost Warrior
## 3025                                                                                                         Fight Night Champion
## 3026                                                                                                      Goldeneye 007: Reloaded
## 3027                                                                                                               Rayman Origins
## 3028                                                                                                          ABBA: You Can Dance
## 3029                                                                            UFC Personal Trainer: The Ultimate Fitness System
## 3030                                                                                                                      FIFA 12
## 3031                                                                                                                   The Sims 3
## 3032                                                                                                                     Portal 2
## 3033                                                                                                           Duke Nukem Forever
## 3034                                                                                                   PokePark 2: Wonders Beyond
## 3035                                                                                                Assassin's Creed: Revelations
## 3036                                                                                                  Ace Combat: Assault Horizon
## 3037                                                                                                                     Crysis 2
## 3038                                                                                                         Final Fantasy XIII-2
## 3039                                                                                                                        Brink
## 3040                                                                                                               Just Dance Wii
## 3041                                                                                                                      F1 2011
## 3042                                                                                                                       DiRT 3
## 3043                                                                                                                    Catherine
## 3044                                                                                                                       NHL 12
## 3045                                                                                                    Omerta: City of Gangsters
## 3046                                                                                                        Driver: San Francisco
## 3047                                                                                                           The Sims: Medieval
## 3048                                                                                                                   Top Spin 4
## 3049                                                                                                                         RIFT
## 3050                                                                                            Need for Speed: Shift 2 Unleashed
## 3051                                                                                                                Country Dance
## 3052                                                                                                                   Lalaloopsy
## 3053                                                                                                               The Last Story
## 3054                                                                                                                    Rayman 3D
## 3055                                                                                                                Dragon Age II
## 3056                                                                                                      The Sims 3: Generations
## 3057                                                                                                                 Just Dance 3
## 3058                                                                                LEGO Pirates of the Caribbean: The Video Game
## 3059                                                                                                            Warriors Orochi 3
## 3060                                                                                  Dragon Quest Monsters: Joker 2 Professional
## 3061                                                                                         Tiger Woods PGA Tour 12: The Masters
## 3062                                                                                               Cooking Mama 4: Kitchen Magic!
## 3063                                                                                               The Black Eyed Peas Experience
## 3064                                                                                                              Disney Universe
## 3065                                                                                            Dragon Ball Z: Ultimate Tenkaichi
## 3066                                                                                                           Yakuza: Dead Souls
## 3067                                                                                                          Total War: Shogun 2
## 3068                                                                                                Assassin's Creed: Brotherhood
## 3069                                                                                                    Deus Ex: Human Revolution
## 3070                                                                                                             MLB 11: The Show
## 3071                                                                                                       Alice: Madness Returns
## 3072                                                                                                                       NHL 12
## 3073                                                                                   Phineas and Ferb: Across the 2nd Dimension
## 3074                                                                                                Skylanders: Spyro's Adventure
## 3075                                                                                             Disgaea 4: A Promise Unforgotten
## 3076                                                                                                    Pro Evolution Soccer 2012
## 3077                                                                                                              Disney Universe
## 3078                                                                                               Warhammer 40,000: Space Marine
## 3079                                                                                    Final Fantasy IV: The Complete Collection
## 3080                                                                                               God of War: Origins Collection
## 3081                                                                                           Hot Shots Golf: World Invitational
## 3082                                                                                                               Rayman Origins
## 3083                                                                                                            MX vs. ATV: Alive
## 3084                                                                                              Kidou Senshi Gundam: Extreme VS
## 3085                                                                                            Dragon Ball Z: Ultimate Tenkaichi
## 3086                                                                                                                Two Worlds II
## 3087                                                                                   Phineas and Ferb: Across the 2nd Dimension
## 3088                                                                                                            Inazuma Eleven GO
## 3089                                                                                                   Monster High: Ghoul Spirit
## 3090                                                                                                          Batman: Arkham City
## 3091                                                                                                                  Bulletstorm
## 3092                                                                                              Michael Jackson: The Experience
## 3093                                                                                           Sesame Street: Once Upon A Monster
## 3094                                                                                                                      FIFA 12
## 3095                                                                                                                       Cars 2
## 3096                                                                                                           DC Universe Online
## 3097                                                                                                     Monster Hunter Freedom 2
## 3098                                                                                                    Pro Evolution Soccer 2012
## 3099                                                                                                      Goldeneye 007: Reloaded
## 3100                                                                                                       Alice: Madness Returns
## 3101                                                                                                               Ridge Racer 3D
## 3102                                                                                                         Super Monkey Ball 3D
## 3103                                                                                                    Bleach: Soul Resurreccion
## 3104                                                                                                  Ace Combat: Assault Horizon
## 3105                                                                                            Resident Evil: The Mercenaries 3D
## 3106                                                                                                                   Asphalt 3D
## 3107                                                                                                                  Steel Diver
## 3108                                                                                                                       Cars 2
## 3109                                                                                                       MotorStorm: Apocalypse
## 3110                                                                                                               Fortune Street
## 3111                                                 Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III
## 3112                                                                                                                      FIFA 12
## 3113                                                                                                           Rise of Nightmares
## 3114                                                                                                                Two Worlds II
## 3115                                                                                                            MX vs. ATV: Alive
## 3116                                                                                             The Sims 3: Outdoor Living Stuff
## 3117                                                                                                              Country Dance 2
## 3118                                                                                                    Nickelodeon Team Umizoomi
## 3119                                                                                                   Major League Baseball 2K11
## 3120                                                                                                      Red Faction: Armageddon
## 3121                                                                                                                   F.E.A.R. 3
## 3122                                                                                                    Dead or Alive: Dimensions
## 3123                                                                                                                   F.E.A.R. 3
## 3124                                                                                               Warhammer 40,000: Space Marine
## 3125                                                                                                              Virtua Tennis 4
## 3126                                                                        Transformers: Dark of the Moon - Autobots/Decepticons
## 3127                                                                                                                Madden NFL 12
## 3128                                                                                                                Child of Eden
## 3129                                                                                            Need for Speed: Shift 2 Unleashed
## 3130                                                                                                                  Tetris Axis
## 3131                                                                                                              DanceStar Party
## 3132                                                                                     Dai-2-Ji Super Robot Taisen Z: Hakai-hen
## 3133                                                                                                    Barbie: Jet, Set & Style!
## 3134                                                                                                  Virtua Tennis 4: World Tour
## 3135                                                                                                     Just Dance: Summer Party
## 3136                                                                                                                   The Smurfs
## 3137                                                                                                                   Top Spin 4
## 3138                                                                                                                WWE All Stars
## 3139                                                                                                               Fantastic Pets
## 3140                                                                                                           Duke Nukem Forever
## 3141                                                                                                            Just Dance Kids 2
## 3142                                                                                                      SpongeBob SquigglePants
## 3143                                                                                       AKB1/48: Idol to Guam de Koishitara...
## 3144                                                                                                              The Gunstringer
## 3145                                                                                                                Danball Senki
## 3146                                                                                                               Fishing Resort
## 3147                                                                                                          Madden NFL Football
## 3148                                                                                                                      FIFA 12
## 3149                                                                                             Taiko no Tatsujin Wii: Ketteiban
## 3150                                                                                               Combat of Giants: Dinosaurs 3D
## 3151                                                                                       Disney Princess: Enchanting Storybooks
## 3152                                                                                                  Samurai Warriors Chronicles
## 3153                                                                                                      Red Faction: Armageddon
## 3154                                                                                                            Dungeon Siege III
## 3155                                                                               Shin Megami Tensei: Devil Survivor Overclocked
## 3156                                                                                            Raving Rabbids: Travel in Time 3D
## 3157                                                                                                        Saints Row: The Third
## 3158                                                                                                Taiko no Tatsujin Portable DX
## 3159                                                                                                 Pro Evolution Soccer 2011 3D
## 3160                                                                                           LEGO Star Wars III: The Clone Wars
## 3161                                                                                           Phantasy Star Portable 2: Infinity
## 3162                                                                                                Cabela's Big Game Hunter 2012
## 3163                                                                                                                         Rage
## 3164                                                                                                            Dungeon Siege III
## 3165                                                                               The House of the Dead: Overkill - Extended Cut
## 3166                                                                                                      Need for Speed: The Run
## 3167                                                                                                    Toriko: Gourmet Survival!
## 3168                                                                                                 Kinectimals: Now with Bears!
## 3169                                                                                        One Piece: Gigant Battle 2 Shin Sekai
## 3170                                                                                                            Pac-Man All-Stars
## 3171                                                                                         Tiger Woods PGA Tour 12: The Masters
## 3172                                                                                                 SD Gundam G Generation World
## 3173                                                                                               Transformers: Dark of the Moon
## 3174                                                                                                                      WWE '12
## 3175                                                                                                                WWE All Stars
## 3176                                                                                                                     NBA 2K12
## 3177                                                                                      Naruto Shippuden: Ultimate Ninja Impact
## 3178                                                                                        Tom Clancy's Ghost Recon: Shadow Wars
## 3179                                                                                                  The Sims 3: Town Life Stuff
## 3180                                                                                                            Sengoku Musou 3 Z
## 3181                                                                                Harry Potter and the Deathly Hallows - Part 2
## 3182                                                                                                    The King of Fighters XIII
## 3183                                                                                LEGO Pirates of the Caribbean: The Video Game
## 3184                                                                                            Hatsune Miku: Project Diva Extend
## 3185                                                                                Harry Potter and the Deathly Hallows - Part 2
## 3186                                                                                                        We Sing Deutsche Hits
## 3187                                                                                    Mystery Case Files: The Malgrave Incident
## 3188                                                                                                      Might & Magic Heroes VI
## 3189                                                                                           The Adventures of Tintin: The Game
## 3190                                                                                                                 Dead Space 2
## 3191                                                                                                             Minute to Win It
## 3192                                                                                               The Black Eyed Peas Experience
## 3193                                                                                                Dead Rising 2: Off the Record
## 3194                                                                                Harry Potter and the Deathly Hallows - Part 2
## 3195                                                                                              Operation Flashpoint: Red River
## 3196                                                                                                        Power Rangers Samurai
## 3197                                                                                       Carnival Games: Monkey See, Monkey Do!
## 3198                                                                                                                    Wipeout 2
## 3199                                                                                                        Power Rangers Samurai
## 3200                                                                                                                    Fable III
## 3201                                                                                   Phineas and Ferb: Across the 2nd Dimension
## 3202                                                                                                         Rugby World Cup 2011
## 3203                                                                                          MonHun Nikki: Poka Poka Ailu Mura G
## 3204                                                                                                                    Catherine
## 3205                                                                                                             1001 Touch Games
## 3206                                                                                                         Bust-A-Move Universe
## 3207                                                                                         Shin Megami Tensei: Devil Survivor 2
## 3208                                                                                                    Peppa Pig: Theme Park Fun
## 3209                                                                                                              Pandora's Tower
## 3210                                                                                                   Jonah Lomu Rugby Challenge
## 3211                                                                                                        NASCAR 2011: The Game
## 3212                                                                                                    The King of Fighters XIII
## 3213                                                                                                Tom Clancy's Splinter Cell 3D
## 3214                                                                                  Shin Megami Tensei: Persona 2: Innocent Sin
## 3215                                                                                                               PowerUp Heroes
## 3216                                                                                                One Piece Unlimited Cruise SP
## 3217                                                                                                                    Squinkies
## 3218                                                                                                              Little Deviants
## 3219                                                                                                     Rabbids: Alive & Kicking
## 3220                                                                                                 Ultimate Marvel vs. Capcom 3
## 3221                                                                                            Karaoke Revolution Glee: Volume 3
## 3222                                                                                                   Call of Juarez: The Cartel
## 3223                                                                                              Battle & Get! Pokemon Typing DS
## 3224                                                                                                               World of Tanks
## 3225                                                                                      Tales of the World: Radiant Mythology 3
## 3226                                                                                              Operation Flashpoint: Red River
## 3227                                                                                               Transformers: Dark of the Moon
## 3228                                                                                        El Shaddai: Ascension of the Metatron
## 3229                                                                                                Cabela's Big Game Hunter 2012
## 3230                                                                                             Medieval Moves: Deadmund's Quest
## 3231                                                                                                         Rugby World Cup 2011
## 3232                                                                                                      The Smurfs: Dance Party
## 3233                                                                                                                    Wappy Dog
## 3234                                                                                                                    Patapon 3
## 3235                                                                                                                     NBA 2K12
## 3236                                                                                                      Need for Speed: The Run
## 3237                                                                                                Dead Rising 2: Off the Record
## 3238                                                                                                        NASCAR 2011: The Game
## 3239                                                                                                                    Wipeout 2
## 3240                                                                                                        Shadows of the Damned
## 3241                                                                                                                    Tropico 4
## 3242                                                                                                            Just Dance Kids 2
## 3243                                                                                                                 Pinkalicious
## 3244                                                                                                     MotionSports: Adrenaline
## 3245                                                                                                   Call of Juarez: The Cartel
## 3246                                                                                           The Adventures of Tintin: The Game
## 3247                                                                                                Ace Attorney Investigations 2
## 3248                                                                                           Dynasty Warriors 7: Xtreme Legends
## 3249                                                                                             Jikkyou Powerful Pro Yakyuu 2011
## 3250                                                                                                      Inazuma Eleven Strikers
## 3251                                                                                     Call of Duty: Modern Warfare 3: Defiance
## 3252                                                                                                                Zoo Resort 3D
## 3253                                                                                           LEGO Star Wars III: The Clone Wars
## 3254                                                                                                           Ben 10 Triple Pack
## 3255                                                                                                    Hunted: The Demon's Forge
## 3256                                                                                                              Kung Fu Panda 2
## 3257                                                                                                     Spider-Man: Edge of Time
## 3258                                                                                                    Barbie: Jet, Set & Style!
## 3259                                                                                             L.A. Noire: The Complete Edition
## 3260                                                                                                                    Wipeout 2
## 3261                                                                                     Tongari Boushi to Oshare na Mahou Tsukai
## 3262                                                                                           Ace Combat: Assault Horizon Legacy
## 3263                                                                                                       Pro Yaky? Spirits 2011
## 3264                                                                                                        Dynasty Warriors Next
## 3265                                                                                        Atelier Meruru: Alchemist of Arland 3
## 3266                                                                                                                    Homefront
## 3267                                                                                                           Dynasty Warriors 7
## 3268                                                                                                            Just Dance Kids 2
## 3269                                                                                           The Adventures of Tintin: The Game
## 3270                                                                                                         Dreamcast Collection
## 3271                                                                                                               X-Men: Destiny
## 3272                                                                                                            Nickelodeon Dance
## 3273                                                                                                               X-Men: Destiny
## 3274                                                                                                 Pictionary: Ultimate Edition
## 3275                                                                                                                  Angry Birds
## 3276                                                                                                 Pictionary: Ultimate Edition
## 3277                                                                                                           DC Universe Online
## 3278                                                                                                Cabela's Big Game Hunter 2012
## 3279                                                                                       Loving Life with Hello Kitty & Friends
## 3280                                                                                                              Virtua Tennis 4
## 3281                                                                                                                Puss in Boots
## 3282                                                                                                                    Wipeout 2
## 3283                                                                                                              Carnival Island
## 3284                                                                                                                Madden NFL 12
## 3285                                                                                                                WWE All Stars
## 3286                                                                                                                       Cars 2
## 3287                                                                                               Rune Factory: Tides of Destiny
## 3288                                                                                                Saint Seiya: Sanctuary Battle
## 3289                                                                      Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack
## 3290                                                                                                          Danball Senki Boost
## 3291                                                                                                       Sengoku Basara 3 Utage
## 3292                                                                                                        NASCAR 2011: The Game
## 3293                                                                                                     Spider-Man: Edge of Time
## 3294                                                                                                                      Shinobi
## 3295                                                                                                                Child of Eden
## 3296                                                                                 Karaoke Revolution Glee 2: Road to Regionals
## 3297                                                                                                           Asphalt: Injection
## 3298                                                                                                              Kung Fu Panda 2
## 3299                                                                                                                  Dead Island
## 3300                                                                                                    Hunted: The Demon's Forge
## 3301                                                                                               Transformers: Dark of the Moon
## 3302                                                                                                            Big League Sports
## 3303                                                                                                                     Yoostar2
## 3304                                                                                Harry Potter and the Deathly Hallows - Part 2
## 3305                                                                                                                Puss in Boots
## 3306                                                                                                 The Magic School Bus: Oceans
## 3307                                                                                                    Pro Evolution Soccer 2012
## 3308                                                                                  Now! That's What I Call Music: Dance & Sing
## 3309                                                                       Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus
## 3310                                                                                                                    de Blob 2
## 3311                                                                                    Champion Jockey: G1 Jockey & Gallop Racer
## 3312                                                                                                          You Don't Know Jack
## 3313                                                                                                          You Don't Know Jack
## 3314                                                                                                                   Frogger 3D
## 3315                                                                             J-League Pro Soccer Club o Tsukurou! 7 Euro Plus
## 3316                                                                                               Warhammer 40,000: Space Marine
## 3317                                                                                          Jillian Michaels' Fitness Adventure
## 3318                                                                                                   Major League Baseball 2K11
## 3319                                                                                                              7th Dragon 2020
## 3320                                                                                  The Legend of Heroes VII: The Trail of Blue
## 3321                                                                                                                Two Worlds II
## 3322                                                                                                    SingStar: Back to the 80s
## 3323                                                                                       Earth Defense Force: Insect Armageddon
## 3324                                                                                                Ore no Shikabane o Koete Yuke
## 3325                                                                                             Jikkyou Powerful Pro Yakyuu 2011
## 3326                                                                                                           Plants vs. Zombies
## 3327                                                                                         Cabela's Survival: Shadows of Katmai
## 3328                                                                                                               Arcana Heart 3
## 3329                                                                                                    Just Dance 2: Extra Songs
## 3330                                                                                                         Way of the Samurai 4
## 3331                                                                            UFC Personal Trainer: The Ultimate Fitness System
## 3332                                                                                                                  Steins;Gate
## 3333                                                                                               Rune Factory: Tides of Destiny
## 3334                                                                                               Captain America: Super Soldier
## 3335                                                                                                  Pac-Man & Galaga Dimensions
## 3336                                                                                        Marvel Super Hero Squad: Comic Combat
## 3337                                                                                                      Need for Speed: The Run
## 3338                                                                                          Inazuma Eleven Strikers 2012 Xtreme
## 3339                                                                                                   SpongeBob SquigglePants 3D
## 3340                                                                                            SpongeBob's Surf & Skate Roadtrip
## 3341                                                                                                                WWE All Stars
## 3342                                                                                                             NASCAR Unleashed
## 3343                                                                                            Need for Speed: Shift 2 Unleashed
## 3344                                                                                                     Reel Fishing Paradise 3D
## 3345                                                                                 Magical ZhuZhu Princess: Carriages & Castles
## 3346                                                                                                                      F1 2011
## 3347                                                                                                   Air Conflicts: Secret Wars
## 3348                                                                                                    Family Feud: 2012 Edition
## 3349                                                                                       Earth Defense Force: Insect Armageddon
## 3350                                                                                                    Warriors: Legends of Troy
## 3351                                                                                      The Lord of the Rings: War in the North
## 3352                                                                                                        Rango: The Video Game
## 3353                                                                                                        Shadows of the Damned
## 3354                                                                                         Cabela's Survival: Shadows of Katmai
## 3355                                                                                         Cabela's Survival: Shadows of Katmai
## 3356                                                                                             Camping Mama: Outdoor Adventures
## 3357                                                                                                      Heavy Fire: Afghanistan
## 3358                                                                                                        Driver: San Francisco
## 3359                                                                                                             NASCAR Unleashed
## 3360                                                                            UFC Personal Trainer: The Ultimate Fitness System
## 3361                                                                                                       Pro Yaky? Spirits 2011
## 3362                                                                                                                WWE All Stars
## 3363                                                                                                      Sing4: The Hits Edition
## 3364                                                                                                                          Rio
## 3365                                                                                                                    de Blob 2
## 3366                                                                                                                        Brink
## 3367                                                                                        Marvel Super Hero Squad: Comic Combat
## 3368                                                                                                          You Don't Know Jack
## 3369                                                                                      Cabela's Big Game Hunter: Hunting Party
## 3370                                                                                                 Biohazard: Revival Selection
## 3371                                                                                                                     MindJack
## 3372                                                                                        Marvel Super Hero Squad: Comic Combat
## 3373                                                                                                      Cabela's Adventure Camp
## 3374                                                                                                                  Ridge Racer
## 3375                                                                                                             EyePet & Friends
## 3376                                                                                                            Dungeon Siege III
## 3377                                                                                                                I Spy: Castle
## 3378                                                                                                 uDraw Studio: Instant Artist
## 3379                                                                                                      PlayStation Move Heroes
## 3380                                                                                               Captain America: Super Soldier
## 3381                                                                                    Monkey Island: Special Edition Collection
## 3382                                                                                                                 MotoGP 10/11
## 3383                                                                                               Transformers: Dark of the Moon
## 3384                                                                                           Michael Jackson: The Experience 3D
## 3385                                                                                                           The Cursed Crusade
## 3386                                                                                        Green Lantern: Rise of the Manhunters
## 3387                                                                                                             MLB 11: The Show
## 3388                                                                                                               ZhuZhu Puppies
## 3389                                                                                                        Driver: San Francisco
## 3390                                                                                                                 Stronghold 3
## 3391                                                                                                                      F1 2011
## 3392                                                                                     Doctor Lautrec and the Forgotten Knights
## 3393                                                                                                          Aliens: Infestation
## 3394                                                                                                    SD Gundam G Generation 3D
## 3395                                                                                        El Shaddai: Ascension of the Metatron
## 3396                                                                                                   Yu-Gi-Oh! 5D's Tag Force 6
## 3397                                                                                                            Warriors Orochi 3
## 3398                                                                                           Family Game Night 4: The Game Show
## 3399                                                                                          WRC 2: FIA World Rally Championship
## 3400                                                                                                                          Rio
## 3401                                                                                             Sengoku Basara: Chronicle Heroes
## 3402                                                                                                                 Grease Dance
## 3403                                                                                                                     NBA 2K12
## 3404                                                                                                                  Bulletstorm
## 3405                                                                                   Kingdom Hearts: Birth by Sleep - Final Mix
## 3406                                                                                                             The Idolm@ster 2
## 3407                                                                                         Senran Kagura: Sh?jo-tachi no Shinei
## 3408                                                                                                James Noir's Hollywood Crimes
## 3409                                                                                                     MotionSports: Adrenaline
## 3410                                                                                                                   F.E.A.R. 3
## 3411                                                                                                   Major League Baseball 2K11
## 3412                                                                                           The Adventures of Tintin: The Game
## 3413                                                                                                                       DiRT 3
## 3414                                                                                                                      Amagami
## 3415                                                                                                                    de Blob 2
## 3416                                                                                                              We Sing UK Hits
## 3417                                                                                                             The Oregon Trail
## 3418                                                                                                  Kids Learn Math: A+ Edition
## 3419                                                                                                         Thor: God of Thunder
## 3420                                                                                        The Sims Medieval: Pirates and Nobles
## 3421                                                                                    Metal Gear Solid: Peace Walker HD Edition
## 3422                                                                        Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable
## 3423                                                                                                                     We Dance
## 3424                                                                                             Victorious: Hollywood Arts Debut
## 3425                                                                                                           The Cursed Crusade
## 3426                                                                                                        Tamagotchi Collection
## 3427                                                                                             White Knight Chronicles: Origins
## 3428                                                                                             Trivial Pursuit: Bet You Know It
## 3429                                                                                                             Pac-Man Party 3D
## 3430                                                                                               Black * Rock Shooter: The Game
## 3431                                                                                                                     Terraria
## 3432                                                                                                      Sengoku Musou 3 Empires
## 3433                                                                                            Karaoke Revolution Glee: Volume 3
## 3434                                                                                                                Cave Story 3D
## 3435                                                                                                         Thor: God of Thunder
## 3436                                                                                            Kenka Banchou 5: Otoko no Housoku
## 3437                                                                                                 Uta no * Prince-Sama: Repeat
## 3438                                                                                                         Thor: God of Thunder
## 3439                                                                                                                   Top Spin 4
## 3440                                                                                                                 Akiba's Trip
## 3441                                                                                                       Ben 10 Galactic Racing
## 3442                                                                                    Kidou Senshi Gundam: Shin Gihren no Yabou
## 3443                                                                            Earth Defense Force 2: Invaders from Planet Space
## 3444                                                                                                              Virtua Tennis 4
## 3445                                                                                                                  Let's Cheer
## 3446                                                                                                 Puyo Puyo!! 20th Anniversary
## 3447                                                                                                               Nicktoons: MLB
## 3448                                                                                                                         NCIS
## 3449                                                                                              Shinobido 2: Tales of the Ninja
## 3450                                                                                                                          Rio
## 3451                                                                                                                BIT.TRIP SAGA
## 3452                                                                                                     Spider-Man: Edge of Time
## 3453                                                                                                   Queen's Gate: Spiral Chaos
## 3454                                                                                        Red Orchestra 2: Heroes of Stalingrad
## 3455                                                                                                               Nicktoons: MLB
## 3456                                                                                                      Hulk Hogan's Main Event
## 3457                                                                                                    Imagine: Fashion Designer
## 3458                                                                                                              Kung Fu Panda 2
## 3459                                                                                             Suite PreCure: Melody Collection
## 3460                                                                                                             MLB 11: The Show
## 3461                                                                                   Jikkyou Powerful Pro Yakyuu 2011 Ketteiban
## 3462                                                                                                         Kung-Fu: High Impact
## 3463                                                                                                             The Oregon Trail
## 3464                                                                                                  DreamWorks Super Star Kartz
## 3465                                                                      Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan
## 3466                                                                                                                         NCIS
## 3467                                                                                                     Zoobles! Spring to Life!
## 3468                                                                                                                      F1 2011
## 3469                                                                                                       Ben 10 Galactic Racing
## 3470                                                                                                        Grand Knights History
## 3471                                                                                                 BlazBlue: Continuum Shift II
## 3472                                                                                        Green Lantern: Rise of the Manhunters
## 3473                                                                                                 Puyo Puyo!! 20th Anniversary
## 3474                                                                                                        Rango: The Video Game
## 3475                                                                                                                   Puppies 3D
## 3476                                                                                                                       Cars 2
## 3477                                                                                        Green Lantern: Rise of the Manhunters
## 3478                                                                                                                   Fit in Six
## 3479                                                                                                       Sengoku Basara 3 Utage
## 3480                                                                                                    Victorious: Time to Shine
## 3481                                                                                                              Top Shot Arcade
## 3482                                                                                                                Twister Mania
## 3483                                                                                   Gungnir: Mayari no Gunshin to Eiyuu Sensou
## 3484                                                                                   SBK 2011: FIM Superbike World Championship
## 3485                                                                                                  DreamWorks Super Star Kartz
## 3486                                                                                                        Football Manager 2012
## 3487                                                                                                        Deepak Chopra's Leela
## 3488                                                                                            All Kamen Rider: Rider Generation
## 3489                                                                                                       My Fitness Coach: Club
## 3490                                                                                                        Rango: The Video Game
## 3491                                                                                            Gundam Memories: Tatakai no Kioku
## 3492                                                                                                              Everybody Dance
## 3493                                                                                                                   Blackwater
## 3494                                                                                                         Thor: God of Thunder
## 3495                                                                                                           Touch My Katamari 
## 3496                                                                                                       Ben 10 Galactic Racing
## 3497                                                                                                                         NCIS
## 3498                                                                                                                Supremacy MMA
## 3499                                                                                                                    Conduit 2
## 3500                                                                                                                      McDROID
## 3501                                                                                                    Macross Triangle Frontier
## 3502                                                                                            SpongeBob's Surf & Skate Roadtrip
## 3503                                                                                                             NASCAR Unleashed
## 3504                                                               Mahou Shoujo Lyrical Nanoha A's Portable: The Gears of Destiny
## 3505                                                                                                  DreamWorks Super Star Kartz
## 3506                                                                                                          Deca Sports Extreme
## 3507                                                                                                        Deepak Chopra's Leela
## 3508                                                                                   A.C.E.: Another Century's Episode Portable
## 3509                                                                                                      Jaws: Ultimate Predator
## 3510                                                                                                       Alice: Madness Returns
## 3511                                                                                                        Petz Puppyz & Kittenz
## 3512                                                                                                     Spider-Man: Edge of Time
## 3513                                                                                                        Brunswick Pro Bowling
## 3514                                                                                                                    Wipeout 2
## 3515                                                                                                  The Price is Right: Decades
## 3516                                                                                                      Power Pro Kun Pocket 14
## 3517                                                                                                         After Hours Athletes
## 3518                                                                                       Disney Princess: Enchanting Storybooks
## 3519                                                                                                  DreamWorks Super Star Kartz
## 3520                                                                                                                    Darkspore
## 3521                                                                                                   Self-Defense Training Camp
## 3522                                                                                        18 Wheels of Steel: Extreme Trucker 2
## 3523                                                                                                  The Price is Right: Decades
## 3524                                                                                           Tom Clancy's Splinter Cell Trilogy
## 3525                                                                                                               Happy Feet Two
## 3526                                                                                                To Heart 2: Dungeon Travelers
## 3527                                                                                                                WWE All Stars
## 3528                                                                                                                    de Blob 2
## 3529                                                                                                   Call of Juarez: The Cartel
## 3530                                                                                        JASF: Jane's Advanced Strike Fighters
## 3531                                                                                                                      NCIS 3D
## 3532                                                                                Shin Kamaitachi no Yoru: 11 Hitome no Suspect
## 3533                                                                                           Family Game Night 4: The Game Show
## 3534                                                                                                             Get Up and Dance
## 3535                                                                                                Gabrielle's Ghostly Groove 3D
## 3536                                                                                                            Nickelodeon Dance
## 3537                                                                                                 Shin Sangoku Musou 6 Special
## 3538                                                                                                                DualPenSports
## 3539                                                                                                                    Bodycount
## 3540                                                                                                                 Winter Stars
## 3541                                                                                            Hasbro Family Game Night Fun Pack
## 3542                                                                                                                Frontier Gate
## 3543                                                                                                  Invizimals: The Lost Tribes
## 3544                                                                                                                    Bodycount
## 3545                                                                                               Michael Phelps: Push the Limit
## 3546                                                                                             Hole in the Wall: Deluxe Edition
## 3547                                                                                             Blazblue: Continuum Shift Extend
## 3548                                                                                                            Sonic Generations
## 3549                                                                    The Penguins of Madagascar: Dr. Blowhole Returns - Again!
## 3550                                                                                                      Cabela's Adventure Camp
## 3551                                                                                                 BlazBlue: Continuum Shift II
## 3552                                                                                              Saigo no Yakusoku no Monogatari
## 3553                                                                                        Green Lantern: Rise of the Manhunters
## 3554                                                                                                                   Fit in Six
## 3555                                                                                             Naruto Shippuden 3D: The New Era
## 3556                                                                                                        Rango: The Video Game
## 3557                                                                                                          Stronghold Kingdoms
## 3558                                                                                           Busou Shinki: Battle Masters Mk. 2
## 3559                                                                                                    Family Feud: 2012 Edition
## 3560                                                                                                                     Yoostar2
## 3561                                                                                                            The First Templar
## 3562                                                                    The Penguins of Madagascar: Dr. Blowhole Returns - Again!
## 3563                                                                                           Sesame Street: Ready, Set, Grover!
## 3564                                                                                                        Gem Quest: 4 Elements
## 3565                                                                                                       Toaru Majutsu no Index
## 3566                                                                                                    Uta no Prince-Sama: Music
## 3567                                                                                                       Weiss Schwarz Portable
## 3568                                                                                                  Metal Gear Solid HD Edition
## 3569                                                                                         Alvin and the Chipmunks: Chipwrecked
## 3570                                                                                                      Heavy Fire: Afghanistan
## 3571                                                                                    Monkey Island: Special Edition Collection
## 3572                                                                                                      Cabela's Adventure Camp
## 3573                                                                                         Alvin and the Chipmunks: Chipwrecked
## 3574                                                                                                           Lord of Apocalypse
## 3575                                                                                                                          HOP
## 3576                                                                                                                Puss in Boots
## 3577                                                                                Pinball Hall of Fame: The Williams Collection
## 3578                                                                                           Generator Rex: Agent of Providence
## 3579                                                                                                               X-Men: Destiny
## 3580                                                                               Marvel Super Hero Squad: The Infinity Gauntlet
## 3581                                                                                Harry Potter and the Deathly Hallows - Part 2
## 3582                                                                                                               Nicktoons: MLB
## 3583                                                                                              Start the Party! Save the World
## 3584                                                                                                           Lord of Apocalypse
## 3585                                                                                                 Dora & Kai-Lan's Pet Shelter
## 3586                                                                                                             NASCAR Unleashed
## 3587                                                                                                         Thor: God of Thunder
## 3588                                                                                                                  Cubic Ninja
## 3589                                                                                                       Ben 10 Galactic Racing
## 3590                                                                                               Who Wants to Be A Millionaire?
## 3591                                                                                                Skylanders: Spyro's Adventure
## 3592                                                                                                                 Man vs. Wild
## 3593                                                                                      Digimon Story: Super Xros Wars Blue/Red
## 3594                                                                                        Cartoon Network: Punch Time Explosion
## 3595                                                                                                                          Rio
## 3596                                                                                        Squinkies 2: Adventure Mall Surprize!
## 3597                                                                                                 Ultimate Marvel vs. Capcom 3
## 3598                                                                                                                     MindJack
## 3599                                                                                               National Geographic Challenge!
## 3600                                                                                                              Kung Fu Panda 2
## 3601                                                                                                                     Dungeons
## 3602                                                                                                                 Winter Stars
## 3603                                                                                                             Angry Birds: Rio
## 3604                                                                                           Dragon Ball Kai: Ultimate Butouden
## 3605                                                                                                            Dance on Broadway
## 3606                                                                                                           Army Corps of Hell
## 3607                                                                                        Green Lantern: Rise of the Manhunters
## 3608                                                                                         Alvin and the Chipmunks: Chipwrecked
## 3609                                                                                                          Monopoly Collection
## 3610                                                                                     Jimmie Johnson's Anything With an Engine
## 3611                                                                                                             Driver: Renegade
## 3612                                                                                            May's Mystery: Forbidden Memories
## 3613                                                                                                    Pro Evolution Soccer 2012
## 3614                                                                                              Michael Jackson: The Experience
## 3615                                                                                                   Major League Baseball 2K11
## 3616                                                                                        JASF: Jane's Advanced Strike Fighters
## 3617                                                                                                 Carnival Games: Wild West 3D
## 3618                                                                                                       Ben 10 Galactic Racing
## 3619                                                                                    Champion Jockey: G1 Jockey & Gallop Racer
## 3620                                                                                                 Back to the Future: The Game
## 3621                                                                                                     No More Heroes: Red Zone
## 3622                                                                                                                Mahjong Cub3D
## 3623                                                                                             Blazblue: Continuum Shift Extend
## 3624                                                                                               Rock Band Country Track Pack 2
## 3625                                                                                         Remington Super Slam Hunting: Alaska
## 3626                                                                                                      Cake Mania: Main Street
## 3627                                                                                                                  Pillow Pets
## 3628                                                                                                Chou Jigen Game Neptune Mk-II
## 3629                                                                                                     Spider-Man: Edge of Time
## 3630                                                                                                      Red Faction: Armageddon
## 3631                                                                                                            BIT.TRIP COMPLETE
## 3632                                                                                                                      FIFA 12
## 3633                                                                                                                Puss in Boots
## 3634                                                                                Mystery Stories: Curse of the Ancient Spirits
## 3635                                                                                                                  Gray Matter
## 3636                                                                                                      Jaws: Ultimate Predator
## 3637                                                                                                                 Nano Assault
## 3638                                                                                               Captain America: Super Soldier
## 3639                                                                                                       Nikoli's Pencil Puzzle
## 3640                                                                                     SaGa 3: Jikuu no Hasha - Shadow or Light
## 3641                                                                                             Edna & Harvey: Harvey's New Eyes
## 3642                                                                                                         Gundam the 3D Battle
## 3643                                                                                                   Air Conflicts: Secret Wars
## 3644                                                                                                         Junior Mystery Quest
## 3645                                                                    The Penguins of Madagascar: Dr. Blowhole Returns - Again!
## 3646                                                                                                              Wildlife Park 3
## 3647                                                                                                             Knights Contract
## 3648                                                                                                       Kaijuu Busters Powered
## 3649                                                                                           Generator Rex: Agent of Providence
## 3650                                                                                                         DanceDanceRevolution
## 3651                                                                                                             Murder in Venice
## 3652                                                                                                                Supremacy MMA
## 3653                                                                                                                      DaGeDar
## 3654                                                                                         Steins;Gate: Hiyoku Renri no Darling
## 3655                                                                                                   Major League Baseball 2K11
## 3656                                                                                     Cartoon Network: Punch Time Explosion XL
## 3657                                                                                      WSC Real 11: World Snooker Championship
## 3658                                                                                                          Puzzler Mind Gym 3D
## 3659                                                                               Warhammer 40,000: Dawn of War II - Retribution
## 3660                                                                                            Super Sentai Battle: Ranger Cross
## 3661                                                                  Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama
## 3662                                                                                              Bakugan: Rise of the Resistance
## 3663                                                                                                             Knights Contract
## 3664                                                                                                 Sengoku Musou 3: Moushouden 
## 3665                                                                                                            The First Templar
## 3666                                                                                                               The $1 Pyramid
## 3667                                                                                                                     FabStyle
## 3668                                                                                                                ZhuZhu Babies
## 3669                                                                                                     The Sims 3: Barnacle Bay
## 3670                                                                                                                 Winter Stars
## 3671                                                                                                                   Ro-Kyu-Bu!
## 3672                                                                                                           Serious Sam 3: BFE
## 3673                                                                                                                 Man vs. Wild
## 3674                                                                                           Family Game Night 4: The Game Show
## 3675                                                                    The Penguins of Madagascar: Dr. Blowhole Returns - Again!
## 3676                                                                                      The Idolmaster: Gravure For You! Vol. 3
## 3677                                                   Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion
## 3678                                                                                     Jimmie Johnson's Anything With an Engine
## 3679                                                                                                 Fairy Tail: Portable Guild 2
## 3680                                                                                   Jikkyou Powerful Pro Yakyuu 2011 Ketteiban
## 3681                                                                                                                 Grease Dance
## 3682                                                                                     Cartoon Network: Punch Time Explosion XL
## 3683                                                                               Chronicles of Mystery: The Secret Tree of Life
## 3684                                                                                           Sesame Street: Ready, Set, Grover!
## 3685                                                                                                              Petz Fantasy 3D
## 3686                                                                                          WRC 2: FIA World Rally Championship
## 3687                                                                                                                   Pro Farm 1
## 3688                                                                                               Rock Band Country Track Pack 2
## 3689                                                                                                            Jewel Time Deluxe
## 3690                                                                                           Generator Rex: Agent of Providence
## 3691                                                                                               Emily the Strange: Strangerous
## 3692                                                                                     Jimmie Johnson's Anything With an Engine
## 3693                                                                                      Jewel Link Chronicles: Legend of Athena
## 3694                                                                                              Operation Flashpoint: Red River
## 3695                                                                                                       Pro Yaky? Spirits 2011
## 3696                                                                                                                We Sing Rock!
## 3697                                                                                                                  Moxie Girlz
## 3698                                                                                                               Rec Room Games
## 3699                                                                                            Ragnarok: Hikari to Yami no Koujo
## 3700                                                                                                           Winter Sports 2011
## 3701                                                                                        Billy's Boot Camp: Wii de Enjoy Diet!
## 3702                                                                                Horrid Henry: The Good, The Bad and The Bugly
## 3703                                                                                     Cartoon Network: Punch Time Explosion XL
## 3704                                                                                                 Ultimate Marvel vs. Capcom 3
## 3705                                                                                                                      Top Gun
## 3706                                                                                           Generator Rex: Agent of Providence
## 3707                                                                                  Nobunaga no Yabou: Tendou with Power-Up Kit
## 3708                                                                                                                   Order Up!!
## 3709                                                                                                                    Mayhem 3D
## 3710                                                                                                               Cities XL 2012
## 3711                                                                                            Hasbro Family Game Night Fun Pack
## 3712                                                                                                            Motion Explosion!
## 3713                                                                                                          You Don't Know Jack
## 3714                                                                                                       Pop'n Music Portable 2
## 3715                                                                                                                 Monster Tale
## 3716                                                                                                 Growlanser IV: Over Reloaded
## 3717                                                                                                  Paws & Claws: Marine Rescue
## 3718                                                                                                                  Johnny Test
## 3719                                                                                                           Jewels of the Ages
## 3720                                                                                  Meitantei Conan: Aoki Houseki no Rinbukyoku
## 3721                                                                                                            Unchained Blades 
## 3722                                                                               Rurouni Kenshin: Meiji Kenkaku Romantan Saisen
## 3723                                                                                               Santa Claus Is Comin' to Town!
## 3724                                                                                           Generator Rex: Agent of Providence
## 3725                                                                          The Book of Unwritten Tales: The Critter Chronicles
## 3726                                                                                                        Age of Empires Online
## 3727                                                                                                   ZhuZhu Pets: Quest for Zhu
## 3728                                                                                                             Akai Katana Shin
## 3729                                                                                                     Jewel Quest IV: Heritage
## 3730                                                                                                  DreamWorks Super Star Kartz
## 3731                                                                                    Nicola Kanshuu: Model * Oshare Audition 2
## 3732                                                                                                           The Next BIG Thing
## 3733                                                                                   SBK 2011: FIM Superbike World Championship
## 3734                                                                                             EverQuest II: Destiny of Velious
## 3735                                                                                                    Pro Evolution Soccer 2012
## 3736                                                                                                                 MotoGP 10/11
## 3737                                                                                                Dead Rising 2: Off the Record
## 3738                                                                                                                          ICO
## 3739                                                                                               Eigo de Tabisuru: Little Charo
## 3740                                                                                               Santa Claus Is Comin' to Town!
## 3741                                                                                                Paws & Claws: Pampered Pets 2
## 3742                                                                                                                    Mayhem 3D
## 3743                                                                                                               Vitamin X to Z
## 3744                                                                                                          Senritsu no Stratus
## 3745                                                                                    Monkey Island: Special Edition Collection
## 3746                                                                                              Atari's Greatest Hits: Volume 2
## 3747                                                                                                               X-Men: Destiny
## 3748                                                                                                Toaru Kagaku no Chou Denjihou
## 3749                                                                                    Champion Jockey: G1 Jockey & Gallop Racer
## 3750                                                                                                  Yuugen Gaisha Brave Company
## 3751                                                                                              Ken to Mahou to Gakuen Mono. 3D
## 3752                                                                                                    Warriors: Legends of Troy
## 3753                                                                                                      Pro Yakyuu Famista 2011
## 3754                                                                                                         Ski Region Simulator
## 3755                                                                                                   Major League Baseball 2K11
## 3756                                                                                  GachiTora! Abarenbou Kyoushi in High School
## 3757                                                                                                                      McDROID
## 3758                                                                                                             Airline Tycoon 2
## 3759                                                                                                            Petz Bunnyz Bunch
## 3760                                                                                                               Pucca Power Up
## 3761                                                                                                       My Fitness Coach: Club
## 3762                                                                                              IL-2 Sturmovik: Cliffs of Dover
## 3763                                                                                                    Men of War: Assault Squad
## 3764                                                                                                       Centipede: Infestation
## 3765                                                                                                             The Idolmaster 2
## 3766                                                                                                    Hunted: The Demon's Forge
## 3767                                                                                                             Cities in Motion
## 3768                                                                                                  Jewel Legends: Tree of Life
## 3769                                                                                                 Back to the Future: The Game
## 3770                                                                                      The Idolmaster: Gravure For You! Vol. 2
## 3771                                                                                                               Arcana Heart 3
## 3772                                                                                                         Metal Max 2 Reloaded
## 3773                                                                                                          Mega Minis Volume 3
## 3774                                                                                                                      Fishdom
## 3775                                                                                                           Classic Dungeon X2
## 3776                                                                                                   Major League Baseball 2K11
## 3777                                                                                        Treasure Report: Kikai Jikake no Isan
## 3778                                                                            Venus & Braves: Majo to Megami to Horobi no Yogen
## 3779                                                                                                                Powerful Golf
## 3780                                                                                               Rock Band Country Track Pack 2
## 3781                                                                                                             Noddy in Toyland
## 3782                                                                                                           To Heart 2 DX Plus
## 3783                                                                   Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu
## 3784                                                                                                                 Gem Smashers
## 3785                                                                                                 SD Gundam G Generation World
## 3786                                                                                                           Winter Sports 2011
## 3787                                                   Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson
## 3788                                                                                            Jewel Quest 5: The Sleepless Star
## 3789                                                                                                              FIFA Manager 12
## 3790                                                                                Shin Kamaitachi no Yoru: 11 Hitome no Suspect
## 3791                                                                                                       Centipede: Infestation
## 3792                                                                                             The Lost Treasures of Alexandria
## 3793                                                                            Arcana Famiglia: La storia della Aracana Famiglia
## 3794                                                                                                   Jonah Lomu Rugby Challenge
## 3795                                                                                         Nazo Waku Yakata: Oto no Ma ni Ma ni
## 3796                                                                                          Mahjong 3D: Warriors of the Emperor
## 3797                                                                                                       Max & the Magic Marker
## 3798                                                                                             Kimi ni Todoke: Tsutaeru Kimochi
## 3799                                                                                 Nora to Koku no Koubou: Kiri no Mori no Majo
## 3800                                                                                                Active Life: Magical Carnival
## 3801                                                                                               Jewel Master: Cradle Of Rome 2
## 3802                                                                                                                 Gem Smashers
## 3803                                                                                                Corpse Party: Book of Shadows
## 3804                                                                                           Jerry Rice and Nitus' Dog Football
## 3805                                                                                                  Kids Learn Music A+ Edition
## 3806                                                                                                                Zombi Daisuki
## 3807                                                                                                             Get Up and Dance
## 3808                                                                                                Hana to Ikimo no Rittai Zukan
## 3809                                                                                                                      Amnesia
## 3810                                                                                                                         NCIS
## 3811                                                                                                     Phantom Kingdom Portable
## 3812                                                                                               National Geographic Challenge!
## 3813                                                                                            Duke Nukem Trilogy: Critical Mass
## 3814                                                                                                         Beastly Frantic Foto
## 3815                                                                                                   Chaos;Head - Love Chu*Chu!
## 3816                                                                                                      Gakuen Hetalia Portable
## 3817                                                                                                                  Gray Matter
## 3818                                                                     Riding Stables: The Whitakers present Milton and Friends
## 3819                                                                                                    S.Y.K Renshouden Portable
## 3820                                                                                                              Virtua Tennis 4
## 3821                                                                                                            Unchained Blades 
## 3822                                                                                                                      Gal*Gun
## 3823                                                                                                 Harukanaru Toki no Naka de 5
## 3824                                                                                                          Men of War: Vietnam
## 3825                                                                                                Hakuouki: Reimeiroku Portable
## 3826                                                                                              Durarara!! 3way Standoff: Alley
## 3827                                                                                 Hanaoni: Koisomeru Koku - Eikyuu no Shirushi
## 3828                                                                                                       Shadow of the Colossus
## 3829                                                                                                              Phantom Breaker
## 3830                                                                                      WSC Real 11: World Snooker Championship
## 3831                                                                                        JASF: Jane's Advanced Strike Fighters
## 3832                                                                                                            Just Sing! Vol. 2
## 3833                                                                         Jewel Quest Mysteries 2: Trail of the Midnight Heart
## 3834                                                                                                               Off-Road Drive
## 3835                                                                                                        Wicked Monster Blast!
## 3836                                                                                                   Suzumiya Haruhi no Tsuisou
## 3837                                                                                                       Worms: Ultimate Mayhem
## 3838                                                                                                                 APB Reloaded
## 3839                                                                                       Summer Challenge: Athletics Tournament
## 3840                                                                                                                      Trine 2
## 3841                                                                                      Clock Zero: Shuuen no Ichibyou Portable
## 3842                                                                                                      Hakuouki: Zuisouroku DS
## 3843                                                                                                            100 Classic Games
## 3844                                                                                                                     FabStyle
## 3845                                                                                                   Challenge Me: Word Puzzles
## 3846                                                                                                   A Game of Thrones: Genesis
## 3847                                                                                                           The Cursed Crusade
## 3848                                                                                                   Suzumiya Haruhi no Tsuisou
## 3849                                                                  Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou
## 3850                                                                      Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita
## 3851                                                                                         Mashiro Iro Symphony: *mutsu-no-hana
## 3852                                                                                                            Dream C Club Zero
## 3853                                                                                                      Supreme Ruler: Cold War
## 3854                                                                                                   Sacra Terra: Angelic Night
## 3855                                                                                                7 Wonders: Treasures of Seven
## 3856                                                                                                      Junior Island Adventure
## 3857                                                                                                                      Clannad
## 3858                                                                                   SBK 2011: FIM Superbike World Championship
## 3859                                                                               Casino Chaos With Las Vegas Players Collection
## 3860                                                                                                   Nancy Drew: Alibi In Ashes
## 3861                                                                                      Angler's Club: Ultimate Bass Fishing 3D
## 3862                                                                                       Castlevania: Lords of Shadow - Reverie
## 3863                                                                                                    Hallowed Legends: Samhain
## 3864                                                                                                                      Beastly
## 3865                                                                                                                  Mahjong 300
## 3866                                                                                               Super Meat Boy: Ultra Edition!
## 3867                                                                                            Mother Goose no Himitsu no Yakata
## 3868                                                                                                       Max & the Magic Marker
## 3869                                                                                                                 Gloria Union
## 3870                                                                                                            Kokoro no Kokoron
## 3871                                                                                   Kaidan Restaurant: Zoku! Shin Menu 100-Sen
## 3872                                                                                                          Take On Helicopters
## 3873                                                                                                               King Arthur II
## 3874                                                                Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future
## 3875                                                                                    Monster Hunter Frontier Online: Season 10
## 3876                                                   Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa
## 3877                                                                                                            The Wolf Among Us
## 3878                                                                                    Triple Pack: Xbox Live Arcade Compilation
## 3879                                                                                LEGO Pirates of the Caribbean: The Video Game
## 3880                                                   Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa
## 3881                                                                                              Nisenochigiri: Omoide no Saki e
## 3882                                                                                                          Mega Minis Volume 2
## 3883                                                                                                             Tsuku Monogatari
## 3884                                                                           Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu
## 3885                                                                                                     Dream Club Zero Portable
## 3886                                                                                                   Mystery Trackers: The Void
## 3887                                                                                                             Battle vs. Chess
## 3888                                                                                                 Biohazard: Revival Selection
## 3889                                                                    Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder
## 3890                                                                                    Monster Hunter Frontier Online: Forward 1
## 3891                                                                                                      Starry ? Sky: In Winter
## 3892                                                                                                    Pro Evolution Soccer 2012
## 3893                                                                                                Saka Agari Hurricane Portable
## 3894                                                                                    Hanayaka Kana, Ware ga Ichizoku Twin Pack
## 3895                                                                        Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!
## 3896                                                                                                                      Magicka
## 3897                                                                                    Emily Archer and the Curse of Tutankhamun
## 3898                                                                                                   Air Conflicts: Secret Wars
## 3899                                                                              Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku
## 3900                                                                                    Monster Hunter Frontier Online: Forward 2
## 3901                                                                                                           Magicka Collection
## 3902                                                                                                Angelique: Maren no Rokukishi
## 3903                                                                                                                I Heart Geeks
## 3904                                                                                                       Let's Dance with Mel B
## 3905                                                                                                       Let's Dance with Mel B
## 3906                                                                                                          Alien Breed Trilogy
## 3907                                                                                                            Kami Naru Kimi to
## 3908                                                                                                Bunmei Haruka: Aoiza Ibunroku
## 3909                                                                                                           PopCap Hits! Vol 2
## 3910                                                                                               Chuck E. Cheese's Sports Games
## 3911                                                                                                     Puppet Show 3: Lost Town
## 3912                                                                                       Cross Channel: In Memory of All People
## 3913                                                                                                               Are You Alice?
## 3914                                                                                      Dance Dance Revolution: Hottest Party 5
## 3915                                                                               Okashi na Shima no Peter Pan: Sweet Never Land
## 3916                                                                                                      Escape the Emerald Star
## 3917                                                                                                              TV Total Events
## 3918                                                                                                        Bigfoot King of Crush
## 3919                                                                                                                   Dunamis 15
## 3920                                                                                                               Treasure Chase
## 3921                                                                                                                Farm Frenzy 3
## 3922                                                                                                            Rapala for Kinect
## 3923                                            Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable
## 3924                                                                                                 Serious Sam HD: Gold Edition
## 3925                                                                                                   Love Once: Mermaid's Tears
## 3926                                                                                       Castlevania: Lords of Shadow - Reverie
## 3927                                                 Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP
## 3928                                                              Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World
## 3929                                                                                            Moujuutsukai to Oujisama Portable
## 3930                                                                                                Heavy Fire: The Chosen Few 3D
## 3931                                                                                                            Dungeon Defenders
## 3932                                                                                                  Cities in Motion Collection
## 3933                                                                                                                  Veggy World
## 3934                                                                                                        Gekka Ryouran Romance
## 3935                                                                                         Moujuutsukai to Oujisama: Snow Bride
## 3936                                                                                                  Vampire Mansion: Linda Hyde
## 3937                                                                                                Meikyuu Cross Blood: Reloaded
## 3938                                                                           Elminage III: Ankoku no Shito to Yaiyou no Kyuuden
## 3939                                                                                                      Hakuouki: Yuugi Roku DS
## 3940                                                                                             Demolition Company: Gold Edition
## 3941                                                                                                          Onechanbara Special
## 3942                                                                                               Jewel Master: Cradle Of Rome 2
## 3943                                                                                                           Winter Sports 2011
## 3944                                                                                                                       Hoppie
## 3945                                                                               Joker no Kuni no Alice: Wonderful Wonder World
## 3946                                                                      Elminage Original: Majo to Megami to Kamigami no Yubiwa
## 3947                                                                    Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!
## 3948                                                                                                                   Timmy Time
## 3949                                                                                                            Airport Simulator
## 3950                                                                                                       Dance! It's Your Stage
## 3951                                                                                           Chuck E. Cheese's Super Collection
## 3952                                                                                          WRC 2: FIA World Rally Championship
## 3953                                                                                                           StormLover Karen!!
## 3954                                                                                Tom Clancy's Splinter Cell Classic Trilogy HD
## 3955                                                                                               Muchi Muchi Pork & Pink Sweets
## 3956                                                                                                                 Trapped Dead
## 3957                                                                                                 uDraw Studio: Instant Artist
## 3958                                                                                                                 Earth Seeker
## 3959                                                                                        IGT Slots: Lucky Larry's Lobstermania
## 3960                                                                                                               Atlantic Quest
## 3961                                                                                                                 PopCap Hits!
## 3962                                                                                                 Germany's Next Topmodel 2011
## 3963                                                                                                      Heavy Fire: Afghanistan
## 3964                                                                                              Suzumiya Haruhi-Chan no Mahjong
## 3965                                                                                                   Princess Frontier Portable
## 3966                                                                                                Voodoo Chronicles: First Sign
## 3967                                                                              Nobunaga no Yabou: Soutensoku with Power-Up Kit
## 3968                                                                                                           Wizardry Twin Pack
## 3969                                                                                             Mystery Tales 2: The Spirit Mask
## 3970                                                                                                            Machi-ing Maker 4
## 3971                                                                              Clover no Kuni no Alice: Wonderful Wonder World
## 3972                                                                                                       Let's Dance with Mel B
## 3973                                                                                                                   Nano Diver
## 3974                                                                                                     Dungeons - The Dark Lord
## 3975                                                                                              Memories Off: Yubikiri no Kikou
## 3976                                                                                                                   Dunamis 15
## 3977                                                                                                    The Haunted: Hell's Reach
## 3978                                                                           Kuma no Pooh-San: 100 Acre no Mori no Cooking Book
## 3979                                                                                                      Usavichi: Game no Jikan
## 3980                                                                                       Summer Challenge: Athletics Tournament
## 3981                                                                                                                 PachiPara 3D
## 3982                                                                                      Sora no Otoshimono Forte: Dreamy Season
## 3983                                                                                                         Majesty 2 Collection
## 3984                                                                                                Gummy Bears Magical Medallion
## 3985                                                            Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide
## 3986                                                                                                               Minna to Issho
## 3987                                                                                    Nurarihyon no Mago: Hyakki Ryouran Taisen
## 3988                                                                                                 Germany's Next Topmodel 2011
## 3989                                                                                                   DokuSui: DokiDoki Suikoden
## 3990                                                                         Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi
## 3991                                                                                                                      Sengoku
## 3992                                                                                                                Instant Brain
## 3993                                                                  Coronation Street: The Mystery of the Missing Hotpot Recipe
## 3994                                                                                          Sangoku Koi Senki: Otome no Heihou!
## 3995                                                                                         Uta no * Prince-Sama: Sweet Serenade
## 3996                                                                                                       Iza, Shutsujin! Koisen
## 3997                                                                                                             Digger Simulator
## 3998                                                   Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!
## 3999                                                                                           Umineko no Naku Koro ni Portable 1
## 4000                                                                                           Entaku no Seito: Students of Round
## 4001                                                                                             Dark Parables: The Exiled Prince
## 4002                                                                                                         Resistance Dual Pack
## 4003                                                                                                                   Order Up!!
## 4004                                                                                                   Starry ? Sky: After Autumn
## 4005                                                                                                    Death Connection Portable
## 4006                                                                            Dungeons & Dragons: Neverwinter Nights - Complete
## 4007                                                                                                   thinkSMART: Chess for Kids
## 4008                                                                                                          Aladdin Magic Racer
## 4009                                                                                                   Bullet Soul: Tama Tamashii
## 4010                                                                                                Outdoors Unleashed: Alaska 3D
## 4011                                                                                          DoDonPachi Daifukkatsu: Black Label
## 4012                                                                                   Dengeki Gakuen RPG: Cross of Venus Special
## 4013                                                                      Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna
## 4014                                                                                                          Shinigami to Shoujo
## 4015                                                                The Treasures of Mystery Island 3 Pack - Save Mystery Island!
## 4016                                                                                                  Metal Gear Solid HD Edition
## 4017                                                                                              Real Crimes: The Unicorn Killer
## 4018                                                                         Nintendogs and Cats Golden Retriever and New Friends
## 4019                                                                                                       Driving Simulator 2011
## 4020                                                                                                Outdoors Unleashed: Africa 3D
## 4021                                                                                                                       Breach
## 4022                                                                                                      STORM: Frontline Nation
## 4023                                                                                                           Kinect Adventures!
## 4024                                                                                                  Pokemon Black/Pokemon White
## 4025                                                                                                      Call of Duty: Black Ops
## 4026                                                                                                      Call of Duty: Black Ops
## 4027                                                                                                               Gran Turismo 5
## 4028                                                                                                                  Halo: Reach
## 4029                                                                                                                 Just Dance 2
## 4030                                                                                                                    Wii Party
## 4031                                                                                                         Super Mario Galaxy 2
## 4032                                                                                                                Zumba Fitness
## 4033                                                                                                          Red Dead Redemption
## 4034                                                                                                  Donkey Kong Country Returns
## 4035                                                                                                          Red Dead Redemption
## 4036                                                                                                                Kinect Sports
## 4037                                                                                                                    Fable III
## 4038                                                                                                               FIFA Soccer 11
## 4039                                                                                                     Monster Hunter Freedom 3
## 4040                                                                                               StarCraft II: Wings of Liberty
## 4041                                                                                                               God of War III
## 4042                                                                                              Michael Jackson: The Experience
## 4043                                                                                                           Fallout: New Vegas
## 4044                                                                                                             Sports Champions
## 4045                                                                                                               FIFA Soccer 11
## 4046                                                                                                Assassin's Creed: Brotherhood
## 4047                                                                                                   Battlefield: Bad Company 2
## 4048                                                                                                                Dance Central
## 4049                                                                                                           Fallout: New Vegas
## 4050                                                                                                                Mass Effect 2
## 4051                                                                                                                   Heavy Rain
## 4052                                                                                                                  Epic Mickey
## 4053                                                                                                   Battlefield: Bad Company 2
## 4054                                                                                                Assassin's Creed: Brotherhood
## 4055                                                                                                               Medal of Honor
## 4056                                                                                                  Need for Speed: Hot Pursuit
## 4057                                                                                                                Madden NFL 11
## 4058                                                                                     Mario vs. Donkey Kong: Mini-Land Mayhem!
## 4059                                                                                                                      Skate 3
## 4060                                                                                                               Medal of Honor
## 4061                                                                                       Super Mario All-Stars: Limited Edition
## 4062                                                                                                                  Art Academy
## 4063                                                                                                 LEGO Harry Potter: Years 1-4
## 4064                                                                                                                 uDraw Studio
## 4065                                                                                                    pro evolution soccer 2011
## 4066                                                                                                                Madden NFL 11
## 4067                                                                                                                Zumba Fitness
## 4068                                                                                                 LEGO Harry Potter: Years 1-4
## 4069                                                                                                                   The Sims 3
## 4070                                                                                                              Just Dance Kids
## 4071                                                                                                  Need for Speed: Hot Pursuit
## 4072                                                                                                                   BioShock 2
## 4073                                                                                                           Final Fantasy XIII
## 4074                                                                                                                     NBA 2K11
## 4075                                                                                                 World of Warcraft: Cataclysm
## 4076                                                                                                             Mario Sports Mix
## 4077                                                                                               Metal Gear Solid: Peace Walker
## 4078                                                                                                            Kirby's Epic Yarn
## 4079                                                                                               Kingdom Hearts: Birth by Sleep
## 4080                                                                                       Tom Clancy's Splinter Cell: Conviction
## 4081                                                                                    Ghostbusters: The Video Game (DS Version)
## 4082                                                                                                  Toy Story 3: The Video Game
## 4083                                                                                                                      Skate 3
## 4084                                                                                                                   The Sims 3
## 4085                                                                                                         GoldenEye 007 (2010)
## 4086                                                                                                     Sonic Classic Collection
## 4087                                                                                                                     NBA 2K11
## 4088                                                                                                                 Just Cause 2
## 4089                                                                                        Dragon Quest VI: Realms of Revelation
## 4090                                                                                        The Sims 3: Late Night Expansion Pack
## 4091                                                                                                                 Sonic Colors
## 4092                                                                                                   Sid Meier's Civilization V
## 4093                                                                                                                  Kinectimals
## 4094                                                                                                                 Just Cause 2
## 4095                                                                                                 LEGO Harry Potter: Years 1-4
## 4096                                                                                                                     Mafia II
## 4097                                                                                                                   BioShock 2
## 4098                                                                                            Final Fantasy XIV: A Realm Reborn
## 4099                                                                                            Star Wars: The Force Unleashed II
## 4100                                                                                                                Dead Rising 2
## 4101                                                                                                                     Mafia II
## 4102                                                                                                          Super Scribblenauts
## 4103                                                                                                Sonic & Sega All-Stars Racing
## 4104                                                                                            Star Wars: The Force Unleashed II
## 4105                                                                                                              Kinect Joy Ride
## 4106                                                                                               Dragon Quest Monsters: Joker 2
## 4107                                                                                                          UFC Undisputed 2010
## 4108                                                                                                                   The Sims 3
## 4109                                                                                                  Toy Story 3: The Video Game
## 4110                                                                                                      Call of Duty: Black Ops
## 4111                                                                                                                Dead Rising 2
## 4112                                                                                                             Metroid: Other M
## 4113                                                                                                                      F1 2010
## 4114                                                                                                                    Alan Wake
## 4115                                                                                                          UFC Undisputed 2010
## 4116                                                                                                  Your Shape: Fitness Evolved
## 4117                                                                                                     MAG: Massive Action Game
## 4118                                                                                                 LEGO Harry Potter: Years 1-4
## 4119                                                                                               Pokemon Ranger: Guardian Signs
## 4120                                                                                                                 Sonic Colors
## 4121                                                                                                           EA Sports Active 2
## 4122                                                                                                        Football Manager 2011
## 4123                                                                                             2010 FIFA World Cup South Africa
## 4124                                                                                     Naruto Shippuden: Ultimate Ninja Storm 2
## 4125                                                                                                               FIFA Soccer 11
## 4126                                                                                                           Fallout: New Vegas
## 4127                                                                                                        Sniper: Ghost Warrior
## 4128                                                                                        Red Dead Redemption: Undead Nightmare
## 4129                                                                                                             ModNation Racers
## 4130                                                                                                                  Crackdown 2
## 4131                                                                                                 Castlevania: Lords of Shadow
## 4132                                                                                                            Sonic Free Riders
## 4133                                                                                                   WWE SmackDown vs. Raw 2011
## 4134                                                                                                              Dante's Inferno
## 4135                                                                                                  Toy Story 3: The Video Game
## 4136                                                                                                               FIFA Soccer 11
## 4137                                                                                        Red Dead Redemption: Undead Nightmare
## 4138                                                                                                           Aliens vs Predator
## 4139                                                                                                                   Darksiders
## 4140                                                                                                           Aliens vs Predator
## 4141                                                                                                Sonic & Sega All-Stars Racing
## 4142                                                                                                                  ZhuZhu Pets
## 4143                                                                                                            Dance on Broadway
## 4144                                                                                                  God of War: Ghost of Sparta
## 4145                                                                                                            Tales of Graces f
## 4146                                                                                                               Disney Tangled
## 4147                                                                                                             Wheel of Fortune
## 4148                                                                                                Guitar Hero: Warriors of Rock
## 4149                                                                                                    Army of Two: The 40th Day
## 4150                                                                                                Sonic & Sega All-Stars Racing
## 4151                                                                                                                Lost Planet 2
## 4152                                                                                                      Club Penguin: Game Day!
## 4153                                                                                                      Kingdom Hearts Re:coded
## 4154                                                                                                             Inazuma Eleven 3
## 4155                                                                                                             NCAA Football 11
## 4156                                                                                                              Dante's Inferno
## 4157                                                                                                           EA Sports Active 2
## 4158                                                                                                              Nickelodeon Fit
## 4159                                                                                                         Xenoblade Chronicles
## 4160                                                                                          The Biggest Loser: Ultimate Workout
## 4161                                                                                                                      F1 2010
## 4162                                                                                                                  Rock Band 3
## 4163                                                                                                   WWE SmackDown vs. Raw 2011
## 4164                                                                                                Guitar Hero: Warriors of Rock
## 4165                                                                                                                   Pictionary
## 4166                                                                                             2010 FIFA World Cup South Africa
## 4167                                                                                                    Gold's Gym: Dance Workout
## 4168                                                                                                             NCAA Football 11
## 4169                                                                                                    Army of Two: The 40th Day
## 4170                                                                                                      Tiger Woods PGA Tour 11
## 4171                                                                                                                    DJ Hero 2
## 4172                                                                                                      Karaoke Revolution Glee
## 4173                                                                                                Guitar Hero: Warriors of Rock
## 4174                                                                                                  Dragon Ball: Raging Blast 2
## 4175                                                                                                   Hasbro Family Game Night 3
## 4176                                                                                                    pro evolution soccer 2011
## 4177                                                                                           EA Sports Active NFL Training Camp
## 4178                                                                                     Naruto Shippuden: Ultimate Ninja Storm 2
## 4179                                                                                                        Golden Sun: Dark Dawn
## 4180                                                                                                          Tetris Party Deluxe
## 4181                                                                             Sonic & SEGA All-Stars Racing with Banjo-Kazooie
## 4182                                                                                                               FIFA Soccer 11
## 4183                                                                                                  Toy Story 3: The Video Game
## 4184                                                                                            Star Wars: The Force Unleashed II
## 4185                                                                                                                Lost Planet 2
## 4186                                                                                                                    DJ Hero 2
## 4187                                                                                               Raving Rabbids: Travel in Time
## 4188                                                                                                            Resonance of Fate
## 4189                                                                                                                 Split/Second
## 4190                                                                                                                       NHL 11
## 4191                                                                                                             Monopoly Streets
## 4192                                                                                                                    God Eater
## 4193                                                                                      Star Ocean: The Last Hope International
## 4194                                                                                                             MLB 10: The Show
## 4195                                                                                                                         Blur
## 4196                                                                                                   Battlefield: Bad Company 2
## 4197                                                                                                               FIFA Soccer 11
## 4198                                                                                                   WWE SmackDown vs. Raw 2011
## 4199                                                                                                  James Bond 007: Blood Stone
## 4200                                                                                                                 MotionSports
## 4201                                                                                        Prince of Persia: The Forgotten Sands
## 4202                                                                                                           The Sly Collection
## 4203                                                                                                 LEGO Harry Potter: Years 1-4
## 4204                                                                                                   Fossil Fighters: Champions
## 4205                                                                                                                   The Sims 3
## 4206                                                                                                               Disney Tangled
## 4207                                                                                              The Sims 3: High-End Loft Stuff
## 4208                                                                                                 Castlevania: Lords of Shadow
## 4209                                                                                                          Napoleon: Total War
## 4210                                                                                                             Gods Eater Burst
## 4211                                                                                           Fist of the North Star: Ken's Rage
## 4212                                                                        Club Penguin: Elite Penguin Force - Herbert's Revenge
## 4213                                                                                                 The Biggest Loser: Challenge
## 4214                                                                                                     Peppa Pig: Fun and Games
## 4215                                                                                                  Toy Story 3: The Video Game
## 4216                                                                                                                Crafting Mama
## 4217                                                                                               Sengoku Basara: Samurai Heroes
## 4218                                                                                                  Dragon Ball: Raging Blast 2
## 4219                                                                                                   Disney Sing It: Party Hits
## 4220                                                                                                                  Rock Band 3
## 4221                                                                                                   White Knight Chronicles II
## 4222                                                                                                                  Red Steel 2
## 4223                                                                                        Prince of Persia: The Forgotten Sands
## 4224                                                                                                                    DJ Hero 2
## 4225                                                                                                             Start the Party!
## 4226                                                                                                                         NieR
## 4227                                                                                                                     Vanquish
## 4228                                                                                                    pro evolution soccer 2011
## 4229                                                                                                                Pac-Man Party
## 4230                                                                                                 Cabela's Monster Buck Hunter
## 4231                                                                                            MonHun Nikki: Poka Poka Ailu Mura
## 4232                                                                                                             Fighters Uncaged
## 4233                                                                                                                 Split/Second
## 4234                                                                                                            Wipeout: The Game
## 4235                                                                                                           New Carnival Games
## 4236                                                                                                                       NHL 11
## 4237                                                                                              Silent Hill: Shattered Memories
## 4238                                                                                                  Disney Sing It: Family Hits
## 4239                                                                                                                         Blur
## 4240                                                                                                     Kane & Lynch 2: Dog Days
## 4241                                                                                                        The Fight: Lights Out
## 4242                                                                                                         Game Party in Motion
## 4243                                                                                                      Call of Duty: Black Ops
## 4244                                                                                                                    Jeopardy!
## 4245                                                               Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)
## 4246                                                                                                Cabela's Dangerous Hunts 2011
## 4247                                                                                                                Zumba Fitness
## 4248                                                                                                                  Rock Band 3
## 4249                                                                                                          Tetris Party Deluxe
## 4250                                                                                          Harvest Moon: The Tale of Two Towns
## 4251                                                                                                Enslaved: Odyssey to the West
## 4252                                                                                                          Assassin's Creed II
## 4253                                                                                                                       Grease
## 4254                                                                                      ZhuZhu Pets 2: Featuring The Wild Bunch
## 4255                                                                                               Ninokuni: Shikkoku no Madoushi
## 4256                                                                                                Enslaved: Odyssey to the West
## 4257                                                                                                   Dynasty Warriors: Gundam 3
## 4258                                                                                                             Tony Hawk: Shred
## 4259                                                                                                      Tiger Woods PGA Tour 11
## 4260                                                                                                                   Metro 2033
## 4261                                                                                Harry Potter and the Deathly Hallows - Part 1
## 4262                                                                                                    Time Crisis: Razing Storm
## 4263                                                                                                       Valkyria Chronicles II
## 4264                                                                                     Tatsunoko vs. Capcom: Ultimate All-Stars
## 4265                                                                                          Tactics Ogre: Let Us Cling Together
## 4266                                                                                             Monster Jam: Path of Destruction
## 4267                                                                                                             ModNation Racers
## 4268                                                                                                     How to Train Your Dragon
## 4269                                                               Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team
## 4270                                                                                                      Tiger Woods PGA Tour 11
## 4271                                                                                                               SingStar Dance
## 4272                                                                                                             The 3rd Birthday
## 4273                                                                                                   Major League Baseball 2K10
## 4274                                                                                                          Alice in Wonderland
## 4275                                                                                                Cars Toon: Mater's Tall Tales
## 4276                                                                                                                     R.U.S.E.
## 4277                                                                                                     Prince of Persia Trilogy
## 4278                                                               Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)
## 4279                                                                                                     Rooms: The Main Building
## 4280                                                                                                                Madden NFL 11
## 4281                                                                                                                     NBA 2K11
## 4282                                                                                                             Babysitting Mama
## 4283                                                                                                     Kane & Lynch 2: Dog Days
## 4284                                                                                                               Medal of Honor
## 4285                                                                               Bakugan Battle Brawlers: Defenders of the Core
## 4286                                                                                                          Alice in Wonderland
## 4287                                                                                                  James Bond 007: Blood Stone
## 4288                                                                                                       Clash of Elementalists
## 4289                                                                                                Dragon Age Origins: Awakening
## 4290                                                                                                                   FlingSmash
## 4291                                                                                             2010 FIFA World Cup South Africa
## 4292                                                                                                        The Sims 3: Ambitions
## 4293                                                                                                  Need for Speed: Hot Pursuit
## 4294                                                                                                   WWE SmackDown vs. Raw 2011
## 4295                                                                                             Scooby-Doo! and the Spooky Swamp
## 4296                                                                                      Despicable Me: The Game - Minion Mayhem
## 4297                                                                                Harry Potter and the Deathly Hallows - Part 1
## 4298                                                                                                               We Sing Encore
## 4299                                                                                                          Disney Guilty Party
## 4300                                                                                                        Brunswick Pro Bowling
## 4301                                                                                      SOCOM: U.S. Navy SEALs Fireteam Bravo 3
## 4302                                                                                             Spider-Man: Shattered Dimensions
## 4303                                                                                             Tongari Boushi to Mahou no Otana
## 4304                                                                                                                 Walk it Out!
## 4305                                                                                                                 Naughty Bear
## 4306                                                                                                      Hyperdimension Neptunia
## 4307                                                                                                                     OkamiDen
## 4308                                                                                                  Barbie: Groom and Glam Pups
## 4309                                                                                                               Alpha Protocol
## 4310                                                                                                                   Deer Drive
## 4311                                                                                     Atelier Totori: The Adventurer of Arland
## 4312                                                                                             2010 FIFA World Cup South Africa
## 4313                                                                                                     How to Train Your Dragon
## 4314                                                                            Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!
## 4315                                                                                                                     NBA 2K11
## 4316                                                                                                                     Vanquish
## 4317                                                                                                              TRON: Evolution
## 4318                                                                                                             Wheel of Fortune
## 4319                                                                                                    pro evolution soccer 2011
## 4320                                                                                                             MLB 10: The Show
## 4321                                                                                                          Tom Clancy's HAWX 2
## 4322                                                                                               Football Manager Handheld 2011
## 4323                                                                                                         Green Day: Rock Band
## 4324                                                                                                                     NBA 2K11
## 4325                                                                                               AKB1/48: Idol to Koishitara...
## 4326                                                                                               Hatsune Miku: Project Diva 2nd
## 4327                                                                                                         Green Day: Rock Band
## 4328                                                                                Harry Potter and the Deathly Hallows - Part 1
## 4329                                                                                                    BlazBlue: Continuum Shift
## 4330                                                                                                                 Naughty Bear
## 4331                                                                                                                      NBA Jam
## 4332                                                                                                 Rapala Pro Bass Fishing 2010
## 4333                                                                                                                     Mafia II
## 4334                                                                                         No More Heroes 2: Desperate Struggle
## 4335                                                                                                                Mass Effect 2
## 4336                                                                                Harry Potter and the Deathly Hallows - Part 1
## 4337                                                                                                                      NBA Jam
## 4338                                                                                                                      NBA Jam
## 4339                                                                                                               Alpha Protocol
## 4340                                                                                               Super Monkey Ball: Step & Roll
## 4341                                                                                                                   Iron Man 2
## 4342                                                                                                             Monopoly Streets
## 4343                                                                                                           EA Sports Active 2
## 4344                                                                                                             NCAA Football 11
## 4345                                                                                               Ghost Trick: Phantom Detective
## 4346                                                                                                           Get Fit with Mel B
## 4347                                                                                     Sesame Street: Elmo's A-to-Zoo Adventure
## 4348                                                                                                                   Iron Man 2
## 4349                                                                                                                Madden NFL 11
## 4350                                                                                                   WWE SmackDown vs. Raw 2011
## 4351                                                                                             Scooby-Doo! and the Spooky Swamp
## 4352                                                                                             Monster Jam: Path of Destruction
## 4353                                                                                                  Need for Speed: Hot Pursuit
## 4354                                                                                                                EA Sports MMA
## 4355                                                                                        Prince of Persia: The Forgotten Sands
## 4356                                                                                                         Green Day: Rock Band
## 4357                                                                                                          Tom Clancy's HAWX 2
## 4358                                                                                                    One Piece: Gigant Battle!
## 4359                                                                                        ZhuZhu Pets: Featuring The Wild Bunch
## 4360                                                                                             Spider-Man: Shattered Dimensions
## 4361                                                                                                        Digging for Dinosaurs
## 4362                                                                                                                    Dark Void
## 4363                                                                                                                EA Sports MMA
## 4364                                                                                                     SpongeBob's Boating Bash
## 4365                                                                                                          Supreme Commander 2
## 4366                                                                                                               Racquet Sports
## 4367                                                                                                         DanceDanceRevolution
## 4368                                                         Vancouver 2010 - The Official Video Game of the Olympic Winter Games
## 4369                                                                                                   Yu-Gi-Oh! 5D's Tag Force 5
## 4370                                                                                                                    The Shoot
## 4371                                                                                                                   Iron Man 2
## 4372                                                                                                Cabela's Dangerous Hunts 2011
## 4373                                                                                                            Resonance of Fate
## 4374                                                                                                                 The X-Factor
## 4375                                                                                                              Def Jam Rapstar
## 4376                                                                                      Family Party: 90 Great Games Party Pack
## 4377                                                                                                          DECA Sports Freedom
## 4378                                                                                                Buzz! The Ultimate Music Quiz
## 4379                                                                                                                 Chicken Riot
## 4380                                                                                                                   Iron Man 2
## 4381                                                                                                              Def Jam Rapstar
## 4382                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4383                                                                       Disney Fairies: Tinker Bell and the Great Fairy Rescue
## 4384                                                                                                    Army of Two: The 40th Day
## 4385                                                                                   Dragon Quest Monsters: Battle Road Victory
## 4386                                                                                                Cabela's Dangerous Hunts 2011
## 4387                                                                                                               Lord of Arcana
## 4388                                                                                                    BlazBlue: Continuum Shift
## 4389                                                                                         Etrian Odyssey III: The Drowned City
## 4390                                                                                                                   Fate/Extra
## 4391                                                                                           The Settlers 7: Paths to a Kingdom
## 4392                                                                                                                    Dark Void
## 4393                                                                                                          Clash of the Titans
## 4394                                                                                                             MySims SkyHeroes
## 4395                                                                                                     Mega Man Zero Collection
## 4396                                                                    Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia
## 4397                                                                                                              TRON: Evolution
## 4398                                                                                                         Shrek: Forever After
## 4399                                                                                              Silent Hill: Shattered Memories
## 4400                                                                              Taiko no Tatsujin Wii: Minna de Party * 3-Yome!
## 4401                                                                                                 Rapala Pro Bass Fishing 2010
## 4402                                                                                                             Radiant Historia
## 4403                                                                                 Batman: The Brave and the Bold the Videogame
## 4404                                                                                                  Phineas and Ferb Ride Again
## 4405                                                                                                              Def Jam Rapstar
## 4406                                                                                                             MySims SkyHeroes
## 4407                                                                                             Kurohyou: Ryu ga Gotoku Shinshou
## 4408                                                                                                      Invizimals: Shadow Zone
## 4409                                                                                                                     ExerBeat
## 4410                                                                                                        Front Mission Evolved
## 4411                                                                                                                         NieR
## 4412                                                                                                         TouchMaster: Connect
## 4413                                                                                                    Ace Combat: Joint Assault
## 4414                                                                                                         Shrek: Forever After
## 4415                                                                                    Sesame Street: Cookie's Counting Carnival
## 4416                                                                                               Sengoku Basara: Samurai Heroes
## 4417                                                                                               Majin and the Forsaken Kingdom
## 4418                                                                             Jewel Quest Mysteries: Curse of the Emerald Tear
## 4419                                                                                                       Junior Brain Trainer 2
## 4420                                                                                     Sesame Street: Elmo's A-to-Zoo Adventure
## 4421                                                                                                                     Kung Zhu
## 4422                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4423                                                                                                  Dead to Rights: Retribution
## 4424                                                                                                             Tony Hawk: Shred
## 4425                                                                                               Disney Channel: All Star Party
## 4426                                                                                 Batman: The Brave and the Bold the Videogame
## 4427                                                                                                             Monopoly Streets
## 4428                                                                                                     Hot Wheels: Track Attack
## 4429                                                                                                                   Iron Man 2
## 4430                                                                                                   iCarly 2: iJoin The Click!
## 4431                                                                                                                       EyePet
## 4432                                                                                         Remington Super Slam Hunting: Africa
## 4433                                                                                           Transformers: Cybertron Adventures
## 4434                                                                                                                     Monopoly
## 4435                                                                                                                     NHL 2K11
## 4436                                                                                                 Rapala Pro Bass Fishing 2010
## 4437                                                                                                                     R.U.S.E.
## 4438                                                                                                      Despicable Me: The Game
## 4439                                                                    Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu
## 4440                                                                                             Scooby-Doo! and the Spooky Swamp
## 4441                                                                                                      Beyblade: Metal Masters
## 4442                                                                                                        I Spy: Spooky Mansion
## 4443                                                                                                                     R.U.S.E.
## 4444                                                                                                Dragon Age Origins: Awakening
## 4445                                                                                             Jikkyou Powerful Pro Yakyuu 2010
## 4446                                                                                    Sesame Street: Cookie's Counting Carnival
## 4447                                                                                                           Plants vs. Zombies
## 4448                                                                                                  Megamind: The Blue Defender
## 4449                                                                                          A.C.E.: Another Century's Episode R
## 4450                                                                                    America's Test Kitchen: Let's Get Cooking
## 4451                                                                                             Battle of Giants: Mutant Insects
## 4452                                                                                                           Deadly Premonition
## 4453                                                                               Marvel Super Hero Squad: The Infinity Gauntlet
## 4454                                                                                                   Major League Baseball 2K10
## 4455                                                                                            Dragon Ball Z: Tenkaichi Tag Team
## 4456                                                                                                             Tony Hawk: Shred
## 4457                                                                                                   The Penguins of Madagascar
## 4458                                                                                                          Reload: Target Down
## 4459                                                                                                         K-ON! Houkago Live!!
## 4460                                                                                      Silent Hunter 5: Battle of the Atlantic
## 4461                                                                                                               Project Runway
## 4462                                                                                                 Prison Break: The Conspiracy
## 4463                                                                                                             Minute to Win It
## 4464                                                                                              Michael Jackson: The Experience
## 4465                                                                                                          U-Sing: Girls Night
## 4466                                                                                             Monster Jam: Path of Destruction
## 4467                                                                                                                TV Superstars
## 4468                                                                                                                       Create
## 4469                                                                                                               Racquet Sports
## 4470                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4471                                                                                                   Hasbro Family Game Night 3
## 4472                                                                         Percy Jackson and the Olympians: The Lightning Thief
## 4473                                                                                                       Pro Yaky? Spirits 2010
## 4474                                                                                                                   Metro 2033
## 4475                                                                                             Spider-Man: Shattered Dimensions
## 4476                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4477                                                                                                                  Pure Futbol
## 4478                                                                                                         Dood's Big Adventure
## 4479                                                                                           Ar tonelico Qoga: Knell of Ar Ciel
## 4480                                                                                                                  Love Plus +
## 4481                                                                                        Prince of Persia: The Forgotten Sands
## 4482                                                                                 Transformers: War for Cybertron (DS Version)
## 4483                                                                                       The Lord of the Rings: Aragorn's Quest
## 4484                                                                                           Jewels of the Tropical Lost Island
## 4485                                                                             Sherlock Holmes and the Mystery of Osborne House
## 4486                                                                                                    Megamind: Mega Team Unite
## 4487                                                                                                   Major League Baseball 2K10
## 4488                                                                                                    TrackMania: Build to Race
## 4489                                                                    World Soccer Winning Eleven 2010: Aoki Samurai no Chousen
## 4490                                                                                                          Hello Kitty Seasons
## 4491                                                                                                     Bass Pro Shops: The Hunt
## 4492                                                                                                                Deca Sports 3
## 4493                                                         Vancouver 2010 - The Official Video Game of the Olympic Winter Games
## 4494                                                                                                           New Carnival Games
## 4495                                                                                      Family Party: 30 Great Games Winter Fun
## 4496                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4497                                                                                                    pro evolution soccer 2011
## 4498                                                                                         Last Window: The Secret of Cape West
## 4499                                                                                                                 MotoGP 09/10
## 4500                                                                                                              All Star Karate
## 4501                                                                                                        Worms: Battle Islands
## 4502                                                                                         Kidz Bop Dance Party! The Video Game
## 4503                                                                                                        CSI: Fatal Conspiracy
## 4504                                                                               Marvel Super Hero Squad: The Infinity Gauntlet
## 4505                                                                                                 Hot Shots Tennis: Get a Grip
## 4506                                                                                            Star Wars: The Force Unleashed II
## 4507                                                                       Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack
## 4508                                                                                               TRON: Evolution - Battle Grids
## 4509                                                                                          SBK X: Superbike World Championship
## 4510                                                                                                   Hasbro Family Game Night 3
## 4511                                                                                          Hidden Mysteries: Buckingham Palace
## 4512                                                                                                          UFC Undisputed 2010
## 4513                                                                                       Tales of Phantasia: Narikiri Dungeon X
## 4514                                                                                                    Greg Hastings Paintball 2
## 4515                                                                                                 Prison Break: The Conspiracy
## 4516                                                                                                           The Last Airbender
## 4517                                                                                                       Pro Yaky? Spirits 2010
## 4518                                                                                                             MLB 10: The Show
## 4519                                                                                                  Dead to Rights: Retribution
## 4520                                                                                                  Barbie: Groom and Glam Pups
## 4521                                                                                                      We Sing Robbie Williams
## 4522                                                                                                                Kung Fu Rider
## 4523                                                                                                DarkStar One: Broken Alliance
## 4524                                                                                                    Body and Brain Connection
## 4525                                                                                                               Shining Hearts
## 4526                                                                                                        Front Mission Evolved
## 4527                                                                                                          Apache: Air Assault
## 4528                                                                                           Cabela's North American Adventures
## 4529                                                                                         Wizards of Waverly Place: Spellbound
## 4530                                                                                             Jikkyou Powerful Pro Yakyuu 2010
## 4531                                                                                            Mahjongg Mysteries: Ancient Egypt
## 4532                                                                                                   Solatorobo: Red the Hunter
## 4533                                                                                                               CSI: Unsolved!
## 4534                                                                                             No More Heroes: Heroes' Paradise
## 4535                                                                                                           Aliens vs Predator
## 4536                                                                                                                 DanceMasters
## 4537                                                                            Are You Smarter Than a 5th Grader? Back to School
## 4538                                                                                                           Scene It? Twilight
## 4539                                                                                                         Shrek: Forever After
## 4540                                                                                      Tokimeki Memorial Girl's Side 3rd Story
## 4541                                                                                                          Supreme Commander 2
## 4542                                                                                                               Quantum Theory
## 4543                                                                                                   International Cricket 2010
## 4544                                                                                               Majin and the Forsaken Kingdom
## 4545                                                                                                     Hot Wheels: Track Attack
## 4546                                                                                              Kenka Banchou 4: Ichinen Sensou
## 4547                                                                                                                     NBA 2K11
## 4548                                                                                             Spider-Man: Shattered Dimensions
## 4549                                                                                                              Dante's Inferno
## 4550                                                                                                 Mystery Tales of Time Travel
## 4551                                                                                                              Schlag den Raab
## 4552                                                                                                         Namco Museum Megamix
## 4553                                                                                                     Momotarou Dentetsu World
## 4554                                                                                                                    Farmtopia
## 4555                                                                                                         DanceDanceRevolution
## 4556                                                                                                    Shaun White Skateboarding
## 4557                                                                                                           Mathews Bowhunting
## 4558                                                                                                   Major League Baseball 2K10
## 4559                                                                                                            Arcania: Gothic 4
## 4560                                                                                          SBK X: Superbike World Championship
## 4561                                                                                  Remington Super Slam Hunting: North America
## 4562                                                                                           Battle of Giants: Dinosaurs Strike
## 4563                                                                                               Jewel Master: Cradle of Athena
## 4564                                                                                                        Saw II: Flesh & Blood
## 4565                                                                                            Hidden Mysteries: Vampire Secrets
## 4566                                                                                                        CSI: Fatal Conspiracy
## 4567                                                                                                        Brunswick Pro Bowling
## 4568                                                                                                     Rabbids Party Collection
## 4569                                                                                                           The Last Airbender
## 4570                                                                                                                    Jeopardy!
## 4571                                                                                                  Doctor Who: Return to Earth
## 4572                                                                                                World of Outlaws: Sprint Cars
## 4573                                                                                    Ben 10 Ultimate Alien: Cosmic Destruction
## 4574                                                                                                                  Pure Futbol
## 4575                                                                                                               FIFA Soccer 11
## 4576                                                                                                         Lips: Party Classics
## 4577                                                                                                                Splatterhouse
## 4578                                                                                                Chuck E. Cheese's Party Games
## 4579                                                                                             Hello Kitty: Birthday Adventures
## 4580                                                                                                            Escape The Museum
## 4581                                                                                                    Shaun White Skateboarding
## 4582                                                                                                     How to Train Your Dragon
## 4583                                                                                                   Dynasty Warriors: Gundam 3
## 4584                                                                                                       Dead or Alive Paradise
## 4585                                                                                                 Fancy Nancy: Tea Party Time!
## 4586                                                                                                         Super Robot Taisen L
## 4587                                                                                        Backyard Sports Football: Rookie Rush
## 4588                                                                                             Tamagotchi no Narikiri Challenge
## 4589                                                                                                                  Jewel Match
## 4590                                                                                           Horrid Henry: Missions of Mischief
## 4591                                                                                                                   Pictionary
## 4592                                                                               Marvel Super Hero Squad: The Infinity Gauntlet
## 4593                                                                                       The Lord of the Rings: Aragorn's Quest
## 4594                                                                                                       Gundam Assault Survive
## 4595                                                                                                                 MotoGP 09/10
## 4596                                                                                                    N3 II: Ninety-Nine Nights
## 4597                                                                                                     Camp Rock: The Final Jam
## 4598                                                                                      Jillian Michaels Fitness Ultimatum 2011
## 4599                                                                                                        CSI: Fatal Conspiracy
## 4600                                                                                                     Brunswick Cosmic Bowling
## 4601                                                                                                  Disney Sing It: Family Hits
## 4602                                                                                                            Learning to Spell
## 4603                                                                                                              TRON: Evolution
## 4604                                                                               Bakugan Battle Brawlers: Defenders of the Core
## 4605                                                                                              Naval Assault: The Killing Tide
## 4606                                                                                                     Shawn Johnson Gymnastics
## 4607                                                                                                Chuck E. Cheese's Party Games
## 4608                                                                                                          Clash of the Titans
## 4609                                                                                  The Legend of Heroes VII: The Trail of Zero
## 4610                                                                                                          Apache: Air Assault
## 4611                                                                                                          Family Feud Decades
## 4612                                                                                                                       Create
## 4613                                                                               Bakugan Battle Brawlers: Defenders of the Core
## 4614                                                                                                         Sid Meier's Pirates!
## 4615                                                                                               Rudolph the Red-Nosed Reindeer
## 4616                                                                                                      Despicable Me: The Game
## 4617                                                                                                      Solitaire Overload Plus
## 4618                                                                                                  Around the World in 80 Days
## 4619                                                                                                    Shaun White Skateboarding
## 4620                                                                                                       Dragon Ball: Origins 2
## 4621                                                                                               Rudolph the Red-Nosed Reindeer
## 4622                                                                    World Soccer Winning Eleven 2010: Aoki Samurai no Chousen
## 4623                                                                                                 Yu-Gi-Oh! 5D's: Duel Transer
## 4624                                                                                                        Sniper: Ghost Warrior
## 4625                                                                                           Fist of the North Star: Ken's Rage
## 4626                                                                                               Lufia: Curse of the Sinistrals
## 4627                                                                                                        Saw II: Flesh & Blood
## 4628                                                                               Bakugan Battle Brawlers: Defenders of the Core
## 4629                                                                                                          My Baby 3 & Friends
## 4630                                                                                                         Scripps Spelling Bee
## 4631                                                                                                        Dragon's Lair Trilogy
## 4632                                                                                                 Doctor Who: Evacuation Earth
## 4633                                                                                                                  Gunslingers
## 4634                                                                                                    Family Party: Fitness Fun
## 4635                                                                                              Michael Jackson: The Experience
## 4636                                                                                                          Sonny with a Chance
## 4637                                                                                                   Major League Baseball 2K10
## 4638                                                                               Marvel Super Hero Squad: The Infinity Gauntlet
## 4639                                                                                        Prince of Persia: The Forgotten Sands
## 4640                                                                                  Build-A-Bear Workshop: Welcome to Hugsville
## 4641                                                                                                                   Darksiders
## 4642                                                                                                  Megamind: Ultimate Showdown
## 4643                                                                                                           Deadly Premonition
## 4644                                                                                                        High Velocity Bowling
## 4645                                                                                            Backyard Sports: Sandlot Sluggers
## 4646                                                                                                     Ys: The Oath in Felghana
## 4647                                                                                                     SpongeBob's Boating Bash
## 4648                                                                               Bakugan Battle Brawlers: Defenders of the Core
## 4649                                                                                                Making History: The Great War
## 4650                                                                                                      Record of Agarest War 2
## 4651                                                                                                            Adrenalin Misfits
## 4652                                                                    Zetta Hero Project: Unlosing Ranger vs. Darkdeath Evilman
## 4653                                                                                                                  .hack//Link
## 4654                                                                       Hidden Mysteries: Salem Secrets - Witch Trials of 1692
## 4655                                                                                                              Fast Food Panic
## 4656                                                                                                  Kid Adventures: Sky Captain
## 4657                                                                         NewU Fitness First Mind Body, Yoga & Pilates Workout
## 4658                                                                                                         Active Life Explorer
## 4659                                                                                                     Drawn to Life Collection
## 4660                                                                                             Power Gig: Rise of the SixString
## 4661                                                                                            Backyard Sports: Sandlot Sluggers
## 4662                                                                                              Atari's Greatest Hits: Volume 1
## 4663                                                                                                    Yogi Bear: The Video Game
## 4664                                                                                                  TRINITY: Souls of Zill O'll
## 4665                                                                                       Dragon Age: Origins - Ultimate Edition
## 4666                                                                                                            MySims Collection
## 4667                                                                                                     How to Train Your Dragon
## 4668                                                                                                                Dead Rising 2
## 4669                                                                                                                       Create
## 4670                                                                                                         Lips: I Love The 80s
## 4671                                                                                                Kamen Rider Battle: Ganbaride
## 4672                                                                                                     Imagine: Fashion Stylist
## 4673                                                                                                         Let's Play Ballerina
## 4674                                                                                                    Nobunaga no Yabou: Tendou
## 4675                                                                                                   International Cricket 2010
## 4676                                                                                                         GoldenEye 007 (2010)
## 4677                                                                      Shiren the Wanderer 4 - God's Eye and the Demon's Navel
## 4678                                                                                  Vampire Moon: The Mystery of the Hidden Sun
## 4679                                                                                                Dragon Age Origins: Awakening
## 4680                                                                                          Divinity II: The Dragon Knight Saga
## 4681                                                                                                                Haunted House
## 4682                                                                                               Ken to Mahou to Gakuen Mono. 3
## 4683                                                                                                      Bakugan: Battle Trainer
## 4684                                                                                                              I Spy: Universe
## 4685                                                                                                              TRON: Evolution
## 4686                                                                                        Soccer Tsuku DS: World Challenge 2010
## 4687                                                                                                             The Amazing Race
## 4688                                                                                                  Chuck E. Cheese's Game Room
## 4689                                                                                                                     Venetica
## 4690                                                                                                      Lovely Lisa and Friends
## 4691                                                                                         Borderlands: Double Game Add-On Pack
## 4692                                                                                                       Farming Simulator 2011
## 4693                                                                                                         Pop'n Music Portable
## 4694                                                                                                     Peppa Pig: Fun and Games
## 4695                                                                                                 Dreamworks 2-in-1 Party Pack
## 4696                                                                                                                  Metal Max 3
## 4697                                                                                               Monster Hunter Frontier Online
## 4698                                                                                                  Megamind: The Blue Defender
## 4699                                                                                               Naruto Shippuden: Kizuna Drive
## 4700                                                                                          Tamagotchi no Pichi Pichi Omisecchi
## 4701                                                                                                                 The X-Factor
## 4702                                                                                                                  Last Ranker
## 4703                                                                                The History Channel: Great Battles - Medieval
## 4704                                                                                                      Power Pro Kun Pocket 13
## 4705                                                                                                                 Just Cause 2
## 4706                                                                                                             Gladiator Begins
## 4707                                                                         Mugen no Frontier: Super Robot Taisen OG Saga EXCEED
## 4708                                                                                                   Reader Rabbit Kindergarten
## 4709                                                                                                   Disney Sing It: Party Hits
## 4710                                                                                                     Tom Clancy's Ghost Recon
## 4711                                                                                                    PixelJunk Monsters Deluxe
## 4712                                                                                Legend of the Guardians: The Owls of Ga'Hoole
## 4713                                                                                                  Megamind: Ultimate Showdown
## 4714                                                                                           Medarot DS: Kabuto / Kuwagata Ver.
## 4715                                                                                                Making History: The Great War
## 4716                                                                                                               Dance Paradise
## 4717                                                                                                       The God of War Trilogy
## 4718                                                                                                                     Venetica
## 4719                                                                                       The Lord of the Rings: Aragorn's Quest
## 4720                                                                                                Cabela's Dangerous Hunts 2011
## 4721                                                                                                Deadliest Catch: Sea of Chaos
## 4722                                                                                        Backyard Sports Football: Rookie Rush
## 4723                                                                               Transformers: War for Cybertron -- Decepticons
## 4724                                                                                                    Greg Hastings Paintball 2
## 4725                                                                                                Fat Princess: Fistful of Cake
## 4726                                                               Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental
## 4727                                                                                        Backyard Sports Football: Rookie Rush
## 4728                                                                                             Power Gig: Rise of the SixString
## 4729                                                                                             Monster Jam: Path of Destruction
## 4730                                                                 Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces
## 4731                                                                                                                       nail'd
## 4732                                                                                                Petz Fantasy: Moonlight Magic
## 4733                                                                                                               Lost in Shadow
## 4734                                                                                Legend of the Guardians: The Owls of Ga'Hoole
## 4735                                                                                           Cabela's North American Adventures
## 4736                                                                           Midnight Mysteries: The Edgar Allan Poe Conspiracy
## 4737                                                                                                                 Lost Horizon
## 4738                                                                                                             Minute to Win It
## 4739                                                                                                               Puzzle Quest 2
## 4740                                                                                                             MySims SkyHeroes
## 4741                                                                                                    Yogi Bear: The Video Game
## 4742                                                                                       Heart Catch PreCure! Oshare Collection
## 4743                                                                                                                  Blood Drive
## 4744                                                                                                   Vacation Isle: Beach Party
## 4745                                                                                             Shin Sangoku Musou: Multi Raid 2
## 4746                                                                                       The Lord of the Rings: Aragorn's Quest
## 4747                                                                                                                 Split/Second
## 4748                                                                                                         Zangeki no Reginleiv
## 4749                                                                                                                 Dementium II
## 4750                                                                                          BlazBlue: Calamity Trigger Portable
## 4751                                                                                                            Let's Play Garden
## 4752                                                                                       Yard Sale Hidden Treasures: Sunnyville
## 4753                                                                                                   John Daly's ProStroke Golf
## 4754                                                                                                                Truth or Lies
## 4755                                                                                                              Puzzler World 2
## 4756                                                                                                                       Grease
## 4757                                                                                                                ESA Game Pack
## 4758                                                                                       PDC World Championship Darts: Pro Tour
## 4759                                                                                                            Hollywood Squares
## 4760                                                                                                  Silly Bandz: Play The Craze
## 4761                                                                                                               ATV Quad Kings
## 4762                                                                                           Cabela's North American Adventures
## 4763                                                                                     Cats & Dogs: The Revenge of Kitty Galore
## 4764                                                                                                         Shrek: Forever After
## 4765                                                                                                                 Sniper Elite
## 4766                                                                                       Tom Clancy's Splinter Cell: Conviction
## 4767                                                                                            Yuusha no Kuse ni Namaikida Or 3D
## 4768                                                                                             Lucha Libre AAA: Heroes del Ring
## 4769                                                                                                   Fairy Tail: Portable Guild
## 4770                                                                                                Sakura Wars: So Long, My Love
## 4771                                                                                                       Pro Yaky? Spirits 2010
## 4772                                                                                                           My First Dollhouse
## 4773                                                                                                Digimon Story: Lost Evolution
## 4774                                                                                                      Despicable Me: The Game
## 4775                                                                                                  The Bachelor: The Videogame
## 4776                                                                                   Who Wants to Be a Millionaire: 3rd Edition
## 4777                                                                                                Dora's Big Birthday Adventure
## 4778                                                                                       PDC World Championship Darts: Pro Tour
## 4779                                                                                                 Penguin no Mondai: The World
## 4780                                                                                                               Dancing on Ice
## 4781                                                                                                   Record of Agarest War Zero
## 4782                                                                                               Machi-Ing Maker 3 x Tousouchuu
## 4783                                                                                                                Truth or Lies
## 4784                                                                                Harry Potter and the Deathly Hallows - Part 1
## 4785                                                                                           Tom Clancy's Ghost Recon: Predator
## 4786                                                                                                                       nail'd
## 4787                                                                                                      Attack of the Movies 3D
## 4788                                                                                     Little League World Series Baseball 2010
## 4789                                                                                           Cabela's North American Adventures
## 4790                                                                              Warhammer 40,000: Dawn of War II - Chaos Rising
## 4791                                                                                                          Tom Clancy's HAWX 2
## 4792                                                                                   Prinny 2: Dawn of Operation Panties, Dood!
## 4793                                                                                              Nancy Drew: The Model Mysteries
## 4794                                                                                                 Rapala Pro Bass Fishing 2010
## 4795                                                                                                             MySims SkyHeroes
## 4796                                                                                                   iCarly 2: iJoin The Click!
## 4797                                                                                                          Dora's Cooking Club
## 4798                                                        Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition
## 4799                                                                                                              Bejeweled Twist
## 4800                                                                                                            Kiniro no Corda 3
## 4801                                                                                                                   thinkSMART
## 4802                                                                                                  NatGeo Challenge! Wild Life
## 4803                                                                                  Field & Stream: Total Outdoorsman Challenge
## 4804                                                                                                            Arcania: Gothic 4
## 4805                                                                                                              SingStar Guitar
## 4806                                                                                            Backyard Sports: Sandlot Sluggers
## 4807                                                                                                            Galactic Taz Ball
## 4808                                                                                                Hakuouki: Zuisouroku Portable
## 4809                                                                                                            Imagine: Reporter
## 4810                                                                                                      The Story of Noah's Ark
## 4811                                                                    World Soccer Winning Eleven 2010: Aoki Samurai no Chousen
## 4812                                                                                    Ghostbusters: The Video Game (DS Version)
## 4813                                                                                                               I Love Puppies
## 4814                                                                                                                    U-Sing  2
## 4815                                                                                 Quiz Magic Academy DS: Futatsu no Jikuu Koku
## 4816                                                                                           NERF N-Strike: Double Blast Bundle
## 4817                                                                                                     Bass Pro Shops: The Hunt
## 4818                                                                                                             Disgaea Infinite
## 4819                                                               Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!
## 4820                                                                                          Phantom Brave: The Hermuda Triangle
## 4821                                                                                                                 The X-Factor
## 4822                                                                                                               Last Rebellion
## 4823                                                                                                                Truth or Lies
## 4824                                                                                                               Quantum Theory
## 4825                                                                                 Momu-chan Diet Wii: Figurobics by Chon Dayon
## 4826                                                                                             Monster Jam: Path of Destruction
## 4827                                                                                                Deadliest Catch: Sea of Chaos
## 4828                                                                                                Dora's Big Birthday Adventure
## 4829                                                              Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!
## 4830                                                                                                Challenge Me: Brain Puzzles 2
## 4831                                                                                                     Knights in the Nightmare
## 4832                                                                                                                   Game Hits!
## 4833                                                                                                                  Rock Band 3
## 4834                                                                                                    Data East Arcade Classics
## 4835                                                                                                                Busy Scissors
## 4836                                                                                                            Great Party Games
## 4837                                                                                                                 Beat Sketch!
## 4838                                                                                                            Puzzle Chronicles
## 4839                                                                            Are You Smarter Than a 5th Grader? Back to School
## 4840                                                                                           Princess Isabella: A Witch's Curse
## 4841                                                                                                Deadliest Catch: Sea of Chaos
## 4842                                                                                          Thomas & Friends: Hero of the Rails
## 4843                                                                                                                  Bejeweled 3
## 4844                                                                                                      101-in-1 Sports Megamix
## 4845                                                                                                           Get Fit with Mel B
## 4846                                                                                             Naruto Shippuden: Shinobi Rumble
## 4847                                                                                                                Martian Panic
## 4848                                                                                     Little League World Series Baseball 2010
## 4849                                                                                          Kaidan Restaurant: Ura Menu 100-Sen
## 4850                                                                                                  The Sims 3: Fast Lane Stuff
## 4851                                                                                                                 Man vs. Wild
## 4852                                                                                Legend of the Guardians: The Owls of Ga'Hoole
## 4853                                                                                                            Sports Collection
## 4854                                                                                                Captain Tsubasa: New Kick Off
## 4855                                                                                                   SingStar Apres-Ski Party 2
## 4856                                                                                           Cabela's North American Adventures
## 4857                                                                             Little League World Series Baseball: Double Play
## 4858                                                                                                  The Bachelor: The Videogame
## 4859                                                                                  Witches & Vampires: The Secrets of Ashburry
## 4860                                                                                                 Petz Fantasy: Sunshine Magic
## 4861                                                                              Motto! Stitch! DS Rhythm de Rakugaki Daisakusen
## 4862                                                                                                 Rapala Pro Bass Fishing 2010
## 4863                                                                                              Horrid Henry's Horrid Adventure
## 4864                                                                                                      Bleach: Heat the Soul 7
## 4865                                                                                                       Diego's Build & Rescue
## 4866                                                                                                  Criminal Girls: Invite Only
## 4867                                                                                                               Dawn of Heroes
## 4868                                                                                                   Pro Yakyuu Famista DS 2010
## 4869                                                                                                           10 Minute Solution
## 4870                                                  Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu
## 4871                                                                             Little League World Series Baseball: Double Play
## 4872                                                                                                                  Hakuouki DS
## 4873                                                             Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!
## 4874                                                                                                               My First Songs
## 4875                                                                                Legend of the Guardians: The Owls of Ga'Hoole
## 4876                                                                                                                  Blood Drive
## 4877                                                                                                     America's Next Top Model
## 4878                                                                              Gunblade NY & L.A. Machineguns Arcade Hits Pack
## 4879                                                                                         3 in 1: Solitaire, Mahjong & Tangram
## 4880                                                                                                               Emergency 2012
## 4881                                                                                                 Busou Shinki: Battle Masters
## 4882                                                                                      Lupin Sansei: Shijou Saidai no Zunousen
## 4883                                                                       Winning Eleven Playmaker 2010: Aoki Samurai no Chousen
## 4884                                                                                                         Hakuouki: Yuugi Roku
## 4885                                                                                                 Rapala Pro Bass Fishing 2010
## 4886                                                                                                                 Squishy Tank
## 4887                                                                                                     Kane & Lynch 2: Dog Days
## 4888                                                                                                                  Let's Paint
## 4889                                                                                                               Rugby League 3
## 4890                                                                                              Vampire Legends: Power of Three
## 4891                                                              Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!
## 4892                                                                                        Trick DS-han: Kakushi Kami no Sumukan
## 4893                                                                                                           Pizza Delivery Boy
## 4894                                                                            Keroro RPG: Kishi to Musha to Densetsu no Kaizoku
## 4895                                                                                                              Alpha and Omega
## 4896                                                                                               Ken to Mahou to Gakuen Mono. 3
## 4897                                                                                                                    Beat City
## 4898                                                                                                   Major League Baseball 2K10
## 4899                                                                                                              Titanic Mystery
## 4900                                                                                            Junior Classic Books & Fairytales
## 4901                                                                                                                 Mario Tennis
## 4902                                                                             Basketball Hall of Fame Ultimate Hoops Challenge
## 4903                                                                                                          Winning Post 7 2010
## 4904                                                                                                 Daniel X: The Ultimate Power
## 4905                                                                                                      Reader Rabbit 1st Grade
## 4906                                                                                   Lucian Bee's: Justice Yellow / Evil Violet
## 4907                                                                                                       Sly 2: Band of Thieves
## 4908                                                                                                              TRON: Evolution
## 4909                                                                                                  Crime Lab: Body of Evidence
## 4910                                                                                                                Cosmos Chaos!
## 4911                                                                                                    Ikki Tousen: Xross Impact
## 4912                                                                                           Family Trainer: Treasure Adventure
## 4913                                                                                      Ys vs. Sora no Kiseki: Alternative Saga
## 4914                                                                                                        Tournament of Legends
## 4915                                                                                      Nicola Kanshuu: Model * Oshare Audition
## 4916                                                                                                  James Bond 007: Blood Stone
## 4917                                                                                                             OK! Puzzle Stars
## 4918                                                                                                       Western Riding Academy
## 4919                                                                                                                 My Pet Chimp
## 4920                                                                                                                Legend of Kay
## 4921                                                                                                                        Speed
## 4922                                                                               Naruto Shippuden: Gekito Ninja Taisen! Special
## 4923                       Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki
## 4924                                                                                                                         Blur
## 4925                                                             Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e
## 4926                                                                                                  Chevrolet Camaro: Wild Ride
## 4927                                                                                                                Busy Scissors
## 4928                                                                                                   Dreamer Series: Zoo Keeper
## 4929                                                                                                              A New Beginning
## 4930                                                                                                                       Create
## 4931                                                                                                    Power Pro Success Legends
## 4932                                                                                                      Starry ? Sky: In Summer
## 4933                                                                                                             Dance Sensation!
## 4934                                                                                                    pro evolution soccer 2011
## 4935                                                                                             Call of Duty: The War Collection
## 4936                                                                                                                 Satisfashion
## 4937                                                                                                        Imagine: Resort Owner
## 4938                                                                                                             Quiz! Hexagon II
## 4939                                                                                                Syphon Filter: Logan's Shadow
## 4940                                                      Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!
## 4941                                                                                                     Rooms: The Main Building
## 4942                                                                                                                Ivy the Kiwi?
## 4943                                                           Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka
## 4944                                                                                                Gormiti: The Lords of Nature!
## 4945                                                                                          Hakuoki: Stories of the Shinsengumi
## 4946                                                                                                Pheasants Forever Wingshooter
## 4947                                                                                       The Lord of the Rings: Aragorn's Quest
## 4948                                                                                                Challenge Me: Brain Puzzles 2
## 4949                                                                                                        Dream C Club Portable
## 4950                                                                              Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan
## 4951                                                                                                  Chuck E. Cheese's Playhouse
## 4952                                                                                                                      F1 2010
## 4953                                                                                                 Minna to Kimi no Piramekino!
## 4954                                                                                                            My Amusement Park
## 4955                                                                                                                  Chocolatier
## 4956                                                                                                        Kid Fit Island Resort
## 4957                                                                                                         Hakuouki: Reimeiroku
## 4958                                                                                                 Shin Sangoku Musou 5 Empires
## 4959                                                                                                        Front Mission Evolved
## 4960                                                                                                Virtual Villagers: A New Home
## 4961                                                                                                    Touch 'N' Play Collection
## 4962                                                                              Metal Fight Beyblade: Bakugami Susanoh Shuurai!
## 4963                                                                                                                Learn Science
## 4964                                                                                                              Match 3 Madness
## 4965                                                                               Sled Shred featuring the Jamaican Bobsled Team
## 4966                                                                                                Animal Planet: Vet Collection
## 4967                                                                                             Lucha Libre AAA: Heroes del Ring
## 4968                                                                                                          Tom Clancy's HAWX 2
## 4969                                                                                TV Anime: Fairy Tale Gekitou! Madoushi Kessen
## 4970                                                                                Samantha Swift and the Hidden Roses of Athena
## 4971                                                                                                               RPG Tsukuru DS
## 4972                                                                                                   TNA iMPACT: Cross the Line
## 4973                                                                                    Sesame Street: Cookie's Counting Carnival
## 4974                                                                                                      DoDonPachi Resurrection
## 4975                                                                                                      Trick x Logic: Season 1
## 4976                                                                                                                       MorphX
## 4977                                                                                                          Winning Post 7 2010
## 4978                                                                                            Imagine Animal Doctor Care Center
## 4979                                                                                                      Starry ? Sky: In Spring
## 4980                                                                                                  Pet Pals: New Leash on Life
## 4981                                                                                             Sam & Max: Beyond Time and Space
## 4982                                                                                                 Marriage Royale: Prism Story
## 4983                                                                                                                Ivy the Kiwi?
## 4984                                                                               The Mysterious Case of Dr. Jekyll and Mr. Hyde
## 4985                                                                       Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!
## 4986                                                                                              TrackMania Turbo: Build to Race
## 4987                                                                                  Corpse Party: Blood Covered - Repeated Fear
## 4988                                                                                                    Durarara!! 3-way Standoff
## 4989                                                                              Fushigi no Dungeon: Fuurai no Shiren 3 Portable
## 4990                                                                                      White Album: Tsuzurareru Fuyu no Omoide
## 4991                                                                              J-League Winning Eleven 2010: Club Championship
## 4992                                                                                                                  Singularity
## 4993                                                                                                             Rock of the Dead
## 4994                                                                                                   TNA iMPACT: Cross the Line
## 4995                                                                                                               Worms Reloaded
## 4996                                                                                                               Sushi Go-Round
## 4997                                                                                                      Ship Simulator Extremes
## 4998                                                                                        Winter Sports 3: The Great Tournament
## 4999                                                                                                             Rock of the Dead
## 5000                                                                                                        Gummy Bears Mini Golf
## 5001                                                                                     Sesame Street: Elmo's A-to-Zoo Adventure
## 5002                                                                                                  River City Soccer Hooligans
## 5003                                                                                                                Galaxy Racers
## 5004                                                                                         Forza Motorsport 3: Ultimate Edition
## 5005                                                                                                                 Cheer We Go!
## 5006                                                                                                               Sushi Go-Round
## 5007                                                                                                  World Championship Spelling
## 5008                                                                                                              Honda ATV Fever
## 5009                                                                                                             B's-LOG Partyâ\231ª
## 5010                                                                                                                Saki Portable
## 5011                                                                                                      Attack of the Movies 3D
## 5012                                                                                                                Casual Mania!
## 5013                                                                                                                 Split/Second
## 5014                                                                                            Little Busters! Converted Edition
## 5015                                                                                             Shukufuku no Campanella Portable
## 5016                                                                                                                The Kore Gang
## 5017                                                                                              Battle Spirits: Digital Starter
## 5018                                                                                                   Paws & Claws: Regal Resort
## 5019                                                                                                      Winning Post World 2010
## 5020                                         Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!
## 5021                                                                                                Gormiti: The Lords of Nature!
## 5022                                                                                        North American Hunting Extravaganza 2
## 5023                                                                                   Who Wants to Be a Millionaire: 3rd Edition
## 5024                                                                                                                   Ape Escape
## 5025                                                                                                                 Patrician IV
## 5026                                                                                                        Gummy Bears Mini Golf
## 5027                                                                                          Zac to Ombra: Maboroshi no Yuuenchi
## 5028                                                              Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu
## 5029                                                                                                        CSI: Fatal Conspiracy
## 5030                                                                                                          All Points Bulletin
## 5031                                                                              Blue Roses: Yousei to Aoi Hitomi no Senshitachi
## 5032                                                                                                Dora's Big Birthday Adventure
## 5033                                                                                       Harukanaru Toki no Naka de 4: Aizouban
## 5034                                                                                                                 City Builder
## 5035                                                                                                  NatGeo Challenge! Wild Life
## 5036                                                                                                     Heathcliff! Frantic Foto
## 5037                                                                                Sherlock Holmes: Secret of The Silver Earring
## 5038                                                                                       Da Capo I & II Plus Situation Portable
## 5039                             Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki
## 5040                                                                                   Monster Hunter Frontier Online: Season 9.0
## 5041                                                                                                      Trick x Logic: Season 2
## 5042                                                                                                            San Goku Shi DS 3
## 5043                                                                                                   The Treasures of Montezuma
## 5044                                                                                                                 Jane's Hotel
## 5045                                                                                                     Espgaluda II Black Label
## 5046                                                      Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice
## 5047                                                                Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen
## 5048                                                                                              Sins of a Solar Empire: Trinity
## 5049                                                                                                    Greg Hastings Paintball 2
## 5050                                                            Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin
## 5051                                                                                                 Marines: Modern Urban Combat
## 5052                                                                                             Deal or No Deal: Special Edition
## 5053                                                                                                               Alpha Protocol
## 5054                                                                                            Kevin Van Dam: Big Bass Challenge
## 5055                                                                                        Yumeiro Patissiere: My Sweets Cooking
## 5056                                                                                           Maximum Racing: Drag & Stock Racer
## 5057                                                                                                         Best Friends Tonight
## 5058                                                                                                          Apache: Air Assault
## 5059                                                                                        Prince of Persia: The Forgotten Sands
## 5060                                                                  Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken
## 5061                                                                                            Maximum Racing: GP Classic Racing
## 5062                                                                                            River City Super Sports Challenge
## 5063                                                                                                              Sea Park Tycoon
## 5064                                                                                                  Jikandia: The Timeless Land
## 5065                                                                                          Classic Dungeon: Fuyoku no Masoujin
## 5066                                                                             Gokujou!! Mecha Mote Iinchou: MM My Best Friend!
## 5067                                                                                                   Chaos;Head - Love Chu*Chu!
## 5068                                                                                                                   House M.D.
## 5069                                                                                                           thinkSMART FAMILY!
## 5070                                                                                                      Last Escort: Club Katze
## 5071                                                                Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen
## 5072                                                                                                            Kiniro no Corda 3
## 5073                                                                                                East India Company Collection
## 5074                                                                                                                   StormLover
## 5075                                                                                                    Shaun White Skateboarding
## 5076                                                                                    Shin Sangoku Musou Online: Kamishou Ranbu
## 5077                                                                                              Keshisasu-Kun: Battle Kas-tival
## 5078                                                                                                Dennou Senki Virtual-On Force
## 5079                                                                                                    Nettou! Powerful Koushien
## 5080                                                               Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito
## 5081                                                                                                           Senko no Ronde DUO
## 5082                                                                                 Katekyoo Hitman Reborn! Kizuna no Tag Battle
## 5083                                                                                             Hudson x GReeeeN Live!? DeeeeS!?
## 5084                                                                                                            DJ Max Portable 3
## 5085                                                                                                            Boot Camp Academy
## 5086                                                                                                             S.Y.K Renshouden
## 5087                                                                                            Star Wars: The Force Unleashed II
## 5088                                                                                        Heathcliff! The Fast and the Furriest
## 5089                                                                                            Armored Core: Last Raven Portable
## 5090                                                                                                     SD Gundam: Gashapon Wars
## 5091                                                                                                   Harley-Davidson: Road Trip
## 5092                                                                                                                MapleStory DS
## 5093                                                                                                         Playmobil Top Agents
## 5094                                                                                        Winter Sports 3: The Great Tournament
## 5095                                                                                       Blaze Union: Story to Reach the Future
## 5096                                                                                          Commander: Conquest of the Americas
## 5097                                                                       Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna
## 5098                                                                                                               DeathSmiles II
## 5099                                                                                                     Hyakumanton no Bara Bara
## 5100                                                                               Sokukoku no Kusabi: Hiiro no Kakera 3 Portable
## 5101                                                                     The King of Fighters Portable '94~'98: Chapter of Orochi
## 5102                                                                                                                   Girls Only
## 5103                                                                 Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen
## 5104                                                                                                        SingStar Fussballhits
## 5105                                                                                                 LEGO Harry Potter: Years 1-4
## 5106                                                                                                           UK Truck Simulator
## 5107                                                                                                101-in-1 Sports Party Megamix
## 5108                                                                                                            Rugby League Live
## 5109                                                                                      1000 Cooking Recipes from ELLE à table
## 5110                                                                                                            Rugby League Live
## 5111                                                                                          Age of Conan: Rise of the Godslayer
## 5112                                                                                                              Schlag den Raab
## 5113                                                                                 Clannad: Mitsumi Mamoru Sakamichi de - Gekan
## 5114                                                                                                  NatGeo Challenge! Wild Life
## 5115                                                                                       Sengoku Efuda Yuugi: Hototogisu Tairan
## 5116                                                                                             Divinity II: Flames of Vengeance
## 5117                                                                                                            Imagine: Sweet 16
## 5118                                                                                                                Lost Planet 2
## 5119                                                                                                         Let's Play Ballerina
## 5120                                                                                                      Starry ? Sky: In Autumn
## 5121                                                                                                   Tenkaichi * Sengoku Lovers
## 5122                                                                                                        Petz: Catz Playground
## 5123                                                                              Clover no Kuni no Alice: Wonderful Wonder World
## 5124                                                                                  Otometeki Koi Kakumei * Love Revo! Portable
## 5125                                                                                                            Let's Play Garden
## 5126                                                                                                                Foto Showdown
## 5127                                                                                             No More Heroes: Heroes' Paradise
## 5128                                                                                              Ken to Mahou to Gakuen Mono. 2G
## 5129                                                                                   Strike Witches 2: Iyasu Naosu Punipunisuru
## 5130                                                                                             Lilpri DS: Hime-Chen! Apple Pink
## 5131                                                                                                            Carnage Heart EXA
## 5132                                                                                Clannad: Mitsumi Mamoru Sakamichi de - Joukan
## 5133                                                                                                         Vitamin Z Revolution
## 5134                                                                                                             Fishdom 2 Deluxe
## 5135                                                                                   Pe-Jongju to Manabu Kankokugo DS: Test-Hen
## 5136                                                                                                               Cities XL 2011
## 5137                                                                                                         Winx Club: Rockstars
## 5138                                                                                                             Star Trek Online
## 5139                                                                                                   Kingdom: Ikkitousen no Ken
## 5140                                                                                                               Crazy Machines
## 5141                                                                                                              Chaos;Head Noah
## 5142                                                                                     Princess Saver! Eternal Love for My Lady
## 5143                                                                                                    Twinkle * Crusaders GoGo!
## 5144                            Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin
## 5145                                                                                                  Let's Play Flight Attendant
## 5146                                                                              PachiPara 15: Super Umi Monogatari in Okinawa 2
## 5147                                                                                                 Serious Sam HD: Gold Edition
## 5148                                                                                       Triple Crown Championship Snowboarding
## 5149                                                                                                             Dream Chronicles
## 5150                                                                               Otome wa Oanesama Boku ni Koi Shiteru Portable
## 5151                                                                         Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku
## 5152                                                                                                               Tale of a Hero
## 5153                                                                                                             Mind over Matter
## 5154                                                                                                                Dragon's Lair
## 5155                                                                Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!
## 5156                                                                                          Ore no Yome: Anata Dake no Hanayome
## 5157                                                                                                        Tsuyo Kiss 2 Portable
## 5158                                                                                                  T.A.C. Heroes : Big Red One
## 5159                                                                                                                Nisenochigiri
## 5160                                                                                                                 Livly Garden
## 5161                                                                                                  Chevrolet Camaro: Wild Ride
## 5162                                                                                               Jinguuji Saburou DS: Akai Chou
## 5163                                                                                                            Kawaii Koinu DS 3
## 5164                                                                                           Princess Isabella: A Witch's Curse
## 5165                                                                                       PDC World Championship Darts: Pro Tour
## 5166                                                                                                         Uta no * Prince-Sama
## 5167                                                                Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days
## 5168                                                                                                        Pastel Chime Continue
## 5169                                                                          Hana to Otome ni Shukufuku o: Harekaze no Okurimono
## 5170                                                                                                               Kazoku Keikaku
## 5171                                                                                                       Mount & Blade: Warband
## 5172                                                                     Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome
## 5173                                                                                              Maximum Racing: Crash Car Racer
## 5174                                                                                        Seitokai no Ichizon: DS-suru Seitokai
## 5175                                                                                             Winter Blast: 9 Snow & Ice Games
## 5176                                                                                                                   Darksiders
## 5177                                                                                                                       Miyako
## 5178                                                                                                              Motto NUGA-CEL!
## 5179                                                                                                            11eyes: CrossOver
## 5180                                                                                                   Tantei Opera: Milky Holmes
## 5181                                                                Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses
## 5182                                                                    Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen
## 5183                                                              SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen
## 5184                                                                   Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi
## 5185                                                                                          Thomas & Friends: Hero of the Rails
## 5186                                                                                            Ketsui: Kizuna Jigoku Tachi Extra
## 5187                                                                                                  James Bond 007: Blood Stone
## 5188                                                                                      Koisuru Otome to Shugo no Tate Portable
## 5189                                                                              Nodame Cantabile: Tanoshii Ongaku no Jikan Desu
## 5190                                                                                                                   Rock Blast
## 5191                                                                                                              Titanic Mystery
## 5192                                                                                                Blood Bowl: Legendary Edition
## 5193                                                                                                              Bejeweled Blitz
## 5194                                                                                          Tegami Bachi: Kokoro Tsumugu Mono e
## 5195                                                                                                            Mechanic Master 2
## 5196                                                                                                                  Canada Hunt
## 5197                                                                      GA - Geijutsuka Art Design Class: Slapstick Wonder Land
## 5198                                                                                           Horrid Henry: Missions of Mischief
## 5199                                                                                                        Ginga Tetsudou 999 DS
## 5200                                                                                                 Suzunone Seven: Rebirth Knot
## 5201                                                                                                     Vitamin X Evolution Plus
## 5202                                                                                                           Wild West Shootout
## 5203                                                                                              Memories Off: Yubikiri no Kioku
## 5204                                                                                                              Cross + Channel
## 5205   Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!
## 5206                                                                                         Strike Witches: Shirogane no Tsubasa
## 5207                                                                       Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers
## 5208                                                                                                     Moujuutsukai to Oujisama
## 5209                                                                                               Yoake Yori Ruriiro na Portable
## 5210                                                                                                   Disciples III: Renaissance
## 5211                                                                                                      Elven Legacy Collection
## 5212                                                                                                                    Dark Void
## 5213                                                                                                               Emergency 2012
## 5214                                                                                                            Pirates PlundArrr
## 5215                                                                                                  Battle Spirits: Hero's Soul
## 5216                                                                                  Pachi-Slot Higrashi no Naku Koro ni Matsuri
## 5217                                                                                Otona no Renai Shousetsu: Harlequin Selection
## 5218                                                                                                  W.L.O. Sekai Renai Kikousen
## 5219                                                                            Poupee Girl DS 2: Elegant Mint / Sweet Pink Style
## 5220                                                                                                               Dancing on Ice
## 5221                                                                                      Shin Sangoku Musou Online: Souten Ranbu
## 5222                                            Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable
## 5223                                                                                                   GTI Club: Supermini Festa!
## 5224                                                                               Marvel Superheroes 3D: Grandmaster's Challenge
## 5225                                                                                                 Achtung Panzer: Kharkov 1943
## 5226                                                                            Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable
## 5227                                                                    Elminage II DS Remix: Sousei no Megami to Unmai no Daichi
## 5228                                                                                       Command & Conquer 4: Tiberian Twilight
## 5229                                                                                          Narcissus: Moshimo Ashita ga Runara
## 5230                                                                                           Sharin no Kuni, Himawari no Shoujo
## 5231                                                                                            So-Ra-No-Wo-To: Otome no Gojuusou
## 5232                                                                                              I Love Horses: Rider's Paradise
## 5233                                                                                                           Scared Rider Xechs
## 5234                                                                                                       Misshitsu no Sacrifice
## 5235                                                                                 Sora no Otoshimono: DokiDoki Summer Vacation
## 5236                                                                                Wand of Fortune: Mirai e no Prologue Portable
## 5237                                                                                                         Secret Game Portable
## 5238                                                                                        Winter Sports 3: The Great Tournament
## 5239                                                                                                     Wand of Fortune Portable
## 5240                                                                                         Himawari: Pebble in the Sky Portable
## 5241                                                                                           Rise of Flight: Iron Cross Edition
## 5242                                                                                                Magic Encyclopedia: Moonlight
## 5243                                                              Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III
## 5244                                                                                                              Honda ATV Fever
## 5245                                                                                                    Sakura Sakura: Haru Urara
## 5246                                                                                     Datenshi no Amai Yuuwaku x Kaikan Phrase
## 5247                                                                                                                 Kana: Imouto
## 5248                                                                                                       Games Around the World
## 5249                                                                                                      Last Escort: Club Katze
## 5250                                                                                     Tears to Tiara: Kakan no Daichi Portable
## 5251                                                                                                     Pet Shop Monogatari DS 2
## 5252                                                                                                Monkey Madness: Island Escape
## 5253                                                                                                             Minna no Conveni
## 5254                                                                          King of Fighters 2002: Unlimited Match Tougeki Ver.
## 5255                                                                                                                 Satisfashion
## 5256                                                                                                   BlazBlue: Calamity Trigger
## 5257                                                                               Densetsu no Yuusha no Densetsu: Legendary Saga
## 5258                                                                         Hiiro no Kakera: Shin Tamayori Hime Denshou Portable
## 5259                                                                                              No Fate! Only the Power of Will
## 5260                                                                                              Hanayaka Kana, Ware ga Ichizoku
## 5261                                                                  Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku
## 5262                                                                                                ef - a fairy tale of the two.
## 5263                                                                                                      FairlyLife: MiracleDays
## 5264                                                                                                   Moe Moe 2-Ji Daisenryaku 2
## 5265                                                                                                   Ishin Renka: Ryouma Gaiden
## 5266                                                                                           S.Y.K: Shinsetsu Saiyuuki Portable
## 5267                                                                                            Akatsuki no Amaneka to Aoi Kyojin
## 5268                                                                                                   John Daly's ProStroke Golf
## 5269                                                                                         Wand of Fortune: Mirai e no Prologue
## 5270                                                                                                      Tropico 3: Gold Edition
## 5271                                                                                              Tenjin Ranman: Happy GO Lucky!!
## 5272                                                                                        The Cages: Pro Style Batting Practice
## 5273                                                                                                 The Eye of Judgment: Legends
## 5274                                                                                           Ishin no Arashi: Shippuu Ryuumeden
## 5275                                                                                   Slotter Mania P: Tetsuya Shinjuku vs Ueno 
## 5276                                                               Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)
## 5277                                                                                             The Ultimate Battle of the Sexes
## 5278                                                                                                            Wii Sports Resort
## 5279                                                                                                    New Super Mario Bros. Wii
## 5280                                                                                                                 Wii Fit Plus
## 5281                                                                                               Call of Duty: Modern Warfare 2
## 5282                                                                                         Pokemon HeartGold/Pokemon SoulSilver
## 5283                                                                                               Call of Duty: Modern Warfare 2
## 5284                                                                                                                   The Sims 3
## 5285                                                                                                                   Just Dance
## 5286                                                                                                   Uncharted 2: Among Thieves
## 5287                                                                                                                 Halo 3: ODST
## 5288                                                                               Dragon Quest IX: Sentinels of the Starry Skies
## 5289                                                                                                          Assassin's Creed II
## 5290                                                                                                           Forza Motorsport 3
## 5291                                                                                                           Final Fantasy XIII
## 5292                                                                                                          Assassin's Creed II
## 5293                                                                                                              Resident Evil 5
## 5294                                                                                    Mario & Sonic at the Olympic Winter Games
## 5295                                                                                                        Batman: Arkham Asylum
## 5296                                                                                                            Street Fighter IV
## 5297                                                                                                                Left 4 Dead 2
## 5298                                                                                                             EA Sports Active
## 5299                                                                                         Mario & Luigi: Bowser's Inside Story
## 5300                                                                                                            Friend Collection
## 5301                                                                                                               FIFA Soccer 10
## 5302                                                                                                              Resident Evil 5
## 5303                                                                                                        Batman: Arkham Asylum
## 5304                                                                                    Mario & Sonic at the Olympic Winter Games
## 5305                                                                                                                  Borderlands
## 5306                                                                                           The Legend of Zelda: Spirit Tracks
## 5307                                                                                                           Gran Turismo (PSP)
## 5308                                                                                                                   Killzone 2
## 5309                                                                                                            Street Fighter IV
## 5310                                                                                                                     inFAMOUS
## 5311                                                                                                                Madden NFL 10
## 5312                                                                                                                     Tekken 6
## 5313                                                                                        Professor Layton and the Last Specter
## 5314                                                                                                        Need for Speed: Shift
## 5315                                                                                                                    Halo Wars
## 5316                                                                                                               FIFA Soccer 10
## 5317                                                                                                        God of War Collection
## 5318                                                                                    Ghostbusters: The Video Game (DS Version)
## 5319                                                                                                          Dragon Age: Origins
## 5320                                                                                                              LittleBigPlanet
## 5321                                                                                                                Madden NFL 10
## 5322                                                                                                    Pro Evolution Soccer 2010
## 5323                                                                                          Sonic's Ultimate Genesis Collection
## 5324                                                                                                    Dance Dance Revolution X2
## 5325                                                                                                           Monster Hunter Tri
## 5326                                                                                                                Scribblenauts
## 5327                                                                                          Your Shape featuring Jenny McCarthy
## 5328                                                                                                                  Borderlands
## 5329                                                                                                          UFC 2009 Undisputed
## 5330                                                                                                            Wipeout: The Game
## 5331                                                                                                    Kingdom Hearts 358/2 Days
## 5332                                                                                                        Need for Speed: Shift
## 5333                                                                                                             Toy Story Mania!
## 5334                                                                                      Ratchet & Clank Future: A Crack in Time
## 5335                                                                                                             Phineas and Ferb
## 5336                                                                                                                Demon's Souls
## 5337                                                                                                          UFC 2009 Undisputed
## 5338                                                                                                       The Beatles: Rock Band
## 5339                                                                                                               FIFA Soccer 10
## 5340                                                                                                Cabela's Big Game Hunter 2010
## 5341                                                                                                  Cooking Mama 3: Shop & Chop
## 5342                                                                                                                 Game Party 3
## 5343                                                                                                          Dragon Age: Origins
## 5344                                                                                                    Pro Evolution Soccer 2010
## 5345                                                                                    Pokemon Mystery Dungeon: Explorers of Sky
## 5346                                                                                                                Guitar Hero 5
## 5347                                                                                                          Fight Night Round 4
## 5348                                                                                 Call of Duty: Modern Warfare: Reflex Edition
## 5349                                                                                                     Disney Sing It: Pop Hits
## 5350                                                                                         New Play Control! Mario Power Tennis
## 5351                                                                                          Sonic's Ultimate Genesis Collection
## 5352                                                                                                          Fight Night Round 4
## 5353                                                                                LEGO Indiana Jones 2: The Adventure Continues
## 5354                                                                                                             Inazuma Eleven 2
## 5355                                                                                                     Bakugan: Battle Brawlers
## 5356                                                                                                   Hasbro Family Game Night 2
## 5357                                                                                                               Gardening Mama
## 5358                                                                                             Grand Theft Auto: Chinatown Wars
## 5359                                                                                                                  [Prototype]
## 5360                                                                                                       The Beatles: Rock Band
## 5361                                                                                                                     Tekken 6
## 5362                                                                                                              Deal or No Deal
## 5363                                                                                                                 LEGO Battles
## 5364                                                                                                                  [Prototype]
## 5365                                                                                                 Assassin's Creed: Bloodlines
## 5366                                                                                                                    Bayonetta
## 5367                                                                                LEGO Indiana Jones 2: The Adventure Continues
## 5368                                                                                           PokéPark Wii: Pikachu's Adventure
## 5369                                                                                                   WWE SmackDown vs. Raw 2010
## 5370                                                                                                               FIFA Soccer 10
## 5371                                                                                              EA Sports Active: More Workouts
## 5372                                                                                                                Guitar Hero 5
## 5373                                                                                                              Rabbids Go Home
## 5374                                                                                                                Guitar Hero 5
## 5375                                                                                                                     Yakuza 3
## 5376                                                                                                       The Beatles: Rock Band
## 5377                                                                                                                Guitar Hero 5
## 5378                                                                                                   Sonic and the Black Knight
## 5379                                                                                                                      Skate 2
## 5380                                                                                                            Empire: Total War
## 5381                                                                                                   WWE SmackDown vs. Raw 2010
## 5382                                                                                                            The Biggest Loser
## 5383                                                                                                      Tiger Woods PGA Tour 10
## 5384                                                                                                                MySims Agents
## 5385                                                                                             Grand Theft Auto: Chinatown Wars
## 5386                                                                                                                      DJ Hero
## 5387                                                                                       Resident Evil: The Darkside Chronicles
## 5388                                                                                                   WWE SmackDown vs. Raw 2010
## 5389                                                                                                                MySims Agents
## 5390                                                                                                      MotorStorm: Arctic Edge
## 5391                                                                                LEGO Indiana Jones 2: The Adventure Continues
## 5392                                                                            Disney Fairies: Tinker Bell and the Lost Treasure
## 5393                                                                                                          NERF N-Strike Elite
## 5394                                                                                                                       DiRT 2
## 5395                                                                                                                       EyePet
## 5396                                                                                                            Cars: Race-O-Rama
## 5397                                                                                                               FIFA Soccer 10
## 5398                                                                                                                Madden NFL 10
## 5399                                                                                                                     NBA 2K10
## 5400                                                                                                                Brutal Legend
## 5401                                                                                                                    Band Hero
## 5402                                                                                                    Scooby-Doo! First Frights
## 5403                                                                                                             NCAA Football 10
## 5404                                                                                                                Brutal Legend
## 5405                                                                                                              Tony Hawk: RIDE
## 5406                                                                                                       Guitar Hero: Metallica
## 5407                                                                                                                    Bayonetta
## 5408                                                                                          Operation Flashpoint: Dragon Rising
## 5409                                                                                                             Buzz! Quiz World
## 5410                                                                                                  EA Sports Grand Slam Tennis
## 5411                                                                                          Operation Flashpoint: Dragon Rising
## 5412                                                                                                  Marvel: Ultimate Alliance 2
## 5413                                                                                                             Avatar: The Game
## 5414                                                                                                            MX vs. ATV Reflex
## 5415                                                                                                                      DJ Hero
## 5416                                                                                                      Resistance: Retribution
## 5417                                                                                LEGO Indiana Jones 2: The Adventure Continues
## 5418                                                                                               Call of Duty: Modern Warfare 2
## 5419                                                                                               Call of Juarez: Bound in Blood
## 5420                                                                                                                      F1 2009
## 5421                                                                                                     Phantasy Star Portable 2
## 5422                                                                                                       Red Faction: Guerrilla
## 5423                                                                                                     Wizards of Waverly Place
## 5424                                                                                                 Ghostbusters: The Video Game
## 5425                                                                                                    Endless Ocean: Blue World
## 5426                                                                                                         Ninja Gaiden Sigma 2
## 5427                                                                                              The House of the Dead: Overkill
## 5428                                                                                                 Ghostbusters: The Video Game
## 5429                                                                                                                     NBA 2K10
## 5430                                                                                                                      Skate 2
## 5431                                                                                                        Need for Speed: Nitro
## 5432                                                                                                    Scooby-Doo! First Frights
## 5433                                                                                                    Pro Evolution Soccer 2010
## 5434                                                                                                             NCAA Football 10
## 5435                                                                                                                       DiRT 2
## 5436                                                                                                                Deca Sports 2
## 5437                                                                                                    Pro Evolution Soccer 2010
## 5438                                                                                                       Guitar Hero: Metallica
## 5439                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5440                                                                                                             The Godfather II
## 5441                                                                                                                    Band Hero
## 5442                                                                                                    Star Ocean: The Last Hope
## 5443                                                                                                                   Invizimals
## 5444                                                                                                      Tiger Woods PGA Tour 10
## 5445                                                                                                                     MadWorld
## 5446                                                                                                             Avatar: The Game
## 5447                                                                                                                Puzzler World
## 5448                                                                                                    Dragon Ball: Raging Blast
## 5449                                                                                        Star Wars Battlefront: Elite Squadron
## 5450                                                                                                                      DJ Hero
## 5451                                                                                       Harry Potter and the Half-Blood Prince
## 5452                                                                                              Drawn to Life: The Next Chapter
## 5453                                                                                                                   Deer Drive
## 5454                                                                                                                      We Sing
## 5455                                                                                              The Lord of the Rings: Conquest
## 5456                                                                                                                    Band Hero
## 5457                                                                                                             The Godfather II
## 5458                                                                                                        Need for Speed: Shift
## 5459                                                                                                       Red Faction: Guerrilla
## 5460                                                                                   X-Men Origins: Wolverine - Uncaged Edition
## 5461                                                                                                  Marvel: Ultimate Alliance 2
## 5462                                                                                                   WWE SmackDown vs. Raw 2010
## 5463                                                                                                              Rabbids Go Home
## 5464                                                                                         Indiana Jones and the Staff of Kings
## 5465                                                                                                                Madden NFL 10
## 5466                                                                                                             MLB 09: The Show
## 5467                                                                                                            MX vs. ATV Reflex
## 5468                                                                                                             Avatar: The Game
## 5469                                                                                                                       iCarly
## 5470                                                                                 Ace Attorney Investigations: Miles Edgeworth
## 5471                                                                                                    Hannah Montana: The Movie
## 5472                                                                                                               LEGO Rock Band
## 5473                                                           Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)
## 5474                                                                                   X-Men Origins: Wolverine - Uncaged Edition
## 5475                                                                                                IL-2 Sturmovik: Birds of Prey
## 5476                                                                                                                 World of Zoo
## 5477                                                                                                     Bakugan: Battle Brawlers
## 5478                                                                                              Hidden Objects: Mystery Stories
## 5479                                                                                                                       NHL 10
## 5480                                                                                                                Madden NFL 10
## 5481                                                                                                      Tiger Woods PGA Tour 10
## 5482                                                                                       Harry Potter and the Half-Blood Prince
## 5483                                                                                              Drawn to Life: The Next Chapter
## 5484                                                                                                     Real Heroes: Firefighter
## 5485                                                                                                                           Up
## 5486                                                                                                               SingStar Queen
## 5487                                                                                              The Lord of the Rings: Conquest
## 5488                                                                                                                  Wolfenstein
## 5489                                                                                       Shin Megami Tensei: Persona 3 Portable
## 5490                                                           Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)
## 5491                                                                                                 Ghostbusters: The Video Game
## 5492                                                                                                    Family Feud: 2010 Edition
## 5493                                                                                                    The Princess and the Frog
## 5494                                                                                                       Guitar Hero: Metallica
## 5495                                                                                                    Battle of Giants: Dragons
## 5496                                                                                       Harry Potter and the Half-Blood Prince
## 5497                                                                                                                          Wet
## 5498                                                                                                       Metroid Prime: Trilogy
## 5499                                                                                            Jak and Daxter: The Lost Frontier
## 5500                                                                                                   WWE SmackDown vs. Raw 2010
## 5501                                                                                                              Tony Hawk: RIDE
## 5502                                                                                                       Sacred 2: Fallen Angel
## 5503                                                                                                    Major League Baseball 2K9
## 5504                                                                                                                MySims Racing
## 5505                                                                                                                 World of Zoo
## 5506                                                                                                           Secret Agent Clank
## 5507                                                                                               Call of Juarez: Bound in Blood
## 5508                                                                                                    Muramasa: The Demon Blade
## 5509                                                                                                   New Play Control! Pikmin 2
## 5510                                                                                                             Avatar: The Game
## 5511                                                                                                              Tony Hawk: RIDE
## 5512                                                                                                             WarioWare D.I.Y.
## 5513                                                                                LEGO Indiana Jones 2: The Adventure Continues
## 5514                                                                                                      Guitar Hero: Smash Hits
## 5515                                                                                                            Tom Clancy's HAWX
## 5516                                                                                                               FIFA Soccer 10
## 5517                                                                                         Final Fantasy: The 4 Heroes of Light
## 5518                                                                                                             NCAA Football 10
## 5519                                                                                                 The Sims 3: World Adventures
## 5520                                                                                                   BlazBlue: Calamity Trigger
## 5521                                                                                                                       NHL 10
## 5522                                                                                                              Rapala: We Fish
## 5523                                                                                                                  The Conduit
## 5524                                                                                                              Trivial Pursuit
## 5525                                                                                                           3D Dot Game Heroes
## 5526                                                                                                                           Up
## 5527                                                                                                               LEGO Rock Band
## 5528                                                                                                            Tom Clancy's HAWX
## 5529                                                                                      Jillian Michaels Fitness Ultimatum 2010
## 5530                                                                                                                  Wolfenstein
## 5531                                                                                                        Lips: Number One Hits
## 5532                                                                                                      Legends of WrestleMania
## 5533                                                                                                                  NBA Live 10
## 5534                                                                                                       Sacred 2: Fallen Angel
## 5535                                                                                                             50 Classic Games
## 5536                                                                                                                 Petz Nursery
## 5537                                                                                                                      G-Force
## 5538                                                                                                           Jewel Master Egypt
## 5539                                                                                                   WWE SmackDown vs. Raw 2010
## 5540                                                                                                         Terminator Salvation
## 5541                                                                                                   F.E.A.R. 2: Project Origin
## 5542                                                                                                                      F1 2009
## 5543                                                                                                                   SimAnimals
## 5544                                                                                                           Classic Word Games
## 5545                                                                                                IL-2 Sturmovik: Birds of Prey
## 5546                                                                                                       100 All-Time Favorites
## 5547                                                                                                    Pro Evolution Soccer 2010
## 5548                                                                                Naruto Shippuden: Clash of Ninja Revolution 3
## 5549                                                                                                          Dragon Age: Origins
## 5550                                                                                                  SoulCalibur: Broken Destiny
## 5551                                                                                                    Dragon Ball: Raging Blast
## 5552                                                                                                                 The Saboteur
## 5553                                                                                                          Monsters vs. Aliens
## 5554                                                                                       Harry Potter and the Half-Blood Prince
## 5555                                                                    Hidden Mysteries: Titanic - Secrets of the Fateful Voyage
## 5556                                                                                                                   Picross 3D
## 5557                                                                                                  Dreamworks Madagascar Kartz
## 5558                                                                                        Star Wars Battlefront: Elite Squadron
## 5559                                                                                                                WipEout Pulse
## 5560                                                           Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)
## 5561                                                                                                          Rock Band Unplugged
## 5562                                                           Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)
## 5563                                                                                                                 The Saboteur
## 5564                                                                                          Atelier Rorona: Alchemist of Arland
## 5565                                                                                                   Bass Pro Shops: The Strike
## 5566                                                                                                                           Up
## 5567                                                                                                            Cars: Race-O-Rama
## 5568                                                                                                                MySims Racing
## 5569                                                                                                   F.E.A.R. 2: Project Origin
## 5570                                                                                             Warhammer 40,000: Dawn of War II
## 5571                                                                                                            Cars: Race-O-Rama
## 5572                                                                                                        Dead Space Extraction
## 5573                                                                                              Silent Hill: Shattered Memories
## 5574                                                                                               Active Life: Extreme Challenge
## 5575                                                                             Final Fantasy Crystal Chronicles: Echoes of Time
## 5576                                                                                            Jak and Daxter: The Lost Frontier
## 5577                                                                                                    The Princess and the Frog
## 5578                                                                                                         Boom Blox Bash Party
## 5579                                                                                                            Tales of Vesperia
## 5580                                                                                                         Vin Diesel: Wheelman
## 5581                                                                                                                       iCarly
## 5582                                                                                                Dynasty Warriors: Strikeforce
## 5583                                                                                               PES 2009: Pro Evolution Soccer
## 5584                                                                                                           SingStar Take That
## 5585                                                                                                               LEGO Rock Band
## 5586                                                                                                                  NBA Live 10
## 5587                                                                                                Discovery Kids: Kitten Corner
## 5588                                                                                                 Rock Band Country Track Pack
## 5589                                                                      Transformers: Revenge of the Fallen (Wii & PS2 Version)
## 5590                                                                                      Dance Dance Revolution: Hottest Party 3
## 5591                                                                                                                      G-Force
## 5592                                                                                                           Samurai Warriors 3
## 5593                                                                                           Ben 10 Alien Force: Vilgax Attacks
## 5594                                                                                              Food Network: Cook or Be Cooked
## 5595                                                                                                        Jump Start Pet Rescue
## 5596                                                                                                              SingStar Motown
## 5597                                                                                                               SingStar Queen
## 5598                                                                                                           Karaoke Revolution
## 5599                                                                                                   Yu-Gi-Oh! 5D's Tag Force 4
## 5600                                                                                                                    Band Hero
## 5601                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5602                                                                                                 Ghostbusters: The Video Game
## 5603                                                                                                Dora the Explorer: Dora Puppy
## 5604                                                                                                                TouchMaster 3
## 5605                                                                                           Remington Great American Bird Hunt
## 5606                                                                                                     Bakugan: Battle Brawlers
## 5607                                                                                           Sin and Punishment: Star Successor
## 5608                                                                                           Ben 10 Alien Force: Vilgax Attacks
## 5609                                                                                           Ben 10 Alien Force: Vilgax Attacks
## 5610                                                                                                           NASCAR Kart Racing
## 5611                                                                                                      Guitar Hero: Smash Hits
## 5612                                                                                       SpongeBob's Truth or Square (US sales)
## 5613                                                                                                               LEGO Rock Band
## 5614                                                                              Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS
## 5615                                                                                                      Marvel Super Hero Squad
## 5616                                                                                      Call of Duty: Modern Warfare: Mobilized
## 5617                                                                                      JumpStart: Escape from Adventure Island
## 5618                                                            Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki
## 5619                                                                                                            Cars: Race-O-Rama
## 5620                                                                        James Patterson Women's Murder Club: Games of Passion
## 5621                                                                                                                    Band Hero
## 5622                                                                                                                           Up
## 5623                                                                                                  Marvel: Ultimate Alliance 2
## 5624                                                                                                             Katamari Forever
## 5625                                                                                                           Six Flags Fun Park
## 5626                                                                                       Rune Factory 3: A Fantasy Harvest Moon
## 5627                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5628                                                                                                                     NBA 2K10
## 5629                                                                                      Taiko no Tatsujin Wii: Dodon to 2 Yome!
## 5630                                                                                                Cabela's Big Game Hunter 2010
## 5631                                                                 Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009
## 5632                                                           Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)
## 5633                                                                    My Virtual Tutor: Reading Adventure First to Second Grade
## 5634                                                                                                          Style Lab: Makeover
## 5635                                                                                                        Monster Trucks Mayhem
## 5636                                                                                                             Avatar: The Game
## 5637                                                                                                                   Spore Hero
## 5638                                                                                                 Ghostbusters: The Video Game
## 5639                                                                                    Sherlock Holmes: The Mystery of the Mummy
## 5640                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5641                                                                                                                    Planet 51
## 5642                                                                                                      Legends of WrestleMania
## 5643                                                                                       SpongeBob's Truth or Square (US sales)
## 5644                                                                        Final Fantasy Crystal Chronicles: The Crystal Bearers
## 5645                                                                                       SpongeBob's Truth or Square (US sales)
## 5646                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5647                                                                                           Hooked! Again: Real Motion Fishing
## 5648                                                                               SpongeBob vs The Big One: Beach Party Cook Off
## 5649                                                                                                        Dance Party: Pop Hits
## 5650                                                                                                         Junior Classic Games
## 5651                                                                                                            Dawn of Discovery
## 5652                                                                                               Ice Age: Dawn of the Dinosaurs
## 5653                                                                                                           Virtua Tennis 2009
## 5654                                                                                                        Need for Speed: Nitro
## 5655                                                                                    Naruto Shippuden: Ultimate Ninja Heroes 3
## 5656                                                                                                  Paws & Claws: Pampered Pets
## 5657                                                                                                          Peppa Pig: The Game
## 5658                                                                                                                     NBA 2K10
## 5659                                                                                                              Trivial Pursuit
## 5660                                                                                                               Rec Room Games
## 5661                                                                                             Guitar Hero On Tour: Modern Hits
## 5662                                                                                                                       DiRT 2
## 5663                                                                                                       Imagine: Salon Stylist
## 5664                                                                                                           Virtua Tennis 2009
## 5665                                                                                                        Overlord: Dark Legend
## 5666                                                                                                      Wanted: Weapons of Fate
## 5667                                                                                                                  Mini Ninjas
## 5668                                                                                   Fragile Dreams: Farewell Ruins of the Moon
## 5669                                                                                                  Dreamworks Madagascar Kartz
## 5670                                                                                                                Left 4 Dead 2
## 5671                                                                                    999: Nine Hours, Nine Persons, Nine Doors
## 5672                                                                                                                          SAW
## 5673                                                                                         Dragon Ball Z: Attack of the Saiyans
## 5674                                                                                                              Bionic Commando
## 5675                                                                                                   BlazBlue: Calamity Trigger
## 5676                                                                                                      Marvel Super Hero Squad
## 5677                                                                                                                     NHL 2K10
## 5678                                                                                                 Press Your Luck 2010 Edition
## 5679                                                                                                                       U-Sing
## 5680                                                                                               Football Manager Handheld 2010
## 5681                                                                                                                      G-Force
## 5682                                                                                                      Guitar Hero: Smash Hits
## 5683                                                                                                                     NHL 2K10
## 5684                                                                                       Teenage Mutant Ninja Turtles: Smash-Up
## 5685                                                                              Command & Conquer: Red Alert 3 Ultimate Edition
## 5686                                                                                                         Terminator Salvation
## 5687                                                                                        CSI: Deadly Intent - The Hidden Cases
## 5688                                                                                                       Guitar Hero: Metallica
## 5689                                                                                                    Hannah Montana: The Movie
## 5690                                                                                                                  Mini Ninjas
## 5691                                                                                                                  Mini Ninjas
## 5692                                                                                                      MotorStorm: Arctic Edge
## 5693                                                                                                   Dynasty Warriors 6 Empires
## 5694                                                                                                     Disney Sing It: Pop Hits
## 5695                                                                            Transformers: Revenge of the Fallen (DS Versions)
## 5696                                                                                                           NCAA Basketball 10
## 5697                                                                                      Tales of the World: Radiant Mythology 2
## 5698                                                                               Night at the Museum: Battle of the Smithsonian
## 5699                                                                                                                  Ninja Blade
## 5700                                                                                                                     Bookworm
## 5701                                                                                                           Virtua Tennis 2009
## 5702                                                                                                             MLB 09: The Show
## 5703                                                                                                    Scooby-Doo! First Frights
## 5704                                                                               Night at the Museum: Battle of the Smithsonian
## 5705                                                                                       Harry Potter and the Half-Blood Prince
## 5706                                                                                                                     NBA 2K10
## 5707                                                                                               Discovery Kids: Puppy Playtime
## 5708                                                                                                           NCAA Basketball 10
## 5709                                                                                                      Battlestations: Pacific
## 5710                                                                                                    Style Lab: Jewelry Design
## 5711                                                                                                  Marvel: Ultimate Alliance 2
## 5712                                                                                                                  Overlord II
## 5713                                                                                                        Batman: Arkham Asylum
## 5714                                                                                                               Pony Friends 2
## 5715                                                                                                         My Baby: First Steps
## 5716                                                                                                                       DiRT 2
## 5717                                                                                                         Vin Diesel: Wheelman
## 5718                                                                                                 Rock Band Country Track Pack
## 5719                                                                                                            The Biggest Loser
## 5720                                                                                              Littlest Pet Shop: City Friends
## 5721                                                                                                                      DJ Hero
## 5722                                                                                                                     Tekken 6
## 5723                                                                                                              Chicken Blaster
## 5724                                                                                                                  Overlord II
## 5725                                                                                       Harry Potter and the Half-Blood Prince
## 5726                                                                                                          Birthday Party Bash
## 5727                                                                                              Foto Frenzy: Spot The Diffrence
## 5728                                                                                                  SD Gundam G Generation Wars
## 5729                                                                                                                         Fuel
## 5730                                                                                                                 7 Wonders II
## 5731                                                                                                                   SimAnimals
## 5732                                                                                                           SingStar Take That
## 5733                                                                                           Cabela's Outdoor Adventures (2009)
## 5734                                                                    My Virtual Tutor: Reading Adventure Pre-K to Kindergarten
## 5735                                                                                                          Monsters vs. Aliens
## 5736                                                                                                                  Puyo Puyo 7
## 5737                                                                                                                Magna Carta 2
## 5738                                                                                                                        Jonas
## 5739                                                                                                       Imagine: Family Doctor
## 5740                                                                                                                 MySims Party
## 5741                                                                                        Shaun White Snowboarding: World Stage
## 5742                                                                                                       Guitar Hero: Van Halen
## 5743                                                                                                  Dreamworks Madagascar Kartz
## 5744                                                                                                                  Mini Ninjas
## 5745                                                                                           Ben 10 Alien Force: Vilgax Attacks
## 5746                                                                                                                           Up
## 5747                                                                                                          Little King's Story
## 5748                                                                                                Dynasty Warriors: Strikeforce
## 5749                                                                                      Alvin and the Chipmunks: The Squeakquel
## 5750                                                                                         Imagine: Fashion Designer World Tour
## 5751                                                                                                      Wanted: Weapons of Fate
## 5752                                                                            The Chronicles of Riddick: Assault on Dark Athena
## 5753                                                                                                      Marvel Super Hero Squad
## 5754                                                                                                                   The BIGS 2
## 5755                                                                            One Piece Unlimited Cruise 2: Awakening of a Hero
## 5756                                                                                              Dead Rising: Chop Till You Drop
## 5757                                                                                                                  DeathSmiles
## 5758                                                                                                                          SAW
## 5759                                                                                                 Reel Fishing: Angler's Dream
## 5760                                                                                               Assassin's Creed II: Discovery
## 5761                                                                                                       Guitar Hero: Van Halen
## 5762                                                                                                              Bionic Commando
## 5763                                                                                                              Trivial Pursuit
## 5764                                                                                                           CSI: Deadly Intent
## 5765                                                                                         Indiana Jones and the Staff of Kings
## 5766                                                                                          Shin Megami Tensei: Strange Journey
## 5767                                                                                               Ice Age: Dawn of the Dinosaurs
## 5768                                                                                                       Guitar Hero: Van Halen
## 5769                                                                                                              Trivial Pursuit
## 5770                                                                                       Jikkyou Powerful Pro Yakyuu Portable 4
## 5771                                                                                                                      G-Force
## 5772                                                                                        Final Fantasy XI: Ultimate Collection
## 5773                                                                                             Littlest Pet Shop: Beach Friends
## 5774                                                                                                Cabela's Big Game Hunter 2010
## 5775                                                                                 Are You Smarter than a 5th Grader? Game Time
## 5776                                                                                                                    Section 8
## 5777                                                                                           Shin Megami Tensei: Devil Survivor
## 5778                                                                                                                    Love Plus
## 5779                                                                                                    Family Feud: 2010 Edition
## 5780                                                                                                  TouchMaster 3(Others sales)
## 5781                                                                                                    Major League Baseball 2K9
## 5782                                                                                                             MLB 09: The Show
## 5783                                                                                                   Hatsune Miku: Project Diva
## 5784                                                                                                Sengoku Basara: Battle Heroes
## 5785                                                                            Dora the Explorer: Dora Saves the Crystal Kingdom
## 5786                                                                                                           Scene It? Twilight
## 5787                                                                                                      Tiger Woods PGA Tour 10
## 5788                                                                                                       Imagine: Fashion Party
## 5789                                                                                                              Don King Boxing
## 5790                                                                                                     ExciteBots: Trick Racing
## 5791                                                                                                   Littlest Pet Shop: Friends
## 5792                                                                                                                   We Cheer 2
## 5793                                                                                       Tomb Raider: Underworld (Others sales)
## 5794                                                                                    Star Wars The Clone Wars: Republic Heroes
## 5795                                                                                                          Monsters vs. Aliens
## 5796                                                                             Final Fantasy Crystal Chronicles: Echoes of Time
## 5797                                                                                                                     Scrabble
## 5798                                                                                                     Disney Sing It: Pop Hits
## 5799                                                                                                                           Up
## 5800                                                                    My Virtual Tutor: Reading Adventure Kindergarten to First
## 5801                                                                                       SpongeBob's Truth or Square (US sales)
## 5802                                                                                                       Beyblade: Metal Fusion
## 5803                                                                                         Indiana Jones and the Staff of Kings
## 5804                                                                                                            The Backyardigans
## 5805                                                                                                        Daisy Fuentes Pilates
## 5806                                                                                           Littlest Pet Shop: Country Friends
## 5807                                                                                                  Dreamworks Madagascar Kartz
## 5808                                                                                                             Monster Hunter G
## 5809                                                                                         Indiana Jones and the Staff of Kings
## 5810                                                                                                     X-Men Origins: Wolverine
## 5811                                                                                                    Disgaea 2: Dark Hero Days
## 5812                                                                            The Chronicles of Riddick: Assault on Dark Athena
## 5813                                                                                                  Marvel: Ultimate Alliance 2
## 5814                                                                                           Cabela's Outdoor Adventures (2009)
## 5815                                                                                                            Disney Stitch Jam
## 5816                                                                                                                         Fuel
## 5817                                                                                                                  NBA Live 10
## 5818                                                                                                   Lunar: Silver Star Harmony
## 5819                                                                                              The Price is Right 2010 Edition
## 5820                                                                               Mobile Suit Gundam Battlefield Record U.C.0081
## 5821                                                                                                     Bakugan: Battle Brawlers
## 5822                                                                                                  Imagine: Teacher Class Trip
## 5823                                                                                                   Dynasty Warriors 6 Empires
## 5824                                                                                                  G.I. Joe: The Rise of Cobra
## 5825                                                                   Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout
## 5826                                                                                                      Tiger Woods PGA Tour 10
## 5827                                                                                                           Imagine: Zookeeper
## 5828                                                                                                                 Afro Samurai
## 5829                                                                    Broken Sword: Shadow of the Templars - The Director's Cut
## 5830                                                                                                    Divinity II: Ego Draconis
## 5831                                                                                                     Bakugan: Battle Brawlers
## 5832                                                                                 Are You Smarter than a 5th Grader? Game Time
## 5833                                                                                                   Disney's A Christmas Carol
## 5834                                                                                                             Big Family Games
## 5835                                                                                                            MX vs. ATV Reflex
## 5836                                                                                                      Scrabble (Others sales)
## 5837                                                                                                 Rock Band Country Track Pack
## 5838                                                                                           Cabela's Outdoor Adventures (2009)
## 5839                                                                                                           Ashes Cricket 2009
## 5840                                                                                                Dynasty Warriors: Strikeforce
## 5841                                                                                                               Musou Orochi Z
## 5842                                                               The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon
## 5843                                                                                                                 Tales of VS.
## 5844                                                                                              Barbie and the Three Musketeers
## 5845                                                                                                    Hannah Montana: The Movie
## 5846                                                                                                                     Ys Seven
## 5847                                                                                                   101-in-1 Party Megamix Wii
## 5848                                                                                            Cloudy With a Chance of Meatballs
## 5849                                                                                           Rock Band Track Pack: Classic Rock
## 5850                                                                                                                      G-Force
## 5851                                                                                                              Tales of Graces
## 5852                                                                                                               ATV Quad Kings
## 5853                                                                                Pinball Hall of Fame: The Williams Collection
## 5854                                                                                                      Guitar Hero: Smash Hits
## 5855                                                                                                  Shin Megami Tensei: Persona
## 5856                                                                                           Ben 10 Alien Force: Vilgax Attacks
## 5857                                                                                                           Imagine: Detective
## 5858                                                                                                                    Tropico 3
## 5859                                                                                                             Deadly Creatures
## 5860                                                                                                     Hasbro Family Game Night
## 5861                                                                                                  G.I. Joe: The Rise of Cobra
## 5862                                                                                                                 MySims Party
## 5863                                                                                       Teenage Mutant Ninja Turtles: Smash-Up
## 5864                                                                                      Nintendo Presents: Crossword Collection
## 5865                                                                                                    Hannah Montana: The Movie
## 5866                                                                                         Where's Waldo? The Fantastic Journey
## 5867                                                                                                                   The BIGS 2
## 5868                                                                                                   50 Cent: Blood on the Sand
## 5869                                                                                                         SingStar Pop Edition
## 5870                                                                                                      Imagine: Boutique Owner
## 5871                                                                                                   Bass Pro Shops: The Strike
## 5872                                                                                                              Cursed Mountain
## 5873                                                                                                           A Boy and His Blob
## 5874                                                                                                  G.I. Joe: The Rise of Cobra
## 5875                                                                                                         Way of the Samurai 3
## 5876                                                                                                      Marvel Super Hero Squad
## 5877                                                                                                         Super Robot Taisen K
## 5878                                                                                                                       StokEd
## 5879                                                                                                             NCAA Football 10
## 5880                                                                                                Discovery Kids: Pony Paradise
## 5881                                                                                                                 Wedding Dash
## 5882                                                                                      Sloane to MacHale no Nazo no Monogatari
##      Platform Year_of_Release       Genre
## 1         PS4            2016      Sports
## 2         3DS            2016 RolePlaying
## 3         PS4            2016     Shooter
## 4         PS4            2016     Shooter
## 5         PS4            2016     Shooter
## 6         PS4            2016     Shooter
## 7        XOne            2016      Sports
## 8        XOne            2016     Shooter
## 9         PS4            2016      Action
## 10       XOne            2016     Shooter
## 11       XOne            2016     Shooter
## 12        PS4            2016     Shooter
## 13        PS4            2016      Sports
## 14        PS4            2016      Action
## 15        PS4            2016      Sports
## 16        PS4            2016      Action
## 17        PS4            2016 RolePlaying
## 18        PS4            2016    Platform
## 19        PS4            2016     Shooter
## 20       XOne            2016     Shooter
## 21        3DS            2016      Action
## 22        PS4            2016 RolePlaying
## 23       XOne            2016      Sports
## 24        PS4            2016    Fighting
## 25        PS4            2016      Action
## 26       XOne            2016      Racing
## 27       XOne            2016     Shooter
## 28       WiiU            2016      Action
## 29       XOne            2016      Sports
## 30       WiiU            2016    Fighting
## 31        PS4            2016   Adventure
## 32        PS4            2016      Sports
## 33        3DS            2016      Action
## 34        PS4            2016    Fighting
## 35        PS4            2016      Action
## 36       XOne            2016      Action
## 37       XOne            2016     Shooter
## 38        PS4            2016     Shooter
## 39       XOne            2016 RolePlaying
## 40        PS3            2016      Sports
## 41        PS4            2016      Action
## 42        PS4            2016      Action
## 43        PS4            2016      Action
## 44       WiiU            2016        Misc
## 45         PC            2016  Simulation
## 46        PS4            2016      Action
## 47        3DS            2016 RolePlaying
## 48       XOne            2016      Action
## 49        PS4            2016      Sports
## 50       XOne            2016     Shooter
## 51        3DS            2016      Action
## 52       XOne            2016      Action
## 53         PC            2016     Shooter
## 54        3DS            2016      Action
## 55        PS4            2016     Shooter
## 56       XOne            2016     Shooter
## 57        PS4            2016      Sports
## 58        3DS            2016      Action
## 59       WiiU            2016 RolePlaying
## 60       XOne            2016      Sports
## 61        PS4            2016  Simulation
## 62         PC            2016     Shooter
## 63        PS4            2016 RolePlaying
## 64        PS4            2016   Adventure
## 65       XOne            2016 RolePlaying
## 66        PS4            2016   Adventure
## 67        PS4            2016      Racing
## 68         PC            2016     Shooter
## 69        PS4            2016 RolePlaying
## 70       X360            2016      Sports
## 71        PS4            2016      Action
## 72        PS4            2016 RolePlaying
## 73        PS4            2016     Shooter
## 74        PS4            2016      Sports
## 75        PS4            2016      Racing
## 76       WiiU            2016     Shooter
## 77       XOne            2016      Action
## 78        PS4            2016     Shooter
## 79        PS4            2016    Fighting
## 80       XOne            2016      Action
## 81        PS4            2016    Platform
## 82        PS4            2016      Action
## 83       WiiU            2016      Action
## 84        PS4            2016 RolePlaying
## 85        PS4            2016      Sports
## 86        PS4            2016 RolePlaying
## 87         PC            2016 RolePlaying
## 88       X360            2016      Action
## 89        3DS            2016        Misc
## 90       XOne            2016    Fighting
## 91        PS4            2016      Action
## 92        PSV            2016 RolePlaying
## 93       XOne            2016      Action
## 94        PS4            2016      Sports
## 95        PS4            2016      Action
## 96        3DS            2016      Action
## 97        PS4            2016      Action
## 98        3DS            2016   Adventure
## 99        PS3            2016      Action
## 100       PS4            2016      Action
## 101      XOne            2016      Sports
## 102       PS4            2016     Shooter
## 103       PS4            2016        Misc
## 104        PC            2016    Strategy
## 105      XOne            2016      Sports
## 106       PS4            2016     Shooter
## 107      XOne            2016      Sports
## 108      WiiU            2016      Action
## 109       PSV            2016      Action
## 110        PC            2016    Strategy
## 111       PS4            2016 RolePlaying
## 112       3DS            2016      Action
## 113      XOne            2016      Action
## 114        PC            2016     Shooter
## 115       3DS            2016 RolePlaying
## 116       PSV            2016 RolePlaying
## 117       3DS            2016    Platform
## 118       PS4            2016      Action
## 119       PS4            2016 RolePlaying
## 120       3DS            2016  Simulation
## 121       PS4            2016      Action
## 122      XOne            2016      Action
## 123       PS4            2016 RolePlaying
## 124       PS3            2016      Action
## 125       3DS            2016 RolePlaying
## 126       PSV            2016      Action
## 127       3DS            2016      Action
## 128        PC            2016      Action
## 129       PS4            2016 RolePlaying
## 130       Wii            2016        Misc
## 131       PSV            2016      Sports
## 132      WiiU            2016    Platform
## 133      X360            2016      Sports
## 134       PS4            2016      Sports
## 135      XOne            2016 RolePlaying
## 136        PC            2016      Action
## 137      XOne            2016    Platform
## 138       PS3            2016      Action
## 139       PS4            2016   Adventure
## 140      XOne            2016     Shooter
## 141      XOne            2016     Shooter
## 142       PS4            2016    Fighting
## 143       PSV            2016 RolePlaying
## 144       PS4            2016      Action
## 145      WiiU            2016      Action
## 146      XOne            2016      Action
## 147       PS4            2016    Platform
## 148       PS4            2016    Strategy
## 149       PS3            2016      Sports
## 150       PSV            2016 RolePlaying
## 151      XOne            2016     Shooter
## 152       PS4            2016      Action
## 153       PS4            2016      Action
## 154        PC            2016     Shooter
## 155       PSV            2016      Action
## 156       PS3            2016      Action
## 157      XOne            2016   Adventure
## 158        PC            2016    Strategy
## 159       PS3            2016      Sports
## 160       PS3            2016      Sports
## 161       PSV            2016      Action
## 162      XOne            2016      Racing
## 163      XOne            2016      Racing
## 164       3DS            2016 RolePlaying
## 165       3DS            2016      Action
## 166       PSV            2016      Action
## 167       PS4            2016      Action
## 168        PC            2016   Adventure
## 169       PSV            2016        Misc
## 170      XOne            2016     Shooter
## 171      X360            2016      Action
## 172      XOne            2016  Simulation
## 173        PC            2016      Action
## 174       PS3            2016 RolePlaying
## 175       PS3            2016   Adventure
## 176      X360            2016      Sports
## 177       PS3            2016 RolePlaying
## 178       PS3            2016      Sports
## 179        PC            2016      Sports
## 180       PS3            2016      Sports
## 181       3DS            2016      Action
## 182       PS3            2016 RolePlaying
## 183       PSV            2016      Action
## 184       PS4            2016 RolePlaying
## 185      XOne            2016      Action
## 186       PS4            2016      Action
## 187      X360            2016      Sports
## 188       PS3            2016    Platform
## 189       PS4            2016      Action
## 190       3DS            2016      Action
## 191        PC            2016  Simulation
## 192       PS4            2016     Shooter
## 193       PS4            2016  Simulation
## 194       PSV            2016      Action
## 195       PS4            2016      Action
## 196       PSV            2016      Action
## 197      XOne            2016    Platform
## 198       PSV            2016    Fighting
## 199      WiiU            2016        Misc
## 200       PS4            2016        Misc
## 201       PSV            2016 RolePlaying
## 202       PS4            2016      Action
## 203        PC            2016  Simulation
## 204       PS4            2016      Racing
## 205       3DS            2016    Platform
## 206       PS4            2016      Racing
## 207      X360            2016    Platform
## 208       PSV            2016      Action
## 209       3DS            2016      Action
## 210       PS4            2016   Adventure
## 211       PS4            2016      Action
## 212       PSV            2016    Strategy
## 213       PS4            2016      Action
## 214       PS4            2016    Strategy
## 215       PS4            2016    Fighting
## 216        PC            2016     Shooter
## 217       PS4            2016    Fighting
## 218       PS4            2016    Platform
## 219        PC            2016     Shooter
## 220       PS4            2016      Sports
## 221       PS3            2016      Sports
## 222       PS4            2016     Shooter
## 223       PS4            2016      Action
## 224      XOne            2016      Action
## 225      XOne            2016      Action
## 226       PS4            2016      Racing
## 227       3DS            2016        Misc
## 228       3DS            2016   Adventure
## 229        PC            2016 RolePlaying
## 230       PS3            2016    Fighting
## 231       PS4            2016   Adventure
## 232       PSV            2016      Action
## 233       PSV            2016        Misc
## 234        PC            2016    Platform
## 235       PS3            2016        Misc
## 236       PS3            2016 RolePlaying
## 237       PS4            2016      Racing
## 238      XOne            2016    Fighting
## 239      XOne            2016      Action
## 240       PSV            2016   Adventure
## 241       3DS            2016      Action
## 242       PS4            2016 RolePlaying
## 243       PS3            2016      Action
## 244      XOne            2016      Action
## 245       PSV            2016      Action
## 246       PS4            2016 RolePlaying
## 247      XOne            2016      Action
## 248       3DS            2016    Strategy
## 249       3DS            2016   Adventure
## 250      XOne            2016      Racing
## 251       PS3            2016    Fighting
## 252       PS4            2016      Action
## 253        PC            2016    Fighting
## 254       PS4            2016      Action
## 255       PSV            2016 RolePlaying
## 256        PC            2016      Sports
## 257       PS4            2016        Misc
## 258      XOne            2016      Action
## 259        PC            2016    Strategy
## 260       PS4            2016      Action
## 261       PSV            2016      Action
## 262       PS3            2016   Adventure
## 263       PSV            2016 RolePlaying
## 264       PS4            2016    Platform
## 265       PS4            2016      Sports
## 266      XOne            2016      Action
## 267       PS3            2016      Action
## 268       PS4            2016     Shooter
## 269       PS4            2016        Misc
## 270      XOne            2016      Sports
## 271       PSV            2016      Action
## 272       3DS            2016      Action
## 273      XOne            2016      Action
## 274       PS4            2016        Misc
## 275       PS4            2016     Shooter
## 276        PC            2016     Shooter
## 277       PS4            2016      Racing
## 278      XOne            2016      Sports
## 279      XOne            2016    Strategy
## 280       3DS            2016   Adventure
## 281       PS3            2016        Misc
## 282       PS4            2016      Racing
## 283       PSV            2016   Adventure
## 284      XOne            2016     Shooter
## 285       PS4            2016      Action
## 286       PS4            2016      Racing
## 287        PC            2016   Adventure
## 288       PS3            2016      Action
## 289       PS4            2016      Action
## 290       3DS            2016        Misc
## 291      XOne            2016      Action
## 292       PSV            2016      Action
## 293      X360            2016      Action
## 294       PS3            2016 RolePlaying
## 295       PSV            2016      Action
## 296       PSV            2016        Misc
## 297       PS4            2016      Sports
## 298        PC            2016    Strategy
## 299      X360            2016     Shooter
## 300       PS4            2016   Adventure
## 301       3DS            2016   Adventure
## 302       PS4            2016      Action
## 303       3DS            2016        Misc
## 304       PS4            2016      Action
## 305       PS4            2016      Action
## 306      XOne            2016      Racing
## 307       PS3            2016        Misc
## 308        PC            2016  Simulation
## 309        PC            2016     Shooter
## 310      XOne            2016        Misc
## 311      X360            2016        Misc
## 312      X360            2016      Sports
## 313       PS4            2016      Action
## 314       PSV            2016      Action
## 315       3DS            2016      Action
## 316       3DS            2016      Action
## 317       PSV            2016      Sports
## 318        PC            2016      Sports
## 319       3DS            2016      Action
## 320       PS4            2016      Action
## 321        PC            2016      Racing
## 322       PSV            2016    Fighting
## 323       PS4            2016     Shooter
## 324       PS4            2016 RolePlaying
## 325       PS4            2016        Misc
## 326        PC            2016      Racing
## 327        PC            2016 RolePlaying
## 328       3DS            2016        Misc
## 329      X360            2016   Adventure
## 330       PS4            2016      Action
## 331        PC            2016      Action
## 332       PS4            2016 RolePlaying
## 333        PC            2016      Racing
## 334       PS4            2016      Action
## 335       PSV            2016 RolePlaying
## 336       PSV            2016   Adventure
## 337       PS4            2016      Action
## 338      WiiU            2016      Action
## 339      XOne            2016      Racing
## 340       PSV            2016      Action
## 341       3DS            2016 RolePlaying
## 342      XOne            2016   Adventure
## 343       PS4            2016      Action
## 344       PSV            2016 RolePlaying
## 345      WiiU            2016    Platform
## 346       PSV            2016      Action
## 347       PSV            2016 RolePlaying
## 348       PSV            2016   Adventure
## 349        PC            2016  Simulation
## 350       PSV            2016   Adventure
## 351       PS4            2016   Adventure
## 352       PSV            2016 RolePlaying
## 353       PSV            2016 RolePlaying
## 354       PS3            2016      Action
## 355       PS4            2016      Action
## 356       PS3            2016      Sports
## 357      XOne            2016 RolePlaying
## 358       PS4            2016      Action
## 359       PSV            2016      Action
## 360       3DS            2016  Simulation
## 361       3DS            2016    Fighting
## 362       PS4            2016      Action
## 363       PSV            2016      Action
## 364       3DS            2016  Simulation
## 365       PS4            2016   Adventure
## 366       PS4            2016        Misc
## 367       PS3            2016        Misc
## 368      XOne            2016     Shooter
## 369       3DS            2016 RolePlaying
## 370       PSV            2016 RolePlaying
## 371       PS4            2016     Shooter
## 372       PSV            2016   Adventure
## 373       PS4            2016        Misc
## 374       PSV            2016      Action
## 375       PS4            2016   Adventure
## 376       PS3            2016      Action
## 377      X360            2016      Sports
## 378       PS3            2016      Action
## 379       PS4            2016      Action
## 380       PSV            2016   Adventure
## 381       PS4            2016      Action
## 382       PS3            2016        Misc
## 383       PSV            2016   Adventure
## 384       PSV            2016 RolePlaying
## 385       PS4            2016      Sports
## 386       PS4            2016 RolePlaying
## 387       PS3            2016     Shooter
## 388       PSV            2016   Adventure
## 389       PSV            2016      Action
## 390       PS4            2016     Shooter
## 391      XOne            2016        Misc
## 392        PC            2016      Action
## 393       PS4            2016      Action
## 394      XOne            2016        Misc
## 395       PSV            2016   Adventure
## 396        PC            2016      Sports
## 397      XOne            2016      Action
## 398      XOne            2016     Shooter
## 399        PC            2016  Simulation
## 400      XOne            2016      Action
## 401       PS4            2016      Action
## 402        PC            2016   Adventure
## 403      XOne            2016      Action
## 404      XOne            2016    Platform
## 405       PS4            2016  Simulation
## 406       PS3            2016        Misc
## 407       PSV            2016      Action
## 408       PSV            2016      Action
## 409       PSV            2016   Adventure
## 410       PSV            2016   Adventure
## 411       PS4            2016      Action
## 412        PC            2016   Adventure
## 413       PSV            2016   Adventure
## 414       PS4            2016      Action
## 415       PS4            2016    Fighting
## 416       PS4            2016      Action
## 417       PSV            2016   Adventure
## 418       PS4            2016      Sports
## 419       PSV            2016   Adventure
## 420       PS4            2016        Misc
## 421       PSV            2016   Adventure
## 422       PSV            2016      Action
## 423       PSV            2016 RolePlaying
## 424       PS4            2016      Action
## 425       PSV            2016   Adventure
## 426       PS4            2016      Action
## 427       PS4            2016        Misc
## 428       PSV            2016      Action
## 429      XOne            2016      Action
## 430      XOne            2016      Sports
## 431        PC            2016      Action
## 432      XOne            2016      Action
## 433      XOne            2016      Racing
## 434       PS4            2016   Adventure
## 435       PSV            2016      Action
## 436        PC            2016      Racing
## 437       PS4            2016      Action
## 438        PC            2016      Sports
## 439       PS4            2016     Shooter
## 440        PC            2016    Strategy
## 441      XOne            2016      Action
## 442       3DS            2016      Action
## 443       PSV            2016   Adventure
## 444      XOne            2016        Misc
## 445      XOne            2016      Action
## 446        PC            2016 RolePlaying
## 447        PC            2016  Simulation
## 448       3DS            2016      Action
## 449      XOne            2016      Action
## 450      WiiU            2016   Adventure
## 451       PSV            2016   Adventure
## 452        PC            2016   Adventure
## 453      XOne            2016      Action
## 454      XOne            2016   Adventure
## 455       PSV            2016      Action
## 456        PC            2016      Racing
## 457       PSV            2016      Action
## 458        PC            2016    Strategy
## 459       PSV            2016      Puzzle
## 460       PSV            2016      Action
## 461       PS4            2016      Action
## 462      XOne            2016  Simulation
## 463       PSV            2016      Action
## 464        PC            2016  Simulation
## 465       PS4            2016      Sports
## 466       PSV            2016   Adventure
## 467        PC            2016      Action
## 468       3DS            2016      Action
## 469       PS4            2016      Action
## 470       PS4            2016      Action
## 471       PS4            2016   Adventure
## 472       PS4            2016   Adventure
## 473       3DS            2016      Action
## 474       PS4            2016   Adventure
## 475      XOne            2016      Racing
## 476        PC            2016      Racing
## 477       PS4            2016 RolePlaying
## 478       PS4            2016      Action
## 479       PSV            2016   Adventure
## 480      XOne            2016      Action
## 481       PS3            2016      Action
## 482       PSV            2016   Adventure
## 483       PS4            2016  Simulation
## 484      XOne            2016      Action
## 485        PC            2016    Strategy
## 486       PSV            2016      Action
## 487      XOne            2016      Racing
## 488      XOne            2016      Sports
## 489       PSV            2016      Action
## 490      XOne            2016      Action
## 491      WiiU            2016      Action
## 492      XOne            2016      Action
## 493      XOne            2016      Action
## 494       3DS            2016      Action
## 495       PSV            2016      Action
## 496       PSV            2016   Adventure
## 497       PS3            2016      Action
## 498       PSV            2016      Action
## 499       PSV            2016   Adventure
## 500       PS3            2016      Action
## 501       PSV            2016   Adventure
## 502       PSV            2016  Simulation
## 503       PS4            2015     Shooter
## 504       PS4            2015      Sports
## 505       PS4            2015     Shooter
## 506      XOne            2015     Shooter
## 507       PS4            2015 RolePlaying
## 508       PS4            2015      Action
## 509      XOne            2015     Shooter
## 510      WiiU            2015     Shooter
## 511      XOne            2015 RolePlaying
## 512       PS4            2015 RolePlaying
## 513       PS4            2015      Action
## 514       PS4            2015      Sports
## 515      XOne            2015     Shooter
## 516       PS4            2015      Action
## 517       PS4            2015      Action
## 518       3DS            2015      Action
## 519      XOne            2015     Shooter
## 520      XOne            2015      Sports
## 521       PS4            2015      Sports
## 522      WiiU            2015    Platform
## 523       3DS            2015  Simulation
## 524       PS4            2015    Fighting
## 525       PS3            2015      Sports
## 526       PS4            2015      Action
## 527       PS4            2015      Racing
## 528      XOne            2015      Sports
## 529       3DS            2015      Action
## 530      XOne            2015      Sports
## 531       3DS            2015      Action
## 532       PS4            2015     Shooter
## 533       PS4            2015     Shooter
## 534       PS4            2015      Action
## 535       PS4            2015     Shooter
## 536       PS4            2015      Action
## 537      XOne            2015      Racing
## 538       PS4            2015 RolePlaying
## 539       PS4            2015     Shooter
## 540      X360            2015     Shooter
## 541       PS3            2015     Shooter
## 542       3DS            2015 RolePlaying
## 543       PS4            2015   Adventure
## 544      WiiU            2015        Misc
## 545      X360            2015      Sports
## 546      XOne            2015      Action
## 547      XOne            2015    Fighting
## 548      XOne            2015   Adventure
## 549      XOne            2015     Shooter
## 550      XOne            2015 RolePlaying
## 551      WiiU            2015    Platform
## 552      XOne            2015      Action
## 553      XOne            2015      Action
## 554        PC            2015 RolePlaying
## 555      XOne            2015 RolePlaying
## 556       3DS            2015 RolePlaying
## 557       PS4            2015      Sports
## 558      XOne            2015     Shooter
## 559      XOne            2015     Shooter
## 560       PS4            2015      Action
## 561        PC            2015      Action
## 562       3DS            2015      Action
## 563       PS4            2015    Fighting
## 564       PS4            2015      Racing
## 565       PS4            2015 RolePlaying
## 566      X360            2015      Sports
## 567       PS4            2015     Shooter
## 568       Wii            2015        Misc
## 569      X360            2015      Sports
## 570       PS4            2015      Sports
## 571      XOne            2015      Action
## 572       PS4            2015      Action
## 573      X360            2015   Adventure
## 574       PS4            2015     Shooter
## 575       3DS            2015      Action
## 576      X360            2015      Action
## 577       3DS            2015 RolePlaying
## 578       PS4            2015        Misc
## 579       PS3            2015      Action
## 580      WiiU            2015 RolePlaying
## 581       PS4            2015      Sports
## 582      XOne            2015        Misc
## 583       PS3            2015      Sports
## 584       3DS            2015 RolePlaying
## 585       3DS            2015        Misc
## 586      XOne            2015      Action
## 587       3DS            2015        Misc
## 588       PS4            2015 RolePlaying
## 589       PS4            2015      Action
## 590       PS3            2015      Sports
## 591       PS4            2015      Action
## 592       PS4            2015      Action
## 593        PC            2015 RolePlaying
## 594       PS4            2015   Adventure
## 595       PS3            2015   Adventure
## 596      XOne            2015      Racing
## 597       PS4            2015      Racing
## 598      XOne            2015      Action
## 599       PS4            2015      Action
## 600       PS3            2015      Action
## 601      XOne            2015     Shooter
## 602       PS4            2015      Sports
## 603       3DS            2015      Action
## 604       PS4            2015 RolePlaying
## 605      XOne            2015      Sports
## 606      WiiU            2015        Misc
## 607       PS3            2015 RolePlaying
## 608       3DS            2015 RolePlaying
## 609      XOne            2015   Adventure
## 610      XOne            2015        Misc
## 611       PS4            2015      Action
## 612       PS3            2015      Action
## 613        PC            2015     Shooter
## 614      WiiU            2015      Action
## 615        PC            2015    Strategy
## 616      X360            2015      Action
## 617      WiiU            2015      Action
## 618       PS4            2015      Action
## 619      WiiU            2015    Platform
## 620       PS3            2015      Sports
## 621       PS3            2015      Action
## 622       3DS            2015 RolePlaying
## 623       3DS            2015      Puzzle
## 624      XOne            2015      Action
## 625      WiiU            2015      Action
## 626       PS3            2015    Fighting
## 627      XOne            2015      Sports
## 628      XOne            2015        Misc
## 629       PS4            2015      Action
## 630      WiiU            2015      Action
## 631       PS3            2015      Action
## 632      WiiU            2015      Sports
## 633      XOne            2015     Shooter
## 634      X360            2015      Sports
## 635       PS4            2015      Action
## 636      X360            2015      Action
## 637      WiiU            2015        Misc
## 638       PS3            2015     Shooter
## 639      XOne            2015      Action
## 640       PSV            2015 RolePlaying
## 641       PS4            2015 RolePlaying
## 642       PS3            2015      Sports
## 643      X360            2015      Action
## 644       PS4            2015      Action
## 645       PS4            2015      Action
## 646       PS3            2015      Sports
## 647       PS4            2015        Misc
## 648       PS3            2015  Simulation
## 649       PS3            2015     Shooter
## 650       PS3            2015      Action
## 651       PSV            2015 RolePlaying
## 652       PS4            2015        Misc
## 653       PS4            2015  Simulation
## 654      X360            2015  Simulation
## 655        PC            2015  Simulation
## 656      X360            2015     Shooter
## 657      XOne            2015      Action
## 658       PS4            2015    Fighting
## 659       3DS            2015      Action
## 660       3DS            2015    Fighting
## 661       3DS            2015        Misc
## 662      XOne            2015        Misc
## 663      XOne            2015    Fighting
## 664      X360            2015        Misc
## 665       PSV            2015        Misc
## 666      X360            2015   Adventure
## 667       PS4            2015  Simulation
## 668       PS4            2015      Action
## 669       PS4            2015      Action
## 670       PS4            2015      Action
## 671       PS3            2015      Action
## 672       PS4            2015 RolePlaying
## 673      X360            2015     Shooter
## 674       PS4            2015 RolePlaying
## 675       PS4            2015     Shooter
## 676       PS3            2015        Misc
## 677      XOne            2015      Action
## 678       PS4            2015    Platform
## 679       PS4            2015    Fighting
## 680        PC            2015     Shooter
## 681      XOne            2015      Racing
## 682       PS3            2015      Action
## 683      XOne            2015 RolePlaying
## 684       3DS            2015 RolePlaying
## 685        PC            2015    Strategy
## 686      WiiU            2015 RolePlaying
## 687       PS3            2015      Action
## 688       PS4            2015 RolePlaying
## 689      XOne            2015      Racing
## 690       3DS            2015 RolePlaying
## 691      XOne            2015      Action
## 692       3DS            2015    Platform
## 693        PC            2015    Strategy
## 694      X360            2015    Fighting
## 695       3DS            2015 RolePlaying
## 696       3DS            2015      Action
## 697        PC            2015     Shooter
## 698       PS4            2015      Action
## 699      XOne            2015 RolePlaying
## 700      X360            2015        Misc
## 701       PSV            2015      Action
## 702       PS4            2015      Action
## 703       PS4            2015      Racing
## 704        PC            2015  Simulation
## 705       3DS            2015    Strategy
## 706       3DS            2015      Action
## 707        PC            2015      Action
## 708      XOne            2015    Strategy
## 709       PS4            2015      Sports
## 710      XOne            2015      Action
## 711       PS4            2015     Shooter
## 712        PC            2015      Sports
## 713        PC            2015      Action
## 714      XOne            2015  Simulation
## 715       3DS            2015      Action
## 716       PS3            2015        Misc
## 717      WiiU            2015        Misc
## 718       PSV            2015      Action
## 719        PC            2015     Shooter
## 720       PSV            2015      Action
## 721      X360            2015      Action
## 722       PS4            2015    Fighting
## 723       PSV            2015      Action
## 724      XOne            2015     Shooter
## 725       PS4            2015      Action
## 726       PS4            2015   Adventure
## 727       PS4            2015      Sports
## 728       PS4            2015      Action
## 729       PS4            2015      Racing
## 730       PS4            2015      Action
## 731       3DS            2015 RolePlaying
## 732       PSV            2015 RolePlaying
## 733       PS4            2015      Action
## 734       PSV            2015      Action
## 735      X360            2015      Sports
## 736       PSV            2015      Action
## 737       3DS            2015 RolePlaying
## 738       3DS            2015  Simulation
## 739      XOne            2015      Action
## 740       3DS            2015        Misc
## 741       PSV            2015 RolePlaying
## 742       PS3            2015      Action
## 743       PS3            2015      Action
## 744      XOne            2015      Action
## 745       3DS            2015      Action
## 746       Wii            2015      Action
## 747       PS4            2015      Action
## 748       3DS            2015      Sports
## 749        PC            2015      Action
## 750        PC            2015  Simulation
## 751       3DS            2015    Platform
## 752       3DS            2015      Action
## 753      XOne            2015      Action
## 754      XOne            2015      Action
## 755        PC            2015     Shooter
## 756       PS4            2015   Adventure
## 757       PSV            2015      Action
## 758       3DS            2015      Action
## 759       PS4            2015      Action
## 760      XOne            2015        Misc
## 761        PC            2015      Action
## 762       PS4            2015      Action
## 763       3DS            2015      Action
## 764        PC            2015      Racing
## 765      XOne            2015      Action
## 766       PS4            2015      Sports
## 767       PS4            2015 RolePlaying
## 768       PS4            2015 RolePlaying
## 769       3DS            2015 RolePlaying
## 770      XOne            2015      Sports
## 771      WiiU            2015      Action
## 772       3DS            2015      Action
## 773       PS4            2015      Action
## 774       PS4            2015      Sports
## 775       PS3            2015      Action
## 776       3DS            2015      Action
## 777       PSV            2015      Action
## 778       3DS            2015        Misc
## 779       PSV            2015      Action
## 780       PSV            2015   Adventure
## 781       PS4            2015 RolePlaying
## 782       3DS            2015      Puzzle
## 783      XOne            2015      Sports
## 784      XOne            2015     Shooter
## 785       PS4            2015 RolePlaying
## 786      XOne            2015      Sports
## 787       PSV            2015      Action
## 788        PC            2015 RolePlaying
## 789      XOne            2015      Racing
## 790       PSV            2015      Action
## 791      XOne            2015      Action
## 792       PS4            2015      Action
## 793       PS3            2015 RolePlaying
## 794        PC            2015      Sports
## 795       PS4            2015    Fighting
## 796       PS4            2015      Action
## 797      X360            2015      Sports
## 798      WiiU            2015    Platform
## 799       PS4            2015      Action
## 800       PS4            2015      Action
## 801       PS4            2015      Action
## 802       PSV            2015      Action
## 803        PC            2015   Adventure
## 804       PSV            2015   Adventure
## 805       3DS            2015      Action
## 806       PS3            2015      Sports
## 807      X360            2015    Platform
## 808       PS4            2015      Action
## 809        PC            2015    Strategy
## 810        PC            2015      Action
## 811       PS3            2015      Action
## 812       PS3            2015      Action
## 813       PS3            2015      Sports
## 814      XOne            2015    Fighting
## 815      XOne            2015      Sports
## 816       PS4            2015 RolePlaying
## 817       3DS            2015      Action
## 818       3DS            2015      Action
## 819       3DS            2015   Adventure
## 820       PS4            2015      Action
## 821       PS4            2015    Platform
## 822       PS3            2015      Action
## 823      X360            2015      Action
## 824       PSP            2015      Action
## 825        PC            2015      Action
## 826       PS4            2015 RolePlaying
## 827      WiiU            2015      Action
## 828        PC            2015      Action
## 829      X360            2015      Action
## 830       PS4            2015 RolePlaying
## 831       PS4            2015      Action
## 832       3DS            2015        Misc
## 833       PSV            2015 RolePlaying
## 834       PS4            2015    Strategy
## 835       3DS            2015    Fighting
## 836      XOne            2015 RolePlaying
## 837       PSV            2015   Adventure
## 838       PS4            2015      Action
## 839       PS4            2015 RolePlaying
## 840      XOne            2015      Action
## 841       PS4            2015 RolePlaying
## 842       PSV            2015 RolePlaying
## 843      X360            2015      Action
## 844       PSV            2015        Misc
## 845      X360            2015      Sports
## 846       3DS            2015      Action
## 847       PS4            2015      Action
## 848       PS4            2015   Adventure
## 849       3DS            2015      Action
## 850      XOne            2015      Action
## 851      X360            2015      Action
## 852       PS4            2015   Adventure
## 853      WiiU            2015        Misc
## 854      XOne            2015      Action
## 855       3DS            2015      Puzzle
## 856      X360            2015      Action
## 857       PSV            2015      Action
## 858       PS4            2015      Action
## 859       PSV            2015 RolePlaying
## 860       PS4            2015 RolePlaying
## 861       PS4            2015     Shooter
## 862       PSV            2015 RolePlaying
## 863       PSV            2015 RolePlaying
## 864       3DS            2015      Action
## 865       PS3            2015      Sports
## 866      WiiU            2015      Action
## 867       PS4            2015   Adventure
## 868      XOne            2015      Action
## 869       PSV            2015 RolePlaying
## 870       PS3            2015      Action
## 871       PS4            2015      Sports
## 872       PS4            2015      Sports
## 873       PS3            2015      Sports
## 874       PSV            2015        Misc
## 875       PS4            2015      Sports
## 876       PSV            2015      Action
## 877       PSV            2015        Misc
## 878       PSV            2015   Adventure
## 879       PSV            2015      Action
## 880      XOne            2015      Action
## 881       3DS            2015      Action
## 882       3DS            2015   Adventure
## 883       PS3            2015      Racing
## 884       PSV            2015 RolePlaying
## 885       PSV            2015 RolePlaying
## 886       PS4            2015 RolePlaying
## 887       PS4            2015      Sports
## 888        PC            2015      Racing
## 889       PSV            2015      Action
## 890      WiiU            2015      Action
## 891        PC            2015    Fighting
## 892       PSV            2015   Adventure
## 893      XOne            2015      Action
## 894      XOne            2015 RolePlaying
## 895       PS4            2015   Adventure
## 896      WiiU            2015      Action
## 897       PSV            2015      Action
## 898       3DS            2015      Action
## 899       PS4            2015   Adventure
## 900       PS3            2015      Racing
## 901       PS4            2015      Action
## 902       PS4            2015 RolePlaying
## 903        PC            2015    Strategy
## 904       PS4            2015      Action
## 905       PS3            2015   Adventure
## 906       PSV            2015      Racing
## 907       PS3            2015      Action
## 908       PS3            2015 RolePlaying
## 909       PSV            2015 RolePlaying
## 910       3DS            2015      Action
## 911       PSV            2015      Action
## 912        PC            2015      Sports
## 913       3DS            2015    Platform
## 914       3DS            2015      Action
## 915       PS3            2015    Fighting
## 916      XOne            2015   Adventure
## 917       PS3            2015      Action
## 918       PS4            2015    Fighting
## 919       3DS            2015      Action
## 920       3DS            2015      Action
## 921        PC            2015    Strategy
## 922       PS3            2015      Action
## 923       PS3            2015      Action
## 924       PS3            2015      Action
## 925       PSV            2015      Action
## 926        PC            2015  Simulation
## 927       PS3            2015   Adventure
## 928       PS4            2015 RolePlaying
## 929       PSV            2015 RolePlaying
## 930       3DS            2015    Platform
## 931       3DS            2015   Adventure
## 932       PSV            2015      Action
## 933      XOne            2015      Sports
## 934        PC            2015      Action
## 935       3DS            2015      Action
## 936       PSV            2015        Misc
## 937        PC            2015  Simulation
## 938       PS4            2015 RolePlaying
## 939       PS4            2015      Action
## 940       PSV            2015 RolePlaying
## 941       3DS            2015    Strategy
## 942       PSV            2015 RolePlaying
## 943       3DS            2015        Misc
## 944       PSV            2015 RolePlaying
## 945       PSV            2015      Action
## 946       3DS            2015      Puzzle
## 947       3DS            2015 RolePlaying
## 948       PS4            2015    Fighting
## 949       PS3            2015      Action
## 950       3DS            2015 RolePlaying
## 951      WiiU            2015        Misc
## 952       PS4            2015      Action
## 953       PS3            2015 RolePlaying
## 954       PS3            2015 RolePlaying
## 955       3DS            2015 RolePlaying
## 956       PSV            2015      Sports
## 957      XOne            2015   Adventure
## 958       3DS            2015      Action
## 959       PSV            2015    Platform
## 960       PSV            2015      Action
## 961       PSV            2015      Action
## 962       3DS            2015      Action
## 963       PS3            2015    Fighting
## 964      X360            2015      Sports
## 965      X360            2015   Adventure
## 966       PSV            2015   Adventure
## 967       PSV            2015      Action
## 968       PSV            2015   Adventure
## 969       PSV            2015      Sports
## 970        PC            2015      Action
## 971      XOne            2015      Racing
## 972       PSV            2015      Action
## 973      X360            2015      Sports
## 974       PSV            2015      Action
## 975       PSV            2015 RolePlaying
## 976       PSV            2015      Action
## 977       PSV            2015      Action
## 978       PSV            2015 RolePlaying
## 979       3DS            2015    Strategy
## 980       PS3            2015      Action
## 981       PSV            2015   Adventure
## 982       3DS            2015      Action
## 983       PSV            2015 RolePlaying
## 984       Wii            2015      Action
## 985       PS3            2015      Sports
## 986       PSV            2015   Adventure
## 987        PC            2015   Adventure
## 988       PS4            2015      Puzzle
## 989       3DS            2015      Action
## 990       PSV            2015      Action
## 991        PC            2015      Racing
## 992       PSV            2015   Adventure
## 993       PSV            2015  Simulation
## 994       3DS            2015        Misc
## 995       PS3            2015   Adventure
## 996       3DS            2015      Action
## 997      XOne            2015      Sports
## 998       PS4            2015        Misc
## 999       PS4            2015      Action
## 1000      PSV            2015      Action
## 1001      PS4            2015      Action
## 1002      PS4            2015    Fighting
## 1003      PS3            2015   Adventure
## 1004     X360            2015      Action
## 1005       PC            2015      Action
## 1006      PS3            2015      Action
## 1007      PS3            2015      Action
## 1008      PS4            2015      Action
## 1009      PSV            2015      Action
## 1010      PSV            2015      Action
## 1011     X360            2015      Action
## 1012      PS3            2015    Fighting
## 1013      3DS            2015      Action
## 1014      PSV            2015      Action
## 1015      PS3            2015      Action
## 1016      PSV            2015      Action
## 1017     XOne            2015      Sports
## 1018      PSV            2015   Adventure
## 1019       PC            2015      Action
## 1020     X360            2015   Adventure
## 1021      PS3            2015   Adventure
## 1022       PC            2015        Misc
## 1023      PSV            2015   Adventure
## 1024      PSV            2015      Action
## 1025      PS3            2015        Misc
## 1026      PSV            2015    Strategy
## 1027      PSV            2015      Action
## 1028      PSV            2015      Action
## 1029      3DS            2015    Strategy
## 1030      3DS            2015      Action
## 1031      PSV            2015      Action
## 1032      PS3            2015      Action
## 1033      PSV            2015      Action
## 1034      PS4            2015      Action
## 1035      PSV            2015   Adventure
## 1036      PSV            2015   Adventure
## 1037      PS3            2015      Action
## 1038     X360            2015      Action
## 1039      3DS            2015        Misc
## 1040     XOne            2015      Action
## 1041      PS3            2015      Action
## 1042      PSV            2015      Action
## 1043      PS3            2015      Action
## 1044       PC            2015        Misc
## 1045       PC            2015      Action
## 1046      3DS            2015      Action
## 1047      PSV            2015   Adventure
## 1048     XOne            2015   Adventure
## 1049      PS3            2015      Action
## 1050      PSV            2015      Action
## 1051      PS3            2015      Action
## 1052      PS3            2015      Action
## 1053      PSV            2015      Action
## 1054      PSV            2015   Adventure
## 1055      PSV            2015   Adventure
## 1056     XOne            2015   Adventure
## 1057      PSV            2015      Action
## 1058      PS3            2015      Action
## 1059      PSV            2015      Action
## 1060      PS4            2015      Action
## 1061      PSV            2015   Adventure
## 1062       PC            2015      Action
## 1063       PC            2015  Simulation
## 1064      PSV            2015      Sports
## 1065      PSP            2015      Action
## 1066      PSV            2015      Action
## 1067      PSV            2015    Strategy
## 1068      PSV            2015      Action
## 1069      PSP            2015      Action
## 1070      PSV            2015    Platform
## 1071      3DS            2015  Simulation
## 1072     XOne            2015      Sports
## 1073      PSV            2015      Sports
## 1074      3DS            2015      Action
## 1075      PS4            2015 RolePlaying
## 1076       PC            2015    Strategy
## 1077      PSV            2015      Action
## 1078      PS3            2015      Action
## 1079      PSV            2015      Action
## 1080      PSV            2015   Adventure
## 1081      PSV            2015      Action
## 1082      PS3            2015      Sports
## 1083      PSV            2015      Action
## 1084     WiiU            2015      Action
## 1085      Wii            2015      Action
## 1086       PC            2015      Action
## 1087      PS3            2015    Fighting
## 1088      PSV            2015   Adventure
## 1089     WiiU            2015 RolePlaying
## 1090      PSV            2015      Action
## 1091      PS4            2015   Adventure
## 1092     WiiU            2015      Action
## 1093     WiiU            2015      Puzzle
## 1094       PC            2015    Strategy
## 1095       PC            2015      Action
## 1096      PS3            2015   Adventure
## 1097     X360            2015      Racing
## 1098     WiiU            2015        Misc
## 1099       PC            2015      Sports
## 1100     XOne            2015      Action
## 1101      3DS            2015      Action
## 1102      PSV            2015      Action
## 1103      PSV            2015      Action
## 1104     XOne            2015      Action
## 1105      3DS            2015        Misc
## 1106      3DS            2015   Adventure
## 1107      PSV            2015   Adventure
## 1108      PSV            2015      Action
## 1109      PS4            2014      Action
## 1110      3DS            2014 RolePlaying
## 1111      PS4            2014     Shooter
## 1112      3DS            2014    Fighting
## 1113     WiiU            2014      Racing
## 1114      PS4            2014      Sports
## 1115      PS4            2014     Shooter
## 1116     XOne            2014      Action
## 1117     XOne            2014     Shooter
## 1118      PS3            2014        Misc
## 1119     WiiU            2014    Fighting
## 1120      PS4            2014      Action
## 1121      PS3            2014     Shooter
## 1122      PS4            2014        Misc
## 1123     X360            2014     Shooter
## 1124      PS3            2014      Sports
## 1125      PS4            2014      Action
## 1126      PS4            2014     Shooter
## 1127      PS4            2014      Action
## 1128      3DS            2014 RolePlaying
## 1129     XOne            2014      Action
## 1130     XOne            2014     Shooter
## 1131      3DS            2014 RolePlaying
## 1132     XOne            2014     Shooter
## 1133       PC            2014  Simulation
## 1134      PS4            2014      Action
## 1135     XOne            2014     Shooter
## 1136     X360            2014      Sports
## 1137      PS4            2014      Action
## 1138     XOne            2014        Misc
## 1139      3DS            2014 RolePlaying
## 1140      PS4            2014      Sports
## 1141      PS4            2014      Sports
## 1142     XOne            2014      Sports
## 1143      PS4            2014      Racing
## 1144     X360            2014      Sports
## 1145      Wii            2014        Misc
## 1146      PS4            2014 RolePlaying
## 1147      PSV            2014        Misc
## 1148     X360            2014     Shooter
## 1149      PS4            2014    Platform
## 1150      3DS            2014    Platform
## 1151      PS4            2014 RolePlaying
## 1152      PS4            2014      Action
## 1153      PS3            2014      Action
## 1154      PS4            2014      Racing
## 1155     XOne            2014      Sports
## 1156     XOne            2014     Shooter
## 1157     X360            2014      Sports
## 1158      PS3            2014     Shooter
## 1159     XOne            2014      Action
## 1160     XOne            2014      Sports
## 1161      PS4            2014     Shooter
## 1162     WiiU            2014    Platform
## 1163      PS3            2014      Sports
## 1164      PS4            2014      Action
## 1165     XOne            2014      Racing
## 1166      3DS            2014    Platform
## 1167     X360            2014     Shooter
## 1168     XOne            2014      Action
## 1169      PS3            2014      Sports
## 1170      PS3            2014     Shooter
## 1171      PS3            2014      Action
## 1172     X360            2014      Action
## 1173      PS3            2014 RolePlaying
## 1174      PS4            2014      Action
## 1175     X360            2014      Action
## 1176      PS3            2014 RolePlaying
## 1177     WiiU            2014      Action
## 1178       PC            2014  Simulation
## 1179     WiiU            2014      Puzzle
## 1180      PS4            2014      Sports
## 1181     XOne            2014     Shooter
## 1182      PS4            2014     Shooter
## 1183     X360            2014      Action
## 1184     X360            2014     Shooter
## 1185      PS4            2014      Sports
## 1186     X360            2014      Action
## 1187      PS4            2014    Platform
## 1188      PS3            2014      Action
## 1189      Wii            2014      Action
## 1190     XOne            2014 RolePlaying
## 1191      PS4            2014      Action
## 1192      PS3            2014      Action
## 1193      PS3            2014 RolePlaying
## 1194     X360            2014 RolePlaying
## 1195     X360            2014     Shooter
## 1196       PC            2014 RolePlaying
## 1197     X360            2014      Action
## 1198     X360            2014      Action
## 1199      PS3            2014      Action
## 1200      PS4            2014      Action
## 1201      3DS            2014 RolePlaying
## 1202     X360            2014      Racing
## 1203      PS3            2014      Sports
## 1204     WiiU            2014      Action
## 1205      PS4            2014      Sports
## 1206      PS4            2014 RolePlaying
## 1207     X360            2014 RolePlaying
## 1208      PS3            2014      Action
## 1209       PC            2014 RolePlaying
## 1210     WiiU            2014        Misc
## 1211      3DS            2014 RolePlaying
## 1212      PS4            2014      Sports
## 1213     X360            2014     Shooter
## 1214     WiiU            2014      Action
## 1215      3DS            2014      Action
## 1216     XOne            2014     Shooter
## 1217      PS4            2014     Shooter
## 1218     XOne            2014     Shooter
## 1219     XOne            2014      Action
## 1220      PS4            2014      Action
## 1221      PS3            2014      Action
## 1222     XOne            2014 RolePlaying
## 1223      PS4            2014      Action
## 1224      PS3            2014     Shooter
## 1225      PSV            2014 RolePlaying
## 1226     WiiU            2014      Action
## 1227      PSV            2014     Shooter
## 1228     WiiU            2014      Action
## 1229     X360            2014      Sports
## 1230     XOne            2014      Racing
## 1231      PS3            2014    Platform
## 1232       PC            2014     Shooter
## 1233      PS4            2014        Misc
## 1234      PS4            2014      Action
## 1235      PS3            2014      Sports
## 1236      PS4            2014     Shooter
## 1237      PS3            2014     Shooter
## 1238     XOne            2014      Action
## 1239     X360            2014        Misc
## 1240     XOne            2014      Sports
## 1241      PS4            2014      Action
## 1242      PS4            2014      Sports
## 1243      PS3            2014 RolePlaying
## 1244      PSV            2014      Sports
## 1245      PS3            2014      Action
## 1246      PS3            2014      Sports
## 1247     XOne            2014      Sports
## 1248       PC            2014     Shooter
## 1249      PS3            2014      Action
## 1250      Wii            2014      Sports
## 1251      PS4            2014      Action
## 1252       PC            2014      Action
## 1253      3DS            2014 RolePlaying
## 1254     XOne            2014        Misc
## 1255     XOne            2014      Action
## 1256     X360            2014 RolePlaying
## 1257      PS4            2014 RolePlaying
## 1258     XOne            2014     Shooter
## 1259     X360            2014      Action
## 1260      3DS            2014        Misc
## 1261      3DS            2014      Sports
## 1262       PC            2014      Action
## 1263     XOne            2014      Sports
## 1264       PC            2014  Simulation
## 1265     X360            2014      Action
## 1266     XOne            2014      Action
## 1267      PS4            2014   Adventure
## 1268      PS3            2014      Action
## 1269      3DS            2014      Sports
## 1270     X360            2014      Action
## 1271     X360            2014      Sports
## 1272      3DS            2014      Action
## 1273     WiiU            2014      Action
## 1274       PC            2014     Shooter
## 1275       PC            2014      Action
## 1276      PS3            2014     Shooter
## 1277      PS4            2014      Action
## 1278     XOne            2014      Action
## 1279     X360            2014 RolePlaying
## 1280      PS4            2014      Action
## 1281      PS3            2014    Fighting
## 1282     XOne            2014      Action
## 1283      PS3            2014      Sports
## 1284     X360            2014      Sports
## 1285      PS4            2014      Racing
## 1286      3DS            2014  Simulation
## 1287     XOne            2014      Sports
## 1288      PS3            2014      Racing
## 1289       PC            2014     Shooter
## 1290     XOne            2014        Misc
## 1291      PS4            2014        Misc
## 1292     X360            2014     Shooter
## 1293      PS3            2014    Fighting
## 1294     WiiU            2014      Sports
## 1295      3DS            2014        Misc
## 1296     XOne            2014      Action
## 1297       PC            2014    Strategy
## 1298      PS3            2014      Sports
## 1299      3DS            2014 RolePlaying
## 1300      PS3            2014      Action
## 1301       PC            2014      Action
## 1302     XOne            2014     Shooter
## 1303     XOne            2014    Platform
## 1304      PS3            2014     Shooter
## 1305      3DS            2014    Strategy
## 1306      PSV            2014        Misc
## 1307      PS4            2014      Action
## 1308      PS3            2014    Fighting
## 1309      3DS            2014      Action
## 1310     WiiU            2014      Action
## 1311     XOne            2014      Action
## 1312      PS3            2014    Fighting
## 1313     X360            2014     Shooter
## 1314      PSV            2014      Action
## 1315      PS4            2014      Action
## 1316      PSV            2014 RolePlaying
## 1317      PSV            2014      Action
## 1318       PC            2014     Shooter
## 1319      3DS            2014      Action
## 1320     XOne            2014      Action
## 1321       PC            2014      Sports
## 1322     X360            2014     Shooter
## 1323      PS3            2014     Shooter
## 1324     WiiU            2014      Action
## 1325      3DS            2014      Action
## 1326     X360            2014      Action
## 1327      PS3            2014      Action
## 1328       PC            2014      Action
## 1329      PS4            2014   Adventure
## 1330      PS3            2014      Action
## 1331     XOne            2014      Action
## 1332      3DS            2014      Action
## 1333      PS3            2014      Action
## 1334      PS3            2014      Action
## 1335      PS3            2014      Action
## 1336      3DS            2014   Adventure
## 1337      PS3            2014        Misc
## 1338      PS3            2014        Misc
## 1339      PS3            2014   Adventure
## 1340      PS4            2014   Adventure
## 1341     XOne            2014      Racing
## 1342      PS4            2014      Action
## 1343      PS4            2014      Action
## 1344      3DS            2014      Action
## 1345      PS4            2014      Sports
## 1346     X360            2014      Action
## 1347      PSV            2014      Action
## 1348      PS3            2014 RolePlaying
## 1349     X360            2014      Racing
## 1350     WiiU            2014      Action
## 1351      PSV            2014      Action
## 1352     XOne            2014 RolePlaying
## 1353     XOne            2014      Action
## 1354      3DS            2014      Action
## 1355     X360            2014    Fighting
## 1356     X360            2014      Racing
## 1357      PS4            2014      Action
## 1358      PSV            2014      Action
## 1359      PS4            2014   Adventure
## 1360     XOne            2014      Sports
## 1361      PSV            2014    Fighting
## 1362      PSV            2014      Action
## 1363     X360            2014   Adventure
## 1364     XOne            2014      Action
## 1365      PS3            2014      Action
## 1366      PS4            2014 RolePlaying
## 1367      PS4            2014      Action
## 1368       PC            2014 RolePlaying
## 1369      PS3            2014   Adventure
## 1370      PSV            2014 RolePlaying
## 1371      PSV            2014 RolePlaying
## 1372      PS4            2014        Misc
## 1373      PSV            2014 RolePlaying
## 1374     XOne            2014        Misc
## 1375      PS4            2014      Action
## 1376      PS3            2014    Fighting
## 1377      Wii            2014   Adventure
## 1378     XOne            2014        Misc
## 1379      PS3            2014 RolePlaying
## 1380      PSV            2014   Adventure
## 1381      PS4            2014      Racing
## 1382      PS3            2014      Racing
## 1383       PC            2014 RolePlaying
## 1384     XOne            2014        Misc
## 1385      PSV            2014        Misc
## 1386      3DS            2014      Action
## 1387     X360            2014   Adventure
## 1388      3DS            2014 RolePlaying
## 1389     X360            2014      Racing
## 1390      PS3            2014      Sports
## 1391      PS3            2014    Fighting
## 1392     XOne            2014      Action
## 1393       PC            2014      Racing
## 1394      PS4            2014    Fighting
## 1395     XOne            2014   Adventure
## 1396      PS3            2014 RolePlaying
## 1397     X360            2014      Action
## 1398       PC            2014 RolePlaying
## 1399      3DS            2014  Simulation
## 1400     XOne            2014        Misc
## 1401      PSV            2014 RolePlaying
## 1402      PSV            2014      Action
## 1403      PSV            2014      Action
## 1404      PSV            2014 RolePlaying
## 1405      PS4            2014      Action
## 1406      PS3            2014 RolePlaying
## 1407      PS4            2014      Action
## 1408      3DS            2014      Sports
## 1409       PC            2014     Shooter
## 1410      PS3            2014      Action
## 1411     X360            2014      Action
## 1412     XOne            2014      Sports
## 1413     X360            2014      Sports
## 1414     XOne            2014   Adventure
## 1415      PS3            2014      Sports
## 1416      PSV            2014    Platform
## 1417      PS3            2014      Action
## 1418      PS3            2014 RolePlaying
## 1419      PS3            2014    Fighting
## 1420      3DS            2014   Adventure
## 1421      PSV            2014    Fighting
## 1422      PS3            2014        Misc
## 1423     WiiU            2014      Action
## 1424      PSV            2014      Action
## 1425      PSV            2014      Action
## 1426      PS3            2014    Fighting
## 1427      PSV            2014 RolePlaying
## 1428      3DS            2014   Adventure
## 1429      3DS            2014        Misc
## 1430      PS3            2014      Action
## 1431      3DS            2014    Fighting
## 1432      PS4            2014      Action
## 1433      PSV            2014      Sports
## 1434      PSV            2014        Misc
## 1435       PC            2014  Simulation
## 1436      PS3            2014      Action
## 1437     WiiU            2014        Misc
## 1438      PSV            2014      Action
## 1439      3DS            2014      Puzzle
## 1440     WiiU            2014      Action
## 1441      PS3            2014      Action
## 1442      PS3            2014      Racing
## 1443     XOne            2014      Action
## 1444      PSV            2014      Action
## 1445      PS3            2014      Racing
## 1446      PSV            2014      Sports
## 1447      3DS            2014 RolePlaying
## 1448      PSV            2014    Fighting
## 1449     X360            2014   Adventure
## 1450      PS3            2014      Action
## 1451      PS3            2014 RolePlaying
## 1452      3DS            2014 RolePlaying
## 1453      PSV            2014 RolePlaying
## 1454      PS3            2014   Adventure
## 1455       PC            2014      Action
## 1456     X360            2014      Action
## 1457      PSV            2014   Adventure
## 1458     X360            2014   Adventure
## 1459      PSV            2014   Adventure
## 1460      PSV            2014   Adventure
## 1461      PS4            2014 RolePlaying
## 1462       PC            2014      Racing
## 1463      PSV            2014 RolePlaying
## 1464      PSV            2014 RolePlaying
## 1465      3DS            2014 RolePlaying
## 1466      3DS            2014      Sports
## 1467     WiiU            2014      Action
## 1468      PS3            2014   Adventure
## 1469      3DS            2014      Action
## 1470      PSV            2014      Action
## 1471      PS3            2014        Misc
## 1472      PS3            2014    Fighting
## 1473      PS3            2014      Action
## 1474     X360            2014      Action
## 1475      PS3            2014   Adventure
## 1476      PSP            2014      Sports
## 1477     X360            2014      Racing
## 1478       PC            2014 RolePlaying
## 1479      PS3            2014      Action
## 1480     WiiU            2014        Misc
## 1481      PS4            2014      Action
## 1482     WiiU            2014   Adventure
## 1483     X360            2014      Action
## 1484      PS4            2014      Sports
## 1485     X360            2014      Racing
## 1486      3DS            2014      Action
## 1487      PS3            2014 RolePlaying
## 1488     X360            2014    Fighting
## 1489     XOne            2014   Adventure
## 1490      3DS            2014   Adventure
## 1491      PSV            2014 RolePlaying
## 1492      3DS            2014      Action
## 1493     XOne            2014   Adventure
## 1494      PSV            2014 RolePlaying
## 1495      PS3            2014 RolePlaying
## 1496      3DS            2014 RolePlaying
## 1497      PS3            2014      Action
## 1498      3DS            2014 RolePlaying
## 1499      PSV            2014      Action
## 1500     X360            2014      Action
## 1501      PSV            2014 RolePlaying
## 1502      3DS            2014   Adventure
## 1503      3DS            2014      Puzzle
## 1504     X360            2014        Misc
## 1505      PSV            2014    Fighting
## 1506      PSV            2014 RolePlaying
## 1507      PSV            2014      Action
## 1508     XOne            2014      Action
## 1509      3DS            2014      Action
## 1510      PSV            2014      Sports
## 1511      3DS            2014 RolePlaying
## 1512      PSV            2014 RolePlaying
## 1513      PS3            2014   Adventure
## 1514     X360            2014    Fighting
## 1515      PS4            2014      Action
## 1516     WiiU            2014   Adventure
## 1517      3DS            2014    Strategy
## 1518      3DS            2014      Action
## 1519      3DS            2014   Adventure
## 1520      PSV            2014 RolePlaying
## 1521      3DS            2014        Misc
## 1522     X360            2014 RolePlaying
## 1523      PSV            2014      Action
## 1524      PSV            2014      Action
## 1525     WiiU            2014      Action
## 1526      3DS            2014      Action
## 1527      3DS            2014      Action
## 1528       PC            2014      Sports
## 1529      PS3            2014      Action
## 1530       PC            2014      Action
## 1531      3DS            2014  Simulation
## 1532       PC            2014      Action
## 1533      3DS            2014   Adventure
## 1534     X360            2014      Racing
## 1535     WiiU            2014      Action
## 1536      3DS            2014      Action
## 1537      PS3            2014    Strategy
## 1538     X360            2014    Fighting
## 1539      PSV            2014 RolePlaying
## 1540      PSV            2014   Adventure
## 1541      3DS            2014 RolePlaying
## 1542      3DS            2014 RolePlaying
## 1543     X360            2014      Action
## 1544      PSV            2014 RolePlaying
## 1545     WiiU            2014      Action
## 1546     X360            2014  Simulation
## 1547      PS3            2014 RolePlaying
## 1548      PS4            2014    Strategy
## 1549      PS3            2014     Shooter
## 1550       PC            2014      Action
## 1551      PSV            2014    Strategy
## 1552      PS3            2014      Racing
## 1553     X360            2014   Adventure
## 1554     X360            2014 RolePlaying
## 1555      PSV            2014 RolePlaying
## 1556       PC            2014   Adventure
## 1557      PS3            2014 RolePlaying
## 1558      PS4            2014 RolePlaying
## 1559       PC            2014      Action
## 1560      PSV            2014   Adventure
## 1561      PSV            2014      Puzzle
## 1562     X360            2014      Action
## 1563      3DS            2014 RolePlaying
## 1564      PSV            2014      Action
## 1565      PSV            2014 RolePlaying
## 1566      PSP            2014      Action
## 1567      PSV            2014   Adventure
## 1568      PSV            2014      Action
## 1569      PS3            2014      Puzzle
## 1570      Wii            2014      Action
## 1571     X360            2014     Shooter
## 1572      PS4            2014    Strategy
## 1573      PSV            2014   Adventure
## 1574      3DS            2014      Action
## 1575      PSV            2014   Adventure
## 1576      PSV            2014    Fighting
## 1577     XOne            2014      Action
## 1578      3DS            2014   Adventure
## 1579      PS3            2014   Adventure
## 1580     XOne            2014      Action
## 1581      PSV            2014 RolePlaying
## 1582       PC            2014      Action
## 1583      PS3            2014 RolePlaying
## 1584      PSV            2014      Racing
## 1585      PSV            2014 RolePlaying
## 1586      3DS            2014  Simulation
## 1587      PS4            2014      Action
## 1588      PS4            2014      Sports
## 1589       PC            2014      Action
## 1590     WiiU            2014      Action
## 1591      3DS            2014      Action
## 1592       PC            2014 RolePlaying
## 1593      PS3            2014 RolePlaying
## 1594      3DS            2014 RolePlaying
## 1595       PC            2014      Racing
## 1596      PS3            2014     Shooter
## 1597      PS3            2014      Sports
## 1598      PSV            2014      Action
## 1599      PSV            2014   Adventure
## 1600      PS3            2014 RolePlaying
## 1601     XOne            2014      Sports
## 1602      PS3            2014      Action
## 1603     WiiU            2014        Misc
## 1604      PSV            2014   Adventure
## 1605      3DS            2014      Action
## 1606       PC            2014 RolePlaying
## 1607      3DS            2014        Misc
## 1608      PSV            2014   Adventure
## 1609     X360            2014     Shooter
## 1610      PS3            2014      Racing
## 1611      PS3            2014   Adventure
## 1612      PSV            2014   Adventure
## 1613      3DS            2014    Strategy
## 1614      PSV            2014        Misc
## 1615      PSV            2014   Adventure
## 1616       PC            2014      Racing
## 1617      PSV            2014 RolePlaying
## 1618      PSP            2014      Action
## 1619     WiiU            2014      Action
## 1620      PS4            2014 RolePlaying
## 1621      PSV            2014      Action
## 1622      3DS            2014   Adventure
## 1623      PSV            2014        Misc
## 1624       PC            2014     Shooter
## 1625      PS3            2014  Simulation
## 1626      PS3            2014   Adventure
## 1627       PC            2014 RolePlaying
## 1628      PS3            2014 RolePlaying
## 1629       PC            2014      Action
## 1630      PSP            2014   Adventure
## 1631      PS3            2014   Adventure
## 1632      3DS            2014      Action
## 1633      PSV            2014      Action
## 1634     WiiU            2014      Action
## 1635      PSV            2014        Misc
## 1636       PC            2014 RolePlaying
## 1637      PSV            2014   Adventure
## 1638      PS4            2014        Misc
## 1639      PSV            2014   Adventure
## 1640     WiiU            2014     Shooter
## 1641       PC            2014 RolePlaying
## 1642     WiiU            2014      Puzzle
## 1643      PS3            2014   Adventure
## 1644      PSV            2014   Adventure
## 1645      3DS            2014      Action
## 1646      PSV            2014   Adventure
## 1647      3DS            2014   Adventure
## 1648      PSV            2014   Adventure
## 1649       PC            2014        Misc
## 1650      PSP            2014   Adventure
## 1651      Wii            2014      Action
## 1652      PS3            2014      Sports
## 1653     XOne            2014   Adventure
## 1654      PSV            2014   Adventure
## 1655      PSV            2014   Adventure
## 1656      3DS            2014      Action
## 1657      PSP            2014        Misc
## 1658      PSV            2014   Adventure
## 1659      PSV            2014    Platform
## 1660     X360            2014   Adventure
## 1661      PSV            2014   Adventure
## 1662      PSP            2014      Action
## 1663      PS3            2014    Platform
## 1664      PSV            2014   Adventure
## 1665      PSV            2014   Adventure
## 1666      3DS            2014   Adventure
## 1667      3DS            2014      Action
## 1668       PC            2014      Action
## 1669      PS3            2014    Fighting
## 1670      3DS            2014   Adventure
## 1671      PSV            2014   Adventure
## 1672      PSP            2014   Adventure
## 1673      PSV            2014      Racing
## 1674      PS3            2014   Adventure
## 1675      PSV            2014  Simulation
## 1676      PSV            2014        Misc
## 1677      3DS            2014      Action
## 1678     XOne            2014        Misc
## 1679      3DS            2014      Puzzle
## 1680      PSP            2014   Adventure
## 1681      PSP            2014        Misc
## 1682       PC            2014      Action
## 1683      PS3            2014      Sports
## 1684      PSV            2014   Adventure
## 1685      PSV            2014   Adventure
## 1686      3DS            2014      Action
## 1687      PS3            2014      Action
## 1688       PC            2014      Action
## 1689      PSV            2014        Misc
## 1690      PS3            2013      Action
## 1691     X360            2013      Action
## 1692      3DS            2013 RolePlaying
## 1693     X360            2013     Shooter
## 1694      PS3            2013     Shooter
## 1695     X360            2013        Misc
## 1696      PS3            2013      Sports
## 1697      PS3            2013      Action
## 1698      3DS            2013  Simulation
## 1699      3DS            2013      Action
## 1700     WiiU            2013    Platform
## 1701     X360            2013      Sports
## 1702      PS4            2013     Shooter
## 1703      PS3            2013      Action
## 1704      PS4            2013     Shooter
## 1705      Wii            2013        Misc
## 1706      PS3            2013     Shooter
## 1707     X360            2013     Shooter
## 1708      3DS            2013 RolePlaying
## 1709     X360            2013      Action
## 1710      PS3            2013      Racing
## 1711      3DS            2013      Action
## 1712      PS4            2013      Sports
## 1713     XOne            2013     Shooter
## 1714      PS4            2013      Action
## 1715      PS4            2013     Shooter
## 1716     X360            2013      Sports
## 1717      PS3            2013      Action
## 1718      PS3            2013      Action
## 1719      PS3            2013      Action
## 1720     WiiU            2013    Platform
## 1721     XOne            2013      Action
## 1722     X360            2013      Sports
## 1723     X360            2013      Action
## 1724     XOne            2013      Racing
## 1725      Wii            2013    Platform
## 1726      PS3            2013      Sports
## 1727      3DS            2013 RolePlaying
## 1728      3DS            2013 RolePlaying
## 1729     XOne            2013     Shooter
## 1730      PS4            2013      Racing
## 1731     X360            2013     Shooter
## 1732      3DS            2013        Misc
## 1733      PS3            2013 RolePlaying
## 1734     X360            2013      Action
## 1735      3DS            2013    Platform
## 1736     X360            2013      Action
## 1737      PS3            2013      Sports
## 1738      PS3            2013      Action
## 1739     WiiU            2013      Action
## 1740     WiiU            2013        Misc
## 1741      PS3            2013 RolePlaying
## 1742      PS4            2013    Platform
## 1743      PS3            2013     Shooter
## 1744       PC            2013    Strategy
## 1745     X360            2013      Action
## 1746      PS3            2013   Adventure
## 1747      PS4            2013      Action
## 1748      Wii            2013      Action
## 1749     XOne            2013      Action
## 1750     X360            2013     Shooter
## 1751      3DS            2013 RolePlaying
## 1752      3DS            2013    Platform
## 1753      3DS            2013 RolePlaying
## 1754      PS4            2013      Sports
## 1755     X360            2013      Action
## 1756       PC            2013  Simulation
## 1757      PS3            2013      Action
## 1758     X360            2013 RolePlaying
## 1759     X360            2013    Fighting
## 1760     XOne            2013      Action
## 1761       PC            2013     Shooter
## 1762     X360            2013    Platform
## 1763      PS3            2013 RolePlaying
## 1764      PS3            2013      Racing
## 1765      PS3            2013      Action
## 1766      PS3            2013    Fighting
## 1767     XOne            2013      Sports
## 1768      PS3            2013      Sports
## 1769     WiiU            2013    Strategy
## 1770     X360            2013      Sports
## 1771     WiiU            2013    Platform
## 1772     X360            2013      Sports
## 1773      PS3            2013 RolePlaying
## 1774      PS3            2013 RolePlaying
## 1775     XOne            2013      Action
## 1776      PS3            2013    Platform
## 1777     X360            2013        Misc
## 1778     X360            2013      Action
## 1779      PS3            2013        Misc
## 1780     X360            2013      Action
## 1781      PS3            2013      Action
## 1782      PS3            2013      Action
## 1783      PS3            2013      Action
## 1784     X360            2013        Misc
## 1785      PS3            2013      Action
## 1786      PS3            2013    Fighting
## 1787      3DS            2013   Adventure
## 1788      PS4            2013    Fighting
## 1789     XOne            2013      Sports
## 1790     X360            2013     Shooter
## 1791      PS4            2013      Sports
## 1792      3DS            2013      Action
## 1793      PS3            2013     Shooter
## 1794     WiiU            2013      Sports
## 1795      PS3            2013      Sports
## 1796     XOne            2013      Sports
## 1797      PSV            2013     Shooter
## 1798      PSV            2013 RolePlaying
## 1799      PS3            2013      Action
## 1800     X360            2013      Racing
## 1801     X360            2013      Action
## 1802     WiiU            2013      Sports
## 1803     X360            2013     Shooter
## 1804      3DS            2013      Puzzle
## 1805      PS3            2013      Action
## 1806      PS3            2013      Sports
## 1807     WiiU            2013      Action
## 1808       PC            2013    Strategy
## 1809       PC            2013     Shooter
## 1810     XOne            2013      Racing
## 1811     X360            2013      Action
## 1812     WiiU            2013    Platform
## 1813       PC            2013     Shooter
## 1814      PS3            2013      Action
## 1815       PC            2013        Misc
## 1816      PS3            2013     Shooter
## 1817       PC            2013      Action
## 1818       PC            2013      Sports
## 1819     X360            2013     Shooter
## 1820       PC            2013     Shooter
## 1821      PSV            2013   Adventure
## 1822      PS3            2013     Shooter
## 1823      PS3            2013      Action
## 1824      PS3            2013      Action
## 1825     WiiU            2013      Action
## 1826      3DS            2013    Platform
## 1827     WiiU            2013        Misc
## 1828     WiiU            2013    Platform
## 1829      3DS            2013 RolePlaying
## 1830      PS3            2013    Fighting
## 1831      PS3            2013    Platform
## 1832     X360            2013     Shooter
## 1833     X360            2013     Shooter
## 1834      PS3            2013    Platform
## 1835      PS3            2013      Sports
## 1836      PS3            2013      Racing
## 1837     X360            2013      Sports
## 1838      PS3            2013 RolePlaying
## 1839      PS3            2013 RolePlaying
## 1840       DS            2013    Platform
## 1841      PSV            2013      Action
## 1842      PSV            2013 RolePlaying
## 1843      PS3            2013     Shooter
## 1844     X360            2013    Fighting
## 1845      3DS            2013    Platform
## 1846     X360            2013      Action
## 1847     X360            2013      Sports
## 1848     XOne            2013        Misc
## 1849      PSV            2013 RolePlaying
## 1850      PS3            2013      Action
## 1851     X360            2013      Action
## 1852     X360            2013      Action
## 1853      PS3            2013     Shooter
## 1854      3DS            2013 RolePlaying
## 1855     X360            2013    Platform
## 1856      PSV            2013      Action
## 1857      PS3            2013      Action
## 1858      3DS            2013      Action
## 1859      PS4            2013        Misc
## 1860      PS3            2013      Action
## 1861      PSV            2013      Sports
## 1862     WiiU            2013 RolePlaying
## 1863      PS3            2013   Adventure
## 1864     WiiU            2013      Action
## 1865       PC            2013      Sports
## 1866     WiiU            2013    Platform
## 1867      PS4            2013    Platform
## 1868      3DS            2013      Action
## 1869     X360            2013  Simulation
## 1870      Wii            2013      Sports
## 1871      3DS            2013   Adventure
## 1872      PSV            2013 RolePlaying
## 1873       DS            2013      Action
## 1874      PS3            2013        Misc
## 1875      PS3            2013      Racing
## 1876      PS3            2013      Sports
## 1877     XOne            2013  Simulation
## 1878      PSV            2013 RolePlaying
## 1879      PS3            2013     Shooter
## 1880     X360            2013      Sports
## 1881      3DS            2013      Action
## 1882      PSV            2013      Action
## 1883     X360            2013      Action
## 1884      PS3            2013     Shooter
## 1885     WiiU            2013     Shooter
## 1886       PC            2013    Strategy
## 1887      3DS            2013    Strategy
## 1888      PS3            2013     Shooter
## 1889      PSV            2013        Misc
## 1890      PS3            2013      Action
## 1891     XOne            2013    Platform
## 1892       PC            2013      Action
## 1893      PS3            2013 RolePlaying
## 1894     WiiU            2013      Action
## 1895      3DS            2013   Adventure
## 1896      PS3            2013    Fighting
## 1897     X360            2013      Racing
## 1898      3DS            2013      Action
## 1899      PSV            2013    Fighting
## 1900      PS3            2013    Strategy
## 1901      3DS            2013        Misc
## 1902     WiiU            2013      Action
## 1903      PS3            2013        Misc
## 1904     X360            2013    Strategy
## 1905      PS3            2013     Shooter
## 1906     X360            2013      Racing
## 1907     WiiU            2013      Racing
## 1908     X360            2013 RolePlaying
## 1909      3DS            2013      Action
## 1910      PS3            2013      Action
## 1911      3DS            2013      Action
## 1912      Wii            2013    Strategy
## 1913      3DS            2013      Sports
## 1914      PS3            2013      Sports
## 1915      3DS            2013 RolePlaying
## 1916     X360            2013      Action
## 1917     X360            2013     Shooter
## 1918      PS3            2013    Platform
## 1919       PC            2013      Racing
## 1920      PS3            2013     Shooter
## 1921      PSV            2013    Platform
## 1922      3DS            2013    Platform
## 1923      3DS            2013      Sports
## 1924     XOne            2013        Misc
## 1925      PS3            2013      Action
## 1926      PS4            2013      Sports
## 1927      PSP            2013 RolePlaying
## 1928     X360            2013      Action
## 1929      PS3            2013      Action
## 1930      PSV            2013 RolePlaying
## 1931     WiiU            2013        Misc
## 1932      PS3            2013      Action
## 1933      PSP            2013 RolePlaying
## 1934      Wii            2013        Misc
## 1935      3DS            2013      Action
## 1936      PSV            2013 RolePlaying
## 1937      PS4            2013    Strategy
## 1938     X360            2013     Shooter
## 1939      PS3            2013 RolePlaying
## 1940     X360            2013      Action
## 1941      PS3            2013 RolePlaying
## 1942      PS3            2013      Action
## 1943       DS            2013  Simulation
## 1944       PC            2013     Shooter
## 1945      PS3            2013     Shooter
## 1946     X360            2013     Shooter
## 1947     WiiU            2013  Simulation
## 1948      PS3            2013 RolePlaying
## 1949     XOne            2013      Sports
## 1950      PS3            2013 RolePlaying
## 1951      PS3            2013      Sports
## 1952      PSP            2013      Sports
## 1953     XOne            2013    Fighting
## 1954      PS3            2013      Action
## 1955     WiiU            2013    Fighting
## 1956       PC            2013      Action
## 1957      PSP            2013      Sports
## 1958     WiiU            2013      Action
## 1959     WiiU            2013        Misc
## 1960      PS3            2013    Strategy
## 1961       PC            2013      Action
## 1962      3DS            2013        Misc
## 1963      3DS            2013      Action
## 1964       PC            2013      Action
## 1965      PS3            2013 RolePlaying
## 1966       DS            2013    Platform
## 1967      3DS            2013 RolePlaying
## 1968      PSV            2013 RolePlaying
## 1969      3DS            2013        Misc
## 1970       PC            2013     Shooter
## 1971     X360            2013      Action
## 1972      PSP            2013      Action
## 1973     X360            2013      Action
## 1974      3DS            2013        Misc
## 1975      PSP            2013      Sports
## 1976      PSV            2013 RolePlaying
## 1977       PC            2013      Action
## 1978      PSV            2013 RolePlaying
## 1979      PSV            2013 RolePlaying
## 1980      PSP            2013      Action
## 1981     XOne            2013    Strategy
## 1982      PS4            2013    Platform
## 1983      PSV            2013      Action
## 1984      PS3            2013      Action
## 1985      PS3            2013      Sports
## 1986     X360            2013      Action
## 1987      PS3            2013 RolePlaying
## 1988      3DS            2013      Action
## 1989      3DS            2013      Action
## 1990      3DS            2013      Action
## 1991     X360            2013     Shooter
## 1992      PSP            2013 RolePlaying
## 1993      PS3            2013  Simulation
## 1994      PSV            2013   Adventure
## 1995      Wii            2013  Simulation
## 1996      PSV            2013 RolePlaying
## 1997      PSV            2013    Fighting
## 1998      PSV            2013   Adventure
## 1999      PS3            2013      Sports
## 2000     X360            2013     Shooter
## 2001      PSP            2013 RolePlaying
## 2002      PSV            2013      Action
## 2003      3DS            2013    Strategy
## 2004      PSV            2013      Action
## 2005      3DS            2013 RolePlaying
## 2006       DS            2013      Action
## 2007     X360            2013      Action
## 2008     X360            2013    Platform
## 2009      PSP            2013      Action
## 2010      PSP            2013      Action
## 2011     WiiU            2013      Action
## 2012     X360            2013     Shooter
## 2013     WiiU            2013      Action
## 2014     X360            2013        Misc
## 2015      PS3            2013  Simulation
## 2016      PSV            2013      Action
## 2017      PS3            2013     Shooter
## 2018     WiiU            2013     Shooter
## 2019      PSV            2013      Sports
## 2020      PS3            2013      Action
## 2021      PSP            2013 RolePlaying
## 2022     WiiU            2013     Shooter
## 2023       PC            2013     Shooter
## 2024      PSV            2013 RolePlaying
## 2025       PC            2013      Action
## 2026      PS3            2013     Shooter
## 2027      3DS            2013 RolePlaying
## 2028      PSV            2013      Sports
## 2029      PSP            2013 RolePlaying
## 2030     WiiU            2013      Puzzle
## 2031      PSV            2013      Action
## 2032      3DS            2013      Puzzle
## 2033      PSV            2013   Adventure
## 2034     WiiU            2013    Strategy
## 2035      PSV            2013      Sports
## 2036      PSV            2013      Action
## 2037      PS3            2013      Action
## 2038      Wii            2013    Platform
## 2039      3DS            2013    Platform
## 2040      PSV            2013        Misc
## 2041      PSV            2013    Fighting
## 2042      PS3            2013    Platform
## 2043      3DS            2013        Misc
## 2044      PSP            2013   Adventure
## 2045      3DS            2013 RolePlaying
## 2046     WiiU            2013      Action
## 2047      3DS            2013 RolePlaying
## 2048     WiiU            2013    Platform
## 2049      PSV            2013    Strategy
## 2050      PSV            2013      Action
## 2051      3DS            2013      Action
## 2052      3DS            2013        Misc
## 2053      3DS            2013    Fighting
## 2054      3DS            2013        Misc
## 2055      PS3            2013    Platform
## 2056       PC            2013     Shooter
## 2057      PS3            2013   Adventure
## 2058      3DS            2013        Misc
## 2059      PSV            2013      Action
## 2060     X360            2013    Platform
## 2061      PSP            2013 RolePlaying
## 2062       PC            2013  Simulation
## 2063      3DS            2013 RolePlaying
## 2064     X360            2013      Action
## 2065     X360            2013  Simulation
## 2066     XOne            2013    Fighting
## 2067      3DS            2013   Adventure
## 2068      PSV            2013   Adventure
## 2069      PSV            2013      Action
## 2070      PSV            2013      Sports
## 2071      3DS            2013  Simulation
## 2072      3DS            2013        Misc
## 2073      Wii            2013        Misc
## 2074      3DS            2013        Misc
## 2075      3DS            2013 RolePlaying
## 2076       DS            2013        Misc
## 2077      PS3            2013    Strategy
## 2078      3DS            2013      Action
## 2079      PS3            2013    Fighting
## 2080      PS3            2013 RolePlaying
## 2081       PC            2013   Adventure
## 2082      PS3            2013 RolePlaying
## 2083      PSV            2013 RolePlaying
## 2084      PSV            2013    Strategy
## 2085      3DS            2013      Action
## 2086       PC            2013      Racing
## 2087      PSV            2013 RolePlaying
## 2088      PS3            2013   Adventure
## 2089      PSV            2013      Sports
## 2090     WiiU            2013      Action
## 2091      3DS            2013 RolePlaying
## 2092      3DS            2013     Shooter
## 2093      3DS            2013 RolePlaying
## 2094       PC            2013      Action
## 2095      PSP            2013      Action
## 2096     X360            2013      Racing
## 2097      PSP            2013   Adventure
## 2098      Wii            2013        Misc
## 2099      3DS            2013      Action
## 2100     WiiU            2013    Platform
## 2101       PC            2013     Shooter
## 2102     WiiU            2013     Shooter
## 2103      PS3            2013      Sports
## 2104      PSV            2013 RolePlaying
## 2105      3DS            2013 RolePlaying
## 2106       PC            2013     Shooter
## 2107      3DS            2013   Adventure
## 2108      PSP            2013        Misc
## 2109      PS3            2013      Action
## 2110      3DS            2013      Action
## 2111      PS3            2013   Adventure
## 2112      PS3            2013      Action
## 2113     X360            2013     Shooter
## 2114      3DS            2013  Simulation
## 2115      3DS            2013      Action
## 2116      PS3            2013  Simulation
## 2117      PS3            2013    Fighting
## 2118      PS3            2013      Racing
## 2119      3DS            2013      Action
## 2120      PSP            2013      Sports
## 2121       PC            2013      Action
## 2122      PS3            2013   Adventure
## 2123      PS3            2013     Shooter
## 2124     X360            2013      Action
## 2125       PC            2013     Shooter
## 2126      3DS            2013      Action
## 2127      PSP            2013   Adventure
## 2128      3DS            2013        Misc
## 2129     WiiU            2013      Action
## 2130      PS3            2013   Adventure
## 2131      PS3            2013      Action
## 2132       PC            2013   Adventure
## 2133      3DS            2013    Strategy
## 2134      PSP            2013   Adventure
## 2135      3DS            2013    Platform
## 2136      3DS            2013  Simulation
## 2137      3DS            2013      Action
## 2138      3DS            2013  Simulation
## 2139      PSV            2013    Strategy
## 2140       DS            2013      Sports
## 2141      3DS            2013      Action
## 2142      PSV            2013 RolePlaying
## 2143      PSV            2013 RolePlaying
## 2144      PSP            2013   Adventure
## 2145      PSP            2013   Adventure
## 2146      PS3            2013    Fighting
## 2147     X360            2013      Action
## 2148      PSP            2013   Adventure
## 2149      3DS            2013      Action
## 2150       PC            2013   Adventure
## 2151      PS3            2013  Simulation
## 2152      PSP            2013        Misc
## 2153       PC            2013      Action
## 2154       DS            2013   Adventure
## 2155      PSP            2013   Adventure
## 2156      PS3            2013      Action
## 2157     WiiU            2013        Misc
## 2158      PSV            2013 RolePlaying
## 2159      PSV            2013   Adventure
## 2160      PSV            2013    Platform
## 2161      Wii            2013      Action
## 2162      3DS            2013    Fighting
## 2163      PSP            2013   Adventure
## 2164      PS3            2013        Misc
## 2165      PSV            2013   Adventure
## 2166     WiiU            2013      Sports
## 2167      3DS            2013   Adventure
## 2168      PSP            2013   Adventure
## 2169     X360            2013   Adventure
## 2170      PSP            2013   Adventure
## 2171      PSP            2013        Misc
## 2172     WiiU            2013      Action
## 2173      PS3            2013 RolePlaying
## 2174      PSP            2013   Adventure
## 2175     WiiU            2013     Shooter
## 2176      PS3            2013 RolePlaying
## 2177      PSP            2013   Adventure
## 2178      PSP            2013   Adventure
## 2179      PS3            2013      Action
## 2180      PS3            2013 RolePlaying
## 2181      PSP            2013   Adventure
## 2182     WiiU            2013    Fighting
## 2183      PSP            2013   Adventure
## 2184      PS3            2013 RolePlaying
## 2185       PC            2013  Simulation
## 2186      PSP            2013    Fighting
## 2187      PSP            2013   Adventure
## 2188      PSV            2013      Action
## 2189      PSP            2013        Misc
## 2190      3DS            2013      Action
## 2191      PS3            2013      Action
## 2192      3DS            2013      Action
## 2193      PSP            2013    Strategy
## 2194      PSP            2013   Adventure
## 2195     X360            2013     Shooter
## 2196      PS3            2013      Sports
## 2197      PSV            2013      Sports
## 2198      PSV            2013   Adventure
## 2199      PSP            2013        Misc
## 2200      PSP            2013   Adventure
## 2201      PSP            2013      Action
## 2202      Wii            2013      Sports
## 2203      3DS            2013      Sports
## 2204      PS3            2013   Adventure
## 2205       PC            2013      Action
## 2206       PC            2013    Platform
## 2207      PS3            2013 RolePlaying
## 2208     X360            2013     Shooter
## 2209      PSP            2013   Adventure
## 2210      PSV            2013      Action
## 2211      PSP            2013   Adventure
## 2212      PSP            2013   Adventure
## 2213      PSV            2013   Adventure
## 2214      PSP            2013        Misc
## 2215      PSP            2013   Adventure
## 2216     X360            2013     Shooter
## 2217      PSV            2013   Adventure
## 2218      3DS            2013 RolePlaying
## 2219       PC            2013      Racing
## 2220      PSP            2013   Adventure
## 2221      PSP            2013   Adventure
## 2222     X360            2013      Sports
## 2223      PSP            2013   Adventure
## 2224     X360            2013      Action
## 2225      PSV            2013   Adventure
## 2226      3DS            2013      Action
## 2227      PSV            2013   Adventure
## 2228      3DS            2013 RolePlaying
## 2229      PSP            2013   Adventure
## 2230      PSP            2013   Adventure
## 2231      3DS            2013      Action
## 2232     X360            2013      Action
## 2233      PSP            2013   Adventure
## 2234      PS3            2012     Shooter
## 2235     X360            2012     Shooter
## 2236      3DS            2012    Platform
## 2237     X360            2012     Shooter
## 2238      3DS            2012  Simulation
## 2239      PS3            2012      Action
## 2240       DS            2012 RolePlaying
## 2241      Wii            2012        Misc
## 2242      PS3            2012      Action
## 2243     X360            2012      Action
## 2244     WiiU            2012    Platform
## 2245     X360            2012      Action
## 2246       PC            2012 RolePlaying
## 2247     WiiU            2012        Misc
## 2248      PS3            2012     Shooter
## 2249      Wii            2012        Misc
## 2250      PS3            2012     Shooter
## 2251     X360            2012     Shooter
## 2252     X360            2012 RolePlaying
## 2253     X360            2012     Shooter
## 2254     X360            2012      Sports
## 2255     X360            2012      Sports
## 2256      PS3            2012      Racing
## 2257      PS3            2012      Sports
## 2258      Wii            2012      Action
## 2259      PS3            2012      Sports
## 2260       PC            2012      Action
## 2261      3DS            2012 RolePlaying
## 2262      PS3            2012     Shooter
## 2263      PS3            2012      Action
## 2264      3DS            2012 RolePlaying
## 2265     X360            2012      Racing
## 2266     X360            2012     Shooter
## 2267      PS3            2012     Shooter
## 2268       PC            2012 RolePlaying
## 2269     X360            2012      Action
## 2270      PS3            2012 RolePlaying
## 2271     X360            2012      Action
## 2272     X360            2012      Action
## 2273     X360            2012      Action
## 2274     X360            2012     Shooter
## 2275      3DS            2012      Action
## 2276     X360            2012      Racing
## 2277      PS3            2012      Sports
## 2278      PS3            2012      Action
## 2279       PC            2012     Shooter
## 2280      PSV            2012      Action
## 2281     X360            2012     Shooter
## 2282      PS3            2012 RolePlaying
## 2283      PS3            2012      Action
## 2284      Wii            2012      Action
## 2285      3DS            2012 RolePlaying
## 2286      PS3            2012      Action
## 2287      PSV            2012      Action
## 2288     X360            2012      Action
## 2289      3DS            2012      Action
## 2290      3DS            2012 RolePlaying
## 2291     X360            2012      Action
## 2292      PSV            2012    Platform
## 2293      PS3            2012      Sports
## 2294     X360            2012      Action
## 2295      PS3            2012      Action
## 2296      3DS            2012      Sports
## 2297     X360            2012        Misc
## 2298      PS3            2012      Action
## 2299      PS3            2012      Action
## 2300       PC            2012      Sports
## 2301     X360            2012      Action
## 2302      3DS            2012 RolePlaying
## 2303      PSV            2012 RolePlaying
## 2304     X360            2012      Action
## 2305      PS3            2012      Action
## 2306      PS3            2012      Action
## 2307      PS3            2012      Action
## 2308      PS3            2012      Racing
## 2309      PS3            2012      Action
## 2310       DS            2012 RolePlaying
## 2311      PSV            2012      Racing
## 2312     WiiU            2012      Action
## 2313     X360            2012      Action
## 2314       PC            2012 RolePlaying
## 2315       PC            2012     Shooter
## 2316      Wii            2012 RolePlaying
## 2317       PC            2012  Simulation
## 2318      3DS            2012 RolePlaying
## 2319      PS3            2012     Shooter
## 2320      3DS            2012      Sports
## 2321      PS3            2012      Action
## 2322      Wii            2012      Action
## 2323      PS3            2012     Shooter
## 2324       PC            2012      Action
## 2325       PC            2012     Shooter
## 2326      PS3            2012      Sports
## 2327      3DS            2012      Action
## 2328      PS3            2012      Sports
## 2329     X360            2012      Action
## 2330      Wii            2012      Action
## 2331     X360            2012      Sports
## 2332      PS3            2012    Platform
## 2333      PS3            2012      Action
## 2334      3DS            2012      Action
## 2335     X360            2012      Action
## 2336     X360            2012 RolePlaying
## 2337      PS3            2012      Action
## 2338      PS3            2012 RolePlaying
## 2339      PS3            2012    Fighting
## 2340      PS3            2012      Action
## 2341      PS3            2012 RolePlaying
## 2342     X360            2012     Shooter
## 2343      PS3            2012    Fighting
## 2344      PS3            2012      Action
## 2345      PS3            2012      Action
## 2346     X360            2012        Misc
## 2347      PS3            2012      Action
## 2348      3DS            2012      Puzzle
## 2349     X360            2012      Action
## 2350     X360            2012      Action
## 2351     X360            2012 RolePlaying
## 2352      PS3            2012      Action
## 2353     X360            2012      Action
## 2354      PS3            2012   Adventure
## 2355      3DS            2012      Action
## 2356      PS3            2012    Fighting
## 2357      PS3            2012      Action
## 2358     X360            2012      Action
## 2359     X360            2012   Adventure
## 2360      3DS            2012  Simulation
## 2361      PS3            2012    Fighting
## 2362      PS3            2012    Fighting
## 2363      PS3            2012      Action
## 2364       PC            2012    Strategy
## 2365     X360            2012      Sports
## 2366     WiiU            2012 RolePlaying
## 2367      Wii            2012      Action
## 2368       DS            2012      Action
## 2369      Wii            2012      Action
## 2370      PS3            2012      Action
## 2371      PS3            2012      Sports
## 2372      Wii            2012      Puzzle
## 2373     X360            2012      Sports
## 2374      PS3            2012      Action
## 2375      PSV            2012    Fighting
## 2376      PS3            2012      Sports
## 2377      PS3            2012    Fighting
## 2378      3DS            2012        Misc
## 2379      3DS            2012      Action
## 2380     X360            2012    Strategy
## 2381      3DS            2012   Adventure
## 2382      3DS            2012      Action
## 2383      PS3            2012      Action
## 2384     X360            2012    Fighting
## 2385     X360            2012      Racing
## 2386     X360            2012   Adventure
## 2387      PSV            2012      Sports
## 2388     X360            2012      Sports
## 2389      PS3            2012    Strategy
## 2390      PS3            2012     Shooter
## 2391      3DS            2012 RolePlaying
## 2392      PSV            2012      Action
## 2393      PS3            2012     Shooter
## 2394      PSV            2012    Platform
## 2395      PS3            2012      Sports
## 2396     WiiU            2012      Racing
## 2397     X360            2012      Action
## 2398       PC            2012      Action
## 2399     X360            2012      Sports
## 2400      PSV            2012     Shooter
## 2401      3DS            2012        Misc
## 2402     X360            2012      Sports
## 2403      Wii            2012      Sports
## 2404     X360            2012      Racing
## 2405      3DS            2012      Action
## 2406      PS3            2012      Racing
## 2407     X360            2012      Action
## 2408     X360            2012     Shooter
## 2409     X360            2012    Fighting
## 2410     WiiU            2012      Action
## 2411      PS3            2012      Action
## 2412      3DS            2012 RolePlaying
## 2413      3DS            2012      Action
## 2414      PS3            2012      Action
## 2415      PSV            2012      Action
## 2416     X360            2012    Fighting
## 2417     X360            2012      Action
## 2418      PSV            2012      Action
## 2419      PS3            2012      Action
## 2420     X360            2012      Action
## 2421      PS3            2012      Action
## 2422      PS3            2012        Misc
## 2423       PC            2012     Shooter
## 2424      PS3            2012  Simulation
## 2425      Wii            2012      Sports
## 2426     X360            2012     Shooter
## 2427     WiiU            2012     Shooter
## 2428      PSV            2012     Shooter
## 2429     X360            2012      Action
## 2430      PS3            2012      Action
## 2431      PSV            2012 RolePlaying
## 2432       PC            2012      Action
## 2433       DS            2012        Misc
## 2434      3DS            2012      Action
## 2435      PS3            2012  Simulation
## 2436      3DS            2012 RolePlaying
## 2437      PS3            2012      Action
## 2438      PSV            2012      Action
## 2439     X360            2012     Shooter
## 2440      Wii            2012      Action
## 2441      PSV            2012      Racing
## 2442      3DS            2012      Action
## 2443      3DS            2012 RolePlaying
## 2444     WiiU            2012      Action
## 2445     WiiU            2012        Misc
## 2446     WiiU            2012      Action
## 2447     WiiU            2012      Action
## 2448      PSP            2012    Strategy
## 2449     WiiU            2012      Sports
## 2450      PSV            2012      Racing
## 2451     WiiU            2012      Action
## 2452      PSP            2012      Action
## 2453     X360            2012    Fighting
## 2454      PS3            2012     Shooter
## 2455      PSV            2012      Action
## 2456       PC            2012      Action
## 2457      PS3            2012      Action
## 2458      PSP            2012    Fighting
## 2459     X360            2012      Action
## 2460     X360            2012    Fighting
## 2461      PS3            2012      Action
## 2462      PS3            2012     Shooter
## 2463      PS3            2012      Racing
## 2464      PSP            2012    Strategy
## 2465      3DS            2012 RolePlaying
## 2466     X360            2012      Sports
## 2467      PS3            2012    Strategy
## 2468       PC            2012 RolePlaying
## 2469      PSV            2012      Sports
## 2470      PS3            2012    Fighting
## 2471      PS3            2012      Action
## 2472      PSV            2012      Racing
## 2473      Wii            2012        Misc
## 2474      PS3            2012      Action
## 2475      3DS            2012      Action
## 2476     X360            2012     Shooter
## 2477      3DS            2012      Racing
## 2478      PS3            2012      Sports
## 2479      PSV            2012      Action
## 2480     X360            2012 RolePlaying
## 2481      3DS            2012        Misc
## 2482      3DS            2012        Misc
## 2483       PC            2012      Action
## 2484     X360            2012      Racing
## 2485     WiiU            2012        Misc
## 2486      3DS            2012        Misc
## 2487      3DS            2012      Action
## 2488     WiiU            2012 RolePlaying
## 2489      PSP            2012      Sports
## 2490      PS3            2012      Action
## 2491     X360            2012      Action
## 2492      PS3            2012 RolePlaying
## 2493      PS3            2012      Action
## 2494     X360            2012 RolePlaying
## 2495     X360            2012      Action
## 2496     X360            2012      Action
## 2497       PC            2012      Action
## 2498      PSV            2012      Action
## 2499     X360            2012      Action
## 2500      PS3            2012   Adventure
## 2501      PS3            2012 RolePlaying
## 2502      PS3            2012  Simulation
## 2503      PSV            2012        Misc
## 2504     X360            2012      Racing
## 2505      PS3            2012      Sports
## 2506      PS3            2012   Adventure
## 2507     WiiU            2012      Action
## 2508      PSP            2012   Adventure
## 2509     WiiU            2012      Sports
## 2510      PSV            2012      Action
## 2511      PSV            2012        Misc
## 2512       PC            2012     Shooter
## 2513      Wii            2012        Misc
## 2514       PC            2012 RolePlaying
## 2515      3DS            2012   Adventure
## 2516      PS3            2012 RolePlaying
## 2517       PC            2012      Action
## 2518      PSP            2012      Action
## 2519     X360            2012  Simulation
## 2520      3DS            2012  Simulation
## 2521     X360            2012      Action
## 2522      PS3            2012   Adventure
## 2523      3DS            2012 RolePlaying
## 2524      3DS            2012      Action
## 2525      PS3            2012      Action
## 2526      PS3            2012      Action
## 2527      PSP            2012 RolePlaying
## 2528      3DS            2012      Action
## 2529      PSP            2012      Action
## 2530      3DS            2012      Action
## 2531      3DS            2012    Fighting
## 2532     X360            2012  Simulation
## 2533      PSP            2012      Sports
## 2534       PC            2012    Strategy
## 2535      PSV            2012      Action
## 2536       DS            2012      Action
## 2537      PSV            2012      Action
## 2538      3DS            2012 RolePlaying
## 2539      PS3            2012      Sports
## 2540      3DS            2012      Action
## 2541      PSP            2012        Misc
## 2542      Wii            2012        Misc
## 2543      3DS            2012  Simulation
## 2544     X360            2012      Action
## 2545      PSV            2012      Sports
## 2546      PSV            2012    Fighting
## 2547     X360            2012      Action
## 2548      PS3            2012      Sports
## 2549      PSP            2012 RolePlaying
## 2550     WiiU            2012    Fighting
## 2551     WiiU            2012      Action
## 2552      3DS            2012        Misc
## 2553     X360            2012     Shooter
## 2554     X360            2012      Sports
## 2555      PSV            2012      Action
## 2556     X360            2012      Sports
## 2557      3DS            2012      Sports
## 2558      PS3            2012      Racing
## 2559      3DS            2012      Action
## 2560      PSP            2012      Action
## 2561       PC            2012 RolePlaying
## 2562       PC            2012     Shooter
## 2563     X360            2012      Action
## 2564     X360            2012      Action
## 2565      PS3            2012 RolePlaying
## 2566      PS3            2012      Racing
## 2567      PS3            2012      Action
## 2568      PS3            2012 RolePlaying
## 2569     X360            2012        Misc
## 2570       PC            2012  Simulation
## 2571      3DS            2012        Misc
## 2572      3DS            2012 RolePlaying
## 2573      PS3            2012 RolePlaying
## 2574      3DS            2012    Platform
## 2575     X360            2012  Simulation
## 2576       PC            2012      Action
## 2577     WiiU            2012      Action
## 2578      Wii            2012      Action
## 2579      PSP            2012      Action
## 2580      Wii            2012      Sports
## 2581       PC            2012   Adventure
## 2582      Wii            2012      Action
## 2583      3DS            2012    Platform
## 2584       PC            2012      Racing
## 2585      3DS            2012      Action
## 2586      PS3            2012     Shooter
## 2587      3DS            2012      Action
## 2588      PS3            2012      Action
## 2589     X360            2012 RolePlaying
## 2590       PC            2012     Shooter
## 2591      PS3            2012      Action
## 2592      3DS            2012      Action
## 2593      PSP            2012      Action
## 2594       DS            2012      Action
## 2595     WiiU            2012      Action
## 2596      3DS            2012      Action
## 2597      PSP            2012 RolePlaying
## 2598      PSP            2012 RolePlaying
## 2599       PC            2012      Action
## 2600     WiiU            2012      Action
## 2601     X360            2012    Fighting
## 2602     WiiU            2012      Action
## 2603     X360            2012        Misc
## 2604     WiiU            2012      Sports
## 2605     WiiU            2012      Action
## 2606      PSP            2012 RolePlaying
## 2607      3DS            2012    Platform
## 2608      PS3            2012     Shooter
## 2609       PC            2012      Action
## 2610      PSV            2012      Action
## 2611     WiiU            2012     Shooter
## 2612      PSP            2012 RolePlaying
## 2613      Wii            2012        Misc
## 2614     WiiU            2012      Action
## 2615      PSV            2012    Fighting
## 2616      PS3            2012      Action
## 2617      PSP            2012 RolePlaying
## 2618      3DS            2012      Sports
## 2619      3DS            2012  Simulation
## 2620     X360            2012      Racing
## 2621      3DS            2012      Action
## 2622      PSP            2012      Action
## 2623       PC            2012      Action
## 2624      PS3            2012   Adventure
## 2625      PSP            2012      Action
## 2626      PSP            2012      Sports
## 2627      PS3            2012    Fighting
## 2628      PSP            2012      Action
## 2629      PSP            2012      Action
## 2630      Wii            2012      Action
## 2631      PS3            2012      Action
## 2632     X360            2012      Action
## 2633      3DS            2012      Action
## 2634     X360            2012      Racing
## 2635      Wii            2012 RolePlaying
## 2636       DS            2012      Action
## 2637      PSV            2012 RolePlaying
## 2638     X360            2012     Shooter
## 2639      PS3            2012      Action
## 2640      PSV            2012   Adventure
## 2641      PSP            2012 RolePlaying
## 2642      3DS            2012      Puzzle
## 2643      PSP            2012   Adventure
## 2644      3DS            2012      Action
## 2645      Wii            2012      Sports
## 2646      PSP            2012   Adventure
## 2647      PSP            2012      Sports
## 2648      PS3            2012     Shooter
## 2649      PSP            2012 RolePlaying
## 2650      PSV            2012 RolePlaying
## 2651      PS3            2012    Strategy
## 2652      PSV            2012      Action
## 2653      3DS            2012 RolePlaying
## 2654      PS3            2012      Racing
## 2655       PC            2012      Sports
## 2656      Wii            2012  Simulation
## 2657     WiiU            2012      Action
## 2658      PSP            2012   Adventure
## 2659      3DS            2012      Action
## 2660       PC            2012 RolePlaying
## 2661      3DS            2012      Action
## 2662       DS            2012      Sports
## 2663       PC            2012      Racing
## 2664      PSP            2012 RolePlaying
## 2665       PC            2012    Platform
## 2666      3DS            2012      Action
## 2667      PSV            2012    Fighting
## 2668      PSV            2012   Adventure
## 2669      PSP            2012 RolePlaying
## 2670     X360            2012  Simulation
## 2671      PSP            2012   Adventure
## 2672      PS3            2012      Sports
## 2673      3DS            2012     Shooter
## 2674      3DS            2012      Action
## 2675      PSP            2012   Adventure
## 2676      PSP            2012 RolePlaying
## 2677      PSV            2012 RolePlaying
## 2678     WiiU            2012      Action
## 2679      PSP            2012      Action
## 2680       PC            2012   Adventure
## 2681      PS3            2012     Shooter
## 2682      PS3            2012     Shooter
## 2683      PSP            2012 RolePlaying
## 2684       PC            2012 RolePlaying
## 2685       PC            2012      Action
## 2686      3DS            2012      Action
## 2687     X360            2012    Fighting
## 2688      PS3            2012   Adventure
## 2689      PSV            2012      Action
## 2690      Wii            2012        Misc
## 2691      PS3            2012      Action
## 2692      PSP            2012      Action
## 2693      3DS            2012    Fighting
## 2694      3DS            2012      Action
## 2695      PSP            2012  Simulation
## 2696      PSP            2012      Action
## 2697      PSP            2012      Action
## 2698     X360            2012     Shooter
## 2699      PSP            2012 RolePlaying
## 2700     X360            2012      Action
## 2701      PSV            2012      Sports
## 2702      PSP            2012      Action
## 2703      PSV            2012      Racing
## 2704      3DS            2012 RolePlaying
## 2705      PSV            2012   Adventure
## 2706       PC            2012   Adventure
## 2707      3DS            2012      Action
## 2708      PS3            2012     Shooter
## 2709      PSP            2012 RolePlaying
## 2710      PSP            2012   Adventure
## 2711      PSP            2012      Action
## 2712       DS            2012      Puzzle
## 2713       DS            2012      Action
## 2714     X360            2012        Misc
## 2715      3DS            2012      Action
## 2716      3DS            2012      Action
## 2717      PSP            2012   Adventure
## 2718      PS3            2012     Shooter
## 2719     X360            2012      Racing
## 2720      PSV            2012   Adventure
## 2721      PSP            2012        Misc
## 2722      PSP            2012      Action
## 2723      PS3            2012   Adventure
## 2724      PSP            2012 RolePlaying
## 2725      PS3            2012    Platform
## 2726      PSV            2012 RolePlaying
## 2727     X360            2012      Sports
## 2728       PC            2012     Shooter
## 2729      PSP            2012      Action
## 2730       PC            2012      Sports
## 2731      3DS            2012        Misc
## 2732     X360            2012    Fighting
## 2733      PSP            2012 RolePlaying
## 2734      PS3            2012      Racing
## 2735      PSV            2012      Action
## 2736     X360            2012      Sports
## 2737      PSP            2012      Action
## 2738      PS3            2012    Fighting
## 2739      PSP            2012      Action
## 2740      PSV            2012      Racing
## 2741      PSP            2012      Sports
## 2742      PS3            2012 RolePlaying
## 2743      3DS            2012   Adventure
## 2744       PC            2012      Action
## 2745      PSP            2012      Action
## 2746       DS            2012      Action
## 2747      PSP            2012      Action
## 2748      PSP            2012      Action
## 2749      PSP            2012      Action
## 2750      PS3            2012 RolePlaying
## 2751      PSP            2012      Action
## 2752      PSP            2012   Adventure
## 2753      PSP            2012      Action
## 2754      PS3            2012        Misc
## 2755      PSP            2012      Action
## 2756      3DS            2012      Action
## 2757      PS3            2012        Misc
## 2758      3DS            2012      Action
## 2759      PS3            2012      Action
## 2760     WiiU            2012    Platform
## 2761      PS3            2012      Action
## 2762      PS3            2012   Adventure
## 2763       DS            2012      Action
## 2764       PC            2012      Action
## 2765      3DS            2012   Adventure
## 2766      PSP            2012   Adventure
## 2767       PC            2012   Adventure
## 2768      PS3            2012      Action
## 2769      3DS            2012   Adventure
## 2770      PSP            2012      Action
## 2771     WiiU            2012        Misc
## 2772      3DS            2012   Adventure
## 2773      PS3            2012        Misc
## 2774       PC            2012     Shooter
## 2775      PSP            2012      Action
## 2776       PC            2012      Sports
## 2777      PSP            2012   Adventure
## 2778     X360            2012      Action
## 2779      PSP            2012 RolePlaying
## 2780      PS3            2012      Action
## 2781       PC            2012   Adventure
## 2782      PSP            2012      Action
## 2783      PS3            2012      Action
## 2784      PSP            2012      Action
## 2785      PS3            2012   Adventure
## 2786      PSV            2012   Adventure
## 2787      PSV            2012      Action
## 2788      PSP            2012   Adventure
## 2789       DS            2012      Puzzle
## 2790       DS            2012      Action
## 2791       PC            2012   Adventure
## 2792      PSV            2012   Adventure
## 2793       DS            2012      Action
## 2794      PS3            2012      Action
## 2795       DS            2012   Adventure
## 2796      PSP            2012      Action
## 2797     X360            2012      Action
## 2798      PSP            2012    Strategy
## 2799      Wii            2012        Misc
## 2800       PC            2012    Strategy
## 2801      PSP            2012   Adventure
## 2802      PS3            2012   Adventure
## 2803       PC            2012    Fighting
## 2804       DS            2012      Puzzle
## 2805       PC            2012      Racing
## 2806       PC            2012        Misc
## 2807      3DS            2012      Puzzle
## 2808      PSP            2012      Action
## 2809      PSP            2012   Adventure
## 2810      3DS            2012 RolePlaying
## 2811      PSP            2012      Action
## 2812      PS3            2012      Action
## 2813      PS3            2012      Action
## 2814      3DS            2012      Action
## 2815     X360            2012   Adventure
## 2816       DS            2012      Action
## 2817      PS3            2012     Shooter
## 2818      PS3            2012   Adventure
## 2819      PS3            2012      Action
## 2820      PSP            2012 RolePlaying
## 2821      PSV            2012      Action
## 2822       PC            2012    Strategy
## 2823      PSP            2012 RolePlaying
## 2824      PSP            2012      Action
## 2825      PSP            2012      Action
## 2826      PS3            2012   Adventure
## 2827       PC            2012 RolePlaying
## 2828       PC            2012      Racing
## 2829       PC            2012      Puzzle
## 2830     X360            2012      Action
## 2831      PSP            2012      Action
## 2832     X360            2012   Adventure
## 2833     X360            2012      Action
## 2834      3DS            2012      Action
## 2835      3DS            2012      Action
## 2836      PSP            2012 RolePlaying
## 2837      3DS            2012      Action
## 2838      PSP            2012      Action
## 2839      PSP            2012      Action
## 2840      Wii            2012      Action
## 2841      PSP            2012      Action
## 2842      PSP            2012      Action
## 2843      PSP            2012      Action
## 2844      PSP            2012      Action
## 2845     WiiU            2012    Strategy
## 2846       DS            2012      Action
## 2847      PSP            2012 RolePlaying
## 2848      PSP            2012      Action
## 2849      PS3            2012  Simulation
## 2850      PSP            2012   Adventure
## 2851      PSP            2012    Fighting
## 2852      PS3            2012    Strategy
## 2853      Wii            2012      Action
## 2854      PSP            2012      Action
## 2855      3DS            2012        Misc
## 2856      PS3            2012      Sports
## 2857      PSP            2012      Action
## 2858       DS            2012      Action
## 2859      PS3            2012      Sports
## 2860      PSP            2012   Adventure
## 2861       DS            2012      Action
## 2862      Wii            2012      Racing
## 2863       PC            2012      Puzzle
## 2864      PSP            2012      Action
## 2865      Wii            2012   Adventure
## 2866       DS            2012      Puzzle
## 2867      PSV            2012      Action
## 2868     X360            2012      Action
## 2869      PSP            2012      Action
## 2870       DS            2012   Adventure
## 2871       PC            2012    Strategy
## 2872      PSP            2012   Adventure
## 2873      PSP            2012    Fighting
## 2874      PSP            2012   Adventure
## 2875      Wii            2012      Action
## 2876      PS3            2012  Simulation
## 2877       PC            2012      Action
## 2878      PSP            2012      Action
## 2879      PSP            2012      Action
## 2880     X360            2012    Fighting
## 2881      3DS            2012      Puzzle
## 2882      PSV            2012        Misc
## 2883      PS3            2012   Adventure
## 2884      PSP            2012   Adventure
## 2885      PSP            2012      Action
## 2886       PC            2012    Strategy
## 2887     X360            2011     Shooter
## 2888      PS3            2011     Shooter
## 2889      3DS            2011      Racing
## 2890      3DS            2011    Platform
## 2891      Wii            2011        Misc
## 2892     X360            2011 RolePlaying
## 2893     X360            2011     Shooter
## 2894      PS3            2011     Shooter
## 2895      PS3            2011      Action
## 2896      PS3            2011      Sports
## 2897      PS3            2011 RolePlaying
## 2898     X360            2011     Shooter
## 2899      PS3            2011      Action
## 2900     X360            2011      Action
## 2901     X360            2011      Racing
## 2902      3DS            2011      Action
## 2903      PS3            2011      Action
## 2904     X360            2011      Action
## 2905     X360            2011      Sports
## 2906      Wii            2011      Action
## 2907       PC            2011 RolePlaying
## 2908      3DS            2011  Simulation
## 2909      Wii            2011      Sports
## 2910      PS3            2011    Platform
## 2911      PS3            2011   Adventure
## 2912       PC            2011 RolePlaying
## 2913      PS3            2011    Fighting
## 2914      Wii            2011      Sports
## 2915      3DS            2011 RolePlaying
## 2916      Wii            2011      Action
## 2917       PC            2011     Shooter
## 2918      PS3            2011     Shooter
## 2919     X360            2011      Action
## 2920     X360            2011   Adventure
## 2921     X360            2011      Sports
## 2922      PS3            2011 RolePlaying
## 2923     X360            2011      Sports
## 2924      PS3            2011      Action
## 2925     X360            2011     Shooter
## 2926     X360            2011      Action
## 2927     X360            2011        Misc
## 2928     X360            2011      Sports
## 2929      PS3            2011      Action
## 2930      PS3            2011      Sports
## 2931      PS3            2011      Action
## 2932      PS3            2011      Sports
## 2933     X360            2011    Fighting
## 2934     X360            2011     Shooter
## 2935     X360            2011        Misc
## 2936      PS3            2011 RolePlaying
## 2937     X360            2011        Misc
## 2938      PS3            2011      Action
## 2939      PS3            2011      Action
## 2940      3DS            2011      Puzzle
## 2941      Wii            2011      Action
## 2942       PC            2011     Shooter
## 2943      PS3            2011     Shooter
## 2944      Wii            2011    Platform
## 2945     X360            2011     Shooter
## 2946      PS3            2011    Platform
## 2947      Wii            2011      Action
## 2948       DS            2011        Misc
## 2949      PSV            2011     Shooter
## 2950      Wii            2011        Misc
## 2951     X360            2011     Shooter
## 2952       PC            2011      Sports
## 2953      PS3            2011 RolePlaying
## 2954      PS3            2011     Shooter
## 2955     X360            2011      Action
## 2956     X360            2011     Shooter
## 2957      PS3            2011 RolePlaying
## 2958       DS            2011    Strategy
## 2959       PC            2011    Strategy
## 2960      PS3            2011     Shooter
## 2961     X360            2011    Platform
## 2962     X360            2011     Shooter
## 2963      PS3            2011     Shooter
## 2964     X360            2011      Action
## 2965     X360            2011      Action
## 2966      PS3            2011    Fighting
## 2967      PS3            2011   Adventure
## 2968      PS3            2011     Shooter
## 2969      PS3            2011      Action
## 2970     X360            2011    Fighting
## 2971       DS            2011      Racing
## 2972      PS3            2011 RolePlaying
## 2973      3DS            2011    Fighting
## 2974      PS3            2011      Racing
## 2975      PS3            2011    Fighting
## 2976      PS3            2011      Action
## 2977     X360            2011      Sports
## 2978      3DS            2011      Action
## 2979      PS3            2011    Platform
## 2980      3DS            2011      Action
## 2981      PS3            2011        Misc
## 2982     X360            2011        Misc
## 2983     X360            2011      Action
## 2984      PS3            2011    Fighting
## 2985       DS            2011    Strategy
## 2986      PS3            2011  Simulation
## 2987       DS            2011      Action
## 2988     X360            2011    Fighting
## 2989      PS3            2011      Racing
## 2990     X360            2011     Shooter
## 2991     X360            2011      Action
## 2992      Wii            2011      Action
## 2993     X360            2011     Shooter
## 2994      3DS            2011    Platform
## 2995      PS3            2011    Platform
## 2996     X360            2011      Sports
## 2997       DS            2011    Platform
## 2998     X360            2011 RolePlaying
## 2999     X360            2011      Action
## 3000       PC            2011      Action
## 3001      3DS            2011  Simulation
## 3002      PS3            2011      Racing
## 3003      PS3            2011      Action
## 3004      3DS            2011     Shooter
## 3005      PS3            2011      Action
## 3006     X360            2011        Misc
## 3007       DS            2011        Misc
## 3008      Wii            2011        Misc
## 3009      PS3            2011      Action
## 3010      PS3            2011     Shooter
## 3011       DS            2011      Action
## 3012      PS3            2011     Shooter
## 3013      Wii            2011      Racing
## 3014      PS3            2011      Sports
## 3015      PS3            2011      Action
## 3016      PSP            2011    Fighting
## 3017     X360            2011        Misc
## 3018     X360            2011     Shooter
## 3019      PS3            2011      Sports
## 3020      3DS            2011 RolePlaying
## 3021      PS3            2011      Action
## 3022      Wii            2011     Shooter
## 3023      PSP            2011 RolePlaying
## 3024      PS3            2011     Shooter
## 3025     X360            2011    Fighting
## 3026      PS3            2011     Shooter
## 3027     X360            2011    Platform
## 3028      Wii            2011        Misc
## 3029     X360            2011      Sports
## 3030      Wii            2011      Sports
## 3031      3DS            2011  Simulation
## 3032       PC            2011     Shooter
## 3033      PS3            2011     Shooter
## 3034      Wii            2011      Action
## 3035       PC            2011      Action
## 3036      PS3            2011      Action
## 3037       PC            2011      Action
## 3038     X360            2011 RolePlaying
## 3039      PS3            2011     Shooter
## 3040      Wii            2011        Misc
## 3041     X360            2011      Racing
## 3042     X360            2011      Racing
## 3043      PS3            2011   Adventure
## 3044     X360            2011      Sports
## 3045     X360            2011  Simulation
## 3046     X360            2011      Racing
## 3047       PC            2011  Simulation
## 3048      PS3            2011      Sports
## 3049       PC            2011 RolePlaying
## 3050      PS3            2011      Racing
## 3051      Wii            2011        Misc
## 3052       DS            2011  Simulation
## 3053      Wii            2011 RolePlaying
## 3054      3DS            2011    Platform
## 3055       PC            2011      Action
## 3056       PC            2011  Simulation
## 3057      PS3            2011        Misc
## 3058      3DS            2011      Action
## 3059      PS3            2011      Action
## 3060       DS            2011 RolePlaying
## 3061     X360            2011      Sports
## 3062      3DS            2011  Simulation
## 3063      Wii            2011        Misc
## 3064      PS3            2011      Action
## 3065      PS3            2011    Fighting
## 3066      PS3            2011     Shooter
## 3067       PC            2011    Strategy
## 3068       PC            2011      Action
## 3069       PC            2011     Shooter
## 3070      PS3            2011      Sports
## 3071      PS3            2011   Adventure
## 3072      PS3            2011      Sports
## 3073      Wii            2011      Action
## 3074      3DS            2011      Action
## 3075      PS3            2011 RolePlaying
## 3076      PSP            2011      Action
## 3077     X360            2011      Action
## 3078     X360            2011     Shooter
## 3079      PSP            2011 RolePlaying
## 3080      PS3            2011      Action
## 3081      PSV            2011      Sports
## 3082      Wii            2011    Platform
## 3083     X360            2011      Racing
## 3084      PS3            2011    Fighting
## 3085     X360            2011    Fighting
## 3086     X360            2011 RolePlaying
## 3087       DS            2011      Action
## 3088      3DS            2011 RolePlaying
## 3089      Wii            2011        Misc
## 3090       PC            2011      Action
## 3091      PS3            2011     Shooter
## 3092      PS3            2011        Misc
## 3093     X360            2011        Misc
## 3094      PSP            2011      Sports
## 3095      PS3            2011      Racing
## 3096      PS3            2011 RolePlaying
## 3097      PS3            2011 RolePlaying
## 3098     X360            2011      Action
## 3099     X360            2011     Shooter
## 3100     X360            2011   Adventure
## 3101      3DS            2011      Racing
## 3102      3DS            2011      Action
## 3103      PS3            2011    Fighting
## 3104     X360            2011      Action
## 3105      3DS            2011      Action
## 3106      3DS            2011      Racing
## 3107      3DS            2011      Action
## 3108     X360            2011      Racing
## 3109      PS3            2011      Racing
## 3110      Wii            2011        Misc
## 3111      Wii            2011 RolePlaying
## 3112       PC            2011      Sports
## 3113     X360            2011      Action
## 3114      PS3            2011 RolePlaying
## 3115      PS3            2011      Racing
## 3116       PC            2011  Simulation
## 3117      Wii            2011        Misc
## 3118       DS            2011      Action
## 3119     X360            2011      Sports
## 3120      PS3            2011     Shooter
## 3121      PS3            2011     Shooter
## 3122      3DS            2011    Fighting
## 3123     X360            2011     Shooter
## 3124      PS3            2011     Shooter
## 3125      PS3            2011      Sports
## 3126       DS            2011      Action
## 3127      Wii            2011      Sports
## 3128     X360            2011     Shooter
## 3129     X360            2011      Racing
## 3130      3DS            2011      Puzzle
## 3131      PS3            2011        Misc
## 3132      PSP            2011    Strategy
## 3133       DS            2011        Misc
## 3134      PSV            2011      Sports
## 3135      Wii            2011        Misc
## 3136       DS            2011      Action
## 3137     X360            2011      Sports
## 3138      PS3            2011    Fighting
## 3139     X360            2011  Simulation
## 3140       PC            2011     Shooter
## 3141     X360            2011        Misc
## 3142      Wii            2011        Misc
## 3143      PSP            2011        Misc
## 3144     X360            2011     Shooter
## 3145      PSP            2011 RolePlaying
## 3146      Wii            2011      Sports
## 3147      3DS            2011      Sports
## 3148      3DS            2011      Sports
## 3149      Wii            2011        Misc
## 3150      3DS            2011    Strategy
## 3151      Wii            2011        Misc
## 3152      3DS            2011      Action
## 3153     X360            2011     Shooter
## 3154      PS3            2011 RolePlaying
## 3155      3DS            2011 RolePlaying
## 3156      3DS            2011    Platform
## 3157       PC            2011      Action
## 3158      PSP            2011        Misc
## 3159      3DS            2011      Sports
## 3160      PSP            2011      Action
## 3161      PSP            2011 RolePlaying
## 3162      Wii            2011      Sports
## 3163       PC            2011     Shooter
## 3164     X360            2011 RolePlaying
## 3165      PS3            2011     Shooter
## 3166       PC            2011      Action
## 3167      PSP            2011 RolePlaying
## 3168     X360            2011        Misc
## 3169       DS            2011    Fighting
## 3170      PS3            2011    Fighting
## 3171      Wii            2011      Sports
## 3172      PSP            2011    Strategy
## 3173      PS3            2011      Action
## 3174      Wii            2011    Fighting
## 3175     X360            2011    Fighting
## 3176      Wii            2011      Sports
## 3177      PSP            2011    Fighting
## 3178      3DS            2011    Strategy
## 3179       PC            2011  Simulation
## 3180      PS3            2011      Action
## 3181     X360            2011      Action
## 3182     X360            2011    Fighting
## 3183      PSP            2011      Action
## 3184      PSP            2011        Misc
## 3185      Wii            2011      Action
## 3186      Wii            2011        Misc
## 3187      Wii            2011   Adventure
## 3188       PC            2011 RolePlaying
## 3189      Wii            2011      Action
## 3190       PC            2011     Shooter
## 3191     X360            2011        Misc
## 3192     X360            2011        Misc
## 3193      PS3            2011      Action
## 3194      PS3            2011      Action
## 3195      PS3            2011     Shooter
## 3196      Wii            2011      Action
## 3197     X360            2011        Misc
## 3198      Wii            2011        Misc
## 3199       DS            2011      Action
## 3200       PC            2011 RolePlaying
## 3201      PS3            2011      Action
## 3202      PS3            2011      Sports
## 3203      PSP            2011 RolePlaying
## 3204     X360            2011   Adventure
## 3205       DS            2011      Action
## 3206      3DS            2011      Puzzle
## 3207       DS            2011 RolePlaying
## 3208       DS            2011        Misc
## 3209      Wii            2011 RolePlaying
## 3210     X360            2011      Sports
## 3211     X360            2011      Racing
## 3212      PS3            2011    Fighting
## 3213      3DS            2011      Action
## 3214      PSP            2011 RolePlaying
## 3215     X360            2011    Fighting
## 3216      3DS            2011      Action
## 3217       DS            2011        Misc
## 3218      PSV            2011    Platform
## 3219     X360            2011        Misc
## 3220      PSV            2011    Fighting
## 3221      Wii            2011        Misc
## 3222      PS3            2011     Shooter
## 3223       DS            2011        Misc
## 3224       PC            2011     Shooter
## 3225      PSP            2011 RolePlaying
## 3226     X360            2011     Shooter
## 3227     X360            2011      Action
## 3228      PS3            2011      Action
## 3229     X360            2011      Sports
## 3230      PS3            2011      Action
## 3231     X360            2011      Sports
## 3232      Wii            2011        Misc
## 3233       DS            2011  Simulation
## 3234      PSP            2011        Misc
## 3235      PSP            2011      Sports
## 3236      Wii            2011      Action
## 3237     X360            2011      Action
## 3238      PS3            2011      Racing
## 3239     X360            2011        Misc
## 3240      PS3            2011      Action
## 3241       PC            2011    Strategy
## 3242      Wii            2011        Misc
## 3243       DS            2011        Misc
## 3244     X360            2011      Sports
## 3245     X360            2011     Shooter
## 3246      PS3            2011      Action
## 3247       DS            2011   Adventure
## 3248      PS3            2011      Action
## 3249      PS3            2011      Sports
## 3250      Wii            2011 RolePlaying
## 3251       DS            2011     Shooter
## 3252      3DS            2011  Simulation
## 3253       PC            2011      Action
## 3254       DS            2011        Misc
## 3255      PS3            2011      Action
## 3256     X360            2011      Action
## 3257     X360            2011      Action
## 3258      Wii            2011        Misc
## 3259       PC            2011   Adventure
## 3260       DS            2011        Misc
## 3261       DS            2011      Action
## 3262      3DS            2011  Simulation
## 3263      PSP            2011      Sports
## 3264      PSV            2011      Action
## 3265      PS3            2011 RolePlaying
## 3266       PC            2011     Shooter
## 3267     X360            2011      Action
## 3268      PS3            2011        Misc
## 3269     X360            2011      Action
## 3270     X360            2011        Misc
## 3271      PS3            2011      Action
## 3272      Wii            2011        Misc
## 3273     X360            2011      Action
## 3274     X360            2011        Misc
## 3275       PC            2011      Puzzle
## 3276      PS3            2011        Misc
## 3277       PC            2011 RolePlaying
## 3278      PS3            2011      Sports
## 3279       DS            2011        Misc
## 3280     X360            2011      Sports
## 3281     X360            2011      Action
## 3282      3DS            2011        Misc
## 3283      PS3            2011        Misc
## 3284      PSP            2011      Sports
## 3285      3DS            2011    Fighting
## 3286      3DS            2011      Racing
## 3287      PS3            2011 RolePlaying
## 3288      PS3            2011      Action
## 3289      PS3            2011      Action
## 3290      PSP            2011      Action
## 3291      PS3            2011      Action
## 3292      Wii            2011      Racing
## 3293      PS3            2011      Action
## 3294      3DS            2011    Platform
## 3295      PS3            2011     Shooter
## 3296      Wii            2011        Misc
## 3297      PSV            2011      Action
## 3298       DS            2011      Action
## 3299       PC            2011      Action
## 3300     X360            2011      Action
## 3301      3DS            2011      Action
## 3302     X360            2011      Sports
## 3303     X360            2011        Misc
## 3304       DS            2011      Action
## 3305      Wii            2011      Action
## 3306       DS            2011   Adventure
## 3307      Wii            2011      Action
## 3308      Wii            2011        Misc
## 3309       DS            2011    Strategy
## 3310      PS3            2011    Platform
## 3311      PS3            2011      Sports
## 3312      Wii            2011        Misc
## 3313     X360            2011        Misc
## 3314      3DS            2011      Action
## 3315      PSP            2011      Sports
## 3316       PC            2011     Shooter
## 3317     X360            2011        Misc
## 3318      PS3            2011      Sports
## 3319      PSP            2011 RolePlaying
## 3320      PSP            2011 RolePlaying
## 3321       PC            2011 RolePlaying
## 3322      PS3            2011        Misc
## 3323      PS3            2011     Shooter
## 3324      PSP            2011 RolePlaying
## 3325      PSP            2011      Sports
## 3326      PS3            2011    Strategy
## 3327      Wii            2011      Sports
## 3328      PS3            2011    Fighting
## 3329      Wii            2011        Misc
## 3330      PS3            2011      Action
## 3331      PS3            2011      Sports
## 3332      PSP            2011   Adventure
## 3333      Wii            2011 RolePlaying
## 3334      PS3            2011      Action
## 3335      3DS            2011        Misc
## 3336      PS3            2011      Action
## 3337      3DS            2011      Action
## 3338      Wii            2011 RolePlaying
## 3339      3DS            2011        Misc
## 3340     X360            2011      Action
## 3341      Wii            2011    Fighting
## 3342      3DS            2011      Racing
## 3343       PC            2011      Racing
## 3344      3DS            2011      Sports
## 3345       DS            2011  Simulation
## 3346       PC            2011      Racing
## 3347      PS3            2011  Simulation
## 3348      Wii            2011        Misc
## 3349     X360            2011     Shooter
## 3350      PS3            2011      Action
## 3351       PC            2011      Action
## 3352      PS3            2011      Action
## 3353     X360            2011      Action
## 3354      PS3            2011      Sports
## 3355     X360            2011      Sports
## 3356       DS            2011  Simulation
## 3357      PS3            2011     Shooter
## 3358       PC            2011      Racing
## 3359      Wii            2011      Racing
## 3360      Wii            2011      Sports
## 3361      PS3            2011      Sports
## 3362      PSP            2011    Fighting
## 3363      Wii            2011        Misc
## 3364      Wii            2011        Misc
## 3365      Wii            2011    Platform
## 3366       PC            2011     Shooter
## 3367      Wii            2011      Action
## 3368      PS3            2011        Misc
## 3369     X360            2011      Sports
## 3370      PS3            2011      Action
## 3371      PS3            2011     Shooter
## 3372     X360            2011      Action
## 3373      Wii            2011        Misc
## 3374      PSV            2011      Racing
## 3375      PS3            2011  Simulation
## 3376       PC            2011 RolePlaying
## 3377       DS            2011      Puzzle
## 3378      Wii            2011        Misc
## 3379      PS3            2011    Platform
## 3380     X360            2011      Action
## 3381       PC            2011   Adventure
## 3382      PS3            2011      Racing
## 3383      Wii            2011      Action
## 3384      3DS            2011        Misc
## 3385      PS3            2011      Action
## 3386      PS3            2011      Action
## 3387      PSP            2011      Sports
## 3388       DS            2011  Simulation
## 3389      Wii            2011      Racing
## 3390       PC            2011    Strategy
## 3391      3DS            2011      Racing
## 3392      3DS            2011   Adventure
## 3393       DS            2011      Action
## 3394      3DS            2011 RolePlaying
## 3395     X360            2011      Action
## 3396      PSP            2011    Strategy
## 3397     X360            2011      Action
## 3398      Wii            2011        Misc
## 3399      PS3            2011      Racing
## 3400       DS            2011        Misc
## 3401      PSP            2011      Action
## 3402     X360            2011        Misc
## 3403       PC            2011      Sports
## 3404       PC            2011     Shooter
## 3405      PSP            2011 RolePlaying
## 3406      PS3            2011        Misc
## 3407      3DS            2011      Action
## 3408      3DS            2011   Adventure
## 3409      PS3            2011      Sports
## 3410       PC            2011     Shooter
## 3411      Wii            2011      Sports
## 3412      3DS            2011      Action
## 3413       PC            2011      Racing
## 3414      PSP            2011   Adventure
## 3415     X360            2011    Platform
## 3416      Wii            2011        Misc
## 3417      Wii            2011  Simulation
## 3418       DS            2011        Misc
## 3419      Wii            2011      Action
## 3420       PC            2011  Simulation
## 3421      PS3            2011      Action
## 3422      PSP            2011   Adventure
## 3423      Wii            2011        Misc
## 3424       DS            2011        Misc
## 3425     X360            2011      Action
## 3426       DS            2011        Misc
## 3427      PSP            2011 RolePlaying
## 3428      Wii            2011        Misc
## 3429      3DS            2011        Misc
## 3430      PSP            2011 RolePlaying
## 3431       PC            2011      Action
## 3432      PS3            2011      Action
## 3433     X360            2011        Misc
## 3434      3DS            2011    Platform
## 3435     X360            2011      Action
## 3436      PSP            2011      Action
## 3437      PSP            2011   Adventure
## 3438      PS3            2011      Action
## 3439      Wii            2011      Sports
## 3440      PSP            2011   Adventure
## 3441      3DS            2011      Racing
## 3442      PSP            2011    Strategy
## 3443      PSP            2011      Action
## 3444      Wii            2011      Sports
## 3445     X360            2011        Misc
## 3446       DS            2011      Puzzle
## 3447      Wii            2011      Sports
## 3448     X360            2011   Adventure
## 3449      PSV            2011      Action
## 3450      PS3            2011        Misc
## 3451      3DS            2011        Misc
## 3452       DS            2011      Action
## 3453      PSP            2011 RolePlaying
## 3454       PC            2011     Shooter
## 3455     X360            2011      Sports
## 3456     X360            2011    Fighting
## 3457      3DS            2011  Simulation
## 3458      Wii            2011      Action
## 3459       DS            2011        Misc
## 3460      PS2            2011      Sports
## 3461      PSP            2011      Sports
## 3462     X360            2011      Action
## 3463      3DS            2011  Simulation
## 3464      Wii            2011      Racing
## 3465      3DS            2011 RolePlaying
## 3466      Wii            2011   Adventure
## 3467       DS            2011        Misc
## 3468      PSV            2011      Racing
## 3469       DS            2011      Racing
## 3470      PSP            2011 RolePlaying
## 3471      PSP            2011    Fighting
## 3472      3DS            2011      Action
## 3473      3DS            2011      Puzzle
## 3474     X360            2011      Action
## 3475      3DS            2011        Misc
## 3476      PSP            2011      Racing
## 3477     X360            2011      Action
## 3478      PS3            2011      Sports
## 3479      Wii            2011      Action
## 3480     X360            2011      Action
## 3481      Wii            2011     Shooter
## 3482     X360            2011        Misc
## 3483      PSP            2011 RolePlaying
## 3484      PS3            2011      Racing
## 3485       DS            2011      Racing
## 3486      PSP            2011      Sports
## 3487      Wii            2011        Misc
## 3488       DS            2011      Action
## 3489      PS3            2011      Sports
## 3490      Wii            2011      Action
## 3491      PSP            2011      Action
## 3492      PS3            2011        Misc
## 3493     X360            2011     Shooter
## 3494       DS            2011      Action
## 3495      PSV            2011      Puzzle
## 3496      Wii            2011      Racing
## 3497      PS3            2011   Adventure
## 3498      PS3            2011    Fighting
## 3499      Wii            2011     Shooter
## 3500      Wii            2011    Strategy
## 3501      PSP            2011      Action
## 3502       DS            2011      Action
## 3503     X360            2011      Racing
## 3504      PSP            2011    Fighting
## 3505      3DS            2011      Racing
## 3506      3DS            2011      Sports
## 3507     X360            2011        Misc
## 3508      PSP            2011  Simulation
## 3509      3DS            2011      Action
## 3510       PC            2011   Adventure
## 3511       DS            2011        Misc
## 3512      3DS            2011      Action
## 3513      3DS            2011      Sports
## 3514      PS3            2011        Misc
## 3515      Wii            2011        Misc
## 3516       DS            2011      Sports
## 3517      PS3            2011      Sports
## 3518       DS            2011        Misc
## 3519      PS3            2011      Racing
## 3520       PC            2011 RolePlaying
## 3521     X360            2011      Sports
## 3522       PC            2011      Racing
## 3523     X360            2011        Misc
## 3524      PS3            2011      Action
## 3525      3DS            2011      Action
## 3526      PSP            2011   Adventure
## 3527      PS2            2011    Fighting
## 3528       DS            2011    Platform
## 3529       PC            2011     Shooter
## 3530      PS3            2011  Simulation
## 3531      3DS            2011   Adventure
## 3532      PS3            2011   Adventure
## 3533      PS3            2011        Misc
## 3534      Wii            2011        Misc
## 3535      3DS            2011   Adventure
## 3536     X360            2011        Misc
## 3537      PSP            2011      Action
## 3538      3DS            2011      Sports
## 3539      PS3            2011     Shooter
## 3540      Wii            2011      Sports
## 3541      Wii            2011        Misc
## 3542      PSP            2011 RolePlaying
## 3543      PSP            2011      Action
## 3544     X360            2011     Shooter
## 3545     X360            2011      Sports
## 3546     X360            2011        Misc
## 3547      PSV            2011    Fighting
## 3548       PC            2011    Platform
## 3549     X360            2011      Action
## 3550      PS3            2011        Misc
## 3551      3DS            2011    Fighting
## 3552      PSP            2011 RolePlaying
## 3553       DS            2011      Action
## 3554      Wii            2011      Sports
## 3555      3DS            2011      Action
## 3556       DS            2011      Action
## 3557       PC            2011    Strategy
## 3558      PSP            2011      Action
## 3559     X360            2011        Misc
## 3560      PS3            2011        Misc
## 3561     X360            2011      Action
## 3562       DS            2011      Action
## 3563      Wii            2011        Misc
## 3564       DS            2011      Puzzle
## 3565      PSP            2011   Adventure
## 3566      PSP            2011        Misc
## 3567      PSP            2011    Strategy
## 3568      PS3            2011      Action
## 3569       DS            2011        Misc
## 3570      Wii            2011     Shooter
## 3571      PS3            2011   Adventure
## 3572     X360            2011        Misc
## 3573     X360            2011        Misc
## 3574      PSV            2011 RolePlaying
## 3575       DS            2011    Platform
## 3576       DS            2011      Action
## 3577      3DS            2011        Misc
## 3578      3DS            2011      Action
## 3579      Wii            2011      Action
## 3580      3DS            2011      Action
## 3581       PC            2011      Action
## 3582       DS            2011      Sports
## 3583      PS3            2011        Misc
## 3584      PSP            2011 RolePlaying
## 3585       DS            2011    Strategy
## 3586      PS3            2011      Racing
## 3587      3DS            2011      Action
## 3588      3DS            2011    Platform
## 3589     X360            2011      Racing
## 3590     X360            2011        Misc
## 3591       PC            2011      Action
## 3592     X360            2011      Action
## 3593       DS            2011 RolePlaying
## 3594      3DS            2011    Fighting
## 3595     X360            2011        Misc
## 3596       DS            2011    Platform
## 3597      PS3            2011    Fighting
## 3598     X360            2011     Shooter
## 3599      Wii            2011        Misc
## 3600      PS3            2011      Action
## 3601       PC            2011    Strategy
## 3602     X360            2011      Sports
## 3603       PC            2011      Puzzle
## 3604       DS            2011    Fighting
## 3605      PS3            2011        Misc
## 3606      PSV            2011      Action
## 3607      Wii            2011      Action
## 3608      Wii            2011        Misc
## 3609      Wii            2011        Misc
## 3610     X360            2011      Racing
## 3611      3DS            2011      Racing
## 3612       DS            2011      Puzzle
## 3613       PC            2011      Action
## 3614      PSV            2011        Misc
## 3615       DS            2011      Sports
## 3616     X360            2011  Simulation
## 3617      3DS            2011        Misc
## 3618      PS3            2011      Racing
## 3619      Wii            2011      Sports
## 3620      PS3            2011   Adventure
## 3621      PS3            2011      Action
## 3622      3DS            2011      Puzzle
## 3623      PS3            2011    Fighting
## 3624      Wii            2011        Misc
## 3625      Wii            2011      Sports
## 3626       DS            2011  Simulation
## 3627       DS            2011   Adventure
## 3628      PS3            2011 RolePlaying
## 3629      Wii            2011      Action
## 3630       PC            2011     Shooter
## 3631      Wii            2011        Misc
## 3632      PS2            2011      Sports
## 3633      PS3            2011      Action
## 3634       DS            2011   Adventure
## 3635       PC            2011   Adventure
## 3636      Wii            2011      Action
## 3637      3DS            2011     Shooter
## 3638      3DS            2011      Action
## 3639      3DS            2011      Puzzle
## 3640       DS            2011 RolePlaying
## 3641       PC            2011   Adventure
## 3642      3DS            2011      Action
## 3643     X360            2011  Simulation
## 3644       DS            2011      Puzzle
## 3645      PS3            2011      Action
## 3646       PC            2011  Simulation
## 3647      PS3            2011      Action
## 3648       DS            2011      Action
## 3649      Wii            2011      Action
## 3650     X360            2011  Simulation
## 3651       DS            2011   Adventure
## 3652     X360            2011    Fighting
## 3653       DS            2011      Action
## 3654     X360            2011   Adventure
## 3655       PC            2011      Sports
## 3656      Wii            2011    Fighting
## 3657      PS3            2011      Sports
## 3658      3DS            2011      Puzzle
## 3659       PC            2011    Strategy
## 3660      Wii            2011      Action
## 3661      PSP            2011    Strategy
## 3662       DS            2011    Strategy
## 3663     X360            2011      Action
## 3664      Wii            2011      Action
## 3665       PC            2011      Action
## 3666      Wii            2011        Misc
## 3667       DS            2011    Strategy
## 3668       DS            2011  Simulation
## 3669       PC            2011  Simulation
## 3670      PS3            2011      Sports
## 3671      PSP            2011   Adventure
## 3672       PC            2011     Shooter
## 3673      Wii            2011      Action
## 3674     X360            2011        Misc
## 3675      Wii            2011      Action
## 3676      PS3            2011        Misc
## 3677       DS            2011      Sports
## 3678      PS3            2011      Racing
## 3679      PSP            2011    Fighting
## 3680      PS3            2011      Sports
## 3681      PS3            2011        Misc
## 3682     X360            2011    Fighting
## 3683       DS            2011   Adventure
## 3684       DS            2011        Misc
## 3685      3DS            2011  Simulation
## 3686     X360            2011      Racing
## 3687       PC            2011  Simulation
## 3688      PS3            2011        Misc
## 3689       DS            2011      Puzzle
## 3690      PS3            2011      Action
## 3691       DS            2011      Action
## 3692      Wii            2011      Racing
## 3693       DS            2011      Puzzle
## 3694       PC            2011     Shooter
## 3695      3DS            2011      Sports
## 3696      Wii            2011        Misc
## 3697       DS            2011        Misc
## 3698       DS            2011      Sports
## 3699      PSP            2011 RolePlaying
## 3700      Wii            2011      Sports
## 3701      Wii            2011      Sports
## 3702      3DS            2011    Platform
## 3703      PS3            2011    Fighting
## 3704     X360            2011    Fighting
## 3705      PS3            2011  Simulation
## 3706       DS            2011      Action
## 3707      PS3            2011    Strategy
## 3708      PS3            2011      Action
## 3709     X360            2011      Racing
## 3710       PC            2011    Strategy
## 3711     X360            2011        Misc
## 3712     X360            2011        Misc
## 3713       DS            2011        Misc
## 3714      PSP            2011        Misc
## 3715       DS            2011    Platform
## 3716      PSP            2011 RolePlaying
## 3717       DS            2011  Simulation
## 3718       DS            2011    Platform
## 3719       DS            2011      Puzzle
## 3720       DS            2011   Adventure
## 3721      PSP            2011 RolePlaying
## 3722      PSP            2011    Fighting
## 3723       DS            2011      Puzzle
## 3724     X360            2011      Action
## 3725       PC            2011      Action
## 3726       PC            2011    Strategy
## 3727       DS            2011        Misc
## 3728     X360            2011     Shooter
## 3729       DS            2011      Puzzle
## 3730     X360            2011      Racing
## 3731      3DS            2011      Action
## 3732       PC            2011   Adventure
## 3733     X360            2011      Racing
## 3734       PC            2011 RolePlaying
## 3735      PS2            2011      Action
## 3736     X360            2011      Racing
## 3737       PC            2011      Action
## 3738      PS3            2011      Action
## 3739       DS            2011        Misc
## 3740      Wii            2011      Puzzle
## 3741       DS            2011  Simulation
## 3742      PS3            2011      Racing
## 3743      PSP            2011   Adventure
## 3744      PSP            2011 RolePlaying
## 3745     X360            2011   Adventure
## 3746       DS            2011        Misc
## 3747       DS            2011      Action
## 3748      PSP            2011   Adventure
## 3749     X360            2011      Sports
## 3750      3DS            2011    Strategy
## 3751      3DS            2011 RolePlaying
## 3752     X360            2011      Action
## 3753      3DS            2011      Sports
## 3754       PC            2011  Simulation
## 3755      PSP            2011      Sports
## 3756      PSP            2011      Action
## 3757      PSP            2011    Strategy
## 3758       PC            2011  Simulation
## 3759       DS            2011  Simulation
## 3760       DS            2011    Platform
## 3761      Wii            2011      Sports
## 3762       PC            2011  Simulation
## 3763       PC            2011    Strategy
## 3764      Wii            2011     Shooter
## 3765     X360            2011  Simulation
## 3766       PC            2011      Action
## 3767       PC            2011  Simulation
## 3768       DS            2011      Puzzle
## 3769      Wii            2011   Adventure
## 3770      PS3            2011        Misc
## 3771     X360            2011    Fighting
## 3772       DS            2011 RolePlaying
## 3773      PSP            2011        Misc
## 3774       DS            2011      Puzzle
## 3775      PSP            2011 RolePlaying
## 3776      PS2            2011      Sports
## 3777       DS            2011   Adventure
## 3778      PSP            2011 RolePlaying
## 3779       DS            2011      Sports
## 3780     X360            2011        Misc
## 3781       DS            2011        Misc
## 3782      PS3            2011   Adventure
## 3783      PSP            2011   Adventure
## 3784      Wii            2011    Platform
## 3785      Wii            2011    Strategy
## 3786      PS3            2011      Sports
## 3787       DS            2011      Action
## 3788       PC            2011      Action
## 3789       PC            2011      Sports
## 3790      PSV            2011   Adventure
## 3791      3DS            2011     Shooter
## 3792       DS            2011      Puzzle
## 3793      PSP            2011   Adventure
## 3794       PC            2011      Sports
## 3795      3DS            2011        Misc
## 3796      3DS            2011        Misc
## 3797       DS            2011    Platform
## 3798       DS            2011   Adventure
## 3799       DS            2011 RolePlaying
## 3800      Wii            2011        Misc
## 3801       PC            2011      Puzzle
## 3802      3DS            2011    Platform
## 3803      PSP            2011   Adventure
## 3804      Wii            2011      Sports
## 3805       DS            2011        Misc
## 3806       DS            2011      Action
## 3807      PS3            2011        Misc
## 3808      3DS            2011        Misc
## 3809      PSP            2011   Adventure
## 3810       PC            2011   Adventure
## 3811      PSP            2011 RolePlaying
## 3812      PS3            2011        Misc
## 3813       DS            2011     Shooter
## 3814       DS            2011      Puzzle
## 3815      PSP            2011   Adventure
## 3816      PSP            2011   Adventure
## 3817     X360            2011   Adventure
## 3818      3DS            2011      Sports
## 3819      PSP            2011   Adventure
## 3820       PC            2011      Sports
## 3821      3DS            2011 RolePlaying
## 3822     X360            2011     Shooter
## 3823      PSP            2011 RolePlaying
## 3824       PC            2011    Strategy
## 3825      PSP            2011   Adventure
## 3826      PSP            2011   Adventure
## 3827      PSP            2011   Adventure
## 3828      PS3            2011      Action
## 3829     X360            2011    Fighting
## 3830     X360            2011      Sports
## 3831       PC            2011  Simulation
## 3832       DS            2011        Misc
## 3833       DS            2011      Puzzle
## 3834       PC            2011      Racing
## 3835      Wii            2011     Shooter
## 3836      PSP            2011   Adventure
## 3837       PC            2011    Strategy
## 3838       PC            2011 RolePlaying
## 3839      PS3            2011      Sports
## 3840       PC            2011    Platform
## 3841      PSP            2011   Adventure
## 3842       DS            2011   Adventure
## 3843       DS            2011        Misc
## 3844      3DS            2011    Strategy
## 3845       DS            2011      Puzzle
## 3846       PC            2011    Strategy
## 3847       PC            2011      Action
## 3848      PS3            2011   Adventure
## 3849       DS            2011 RolePlaying
## 3850      PS3            2011    Strategy
## 3851      PSP            2011   Adventure
## 3852     X360            2011  Simulation
## 3853       PC            2011    Strategy
## 3854       PC            2011      Puzzle
## 3855       DS            2011      Puzzle
## 3856       DS            2011      Puzzle
## 3857      PS3            2011   Adventure
## 3858       PC            2011      Racing
## 3859       PC            2011        Misc
## 3860       PC            2011   Adventure
## 3861      3DS            2011      Sports
## 3862      PS3            2011      Action
## 3863       PC            2011   Adventure
## 3864      Wii            2011        Misc
## 3865       DS            2011      Puzzle
## 3866       PC            2011    Platform
## 3867      PSP            2011   Adventure
## 3868      Wii            2011    Platform
## 3869      PSP            2011 RolePlaying
## 3870       DS            2011        Misc
## 3871       DS            2011        Misc
## 3872       PC            2011  Simulation
## 3873       PC            2011    Strategy
## 3874      PSP            2011   Adventure
## 3875     X360            2011 RolePlaying
## 3876      PSP            2011        Misc
## 3877     X360            2011   Adventure
## 3878     X360            2011        Misc
## 3879       PC            2011      Action
## 3880      PS3            2011        Misc
## 3881      PSP            2011   Adventure
## 3882      PSP            2011        Misc
## 3883      PSP            2011   Adventure
## 3884      PSP            2011   Adventure
## 3885      PSV            2011  Simulation
## 3886       PC            2011      Puzzle
## 3887     X360            2011        Misc
## 3888     X360            2011      Action
## 3889      PSP            2011   Adventure
## 3890     X360            2011 RolePlaying
## 3891      PSP            2011        Misc
## 3892      3DS            2011      Action
## 3893      PSP            2011   Adventure
## 3894      PSP            2011        Misc
## 3895       DS            2011      Action
## 3896       PC            2011 RolePlaying
## 3897       DS            2011   Adventure
## 3898       PC            2011  Simulation
## 3899      PSP            2011   Adventure
## 3900     X360            2011 RolePlaying
## 3901       PC            2011   Adventure
## 3902      PSP            2011   Adventure
## 3903       DS            2011      Puzzle
## 3904      PS3            2011      Sports
## 3905      Wii            2011      Sports
## 3906     X360            2011     Shooter
## 3907      PSP            2011   Adventure
## 3908      PSP            2011      Action
## 3909     X360            2011        Misc
## 3910      Wii            2011      Sports
## 3911       PC            2011      Puzzle
## 3912     X360            2011   Adventure
## 3913      PSP            2011   Adventure
## 3914      Wii            2011        Misc
## 3915      PSP            2011   Adventure
## 3916       PC            2011      Puzzle
## 3917      Wii            2011        Misc
## 3918      Wii            2011      Racing
## 3919      PS3            2011   Adventure
## 3920       DS            2011      Puzzle
## 3921       DS            2011    Strategy
## 3922     X360            2011      Sports
## 3923      PSP            2011        Misc
## 3924     X360            2011     Shooter
## 3925      PS3            2011   Adventure
## 3926     X360            2011      Action
## 3927       DS            2011        Misc
## 3928      PSP            2011   Adventure
## 3929      PSP            2011   Adventure
## 3930      3DS            2011     Shooter
## 3931       PC            2011 RolePlaying
## 3932       PC            2011  Simulation
## 3933       DS            2011     Shooter
## 3934      PSP            2011   Adventure
## 3935      PS2            2011   Adventure
## 3936       DS            2011   Adventure
## 3937     X360            2011      Action
## 3938      PSP            2011 RolePlaying
## 3939       DS            2011   Adventure
## 3940       PC            2011  Simulation
## 3941      PSP            2011      Action
## 3942       DS            2011      Puzzle
## 3943     X360            2011      Sports
## 3944       DS            2011    Platform
## 3945      PSP            2011   Adventure
## 3946      PSP            2011 RolePlaying
## 3947      3DS            2011      Action
## 3948       DS            2011      Action
## 3949       PC            2011  Simulation
## 3950      PS3            2011        Misc
## 3951      Wii            2011      Action
## 3952       PC            2011      Racing
## 3953      PSP            2011   Adventure
## 3954      PS3            2011      Action
## 3955     X360            2011     Shooter
## 3956       PC            2011    Strategy
## 3957     X360            2011        Misc
## 3958      Wii            2011 RolePlaying
## 3959       PC            2011  Simulation
## 3960       PC            2011      Puzzle
## 3961     X360            2011        Misc
## 3962      Wii            2011  Simulation
## 3963       PC            2011     Shooter
## 3964      PSP            2011        Misc
## 3965      PSP            2011   Adventure
## 3966       PC            2011   Adventure
## 3967      PSP            2011    Strategy
## 3968      PS3            2011 RolePlaying
## 3969       DS            2011      Puzzle
## 3970      PS3            2011    Strategy
## 3971      PSP            2011   Adventure
## 3972     X360            2011      Sports
## 3973      PSP            2011      Action
## 3974       PC            2011    Strategy
## 3975      PSP            2011   Adventure
## 3976     X360            2011   Adventure
## 3977       PC            2011     Shooter
## 3978       DS            2011        Misc
## 3979       DS            2011      Action
## 3980      Wii            2011      Sports
## 3981      3DS            2011        Misc
## 3982       DS            2011   Adventure
## 3983       PC            2011    Strategy
## 3984      Wii            2011    Platform
## 3985      PSP            2011 RolePlaying
## 3986      PSV            2011        Misc
## 3987      PS3            2011    Fighting
## 3988       DS            2011  Simulation
## 3989      PSP            2011 RolePlaying
## 3990       DS            2011 RolePlaying
## 3991       PC            2011    Strategy
## 3992     X360            2011   Adventure
## 3993       PC            2011   Adventure
## 3994      PS2            2011   Adventure
## 3995      PSP            2011   Adventure
## 3996      PSP            2011   Adventure
## 3997       PC            2011  Simulation
## 3998       DS            2011        Misc
## 3999      PSP            2011   Adventure
## 4000     X360            2011 RolePlaying
## 4001       PC            2011      Puzzle
## 4002      PS3            2011     Shooter
## 4003      3DS            2011      Action
## 4004      PSP            2011        Misc
## 4005      PSP            2011   Adventure
## 4006       PC            2011        Misc
## 4007       DS            2011        Misc
## 4008      Wii            2011      Racing
## 4009     X360            2011     Shooter
## 4010      3DS            2011      Sports
## 4011     X360            2011     Shooter
## 4012       DS            2011 RolePlaying
## 4013      PSP            2011    Strategy
## 4014      PSP            2011   Adventure
## 4015       PC            2011      Puzzle
## 4016     X360            2011      Action
## 4017       DS            2011      Puzzle
## 4018      3DS            2011      Action
## 4019       PC            2011      Racing
## 4020      3DS            2011      Sports
## 4021       PC            2011     Shooter
## 4022       PC            2011    Strategy
## 4023     X360            2010        Misc
## 4024       DS            2010 RolePlaying
## 4025     X360            2010     Shooter
## 4026      PS3            2010     Shooter
## 4027      PS3            2010      Racing
## 4028     X360            2010     Shooter
## 4029      Wii            2010        Misc
## 4030      Wii            2010        Misc
## 4031      Wii            2010    Platform
## 4032      Wii            2010      Sports
## 4033      PS3            2010      Action
## 4034      Wii            2010    Platform
## 4035     X360            2010      Action
## 4036     X360            2010      Sports
## 4037     X360            2010 RolePlaying
## 4038      PS3            2010      Sports
## 4039      PSP            2010 RolePlaying
## 4040       PC            2010    Strategy
## 4041      PS3            2010      Action
## 4042      Wii            2010        Misc
## 4043     X360            2010 RolePlaying
## 4044      PS3            2010      Sports
## 4045     X360            2010      Sports
## 4046     X360            2010      Action
## 4047     X360            2010     Shooter
## 4048     X360            2010        Misc
## 4049      PS3            2010 RolePlaying
## 4050     X360            2010 RolePlaying
## 4051      PS3            2010   Adventure
## 4052      Wii            2010    Platform
## 4053      PS3            2010     Shooter
## 4054      PS3            2010      Action
## 4055      PS3            2010     Shooter
## 4056      PS3            2010      Racing
## 4057     X360            2010      Sports
## 4058       DS            2010      Puzzle
## 4059     X360            2010      Sports
## 4060     X360            2010     Shooter
## 4061      Wii            2010    Platform
## 4062       DS            2010        Misc
## 4063      Wii            2010      Action
## 4064      Wii            2010        Misc
## 4065      PS3            2010      Sports
## 4066      PS3            2010      Sports
## 4067     X360            2010      Sports
## 4068       DS            2010      Action
## 4069     X360            2010  Simulation
## 4070      Wii            2010        Misc
## 4071     X360            2010      Racing
## 4072     X360            2010     Shooter
## 4073     X360            2010 RolePlaying
## 4074     X360            2010      Action
## 4075       PC            2010 RolePlaying
## 4076      Wii            2010      Sports
## 4077      PSP            2010      Action
## 4078      Wii            2010    Platform
## 4079      PSP            2010 RolePlaying
## 4080     X360            2010      Action
## 4081      PS3            2010      Action
## 4082       DS            2010      Action
## 4083      PS3            2010      Sports
## 4084      PS3            2010  Simulation
## 4085      Wii            2010      Action
## 4086       DS            2010    Platform
## 4087      PS3            2010      Action
## 4088      PS3            2010      Action
## 4089       DS            2010 RolePlaying
## 4090       PC            2010  Simulation
## 4091      Wii            2010    Platform
## 4092       PC            2010    Strategy
## 4093     X360            2010  Simulation
## 4094     X360            2010      Action
## 4095     X360            2010      Action
## 4096     X360            2010      Action
## 4097      PS3            2010     Shooter
## 4098       PC            2010 RolePlaying
## 4099      PS3            2010      Action
## 4100     X360            2010      Action
## 4101      PS3            2010      Action
## 4102       DS            2010      Puzzle
## 4103      Wii            2010      Racing
## 4104     X360            2010      Action
## 4105     X360            2010      Racing
## 4106       DS            2010 RolePlaying
## 4107      PS3            2010    Fighting
## 4108      Wii            2010  Simulation
## 4109      Wii            2010      Action
## 4110      Wii            2010     Shooter
## 4111      PS3            2010      Action
## 4112      Wii            2010      Action
## 4113      PS3            2010      Racing
## 4114     X360            2010      Action
## 4115     X360            2010    Fighting
## 4116     X360            2010      Sports
## 4117      PS3            2010     Shooter
## 4118      PS3            2010      Action
## 4119       DS            2010 RolePlaying
## 4120       DS            2010    Platform
## 4121      Wii            2010      Sports
## 4122       PC            2010      Sports
## 4123      PS3            2010      Sports
## 4124      PS3            2010    Fighting
## 4125      PSP            2010      Sports
## 4126       PC            2010 RolePlaying
## 4127     X360            2010     Shooter
## 4128      PS3            2010      Action
## 4129      PS3            2010      Racing
## 4130     X360            2010     Shooter
## 4131      PS3            2010      Action
## 4132     X360            2010      Racing
## 4133      PS3            2010    Fighting
## 4134      PS3            2010      Action
## 4135      PS3            2010      Action
## 4136      Wii            2010      Sports
## 4137     X360            2010      Action
## 4138     X360            2010     Shooter
## 4139     X360            2010      Action
## 4140      PS3            2010     Shooter
## 4141       DS            2010      Racing
## 4142       DS            2010  Simulation
## 4143      Wii            2010        Misc
## 4144      PSP            2010      Action
## 4145      PS3            2010 RolePlaying
## 4146       DS            2010      Action
## 4147      Wii            2010        Misc
## 4148      Wii            2010        Misc
## 4149     X360            2010     Shooter
## 4150      PS3            2010      Racing
## 4151      PS3            2010     Shooter
## 4152      Wii            2010      Sports
## 4153       DS            2010 RolePlaying
## 4154       DS            2010 RolePlaying
## 4155     X360            2010      Sports
## 4156     X360            2010      Action
## 4157      PS3            2010      Sports
## 4158      Wii            2010      Sports
## 4159      Wii            2010 RolePlaying
## 4160     X360            2010      Sports
## 4161     X360            2010      Racing
## 4162     X360            2010        Misc
## 4163     X360            2010    Fighting
## 4164     X360            2010        Misc
## 4165      Wii            2010      Puzzle
## 4166     X360            2010      Sports
## 4167      Wii            2010      Sports
## 4168      PS3            2010      Sports
## 4169      PS3            2010     Shooter
## 4170      PS3            2010      Sports
## 4171     X360            2010        Misc
## 4172      Wii            2010        Misc
## 4173      PS3            2010        Misc
## 4174      PS3            2010    Fighting
## 4175      Wii            2010        Misc
## 4176      PSP            2010      Sports
## 4177      Wii            2010      Sports
## 4178     X360            2010    Fighting
## 4179       DS            2010 RolePlaying
## 4180       DS            2010      Puzzle
## 4181     X360            2010      Racing
## 4182      PS2            2010      Sports
## 4183     X360            2010      Action
## 4184      Wii            2010      Action
## 4185     X360            2010     Shooter
## 4186      PS3            2010        Misc
## 4187      Wii            2010   Adventure
## 4188      PS3            2010 RolePlaying
## 4189      PS3            2010      Racing
## 4190     X360            2010      Sports
## 4191      Wii            2010        Misc
## 4192      PSP            2010      Action
## 4193      PS3            2010 RolePlaying
## 4194      PS3            2010      Sports
## 4195      PS3            2010      Racing
## 4196       PC            2010     Shooter
## 4197       DS            2010      Sports
## 4198      PSP            2010    Fighting
## 4199      PS3            2010     Shooter
## 4200     X360            2010      Sports
## 4201      PS3            2010      Action
## 4202      PS3            2010    Platform
## 4203      PSP            2010      Action
## 4204       DS            2010 RolePlaying
## 4205       DS            2010  Simulation
## 4206      Wii            2010      Action
## 4207       PC            2010  Simulation
## 4208     X360            2010      Action
## 4209       PC            2010    Strategy
## 4210      PSP            2010      Action
## 4211      PS3            2010      Action
## 4212       DS            2010   Adventure
## 4213      Wii            2010      Sports
## 4214       DS            2010        Misc
## 4215      PSP            2010      Action
## 4216       DS            2010  Simulation
## 4217      PS3            2010      Action
## 4218     X360            2010    Fighting
## 4219      Wii            2010        Misc
## 4220      Wii            2010        Misc
## 4221      PS3            2010 RolePlaying
## 4222      Wii            2010     Shooter
## 4223     X360            2010      Action
## 4224      Wii            2010        Misc
## 4225      PS3            2010        Misc
## 4226      PS3            2010 RolePlaying
## 4227      PS3            2010     Shooter
## 4228     X360            2010      Sports
## 4229      Wii            2010        Misc
## 4230      Wii            2010      Sports
## 4231      PSP            2010 RolePlaying
## 4232     X360            2010    Fighting
## 4233     X360            2010      Racing
## 4234       DS            2010        Misc
## 4235      Wii            2010        Misc
## 4236      PS3            2010      Sports
## 4237      PS2            2010      Action
## 4238      Wii            2010        Misc
## 4239     X360            2010      Racing
## 4240      PS3            2010     Shooter
## 4241      PS3            2010    Fighting
## 4242     X360            2010        Misc
## 4243       DS            2010     Shooter
## 4244      Wii            2010        Misc
## 4245     X360            2010     Shooter
## 4246      Wii            2010      Sports
## 4247      PS3            2010      Sports
## 4248      PS3            2010        Misc
## 4249      Wii            2010      Puzzle
## 4250       DS            2010  Simulation
## 4251      PS3            2010      Action
## 4252       PC            2010      Action
## 4253      Wii            2010        Misc
## 4254       DS            2010  Simulation
## 4255       DS            2010 RolePlaying
## 4256     X360            2010      Action
## 4257      PS3            2010      Action
## 4258      Wii            2010      Sports
## 4259      Wii            2010      Sports
## 4260     X360            2010     Shooter
## 4261      Wii            2010      Action
## 4262      PS3            2010     Shooter
## 4263      PSP            2010 RolePlaying
## 4264      Wii            2010    Fighting
## 4265      PSP            2010 RolePlaying
## 4266      Wii            2010      Racing
## 4267      PSP            2010      Racing
## 4268       DS            2010      Action
## 4269       DS            2010  Simulation
## 4270     X360            2010      Sports
## 4271      PS3            2010        Misc
## 4272      PSP            2010 RolePlaying
## 4273     X360            2010      Sports
## 4274      Wii            2010   Adventure
## 4275      Wii            2010        Misc
## 4276      PS3            2010    Strategy
## 4277      PS3            2010      Action
## 4278      PS3            2010     Shooter
## 4279       DS            2010   Adventure
## 4280      PS2            2010      Sports
## 4281      Wii            2010      Action
## 4282      Wii            2010  Simulation
## 4283     X360            2010     Shooter
## 4284       PC            2010     Shooter
## 4285       DS            2010      Action
## 4286       DS            2010   Adventure
## 4287     X360            2010     Shooter
## 4288       DS            2010      Action
## 4289     X360            2010 RolePlaying
## 4290      Wii            2010      Action
## 4291      PSP            2010      Sports
## 4292       PC            2010  Simulation
## 4293      Wii            2010      Racing
## 4294      Wii            2010    Fighting
## 4295      Wii            2010      Action
## 4296       DS            2010      Puzzle
## 4297     X360            2010      Action
## 4298      Wii            2010        Misc
## 4299      Wii            2010        Misc
## 4300     X360            2010      Sports
## 4301      PSP            2010     Shooter
## 4302      PS3            2010      Action
## 4303       DS            2010  Simulation
## 4304      Wii            2010      Sports
## 4305      PS3            2010      Action
## 4306      PS3            2010 RolePlaying
## 4307       DS            2010   Adventure
## 4308       DS            2010      Action
## 4309      PS3            2010 RolePlaying
## 4310       DS            2010      Sports
## 4311      PS3            2010 RolePlaying
## 4312      Wii            2010      Sports
## 4313      Wii            2010      Action
## 4314       DS            2010        Misc
## 4315      PSP            2010      Action
## 4316     X360            2010     Shooter
## 4317      PS3            2010      Action
## 4318       DS            2010        Misc
## 4319      PS2            2010      Sports
## 4320      PS2            2010      Sports
## 4321      PS3            2010      Action
## 4322      PSP            2010      Sports
## 4323      PS3            2010        Misc
## 4324      PS2            2010      Action
## 4325      PSP            2010        Misc
## 4326      PSP            2010        Misc
## 4327     X360            2010        Misc
## 4328       DS            2010      Action
## 4329      PS3            2010    Fighting
## 4330     X360            2010      Action
## 4331      Wii            2010      Sports
## 4332     X360            2010      Sports
## 4333       PC            2010      Action
## 4334      Wii            2010      Action
## 4335       PC            2010 RolePlaying
## 4336      PS3            2010      Action
## 4337      PS3            2010      Sports
## 4338     X360            2010      Sports
## 4339     X360            2010 RolePlaying
## 4340      Wii            2010      Action
## 4341      PS3            2010      Action
## 4342      PS3            2010        Misc
## 4343     X360            2010      Sports
## 4344      PS2            2010      Sports
## 4345       DS            2010   Adventure
## 4346      PS3            2010      Sports
## 4347      Wii            2010        Misc
## 4348      PSP            2010      Action
## 4349      PSP            2010      Sports
## 4350      PS2            2010    Fighting
## 4351       DS            2010      Action
## 4352       DS            2010      Racing
## 4353       PC            2010      Racing
## 4354      PS3            2010    Fighting
## 4355      PSP            2010      Action
## 4356      Wii            2010        Misc
## 4357     X360            2010      Action
## 4358       DS            2010    Fighting
## 4359      Wii            2010  Simulation
## 4360     X360            2010      Action
## 4361       DS            2010      Action
## 4362      PS3            2010      Action
## 4363     X360            2010    Fighting
## 4364      Wii            2010        Misc
## 4365     X360            2010    Strategy
## 4366      PS3            2010      Sports
## 4367      Wii            2010  Simulation
## 4368      PS3            2010      Sports
## 4369      PSP            2010    Strategy
## 4370      PS3            2010     Shooter
## 4371       DS            2010      Action
## 4372      PS3            2010      Sports
## 4373     X360            2010 RolePlaying
## 4374      Wii            2010        Misc
## 4375      Wii            2010        Misc
## 4376      Wii            2010        Misc
## 4377     X360            2010      Sports
## 4378      PS3            2010        Misc
## 4379      Wii            2010      Action
## 4380      Wii            2010      Action
## 4381      PS3            2010        Misc
## 4382       DS            2010    Platform
## 4383       DS            2010   Adventure
## 4384      PSP            2010     Shooter
## 4385      Wii            2010    Strategy
## 4386     X360            2010      Sports
## 4387      PSP            2010 RolePlaying
## 4388     X360            2010    Fighting
## 4389       DS            2010 RolePlaying
## 4390      PSP            2010 RolePlaying
## 4391       PC            2010    Strategy
## 4392     X360            2010      Action
## 4393      PS3            2010      Action
## 4394       DS            2010      Action
## 4395       DS            2010    Platform
## 4396       DS            2010    Strategy
## 4397     X360            2010      Action
## 4398       DS            2010    Platform
## 4399      PSP            2010      Action
## 4400      Wii            2010        Misc
## 4401      Wii            2010      Sports
## 4402       DS            2010 RolePlaying
## 4403       DS            2010      Action
## 4404       DS            2010      Action
## 4405     X360            2010        Misc
## 4406      Wii            2010      Action
## 4407      PSP            2010   Adventure
## 4408      PSP            2010    Strategy
## 4409      Wii            2010      Sports
## 4410      PS3            2010     Shooter
## 4411     X360            2010 RolePlaying
## 4412       DS            2010      Puzzle
## 4413      PSP            2010  Simulation
## 4414      Wii            2010    Platform
## 4415      Wii            2010        Misc
## 4416      Wii            2010      Action
## 4417      PS3            2010   Adventure
## 4418       DS            2010      Puzzle
## 4419       DS            2010        Misc
## 4420       DS            2010        Misc
## 4421       DS            2010      Action
## 4422      Wii            2010    Platform
## 4423      PS3            2010     Shooter
## 4424      PS3            2010      Sports
## 4425      Wii            2010        Misc
## 4426      Wii            2010      Action
## 4427     X360            2010        Misc
## 4428       DS            2010      Racing
## 4429     X360            2010      Action
## 4430       DS            2010   Adventure
## 4431      PSP            2010  Simulation
## 4432      Wii            2010      Sports
## 4433      Wii            2010      Action
## 4434       DS            2010        Misc
## 4435      Wii            2010      Sports
## 4436      PS3            2010      Sports
## 4437       PC            2010    Strategy
## 4438      Wii            2010    Platform
## 4439       DS            2010    Strategy
## 4440      PS2            2010      Action
## 4441       DS            2010      Action
## 4442      Wii            2010      Puzzle
## 4443     X360            2010    Strategy
## 4444      PS3            2010 RolePlaying
## 4445      PS3            2010      Sports
## 4446       DS            2010        Misc
## 4447     X360            2010    Strategy
## 4448       DS            2010   Adventure
## 4449      PS3            2010  Simulation
## 4450       DS            2010  Simulation
## 4451       DS            2010    Strategy
## 4452     X360            2010      Action
## 4453      Wii            2010      Action
## 4454      Wii            2010      Sports
## 4455      PSP            2010    Fighting
## 4456     X360            2010      Sports
## 4457       DS            2010      Action
## 4458      Wii            2010     Shooter
## 4459      PSP            2010        Misc
## 4460       PC            2010  Simulation
## 4461      Wii            2010  Simulation
## 4462      PS3            2010      Action
## 4463      Wii            2010        Misc
## 4464       DS            2010        Misc
## 4465      Wii            2010        Misc
## 4466      PS3            2010      Racing
## 4467      PS3            2010        Misc
## 4468      Wii            2010      Action
## 4469      Wii            2010      Sports
## 4470      PS3            2010    Platform
## 4471      PS3            2010        Misc
## 4472       DS            2010 RolePlaying
## 4473      PSP            2010      Sports
## 4474       PC            2010     Shooter
## 4475      Wii            2010      Action
## 4476      PSP            2010    Platform
## 4477      PS3            2010      Sports
## 4478      Wii            2010    Platform
## 4479      PS3            2010 RolePlaying
## 4480       DS            2010  Simulation
## 4481      Wii            2010      Action
## 4482       DS            2010     Shooter
## 4483      Wii            2010      Action
## 4484       DS            2010      Puzzle
## 4485       DS            2010   Adventure
## 4486      Wii            2010   Adventure
## 4487      PS2            2010      Sports
## 4488      Wii            2010      Racing
## 4489      PS3            2010      Sports
## 4490      Wii            2010   Adventure
## 4491      Wii            2010      Sports
## 4492      Wii            2010      Sports
## 4493     X360            2010      Sports
## 4494       DS            2010        Misc
## 4495      Wii            2010      Sports
## 4496      PS2            2010    Platform
## 4497      Wii            2010      Sports
## 4498       DS            2010   Adventure
## 4499      PS3            2010      Racing
## 4500      Wii            2010      Action
## 4501      Wii            2010    Strategy
## 4502      Wii            2010        Misc
## 4503      Wii            2010   Adventure
## 4504       DS            2010      Action
## 4505      PSP            2010      Sports
## 4506       DS            2010      Action
## 4507      PS3            2010      Action
## 4508      Wii            2010      Racing
## 4509      PS3            2010      Racing
## 4510     X360            2010        Misc
## 4511       DS            2010      Puzzle
## 4512      PSP            2010    Fighting
## 4513      PSP            2010 RolePlaying
## 4514     X360            2010     Shooter
## 4515     X360            2010      Action
## 4516      Wii            2010      Action
## 4517      PS3            2010      Sports
## 4518      PSP            2010      Sports
## 4519     X360            2010     Shooter
## 4520      Wii            2010      Action
## 4521      Wii            2010        Misc
## 4522      PS3            2010      Action
## 4523     X360            2010  Simulation
## 4524     X360            2010        Misc
## 4525      PSP            2010 RolePlaying
## 4526     X360            2010     Shooter
## 4527      PS3            2010  Simulation
## 4528      Wii            2010      Sports
## 4529       DS            2010        Misc
## 4530      PSP            2010      Sports
## 4531       DS            2010      Puzzle
## 4532       DS            2010 RolePlaying
## 4533       DS            2010   Adventure
## 4534      PS3            2010      Action
## 4535       PC            2010     Shooter
## 4536     X360            2010        Misc
## 4537      Wii            2010        Misc
## 4538       DS            2010        Misc
## 4539      PS3            2010    Platform
## 4540       DS            2010   Adventure
## 4541       PC            2010    Strategy
## 4542      PS3            2010     Shooter
## 4543      PS3            2010      Sports
## 4544     X360            2010   Adventure
## 4545      Wii            2010      Racing
## 4546      PSP            2010      Action
## 4547       PC            2010      Action
## 4548       DS            2010      Action
## 4549      PSP            2010      Action
## 4550       DS            2010      Puzzle
## 4551      Wii            2010        Misc
## 4552      Wii            2010        Misc
## 4553       DS            2010        Misc
## 4554       DS            2010  Simulation
## 4555      PS3            2010  Simulation
## 4556      PS3            2010      Sports
## 4557      Wii            2010      Sports
## 4558      PS3            2010      Sports
## 4559       PC            2010 RolePlaying
## 4560     X360            2010      Racing
## 4561      Wii            2010      Sports
## 4562      Wii            2010    Strategy
## 4563       DS            2010      Puzzle
## 4564      PS3            2010      Action
## 4565       DS            2010   Adventure
## 4566      PS3            2010   Adventure
## 4567      PS3            2010      Sports
## 4568      Wii            2010        Misc
## 4569       DS            2010      Action
## 4570       DS            2010        Misc
## 4571      Wii            2010   Adventure
## 4572     X360            2010      Racing
## 4573     X360            2010    Platform
## 4574     X360            2010      Sports
## 4575       PC            2010      Sports
## 4576     X360            2010        Misc
## 4577     X360            2010      Action
## 4578       DS            2010        Misc
## 4579       DS            2010   Adventure
## 4580       DS            2010   Adventure
## 4581      Wii            2010      Sports
## 4582      PS3            2010      Action
## 4583     X360            2010      Action
## 4584      PSP            2010        Misc
## 4585       DS            2010   Adventure
## 4586       DS            2010    Strategy
## 4587       DS            2010      Sports
## 4588       DS            2010      Action
## 4589       DS            2010      Puzzle
## 4590       DS            2010   Adventure
## 4591       DS            2010      Puzzle
## 4592      PS3            2010      Action
## 4593      PS3            2010      Action
## 4594      PSP            2010      Action
## 4595     X360            2010      Racing
## 4596     X360            2010      Action
## 4597       DS            2010        Misc
## 4598      Wii            2010      Sports
## 4599     X360            2010   Adventure
## 4600      Wii            2010      Sports
## 4601      PS3            2010        Misc
## 4602       DS            2010        Misc
## 4603       DS            2010      Action
## 4604      PS3            2010      Action
## 4605     X360            2010  Simulation
## 4606      Wii            2010      Sports
## 4607      Wii            2010        Misc
## 4608     X360            2010      Action
## 4609      PSP            2010 RolePlaying
## 4610     X360            2010  Simulation
## 4611      Wii            2010        Misc
## 4612      PS3            2010      Action
## 4613      Wii            2010      Action
## 4614      Wii            2010    Strategy
## 4615      Wii            2010      Action
## 4616      PSP            2010    Platform
## 4617       DS            2010        Misc
## 4618       DS            2010      Action
## 4619     X360            2010      Sports
## 4620       DS            2010      Action
## 4621       DS            2010      Action
## 4622      PSP            2010      Sports
## 4623      Wii            2010    Strategy
## 4624       PC            2010     Shooter
## 4625     X360            2010      Action
## 4626       DS            2010 RolePlaying
## 4627     X360            2010      Action
## 4628      PSP            2010      Action
## 4629       DS            2010  Simulation
## 4630       DS            2010  Simulation
## 4631      Wii            2010   Adventure
## 4632       DS            2010   Adventure
## 4633      Wii            2010     Shooter
## 4634      Wii            2010      Sports
## 4635      PSP            2010        Misc
## 4636       DS            2010      Action
## 4637       DS            2010      Sports
## 4638     X360            2010      Action
## 4639       DS            2010      Action
## 4640       DS            2010        Misc
## 4641       PC            2010      Action
## 4642      PS3            2010      Action
## 4643      PS3            2010      Action
## 4644      PS3            2010      Sports
## 4645      Wii            2010      Sports
## 4646      PSP            2010 RolePlaying
## 4647       DS            2010        Misc
## 4648     X360            2010      Action
## 4649      Wii            2010    Strategy
## 4650      PS3            2010 RolePlaying
## 4651     X360            2010      Racing
## 4652      PSP            2010 RolePlaying
## 4653      PSP            2010 RolePlaying
## 4654       DS            2010      Puzzle
## 4655       DS            2010  Simulation
## 4656      Wii            2010      Action
## 4657      Wii            2010      Sports
## 4658      Wii            2010      Sports
## 4659       DS            2010        Misc
## 4660      PS3            2010        Misc
## 4661       DS            2010      Sports
## 4662       DS            2010        Misc
## 4663       DS            2010      Action
## 4664      PS3            2010 RolePlaying
## 4665       PC            2010 RolePlaying
## 4666      Wii            2010        Misc
## 4667     X360            2010      Action
## 4668       PC            2010      Action
## 4669     X360            2010      Action
## 4670     X360            2010        Misc
## 4671       DS            2010    Strategy
## 4672       DS            2010  Simulation
## 4673       DS            2010      Sports
## 4674      PS3            2010    Strategy
## 4675     X360            2010      Sports
## 4676       DS            2010      Action
## 4677       DS            2010 RolePlaying
## 4678       DS            2010   Adventure
## 4679       PC            2010 RolePlaying
## 4680     X360            2010 RolePlaying
## 4681      Wii            2010      Action
## 4682      PSP            2010 RolePlaying
## 4683       DS            2010      Action
## 4684       DS            2010      Puzzle
## 4685      PSP            2010      Action
## 4686       DS            2010      Sports
## 4687      Wii            2010        Misc
## 4688       DS            2010        Misc
## 4689     X360            2010 RolePlaying
## 4690       DS            2010  Simulation
## 4691     X360            2010     Shooter
## 4692       PC            2010  Simulation
## 4693      PSP            2010        Misc
## 4694      Wii            2010        Misc
## 4695       DS            2010        Misc
## 4696       DS            2010 RolePlaying
## 4697     X360            2010 RolePlaying
## 4698      PSP            2010   Adventure
## 4699      PSP            2010      Action
## 4700       DS            2010      Action
## 4701      PS3            2010        Misc
## 4702      PSP            2010 RolePlaying
## 4703     X360            2010    Strategy
## 4704       DS            2010      Sports
## 4705       PC            2010      Action
## 4706      PSP            2010      Action
## 4707       DS            2010 RolePlaying
## 4708      Wii            2010        Misc
## 4709      PS3            2010        Misc
## 4710      Wii            2010     Shooter
## 4711      PSP            2010    Strategy
## 4712       DS            2010      Action
## 4713     X360            2010      Action
## 4714       DS            2010 RolePlaying
## 4715      PSP            2010    Strategy
## 4716     X360            2010        Misc
## 4717      PS3            2010      Action
## 4718      PS3            2010 RolePlaying
## 4719      PSP            2010      Action
## 4720       DS            2010      Sports
## 4721      Wii            2010      Sports
## 4722      Wii            2010      Sports
## 4723       DS            2010      Action
## 4724      Wii            2010     Shooter
## 4725      PSP            2010      Action
## 4726       DS            2010    Strategy
## 4727     X360            2010      Sports
## 4728     X360            2010        Misc
## 4729     X360            2010      Racing
## 4730      PSP            2010     Shooter
## 4731      PS3            2010      Racing
## 4732       DS            2010  Simulation
## 4733      Wii            2010    Platform
## 4734      Wii            2010      Action
## 4735      PS3            2010      Sports
## 4736       DS            2010   Adventure
## 4737       PC            2010   Adventure
## 4738       DS            2010        Misc
## 4739       DS            2010      Puzzle
## 4740      PS3            2010      Action
## 4741      Wii            2010      Action
## 4742       DS            2010      Action
## 4743     X360            2010      Racing
## 4744      Wii            2010        Misc
## 4745      PSP            2010      Action
## 4746       DS            2010      Action
## 4747      PSP            2010      Racing
## 4748      Wii            2010      Action
## 4749       DS            2010     Shooter
## 4750      PSP            2010    Fighting
## 4751       DS            2010  Simulation
## 4752       DS            2010      Puzzle
## 4753      PS3            2010      Sports
## 4754     X360            2010        Misc
## 4755       DS            2010      Puzzle
## 4756       DS            2010        Misc
## 4757      PS3            2010        Misc
## 4758      Wii            2010      Sports
## 4759      Wii            2010        Misc
## 4760       DS            2010      Puzzle
## 4761       DS            2010      Racing
## 4762     X360            2010      Sports
## 4763       DS            2010      Action
## 4764     X360            2010    Platform
## 4765      Wii            2010     Shooter
## 4766       PC            2010      Action
## 4767      PSP            2010    Strategy
## 4768      PS3            2010    Fighting
## 4769      PSP            2010    Fighting
## 4770      Wii            2010 RolePlaying
## 4771      PS2            2010      Sports
## 4772       DS            2010        Misc
## 4773       DS            2010 RolePlaying
## 4774      PS2            2010    Platform
## 4775      Wii            2010        Misc
## 4776      Wii            2010        Misc
## 4777      Wii            2010        Misc
## 4778      PS3            2010      Sports
## 4779       DS            2010   Adventure
## 4780      Wii            2010      Sports
## 4781     X360            2010    Strategy
## 4782      PSP            2010  Simulation
## 4783      Wii            2010        Misc
## 4784       PC            2010      Action
## 4785      PSP            2010     Shooter
## 4786     X360            2010      Racing
## 4787      Wii            2010     Shooter
## 4788     X360            2010      Sports
## 4789      PSP            2010      Sports
## 4790       PC            2010    Strategy
## 4791      Wii            2010      Action
## 4792      PSP            2010    Platform
## 4793       DS            2010      Puzzle
## 4794       DS            2010      Sports
## 4795     X360            2010      Action
## 4796      Wii            2010   Adventure
## 4797       DS            2010        Misc
## 4798       DS            2010      Sports
## 4799       DS            2010      Puzzle
## 4800      PSP            2010   Adventure
## 4801       DS            2010        Misc
## 4802      PS3            2010        Misc
## 4803     X360            2010      Sports
## 4804     X360            2010 RolePlaying
## 4805      PS3            2010        Misc
## 4806     X360            2010      Sports
## 4807       DS            2010    Platform
## 4808      PSP            2010   Adventure
## 4809       DS            2010  Simulation
## 4810       DS            2010      Action
## 4811      PS2            2010      Sports
## 4812       PC            2010      Action
## 4813       DS            2010  Simulation
## 4814      Wii            2010        Misc
## 4815       DS            2010        Misc
## 4816      Wii            2010     Shooter
## 4817     X360            2010      Sports
## 4818      PSP            2010   Adventure
## 4819      Wii            2010        Misc
## 4820      PSP            2010 RolePlaying
## 4821     X360            2010        Misc
## 4822      PS3            2010 RolePlaying
## 4823      PS3            2010        Misc
## 4824     X360            2010     Shooter
## 4825      Wii            2010        Misc
## 4826      PSP            2010      Racing
## 4827     X360            2010      Sports
## 4828       DS            2010        Misc
## 4829       DS            2010      Action
## 4830       DS            2010      Puzzle
## 4831      PSP            2010 RolePlaying
## 4832       DS            2010        Misc
## 4833       DS            2010        Misc
## 4834      Wii            2010        Misc
## 4835      Wii            2010  Simulation
## 4836      Wii            2010        Misc
## 4837      PS3            2010        Misc
## 4838      PSP            2010      Puzzle
## 4839       DS            2010        Misc
## 4840       DS            2010   Adventure
## 4841      PS3            2010      Sports
## 4842       DS            2010        Misc
## 4843       PC            2010      Puzzle
## 4844       DS            2010      Sports
## 4845      Wii            2010      Sports
## 4846       DS            2010    Fighting
## 4847      Wii            2010   Adventure
## 4848      PS3            2010      Sports
## 4849       DS            2010        Misc
## 4850       PC            2010  Simulation
## 4851      PS3            2010      Action
## 4852      PS3            2010      Action
## 4853       DS            2010      Sports
## 4854       DS            2010      Sports
## 4855      PS3            2010        Misc
## 4856      PS2            2010      Sports
## 4857      Wii            2010      Sports
## 4858       DS            2010        Misc
## 4859       DS            2010   Adventure
## 4860       DS            2010  Simulation
## 4861       DS            2010        Misc
## 4862      PS2            2010      Sports
## 4863       DS            2010   Adventure
## 4864      PSP            2010    Fighting
## 4865       DS            2010      Action
## 4866      PSP            2010 RolePlaying
## 4867       DS            2010 RolePlaying
## 4868       DS            2010      Sports
## 4869      Wii            2010      Sports
## 4870      PSP            2010   Adventure
## 4871       DS            2010      Sports
## 4872       DS            2010   Adventure
## 4873      PSP            2010        Misc
## 4874      Wii            2010        Misc
## 4875     X360            2010      Action
## 4876      PS3            2010      Racing
## 4877      Wii            2010      Action
## 4878      Wii            2010     Shooter
## 4879       DS            2010        Misc
## 4880       PC            2010  Simulation
## 4881      PSP            2010      Action
## 4882       DS            2010   Adventure
## 4883      Wii            2010      Sports
## 4884      PSP            2010   Adventure
## 4885      PSP            2010      Sports
## 4886       DS            2010      Puzzle
## 4887       PC            2010     Shooter
## 4888      Wii            2010  Simulation
## 4889      Wii            2010      Sports
## 4890       DS            2010   Adventure
## 4891       DS            2010      Action
## 4892       DS            2010        Misc
## 4893      Wii            2010  Simulation
## 4894       DS            2010 RolePlaying
## 4895       DS            2010      Action
## 4896      PS3            2010 RolePlaying
## 4897       DS            2010        Misc
## 4898      PSP            2010      Sports
## 4899       DS            2010      Puzzle
## 4900       DS            2010        Misc
## 4901      Wii            2010      Sports
## 4902      Wii            2010      Sports
## 4903      PS3            2010      Sports
## 4904       DS            2010      Action
## 4905      Wii            2010        Misc
## 4906      PS2            2010   Adventure
## 4907      PS3            2010    Platform
## 4908       PC            2010      Action
## 4909       DS            2010   Adventure
## 4910       DS            2010        Misc
## 4911      PSP            2010      Action
## 4912      Wii            2010      Sports
## 4913      PSP            2010    Fighting
## 4914      Wii            2010    Fighting
## 4915       DS            2010        Misc
## 4916       DS            2010     Shooter
## 4917       DS            2010      Puzzle
## 4918       DS            2010  Simulation
## 4919       DS            2010  Simulation
## 4920       DS            2010      Action
## 4921      Wii            2010      Racing
## 4922      Wii            2010    Fighting
## 4923      PSP            2010        Misc
## 4924       PC            2010      Racing
## 4925      PSP            2010      Action
## 4926      Wii            2010      Racing
## 4927       DS            2010  Simulation
## 4928       DS            2010  Simulation
## 4929       PC            2010   Adventure
## 4930       PC            2010      Action
## 4931      PSP            2010      Sports
## 4932      PSP            2010        Misc
## 4933      Wii            2010        Misc
## 4934       PC            2010      Sports
## 4935     X360            2010     Shooter
## 4936       DS            2010        Misc
## 4937       DS            2010    Strategy
## 4938       DS            2010        Misc
## 4939      PS2            2010     Shooter
## 4940       DS            2010 RolePlaying
## 4941      Wii            2010   Adventure
## 4942      Wii            2010      Puzzle
## 4943       DS            2010      Action
## 4944       DS            2010   Adventure
## 4945      PS3            2010   Adventure
## 4946      Wii            2010     Shooter
## 4947      PS2            2010      Action
## 4948      Wii            2010      Puzzle
## 4949      PSP            2010  Simulation
## 4950      PSP            2010 RolePlaying
## 4951       DS            2010        Misc
## 4952       PC            2010      Racing
## 4953       DS            2010        Misc
## 4954       DS            2010        Misc
## 4955       DS            2010        Misc
## 4956      Wii            2010      Sports
## 4957      PS2            2010   Adventure
## 4958      PSP            2010      Action
## 4959       PC            2010     Shooter
## 4960       DS            2010  Simulation
## 4961       DS            2010        Misc
## 4962       DS            2010      Action
## 4963       DS            2010        Misc
## 4964       DS            2010      Puzzle
## 4965      Wii            2010      Sports
## 4966       DS            2010  Simulation
## 4967     X360            2010    Fighting
## 4968       PC            2010      Action
## 4969       DS            2010    Fighting
## 4970       DS            2010   Adventure
## 4971       DS            2010 RolePlaying
## 4972      PSP            2010    Fighting
## 4973       PC            2010        Misc
## 4974     X360            2010     Shooter
## 4975      PSP            2010   Adventure
## 4976     X360            2010     Shooter
## 4977      PSP            2010      Sports
## 4978       DS            2010  Simulation
## 4979      PSP            2010        Misc
## 4980       DS            2010  Simulation
## 4981      Wii            2010   Adventure
## 4982      PSP            2010   Adventure
## 4983       DS            2010      Puzzle
## 4984       DS            2010   Adventure
## 4985       DS            2010   Adventure
## 4986       DS            2010      Racing
## 4987      PSP            2010   Adventure
## 4988      PSP            2010   Adventure
## 4989      PSP            2010 RolePlaying
## 4990      PS3            2010   Adventure
## 4991      PS2            2010      Sports
## 4992       PC            2010     Shooter
## 4993      PS3            2010     Shooter
## 4994       DS            2010    Fighting
## 4995       PC            2010    Strategy
## 4996      Wii            2010  Simulation
## 4997       PC            2010  Simulation
## 4998      Wii            2010      Sports
## 4999     X360            2010     Shooter
## 5000       DS            2010      Sports
## 5001       PC            2010        Misc
## 5002       DS            2010      Sports
## 5003       DS            2010      Racing
## 5004     X360            2010      Racing
## 5005       DS            2010        Misc
## 5006       DS            2010  Simulation
## 5007       DS            2010        Misc
## 5008      Wii            2010      Racing
## 5009      PSP            2010   Adventure
## 5010      PSP            2010   Adventure
## 5011     X360            2010     Shooter
## 5012       DS            2010      Puzzle
## 5013       PC            2010      Racing
## 5014      PSP            2010   Adventure
## 5015      PSP            2010   Adventure
## 5016      Wii            2010    Platform
## 5017       DS            2010 RolePlaying
## 5018       DS            2010  Simulation
## 5019      PS3            2010      Sports
## 5020       DS            2010      Action
## 5021      Wii            2010   Adventure
## 5022      Wii            2010      Sports
## 5023       DS            2010        Misc
## 5024      PS3            2010    Platform
## 5025       PC            2010    Strategy
## 5026      Wii            2010      Sports
## 5027       DS            2010   Adventure
## 5028      Wii            2010    Fighting
## 5029       PC            2010   Adventure
## 5030       PC            2010 RolePlaying
## 5031      PSP            2010   Adventure
## 5032      PS2            2010        Misc
## 5033      PSP            2010 RolePlaying
## 5034      Wii            2010        Misc
## 5035      Wii            2010        Misc
## 5036       DS            2010        Misc
## 5037      Wii            2010   Adventure
## 5038      PSP            2010   Adventure
## 5039       DS            2010        Misc
## 5040     X360            2010 RolePlaying
## 5041      PSP            2010   Adventure
## 5042       DS            2010    Strategy
## 5043       DS            2010      Puzzle
## 5044       DS            2010  Simulation
## 5045     X360            2010     Shooter
## 5046       DS            2010 RolePlaying
## 5047      PSP            2010   Adventure
## 5048       PC            2010    Strategy
## 5049      PS3            2010     Shooter
## 5050      PS3            2010        Misc
## 5051      Wii            2010     Shooter
## 5052       DS            2010        Misc
## 5053       PC            2010 RolePlaying
## 5054      Wii            2010      Sports
## 5055       DS            2010  Simulation
## 5056      Wii            2010      Racing
## 5057       DS            2010        Misc
## 5058       PC            2010  Simulation
## 5059       PC            2010      Action
## 5060       DS            2010        Misc
## 5061      Wii            2010      Racing
## 5062       DS            2010      Sports
## 5063       DS            2010  Simulation
## 5064      PSP            2010 RolePlaying
## 5065      PSP            2010 RolePlaying
## 5066       DS            2010  Simulation
## 5067     X360            2010   Adventure
## 5068       DS            2010   Adventure
## 5069      Wii            2010        Misc
## 5070      PSP            2010   Adventure
## 5071      PSP            2010   Adventure
## 5072      PS2            2010   Adventure
## 5073       PC            2010        Misc
## 5074      PSP            2010   Adventure
## 5075       PC            2010      Sports
## 5076      PS3            2010      Action
## 5077       DS            2010      Action
## 5078     X360            2010    Fighting
## 5079       DS            2010      Sports
## 5080      PSP            2010 RolePlaying
## 5081     X360            2010    Fighting
## 5082      PSP            2010    Fighting
## 5083       DS            2010        Misc
## 5084      PSP            2010        Misc
## 5085      Wii            2010      Action
## 5086      PS2            2010   Adventure
## 5087       PC            2010      Action
## 5088      Wii            2010      Racing
## 5089      PSP            2010  Simulation
## 5090      Wii            2010    Strategy
## 5091      Wii            2010      Racing
## 5092       DS            2010 RolePlaying
## 5093       DS            2010      Action
## 5094      PS3            2010      Sports
## 5095      PSP            2010 RolePlaying
## 5096       PC            2010    Strategy
## 5097       DS            2010   Adventure
## 5098     X360            2010     Shooter
## 5099      PSP            2010    Strategy
## 5100      PSP            2010   Adventure
## 5101      PSP            2010    Fighting
## 5102       DS            2010  Simulation
## 5103      PSP            2010   Adventure
## 5104      PS3            2010        Misc
## 5105       PC            2010      Action
## 5106       PC            2010  Simulation
## 5107      Wii            2010      Sports
## 5108     X360            2010      Sports
## 5109       DS            2010        Misc
## 5110      PS3            2010      Sports
## 5111       PC            2010 RolePlaying
## 5112       PC            2010        Misc
## 5113      PSP            2010   Adventure
## 5114     X360            2010        Misc
## 5115      PSP            2010    Strategy
## 5116       PC            2010 RolePlaying
## 5117       DS            2010  Simulation
## 5118       PC            2010     Shooter
## 5119      Wii            2010      Sports
## 5120      PSP            2010        Misc
## 5121       DS            2010   Adventure
## 5122       DS            2010  Simulation
## 5123      PS2            2010   Adventure
## 5124      PSP            2010   Adventure
## 5125      Wii            2010  Simulation
## 5126       DS            2010 RolePlaying
## 5127     X360            2010      Action
## 5128      PS3            2010 RolePlaying
## 5129       DS            2010      Action
## 5130       DS            2010   Adventure
## 5131      PSP            2010    Strategy
## 5132      PSP            2010   Adventure
## 5133      PSP            2010   Adventure
## 5134       PC            2010      Puzzle
## 5135       DS            2010        Misc
## 5136       PC            2010  Simulation
## 5137       DS            2010   Adventure
## 5138       PC            2010 RolePlaying
## 5139      PSP            2010      Action
## 5140      Wii            2010      Puzzle
## 5141      PSP            2010   Adventure
## 5142      PS2            2010   Adventure
## 5143      PSP            2010   Adventure
## 5144      PSP            2010        Misc
## 5145       DS            2010  Simulation
## 5146      PS3            2010        Misc
## 5147       PC            2010     Shooter
## 5148      Wii            2010      Sports
## 5149       DS            2010   Adventure
## 5150      PSP            2010   Adventure
## 5151      PS3            2010   Adventure
## 5152       PC            2010   Adventure
## 5153       DS            2010      Puzzle
## 5154       DS            2010    Platform
## 5155      PSP            2010   Adventure
## 5156     X360            2010   Adventure
## 5157      PSP            2010   Adventure
## 5158       DS            2010    Strategy
## 5159      PSP            2010   Adventure
## 5160       DS            2010  Simulation
## 5161       DS            2010      Racing
## 5162       DS            2010   Adventure
## 5163       DS            2010  Simulation
## 5164      Wii            2010   Adventure
## 5165     X360            2010      Sports
## 5166      PSP            2010   Adventure
## 5167      PS2            2010      Action
## 5168      PSP            2010   Adventure
## 5169      PS2            2010   Adventure
## 5170      PSP            2010   Adventure
## 5171       PC            2010 RolePlaying
## 5172      PSP            2010        Misc
## 5173      Wii            2010      Racing
## 5174       DS            2010   Adventure
## 5175      Wii            2010      Sports
## 5176      PS3            2010      Action
## 5177      PSP            2010   Adventure
## 5178      PSP            2010   Adventure
## 5179      PSP            2010   Adventure
## 5180      PSP            2010   Adventure
## 5181      PSP            2010      Action
## 5182       DS            2010  Simulation
## 5183       DS            2010      Action
## 5184      PS2            2010 RolePlaying
## 5185      Wii            2010        Misc
## 5186     X360            2010     Shooter
## 5187       PC            2010     Shooter
## 5188      PSP            2010   Adventure
## 5189       DS            2010        Misc
## 5190      Wii            2010      Puzzle
## 5191      Wii            2010      Puzzle
## 5192       PC            2010      Sports
## 5193       PC            2010      Puzzle
## 5194      PSP            2010 RolePlaying
## 5195       DS            2010      Puzzle
## 5196      Wii            2010      Sports
## 5197      PSP            2010   Adventure
## 5198      Wii            2010   Adventure
## 5199       DS            2010   Adventure
## 5200      PS2            2010   Adventure
## 5201      PSP            2010   Adventure
## 5202      Wii            2010     Shooter
## 5203     X360            2010   Adventure
## 5204      PSP            2010   Adventure
## 5205       DS            2010        Misc
## 5206     X360            2010    Strategy
## 5207       DS            2010      Action
## 5208      PS2            2010   Adventure
## 5209      PSP            2010   Adventure
## 5210       PC            2010    Strategy
## 5211       PC            2010    Strategy
## 5212       PC            2010      Action
## 5213       DS            2010  Simulation
## 5214      Wii            2010      Action
## 5215      PSP            2010 RolePlaying
## 5216      PS2            2010        Misc
## 5217       DS            2010        Misc
## 5218     X360            2010   Adventure
## 5219       DS            2010        Misc
## 5220       DS            2010      Sports
## 5221      PS3            2010      Action
## 5222      PSP            2010        Misc
## 5223      Wii            2010      Racing
## 5224      Wii            2010      Action
## 5225       PC            2010    Strategy
## 5226      PSP            2010   Adventure
## 5227       DS            2010 RolePlaying
## 5228       PC            2010    Strategy
## 5229      PSP            2010   Adventure
## 5230     X360            2010   Adventure
## 5231      PSP            2010   Adventure
## 5232      Wii            2010  Simulation
## 5233      PS2            2010   Adventure
## 5234      PSP            2010   Adventure
## 5235      PSP            2010   Adventure
## 5236      PSP            2010   Adventure
## 5237      PSP            2010   Adventure
## 5238     X360            2010      Sports
## 5239      PSP            2010   Adventure
## 5240      PSP            2010   Adventure
## 5241       PC            2010  Simulation
## 5242       DS            2010        Misc
## 5243      PS2            2010        Misc
## 5244       DS            2010      Racing
## 5245      PSP            2010   Adventure
## 5246       DS            2010   Adventure
## 5247      PSP            2010   Adventure
## 5248       DS            2010        Misc
## 5249      PS2            2010   Adventure
## 5250      PSP            2010   Adventure
## 5251       DS            2010  Simulation
## 5252       DS            2010      Action
## 5253       DS            2010  Simulation
## 5254      PS2            2010    Fighting
## 5255      Wii            2010        Misc
## 5256       PC            2010    Fighting
## 5257      PSP            2010 RolePlaying
## 5258      PSP            2010   Adventure
## 5259     X360            2010   Adventure
## 5260      PSP            2010   Adventure
## 5261      PSP            2010    Strategy
## 5262      PS2            2010   Adventure
## 5263      PSP            2010   Adventure
## 5264      PSP            2010    Strategy
## 5265      PSP            2010   Adventure
## 5266      PSP            2010   Adventure
## 5267      PSP            2010    Strategy
## 5268     X360            2010      Sports
## 5269      PS2            2010   Adventure
## 5270       PC            2010    Strategy
## 5271      PSP            2010   Adventure
## 5272      Wii            2010      Sports
## 5273      PSP            2010    Strategy
## 5274       DS            2010    Strategy
## 5275      PSP            2010        Misc
## 5276       PC            2010     Shooter
## 5277      Wii            2010        Misc
## 5278      Wii            2009      Sports
## 5279      Wii            2009    Platform
## 5280      Wii            2009      Sports
## 5281     X360            2009     Shooter
## 5282       DS            2009      Action
## 5283      PS3            2009     Shooter
## 5284       PC            2009  Simulation
## 5285      Wii            2009        Misc
## 5286      PS3            2009      Action
## 5287     X360            2009     Shooter
## 5288       DS            2009 RolePlaying
## 5289      PS3            2009      Action
## 5290     X360            2009      Racing
## 5291      PS3            2009 RolePlaying
## 5292     X360            2009      Action
## 5293      PS3            2009      Action
## 5294      Wii            2009      Sports
## 5295      PS3            2009      Action
## 5296      PS3            2009    Fighting
## 5297     X360            2009     Shooter
## 5298      Wii            2009      Sports
## 5299       DS            2009 RolePlaying
## 5300       DS            2009        Misc
## 5301      PS3            2009      Sports
## 5302     X360            2009      Action
## 5303     X360            2009      Action
## 5304       DS            2009      Sports
## 5305     X360            2009     Shooter
## 5306       DS            2009      Action
## 5307      PSP            2009      Racing
## 5308      PS3            2009     Shooter
## 5309     X360            2009    Fighting
## 5310      PS3            2009      Action
## 5311     X360            2009      Sports
## 5312      PS3            2009    Fighting
## 5313       DS            2009      Puzzle
## 5314      PS3            2009      Racing
## 5315     X360            2009    Strategy
## 5316     X360            2009      Sports
## 5317      PS3            2009      Action
## 5318     X360            2009      Action
## 5319     X360            2009 RolePlaying
## 5320      PSP            2009    Platform
## 5321      PS3            2009      Sports
## 5322      PS3            2009      Sports
## 5323      PS3            2009        Misc
## 5324      PS2            2009  Simulation
## 5325      Wii            2009 RolePlaying
## 5326       DS            2009      Puzzle
## 5327      Wii            2009      Sports
## 5328      PS3            2009     Shooter
## 5329     X360            2009    Fighting
## 5330      Wii            2009        Misc
## 5331       DS            2009 RolePlaying
## 5332     X360            2009      Racing
## 5333      Wii            2009        Misc
## 5334      PS3            2009    Platform
## 5335       DS            2009      Action
## 5336      PS3            2009 RolePlaying
## 5337      PS3            2009    Fighting
## 5338      Wii            2009        Misc
## 5339      PS2            2009      Sports
## 5340      Wii            2009      Sports
## 5341       DS            2009  Simulation
## 5342      Wii            2009      Puzzle
## 5343      PS3            2009 RolePlaying
## 5344      PS2            2009      Sports
## 5345       DS            2009 RolePlaying
## 5346      Wii            2009        Misc
## 5347      PS3            2009    Fighting
## 5348      Wii            2009     Shooter
## 5349      Wii            2009        Misc
## 5350      Wii            2009      Sports
## 5351     X360            2009        Misc
## 5352     X360            2009    Fighting
## 5353      Wii            2009      Action
## 5354       DS            2009 RolePlaying
## 5355       DS            2009      Action
## 5356      Wii            2009        Misc
## 5357       DS            2009      Puzzle
## 5358       DS            2009      Action
## 5359     X360            2009      Action
## 5360     X360            2009        Misc
## 5361     X360            2009    Fighting
## 5362      Wii            2009        Misc
## 5363       DS            2009    Strategy
## 5364      PS3            2009      Action
## 5365      PSP            2009      Action
## 5366      PS3            2009      Action
## 5367       DS            2009      Action
## 5368      Wii            2009   Adventure
## 5369      PS3            2009    Fighting
## 5370      PSP            2009      Sports
## 5371      Wii            2009      Sports
## 5372     X360            2009        Misc
## 5373      Wii            2009    Platform
## 5374      PS2            2009        Misc
## 5375      PS3            2009      Action
## 5376      PS3            2009        Misc
## 5377      PS3            2009        Misc
## 5378      Wii            2009    Platform
## 5379     X360            2009      Sports
## 5380       PC            2009    Strategy
## 5381      PS2            2009    Fighting
## 5382      Wii            2009      Sports
## 5383      Wii            2009      Sports
## 5384       DS            2009   Adventure
## 5385      PSP            2009      Action
## 5386     X360            2009        Misc
## 5387      Wii            2009      Action
## 5388     X360            2009    Fighting
## 5389      Wii            2009   Adventure
## 5390      PSP            2009      Racing
## 5391     X360            2009      Action
## 5392       DS            2009   Adventure
## 5393      Wii            2009     Shooter
## 5394      PS3            2009      Racing
## 5395      PS3            2009  Simulation
## 5396      Wii            2009      Racing
## 5397      Wii            2009      Sports
## 5398      PS2            2009      Sports
## 5399     X360            2009      Sports
## 5400     X360            2009      Action
## 5401      Wii            2009        Misc
## 5402      Wii            2009      Action
## 5403     X360            2009      Sports
## 5404      PS3            2009      Action
## 5405      Wii            2009      Sports
## 5406      Wii            2009        Misc
## 5407     X360            2009      Action
## 5408     X360            2009     Shooter
## 5409      PS3            2009        Misc
## 5410      Wii            2009      Sports
## 5411      PS3            2009     Shooter
## 5412     X360            2009 RolePlaying
## 5413      PS3            2009      Action
## 5414      PS3            2009      Racing
## 5415      PS3            2009        Misc
## 5416      PSP            2009     Shooter
## 5417      PS3            2009      Action
## 5418       PC            2009     Shooter
## 5419      PS3            2009     Shooter
## 5420      Wii            2009      Racing
## 5421      PSP            2009 RolePlaying
## 5422     X360            2009     Shooter
## 5423       DS            2009        Misc
## 5424      Wii            2009      Action
## 5425      Wii            2009  Simulation
## 5426      PS3            2009      Action
## 5427      Wii            2009     Shooter
## 5428      PS3            2009      Action
## 5429      PS3            2009      Sports
## 5430      PS3            2009      Sports
## 5431      Wii            2009      Racing
## 5432       DS            2009      Action
## 5433     X360            2009      Sports
## 5434      PS3            2009      Sports
## 5435     X360            2009      Racing
## 5436      Wii            2009      Sports
## 5437      PSP            2009      Sports
## 5438     X360            2009        Misc
## 5439      Wii            2009      Action
## 5440     X360            2009      Action
## 5441     X360            2009        Misc
## 5442     X360            2009 RolePlaying
## 5443      PSP            2009    Strategy
## 5444      PS3            2009      Sports
## 5445      Wii            2009      Action
## 5446     X360            2009      Action
## 5447       DS            2009      Puzzle
## 5448      PS3            2009    Fighting
## 5449      PSP            2009     Shooter
## 5450      Wii            2009        Misc
## 5451      Wii            2009      Action
## 5452      Wii            2009      Puzzle
## 5453      Wii            2009      Sports
## 5454      Wii            2009        Misc
## 5455      PS3            2009      Action
## 5456      PS3            2009        Misc
## 5457      PS3            2009      Action
## 5458      PSP            2009      Racing
## 5459      PS3            2009     Shooter
## 5460      PS3            2009      Action
## 5461      PS3            2009 RolePlaying
## 5462      Wii            2009    Fighting
## 5463       DS            2009    Platform
## 5464      Wii            2009      Action
## 5465      Wii            2009      Sports
## 5466      PS3            2009      Sports
## 5467     X360            2009      Racing
## 5468      Wii            2009      Action
## 5469       DS            2009   Adventure
## 5470       DS            2009   Adventure
## 5471       DS            2009   Adventure
## 5472      Wii            2009        Misc
## 5473      PS3            2009     Shooter
## 5474     X360            2009      Action
## 5475      PS3            2009  Simulation
## 5476       DS            2009  Simulation
## 5477      Wii            2009      Action
## 5478       DS            2009   Adventure
## 5479     X360            2009      Sports
## 5480      PSP            2009      Sports
## 5481     X360            2009      Sports
## 5482      PS2            2009      Action
## 5483       DS            2009      Puzzle
## 5484      Wii            2009      Action
## 5485       DS            2009      Action
## 5486      PS2            2009        Misc
## 5487     X360            2009      Action
## 5488      PS3            2009     Shooter
## 5489      PSP            2009 RolePlaying
## 5490     X360            2009     Shooter
## 5491     X360            2009      Action
## 5492      Wii            2009        Misc
## 5493       DS            2009    Platform
## 5494      PS3            2009        Misc
## 5495       DS            2009    Strategy
## 5496       DS            2009      Action
## 5497      PS3            2009     Shooter
## 5498      Wii            2009     Shooter
## 5499      PSP            2009    Platform
## 5500      PSP            2009    Fighting
## 5501     X360            2009      Sports
## 5502      PS3            2009 RolePlaying
## 5503     X360            2009      Sports
## 5504       DS            2009      Racing
## 5505      Wii            2009  Simulation
## 5506      PS2            2009    Platform
## 5507     X360            2009     Shooter
## 5508      Wii            2009 RolePlaying
## 5509      Wii            2009    Strategy
## 5510      PSP            2009      Action
## 5511      PS3            2009      Sports
## 5512       DS            2009        Misc
## 5513      PSP            2009      Action
## 5514      Wii            2009        Misc
## 5515     X360            2009      Action
## 5516       DS            2009      Sports
## 5517       DS            2009 RolePlaying
## 5518      PS2            2009      Sports
## 5519       PC            2009  Simulation
## 5520      PS3            2009    Fighting
## 5521      PS3            2009      Sports
## 5522      Wii            2009      Sports
## 5523      Wii            2009     Shooter
## 5524      Wii            2009        Misc
## 5525      PS3            2009 RolePlaying
## 5526      Wii            2009      Action
## 5527     X360            2009        Misc
## 5528      PS3            2009      Action
## 5529      Wii            2009      Sports
## 5530     X360            2009     Shooter
## 5531     X360            2009        Misc
## 5532      PS3            2009    Fighting
## 5533      PS3            2009      Sports
## 5534     X360            2009 RolePlaying
## 5535       DS            2009        Misc
## 5536       DS            2009  Simulation
## 5537       DS            2009      Action
## 5538       DS            2009      Puzzle
## 5539       DS            2009    Fighting
## 5540      PS3            2009     Shooter
## 5541     X360            2009     Shooter
## 5542      PSP            2009      Racing
## 5543       DS            2009  Simulation
## 5544       DS            2009        Misc
## 5545     X360            2009  Simulation
## 5546       DS            2009      Puzzle
## 5547      Wii            2009      Sports
## 5548      Wii            2009    Fighting
## 5549       PC            2009 RolePlaying
## 5550      PSP            2009    Fighting
## 5551     X360            2009    Fighting
## 5552     X360            2009      Action
## 5553       DS            2009      Action
## 5554      PSP            2009      Action
## 5555       DS            2009   Adventure
## 5556       DS            2009      Puzzle
## 5557      Wii            2009      Racing
## 5558       DS            2009     Shooter
## 5559      PS2            2009      Racing
## 5560      PS2            2009     Shooter
## 5561      PSP            2009        Misc
## 5562      Wii            2009     Shooter
## 5563      PS3            2009      Action
## 5564      PS3            2009 RolePlaying
## 5565      Wii            2009      Sports
## 5566      PS2            2009      Action
## 5567       DS            2009      Racing
## 5568      Wii            2009      Racing
## 5569      PS3            2009     Shooter
## 5570       PC            2009    Strategy
## 5571      PS2            2009      Racing
## 5572      Wii            2009     Shooter
## 5573      Wii            2009      Action
## 5574      Wii            2009      Sports
## 5575       DS            2009 RolePlaying
## 5576      PS2            2009    Platform
## 5577      Wii            2009    Platform
## 5578      Wii            2009      Puzzle
## 5579      PS3            2009 RolePlaying
## 5580     X360            2009      Racing
## 5581      Wii            2009   Adventure
## 5582      PSP            2009      Action
## 5583      Wii            2009      Sports
## 5584      PS2            2009        Misc
## 5585       DS            2009        Misc
## 5586     X360            2009      Sports
## 5587       DS            2009  Simulation
## 5588      Wii            2009        Misc
## 5589       DS            2009      Action
## 5590      Wii            2009  Simulation
## 5591      Wii            2009      Action
## 5592      Wii            2009      Action
## 5593      Wii            2009      Action
## 5594      Wii            2009        Misc
## 5595      Wii            2009        Misc
## 5596      PS2            2009        Misc
## 5597      PS3            2009        Misc
## 5598      Wii            2009        Misc
## 5599      PSP            2009    Strategy
## 5600       DS            2009        Misc
## 5601      PS3            2009      Action
## 5602      PS2            2009      Action
## 5603       DS            2009        Misc
## 5604       DS            2009      Puzzle
## 5605      Wii            2009      Sports
## 5606      PS2            2009      Action
## 5607      Wii            2009     Shooter
## 5608       DS            2009      Action
## 5609      PSP            2009      Action
## 5610      Wii            2009      Racing
## 5611     X360            2009        Misc
## 5612       DS            2009      Action
## 5613      PS3            2009        Misc
## 5614      PSP            2009    Fighting
## 5615       DS            2009    Fighting
## 5616       DS            2009     Shooter
## 5617      Wii            2009   Adventure
## 5618      Wii            2009        Misc
## 5619      PSP            2009      Racing
## 5620       DS            2009   Adventure
## 5621      PS2            2009        Misc
## 5622      PSP            2009      Action
## 5623      PS2            2009 RolePlaying
## 5624      PS3            2009      Puzzle
## 5625      Wii            2009        Misc
## 5626       DS            2009 RolePlaying
## 5627      PSP            2009      Action
## 5628      PS2            2009      Sports
## 5629      Wii            2009        Misc
## 5630      PS3            2009      Sports
## 5631       DS            2009      Action
## 5632      PSP            2009     Shooter
## 5633       DS            2009        Misc
## 5634       DS            2009  Simulation
## 5635      Wii            2009      Racing
## 5636       DS            2009      Action
## 5637      Wii            2009  Simulation
## 5638       DS            2009      Action
## 5639       DS            2009   Adventure
## 5640       DS            2009      Action
## 5641       DS            2009      Action
## 5642     X360            2009    Fighting
## 5643      PSP            2009      Action
## 5644      Wii            2009      Action
## 5645      Wii            2009      Action
## 5646     X360            2009      Action
## 5647      Wii            2009      Sports
## 5648       DS            2009   Adventure
## 5649      Wii            2009        Misc
## 5650       DS            2009        Misc
## 5651       PC            2009  Simulation
## 5652       DS            2009      Action
## 5653      PS3            2009      Sports
## 5654       DS            2009      Racing
## 5655      PSP            2009    Fighting
## 5656       DS            2009  Simulation
## 5657      Wii            2009        Misc
## 5658      Wii            2009      Sports
## 5659     X360            2009        Misc
## 5660      Wii            2009      Sports
## 5661       DS            2009        Misc
## 5662      Wii            2009      Racing
## 5663       DS            2009  Simulation
## 5664      Wii            2009      Sports
## 5665      Wii            2009      Action
## 5666     X360            2009     Shooter
## 5667      Wii            2009      Action
## 5668      Wii            2009 RolePlaying
## 5669       DS            2009      Racing
## 5670       PC            2009     Shooter
## 5671       DS            2009   Adventure
## 5672      PS3            2009      Action
## 5673       DS            2009 RolePlaying
## 5674      PS3            2009    Platform
## 5675     X360            2009    Fighting
## 5676      Wii            2009    Fighting
## 5677      PS2            2009      Sports
## 5678      Wii            2009        Misc
## 5679      Wii            2009        Misc
## 5680      PSP            2009      Sports
## 5681      PSP            2009      Action
## 5682      PS3            2009        Misc
## 5683      Wii            2009      Sports
## 5684      Wii            2009    Fighting
## 5685      PS3            2009    Strategy
## 5686     X360            2009     Shooter
## 5687       DS            2009   Adventure
## 5688      PS2            2009        Misc
## 5689      Wii            2009   Adventure
## 5690      PS3            2009      Action
## 5691       DS            2009      Action
## 5692      PS2            2009      Racing
## 5693      PS3            2009      Action
## 5694      PS2            2009        Misc
## 5695       DS            2009      Action
## 5696      PS3            2009      Sports
## 5697      PSP            2009 RolePlaying
## 5698       DS            2009      Action
## 5699     X360            2009      Action
## 5700       DS            2009      Puzzle
## 5701     X360            2009      Sports
## 5702      PS2            2009      Sports
## 5703      PS2            2009      Action
## 5704      Wii            2009      Action
## 5705      PS3            2009      Action
## 5706      PSP            2009      Sports
## 5707       DS            2009  Simulation
## 5708     X360            2009      Sports
## 5709     X360            2009    Strategy
## 5710       DS            2009  Simulation
## 5711      Wii            2009 RolePlaying
## 5712     X360            2009      Action
## 5713       PC            2009      Action
## 5714       DS            2009  Simulation
## 5715       DS            2009  Simulation
## 5716      PSP            2009      Racing
## 5717      PS3            2009      Racing
## 5718      PS2            2009        Misc
## 5719       DS            2009      Sports
## 5720       DS            2009  Simulation
## 5721      PS2            2009        Misc
## 5722      PSP            2009    Fighting
## 5723      Wii            2009     Shooter
## 5724      PS3            2009      Action
## 5725     X360            2009      Action
## 5726      Wii            2009        Misc
## 5727       DS            2009      Puzzle
## 5728      PS2            2009    Strategy
## 5729     X360            2009      Racing
## 5730       DS            2009      Puzzle
## 5731      Wii            2009  Simulation
## 5732      PS3            2009        Misc
## 5733      Wii            2009      Sports
## 5734       DS            2009        Misc
## 5735      PS3            2009      Action
## 5736       DS            2009      Puzzle
## 5737     X360            2009 RolePlaying
## 5738       DS            2009   Adventure
## 5739       DS            2009  Simulation
## 5740       DS            2009  Simulation
## 5741      Wii            2009      Sports
## 5742     X360            2009        Misc
## 5743      PS3            2009      Racing
## 5744     X360            2009      Action
## 5745      PS2            2009      Action
## 5746     X360            2009      Action
## 5747      Wii            2009    Strategy
## 5748      PS3            2009      Action
## 5749       DS            2009        Misc
## 5750       DS            2009  Simulation
## 5751      PS3            2009     Shooter
## 5752     X360            2009     Shooter
## 5753      PS2            2009    Fighting
## 5754      Wii            2009      Sports
## 5755      Wii            2009      Action
## 5756      Wii            2009      Action
## 5757     X360            2009     Shooter
## 5758     X360            2009      Action
## 5759      Wii            2009      Sports
## 5760       DS            2009      Action
## 5761      Wii            2009        Misc
## 5762     X360            2009    Platform
## 5763      PS3            2009        Misc
## 5764      Wii            2009   Adventure
## 5765      PS2            2009      Action
## 5766       DS            2009 RolePlaying
## 5767      Wii            2009      Action
## 5768      PS3            2009        Misc
## 5769      PS2            2009        Misc
## 5770      PSP            2009      Sports
## 5771      PS2            2009      Action
## 5772     X360            2009 RolePlaying
## 5773       DS            2009  Simulation
## 5774     X360            2009      Sports
## 5775      Wii            2009      Puzzle
## 5776     X360            2009     Shooter
## 5777       DS            2009 RolePlaying
## 5778       DS            2009  Simulation
## 5779       DS            2009        Misc
## 5780       DS            2009      Puzzle
## 5781      Wii            2009      Sports
## 5782      PSP            2009      Sports
## 5783      PSP            2009        Misc
## 5784      PSP            2009      Action
## 5785      Wii            2009        Misc
## 5786      Wii            2009        Misc
## 5787      PS2            2009      Sports
## 5788      Wii            2009  Simulation
## 5789      Wii            2009      Sports
## 5790      Wii            2009      Racing
## 5791      Wii            2009  Simulation
## 5792      Wii            2009  Simulation
## 5793      PS2            2009   Adventure
## 5794      PS2            2009      Action
## 5795      Wii            2009      Action
## 5796      Wii            2009 RolePlaying
## 5797       DS            2009        Misc
## 5798      PS3            2009        Misc
## 5799      PS3            2009      Action
## 5800       DS            2009        Misc
## 5801     X360            2009      Action
## 5802       DS            2009 RolePlaying
## 5803      PSP            2009      Action
## 5804       DS            2009   Adventure
## 5805      Wii            2009      Sports
## 5806       DS            2009  Simulation
## 5807     X360            2009      Racing
## 5808      Wii            2009 RolePlaying
## 5809       DS            2009      Action
## 5810      Wii            2009      Action
## 5811      PSP            2009 RolePlaying
## 5812      PS3            2009     Shooter
## 5813      PSP            2009 RolePlaying
## 5814     X360            2009      Sports
## 5815       DS            2009        Misc
## 5816      PS3            2009      Racing
## 5817      PSP            2009      Sports
## 5818      PSP            2009 RolePlaying
## 5819      Wii            2009        Misc
## 5820      PS3            2009      Action
## 5821     X360            2009      Action
## 5822       DS            2009   Adventure
## 5823     X360            2009      Action
## 5824     X360            2009      Action
## 5825     X360            2009 RolePlaying
## 5826      PSP            2009      Sports
## 5827       DS            2009  Simulation
## 5828     X360            2009      Action
## 5829      Wii            2009   Adventure
## 5830     X360            2009 RolePlaying
## 5831      PS3            2009      Action
## 5832       DS            2009      Puzzle
## 5833       DS            2009   Adventure
## 5834      Wii            2009        Misc
## 5835      PSP            2009      Racing
## 5836       DS            2009      Puzzle
## 5837     X360            2009        Misc
## 5838      PS3            2009      Sports
## 5839      Wii            2009      Sports
## 5840     X360            2009      Action
## 5841      PS3            2009      Action
## 5842      PSP            2009   Adventure
## 5843      PSP            2009    Fighting
## 5844      Wii            2009   Adventure
## 5845      PS3            2009   Adventure
## 5846      PSP            2009 RolePlaying
## 5847      Wii            2009        Misc
## 5848       DS            2009    Platform
## 5849      Wii            2009        Misc
## 5850      PS3            2009      Action
## 5851      Wii            2009 RolePlaying
## 5852      Wii            2009      Racing
## 5853      PS3            2009        Misc
## 5854      PS2            2009        Misc
## 5855      PSP            2009 RolePlaying
## 5856     X360            2009      Action
## 5857       DS            2009  Simulation
## 5858     X360            2009    Strategy
## 5859      Wii            2009      Action
## 5860       DS            2009      Puzzle
## 5861      Wii            2009      Action
## 5862      Wii            2009  Simulation
## 5863      PS2            2009    Fighting
## 5864       DS            2009      Puzzle
## 5865     X360            2009   Adventure
## 5866       DS            2009   Adventure
## 5867     X360            2009      Sports
## 5868     X360            2009     Shooter
## 5869      PS3            2009        Misc
## 5870       DS            2009  Simulation
## 5871     X360            2009      Sports
## 5872      Wii            2009   Adventure
## 5873      Wii            2009    Platform
## 5874      PS3            2009      Action
## 5875     X360            2009      Action
## 5876      PSP            2009    Fighting
## 5877       DS            2009    Strategy
## 5878     X360            2009      Sports
## 5879      PSP            2009      Sports
## 5880       DS            2009  Simulation
## 5881       DS            2009      Action
## 5882       DS            2009      Puzzle
##                                   Publisher NA_Sales EU_Sales JP_Sales
## 1                           Electronic Arts     0.66     5.75     0.08
## 2                                  Nintendo     2.98     1.45     2.26
## 3               Sony Computer Entertainment     1.85     2.50     0.19
## 4                                Activision     1.61     2.00     0.15
## 5                           Electronic Arts     1.10     2.15     0.21
## 6                                   Ubisoft     1.35     1.70     0.15
## 7                           Electronic Arts     0.43     2.05     0.00
## 8                                Activision     1.46     0.74     0.00
## 9                                   Ubisoft     0.60     1.25     0.06
## 10                          Electronic Arts     1.28     0.77     0.00
## 11                                  Ubisoft     1.29     0.68     0.00
## 12                               Activision     0.81     0.85     0.15
## 13                     Take-Two Interactive     1.25     0.27     0.02
## 14                     Take-Two Interactive     0.42     1.08     0.03
## 15                          Electronic Arts     1.25     0.17     0.00
## 16                              Hello Games     0.63     0.76     0.03
## 17                       Namco Bandai Games     0.65     0.45     0.34
## 18              Sony Computer Entertainment     0.50     0.76     0.04
## 19                       Bethesda Softworks     0.54     0.69     0.02
## 20                   Microsoft Game Studios     0.78     0.44     0.00
## 21                                  Level 5     0.00     0.00     1.33
## 22                       Bethesda Softworks     0.48     0.59     0.04
## 23                          Electronic Arts     1.08     0.02     0.00
## 24                       Namco Bandai Games     0.41     0.45     0.11
## 25                                  Ubisoft     0.37     0.58     0.00
## 26                   Microsoft Game Studios     0.42     0.58     0.00
## 27                               Activision     0.63     0.33     0.00
## 28                                 Nintendo     0.56     0.30     0.08
## 29                     Take-Two Interactive     0.86     0.06     0.00
## 30                       Namco Bandai Games     0.50     0.26     0.17
## 31                              Square Enix     0.23     0.53     0.04
## 32                          Electronic Arts     0.29     0.49     0.00
## 33                                 Nintendo     0.28     0.14     0.47
## 34                                   Capcom     0.40     0.28     0.08
## 35              Sony Computer Entertainment     0.72     0.00     0.00
## 36                                  Ubisoft     0.47     0.33     0.00
## 37                       Bethesda Softworks     0.44     0.25     0.00
## 38                          Electronic Arts     0.34     0.25     0.05
## 39                       Bethesda Softworks     0.41     0.27     0.00
## 40                          Electronic Arts     0.05     0.55     0.03
## 41   Warner Bros. Interactive Entertainment     0.26     0.35     0.00
## 42                       Namco Bandai Games     0.24     0.27     0.09
## 43   Warner Bros. Interactive Entertainment     0.16     0.43     0.01
## 44                   Microsoft Game Studios     0.28     0.17     0.18
## 45                   Focus Home Interactive     0.03     0.58     0.00
## 46                       Bethesda Softworks     0.22     0.32     0.00
## 47                              Square Enix     0.00     0.00     0.63
## 48                     Take-Two Interactive     0.28     0.29     0.00
## 49                     Take-Two Interactive     0.17     0.34     0.00
## 50                          Electronic Arts     0.37     0.15     0.00
## 51                                  Level 5     0.00     0.00     0.56
## 52                   Microsoft Game Studios     0.30     0.20     0.01
## 53                               Activision     0.25     0.24     0.00
## 54                                 Nintendo     0.05     0.21     0.25
## 55                          Electronic Arts     0.20     0.21     0.00
## 56                          Electronic Arts     0.29     0.15     0.00
## 57             Konami Digital Entertainment     0.02     0.27     0.11
## 58                                 Nintendo     0.17     0.13     0.11
## 59                                 Nintendo     0.20     0.14     0.05
## 60                          Electronic Arts     0.24     0.14     0.00
## 61                   Focus Home Interactive     0.05     0.31     0.00
## 62                                  Ubisoft     0.22     0.15     0.00
## 63                              Square Enix     0.04     0.11     0.22
## 64                              Square Enix     0.15     0.15     0.03
## 65                       Namco Bandai Games     0.26     0.09     0.00
## 66              Sony Computer Entertainment     0.18     0.15     0.00
## 67                              Codemasters     0.03     0.29     0.01
## 68                          Electronic Arts     0.11     0.24     0.00
## 69                              Square Enix     0.11     0.21     0.00
## 70                          Electronic Arts     0.07     0.28     0.00
## 71                                   Capcom     0.10     0.17     0.05
## 72                                    Atlus     0.00     0.00     0.37
## 73                     Take-Two Interactive     0.10     0.19     0.02
## 74                                505 Games     0.03     0.28     0.00
## 75                              Codemasters     0.04     0.27     0.00
## 76                                 Nintendo     0.17     0.10     0.07
## 77                                  Ubisoft     0.17     0.16     0.00
## 78                              Deep Silver     0.06     0.21     0.03
## 79                       Namco Bandai Games     0.11     0.13     0.07
## 80   Warner Bros. Interactive Entertainment     0.19     0.12     0.00
## 81                          Electronic Arts     0.11     0.16     0.02
## 82                                  Ubisoft     0.03     0.26     0.00
## 83                                 Nintendo     0.07     0.14     0.11
## 84                              Square Enix     0.08     0.14     0.08
## 85                          Electronic Arts     0.19     0.08     0.00
## 86                              Square Enix     0.07     0.09     0.15
## 87                               Activision     0.13     0.16     0.00
## 88   Warner Bros. Interactive Entertainment     0.18     0.11     0.00
## 89                                 Nintendo     0.08     0.13     0.08
## 90                       Namco Bandai Games     0.21     0.07     0.00
## 91   Warner Bros. Interactive Entertainment     0.25     0.00     0.00
## 92                              Square Enix     0.00     0.00     0.30
## 93   Warner Bros. Interactive Entertainment     0.14     0.13     0.00
## 94             Konami Digital Entertainment     0.00     0.22     0.04
## 95                              Square Enix     0.00     0.00     0.28
## 96                                   Capcom     0.00     0.00     0.28
## 97                               Tecmo Koei     0.04     0.11     0.11
## 98                                   Capcom     0.00     0.00     0.27
## 99   Warner Bros. Interactive Entertainment     0.10     0.12     0.00
## 100  Warner Bros. Interactive Entertainment     0.07     0.16     0.00
## 101                    Take-Two Interactive     0.12     0.12     0.00
## 102                    Take-Two Interactive     0.12     0.08     0.02
## 103             Sony Computer Entertainment     0.06     0.14     0.02
## 104                    Take-Two Interactive     0.09     0.13     0.00
## 105                         Electronic Arts     0.20     0.01     0.00
## 106                              Activision     0.05     0.15     0.00
## 107                               505 Games     0.05     0.17     0.00
## 108  Warner Bros. Interactive Entertainment     0.12     0.10     0.00
## 109                             Square Enix     0.00     0.00     0.23
## 110                    Take-Two Interactive     0.09     0.12     0.00
## 111                      Namco Bandai Games     0.00     0.00     0.23
## 112                                  GungHo     0.00     0.00     0.22
## 113                      Bethesda Softworks     0.12     0.08     0.00
## 114                      Bethesda Softworks     0.07     0.13     0.00
## 115                      Namco Bandai Games     0.02     0.00     0.19
## 116                             Square Enix     0.04     0.06     0.08
## 117                                  Capcom     0.14     0.00     0.05
## 118                                 Ubisoft     0.04     0.13     0.00
## 119                                    Sega     0.07     0.05     0.05
## 120                   Marvelous Interactive     0.00     0.00     0.20
## 121             Sony Computer Entertainment     0.00     0.17     0.00
## 122                      Namco Bandai Games     0.11     0.07     0.00
## 123                    Nippon Ichi Software     0.07     0.04     0.07
## 124             Sony Computer Entertainment     0.16     0.00     0.00
## 125                             Deep Silver     0.05     0.00     0.14
## 126                          Kadokawa Games     0.00     0.00     0.19
## 127  Warner Bros. Interactive Entertainment     0.07     0.09     0.01
## 128                    Take-Two Interactive     0.08     0.10     0.00
## 129                      Namco Bandai Games     0.06     0.02     0.10
## 130                                 Ubisoft     0.06     0.11     0.00
## 131            Konami Digital Entertainment     0.00     0.00     0.18
## 132                              Activision     0.09     0.08     0.00
## 133                         Electronic Arts     0.14     0.02     0.00
## 134            Konami Digital Entertainment     0.00     0.00     0.17
## 135                             Square Enix     0.09     0.06     0.00
## 136                                 Ubisoft     0.04     0.11     0.00
## 137                         Electronic Arts     0.09     0.06     0.00
## 138  Warner Bros. Interactive Entertainment     0.04     0.10     0.00
## 139                                    Sega     0.00     0.00     0.16
## 140                    Take-Two Interactive     0.08     0.06     0.00
## 141                    Take-Two Interactive     0.10     0.04     0.00
## 142                             Deep Silver     0.07     0.02     0.04
## 143                      Namco Bandai Games     0.00     0.04     0.10
## 144  Warner Bros. Interactive Entertainment     0.01     0.11     0.00
## 145  Warner Bros. Interactive Entertainment     0.06     0.07     0.01
## 146                  Microsoft Game Studios     0.08     0.05     0.00
## 147                              Activision     0.04     0.08     0.00
## 148                    Take-Two Interactive     0.04     0.08     0.00
## 149                    Take-Two Interactive     0.05     0.07     0.00
## 150                    Nippon Ichi Software     0.02     0.02     0.09
## 151                             Deep Silver     0.06     0.07     0.00
## 152                          Telltale Games     0.04     0.08     0.00
## 153                             Deep Silver     0.03     0.07     0.01
## 154                              Activision     0.04     0.08     0.00
## 155                              Tecmo Koei     0.00     0.00     0.13
## 156                             Square Enix     0.00     0.00     0.13
## 157                             Square Enix     0.09     0.03     0.00
## 158                                    Sega     0.00     0.12     0.00
## 159            Konami Digital Entertainment     0.01     0.05     0.06
## 160                    Take-Two Interactive     0.06     0.04     0.00
## 161  Warner Bros. Interactive Entertainment     0.02     0.07     0.00
## 162                             Codemasters     0.04     0.08     0.00
## 163                             Codemasters     0.03     0.08     0.00
## 164                                   Atlus     0.00     0.00     0.12
## 165  Warner Bros. Interactive Entertainment     0.04     0.07     0.01
## 166                      Namco Bandai Games     0.00     0.00     0.12
## 167                                  Crytek     0.06     0.03     0.00
## 168                             Square Enix     0.00     0.11     0.00
## 169                                    Sega     0.01     0.00     0.10
## 170                              Activision     0.05     0.06     0.00
## 171  Warner Bros. Interactive Entertainment     0.05     0.06     0.00
## 172                  Focus Home Interactive     0.04     0.07     0.00
## 173                      Bethesda Softworks     0.04     0.07     0.00
## 174                             Square Enix     0.00     0.00     0.12
## 175                                    Sega     0.00     0.00     0.12
## 176                    Take-Two Interactive     0.09     0.02     0.00
## 177                      Namco Bandai Games     0.00     0.00     0.12
## 178            Konami Digital Entertainment     0.00     0.00     0.12
## 179                         Electronic Arts     0.00     0.11     0.00
## 180                         Electronic Arts     0.07     0.02     0.00
## 181                                Nintendo     0.02     0.01     0.08
## 182                                 Unknown     0.00     0.00     0.11
## 183                              Tecmo Koei     0.00     0.00     0.11
## 184                      Namco Bandai Games     0.00     0.10     0.00
## 185  Warner Bros. Interactive Entertainment     0.05     0.05     0.00
## 186             Sony Computer Entertainment     0.03     0.05     0.01
## 187                    Take-Two Interactive     0.05     0.04     0.00
## 188                              Activision     0.02     0.07     0.00
## 189                                   PQube     0.00     0.00     0.11
## 190                      Namco Bandai Games     0.00     0.00     0.10
## 191                         Electronic Arts     0.02     0.08     0.00
## 192                                     CCP     0.03     0.05     0.00
## 193                      Namco Bandai Games     0.00     0.00     0.10
## 194                      Namco Bandai Games     0.00     0.00     0.10
## 195                      Namco Bandai Games     0.00     0.00     0.10
## 196  Warner Bros. Interactive Entertainment     0.01     0.06     0.01
## 197                              Activision     0.05     0.04     0.00
## 198                      Namco Bandai Games     0.00     0.02     0.07
## 199                                 Ubisoft     0.03     0.06     0.00
## 200                      Namco Bandai Games     0.00     0.00     0.09
## 201                Nihon Falcom Corporation     0.00     0.00     0.09
## 202                              Activision     0.05     0.02     0.00
## 203                                    Sega     0.00     0.09     0.00
## 204                        Milestone S.r.l.     0.02     0.05     0.00
## 205                                    Sega     0.05     0.03     0.00
## 206             Sony Computer Entertainment     0.03     0.05     0.00
## 207                              Activision     0.04     0.05     0.00
## 208                                   PQube     0.00     0.00     0.09
## 209                               505 Games     0.00     0.04     0.05
## 210                          Telltale Games     0.03     0.05     0.00
## 211                                 Ubisoft     0.01     0.05     0.01
## 212                      Namco Bandai Games     0.00     0.00     0.09
## 213                              Tecmo Koei     0.00     0.00     0.08
## 214                      Namco Bandai Games     0.00     0.00     0.08
## 215                                   PQube     0.04     0.00     0.03
## 216                    Take-Two Interactive     0.04     0.04     0.00
## 217                                   PQube     0.03     0.00     0.05
## 218                                  Capcom     0.07     0.00     0.00
## 219                         Electronic Arts     0.03     0.04     0.00
## 220                  Focus Home Interactive     0.00     0.07     0.00
## 221            Konami Digital Entertainment     0.00     0.04     0.03
## 222                                  Capcom     0.06     0.00     0.00
## 223                         Insomniac Games     0.06     0.00     0.00
## 224                                  Capcom     0.05     0.02     0.00
## 225                                 Ubisoft     0.03     0.04     0.00
## 226                      Namco Bandai Games     0.01     0.05     0.00
## 227                         Nippon Columbia     0.00     0.00     0.08
## 228                             Aksys Games     0.05     0.00     0.02
## 229                      Namco Bandai Games     0.00     0.07     0.00
## 230                                   PQube     0.02     0.02     0.03
## 231                                 Ubisoft     0.01     0.05     0.00
## 232                                 Ubisoft     0.01     0.04     0.01
## 233                               Aqua Plus     0.00     0.00     0.06
## 234                         Electronic Arts     0.01     0.05     0.00
## 235                      Namco Bandai Games     0.00     0.00     0.06
## 236                    Nippon Ichi Software     0.02     0.01     0.03
## 237                               505 Games     0.00     0.05     0.00
## 238                      Namco Bandai Games     0.03     0.02     0.00
## 239                                 Ubisoft     0.02     0.04     0.00
## 240                             Aksys Games     0.03     0.00     0.02
## 241                      Namco Bandai Games     0.00     0.00     0.06
## 242                  Focus Home Interactive     0.02     0.04     0.00
## 243                              Tecmo Koei     0.00     0.00     0.06
## 244                              Tecmo Koei     0.02     0.03     0.00
## 245                      Namco Bandai Games     0.00     0.00     0.06
## 246                             Square Enix     0.00     0.00     0.06
## 247                         Insomniac Games     0.05     0.00     0.00
## 248                                Nintendo     0.00     0.00     0.06
## 249                             Xseed Games     0.05     0.00     0.00
## 250                        Milestone S.r.l.     0.03     0.02     0.00
## 251                                   PQube     0.02     0.02     0.02
## 252                      Namco Bandai Games     0.00     0.00     0.06
## 253                                  Capcom     0.00     0.05     0.00
## 254                                 Ubisoft     0.00     0.04     0.01
## 255                                   FuRyu     0.00     0.00     0.06
## 256                               505 Games     0.01     0.04     0.00
## 257                              Tecmo Koei     0.01     0.00     0.05
## 258                          Telltale Games     0.03     0.02     0.00
## 259                     Paradox Interactive     0.00     0.05     0.00
## 260                              Activision     0.04     0.00     0.00
## 261                                Broccoli     0.00     0.00     0.05
## 262                          Telltale Games     0.01     0.04     0.00
## 263                             Square Enix     0.00     0.00     0.05
## 264                             Deep Silver     0.04     0.00     0.00
## 265                              Tecmo Koei     0.00     0.00     0.05
## 266                             Deep Silver     0.02     0.03     0.00
## 267                              Activision     0.01     0.03     0.00
## 268                    Tripwire Interactive     0.03     0.01     0.00
## 269                               Aqua Plus     0.00     0.00     0.05
## 270                                 MLB.com     0.05     0.00     0.00
## 271                      Namco Bandai Games     0.00     0.00     0.05
## 272                                Nintendo     0.02     0.01     0.01
## 273                              Activision     0.04     0.00     0.00
## 274                                    Sega     0.02     0.00     0.02
## 275                                  Capcom     0.04     0.00     0.00
## 276                         Electronic Arts     0.00     0.04     0.00
## 277                Dusenberry Martin Racing     0.04     0.00     0.00
## 278            Konami Digital Entertainment     0.01     0.03     0.00
## 279                    Take-Two Interactive     0.02     0.02     0.00
## 280                                Happinet     0.00     0.00     0.05
## 281                                 Ubisoft     0.01     0.03     0.00
## 282                         Milestone S.r.l     0.00     0.04     0.00
## 283                                   PQube     0.00     0.03     0.01
## 284                                  Capcom     0.04     0.00     0.00
## 285                             Square Enix     0.00     0.04     0.00
## 286                         Milestone S.r.l     0.00     0.04     0.00
## 287                             Square Enix     0.01     0.04     0.00
## 288                      Namco Bandai Games     0.00     0.00     0.04
## 289                  Rebellion Developments     0.02     0.02     0.00
## 290                                   FuRyu     0.00     0.00     0.04
## 291                              Activision     0.03     0.01     0.00
## 292                    Nippon Ichi Software     0.00     0.00     0.04
## 293                              Activision     0.01     0.03     0.00
## 294                             Square Enix     0.00     0.00     0.04
## 295                             D3Publisher     0.00     0.00     0.04
## 296                              Tecmo Koei     0.00     0.00     0.04
## 297                    Alternative Software     0.00     0.04     0.00
## 298                     Paradox Interactive     0.00     0.04     0.00
## 299                              Activision     0.02     0.02     0.00
## 300                    Nippon Ichi Software     0.03     0.00     0.00
## 301                      Namco Bandai Games     0.00     0.00     0.04
## 302                                  Capcom     0.02     0.00     0.01
## 303                                   FuRyu     0.00     0.00     0.04
## 304                              Tecmo Koei     0.00     0.00     0.04
## 305            Konami Digital Entertainment     0.01     0.02     0.01
## 306                Dusenberry Martin Racing     0.03     0.00     0.00
## 307                              Tecmo Koei     0.00     0.00     0.04
## 308                                Astragon     0.00     0.03     0.00
## 309                             Deep Silver     0.01     0.02     0.00
## 310                                 Ubisoft     0.03     0.00     0.00
## 311                                 Ubisoft     0.02     0.02     0.00
## 312            Konami Digital Entertainment     0.01     0.02     0.00
## 313                          Games Workshop     0.01     0.02     0.00
## 314                      Namco Bandai Games     0.00     0.00     0.04
## 315                      Namco Bandai Games     0.00     0.00     0.04
## 316                      Namco Bandai Games     0.00     0.00     0.03
## 317                              Tecmo Koei     0.00     0.00     0.03
## 318                  Focus Home Interactive     0.00     0.03     0.00
## 319                             Takara Tomy     0.00     0.00     0.03
## 320                                  Capcom     0.00     0.00     0.03
## 321                         Electronic Arts     0.00     0.03     0.00
## 322                      Namco Bandai Games     0.00     0.00     0.03
## 323                        Gearbox Software     0.03     0.00     0.00
## 324                              Tecmo Koei     0.00     0.00     0.03
## 325                                 Ubisoft     0.02     0.00     0.00
## 326                             Codemasters     0.00     0.03     0.00
## 327                             Square Enix     0.00     0.03     0.00
## 328                                    Sega     0.03     0.00     0.00
## 329                          Telltale Games     0.01     0.02     0.00
## 330                      Namco Bandai Games     0.00     0.00     0.03
## 331                         Insomniac Games     0.03     0.00     0.00
## 332                Nihon Falcom Corporation     0.00     0.00     0.03
## 333                             Codemasters     0.00     0.03     0.00
## 334                   Introversion Software     0.01     0.01     0.00
## 335                              Tecmo Koei     0.00     0.00     0.03
## 336                                 Unknown     0.00     0.00     0.03
## 337                                Sold Out     0.01     0.02     0.00
## 338                               505 Games     0.00     0.03     0.00
## 339                      Namco Bandai Games     0.01     0.02     0.00
## 340                          Kadokawa Games     0.00     0.00     0.03
## 341                          Rocket Company     0.00     0.00     0.03
## 342                          Telltale Games     0.02     0.01     0.00
## 343                              Tecmo Koei     0.00     0.00     0.03
## 344                           Compile Heart     0.00     0.00     0.03
## 345                             Deep Silver     0.02     0.01     0.00
## 346                              Screenlife     0.00     0.00     0.03
## 347              Idea Factory International     0.00     0.02     0.00
## 348                                     5pb     0.00     0.00     0.03
## 349                                Astragon     0.00     0.03     0.00
## 350                            Idea Factory     0.00     0.00     0.03
## 351                       FuRyu Corporation     0.01     0.01     0.00
## 352                           Compile Heart     0.00     0.00     0.03
## 353                    Nippon Ichi Software     0.00     0.00     0.03
## 354                                  Capcom     0.00     0.00     0.03
## 355                                  Capcom     0.01     0.00     0.01
## 356                    Alternative Software     0.00     0.02     0.00
## 357                  Focus Home Interactive     0.01     0.01     0.00
## 358                                  Capcom     0.02     0.00     0.00
## 359                                   PQube     0.01     0.01     0.00
## 360                                Nintendo     0.00     0.02     0.00
## 361                      Namco Bandai Games     0.00     0.00     0.03
## 362                                   PQube     0.02     0.00     0.00
## 363                                 Unknown     0.00     0.00     0.03
## 364                                 Natsume     0.02     0.00     0.00
## 365                                Microids     0.01     0.01     0.00
## 366                                   Atari     0.02     0.00     0.00
## 367                      Namco Bandai Games     0.00     0.00     0.03
## 368                        Gearbox Software     0.02     0.00     0.00
## 369                                   FuRyu     0.00     0.00     0.03
## 370                Nihon Falcom Corporation     0.00     0.00     0.02
## 371                       Rising Star Games     0.02     0.00     0.00
## 372                          Kadokawa Games     0.00     0.00     0.02
## 373                                   Atari     0.02     0.00     0.00
## 374                              Tecmo Koei     0.00     0.00     0.02
## 375             Sony Computer Entertainment     0.00     0.02     0.00
## 376                                   PQube     0.01     0.01     0.00
## 377                    Alternative Software     0.00     0.02     0.00
## 378                              Tecmo Koei     0.00     0.00     0.02
## 379                                  Capcom     0.00     0.00     0.02
## 380                             D3Publisher     0.00     0.00     0.02
## 381                               Avanquest     0.00     0.02     0.00
## 382                               Aqua Plus     0.00     0.00     0.02
## 383                    Nippon Ichi Software     0.00     0.01     0.01
## 384                              Tecmo Koei     0.00     0.00     0.02
## 385                               Avanquest     0.00     0.02     0.00
## 386                            Idea Factory     0.00     0.00     0.02
## 387                              Activision     0.01     0.01     0.00
## 388                                     5pb     0.00     0.00     0.02
## 389                    Nippon Ichi Software     0.00     0.00     0.02
## 390                    Nippon Ichi Software     0.02     0.00     0.00
## 391                                   Atari     0.02     0.00     0.00
## 392                                  Capcom     0.01     0.01     0.00
## 393                              Epic Games     0.02     0.00     0.00
## 394                                   Atari     0.02     0.00     0.00
## 395                            Idea Factory     0.00     0.00     0.02
## 396            Konami Digital Entertainment     0.00     0.02     0.00
## 397                         Stainless Games     0.01     0.01     0.00
## 398                                  Capcom     0.02     0.00     0.00
## 399                                   Atari     0.00     0.02     0.00
## 400                              Tecmo Koei     0.01     0.00     0.00
## 401                            Nordic Games     0.02     0.00     0.00
## 402                                Microids     0.00     0.02     0.00
## 403                                  Capcom     0.02     0.00     0.00
## 404                             Deep Silver     0.02     0.00     0.00
## 405                              Tecmo Koei     0.00     0.00     0.02
## 406                      Namco Bandai Games     0.00     0.00     0.02
## 407                    Nippon Ichi Software     0.00     0.00     0.02
## 408                 Marvelous Entertainment     0.00     0.00     0.02
## 409                            Idea Factory     0.00     0.00     0.02
## 410                                     N/A     0.00     0.00     0.02
## 411                              Activision     0.01     0.00     0.00
## 412                              Koch Media     0.00     0.02     0.00
## 413                         dramatic create     0.00     0.00     0.02
## 414                             Deep Silver     0.00     0.01     0.00
## 415                                    Yeti     0.00     0.00     0.02
## 416                              Tecmo Koei     0.00     0.00     0.02
## 417                                     5pb     0.00     0.00     0.02
## 418                       FuRyu Corporation     0.01     0.00     0.00
## 419                    Nippon Ichi Software     0.00     0.00     0.02
## 420                                 Ubisoft     0.01     0.00     0.00
## 421                             D3Publisher     0.00     0.00     0.02
## 422                            Idea Factory     0.00     0.00     0.02
## 423                         Experience Inc.     0.00     0.00     0.02
## 424                                  Capcom     0.00     0.00     0.02
## 425                            Idea Factory     0.00     0.00     0.02
## 426                      Namco Bandai Games     0.00     0.00     0.02
## 427                      Namco Bandai Games     0.00     0.00     0.02
## 428                              Tecmo Koei     0.00     0.00     0.02
## 429                                  Capcom     0.01     0.00     0.00
## 430                       FuRyu Corporation     0.01     0.00     0.00
## 431                  Microsoft Game Studios     0.00     0.01     0.00
## 432                      Namco Bandai Games     0.01     0.00     0.00
## 433                               505 Games     0.00     0.01     0.00
## 434                              Activision     0.01     0.00     0.00
## 435                            Idea Factory     0.00     0.00     0.01
## 436                      Namco Bandai Games     0.00     0.01     0.00
## 437                    Nippon Ichi Software     0.00     0.01     0.01
## 438                    Take-Two Interactive     0.00     0.01     0.00
## 439             Sony Computer Entertainment     0.00     0.01     0.00
## 440                              Koch Media     0.00     0.01     0.00
## 441                                  Capcom     0.01     0.00     0.00
## 442                        Yacht Club Games     0.01     0.00     0.00
## 443                                 Unknown     0.00     0.00     0.01
## 444                                 Ubisoft     0.01     0.00     0.00
## 445                            Nordic Games     0.01     0.00     0.00
## 446                  Focus Home Interactive     0.00     0.01     0.00
## 447                                Aerosoft     0.00     0.01     0.00
## 448                            Inti Creates     0.00     0.00     0.01
## 449                                Sold Out     0.01     0.00     0.00
## 450                            Nordic Games     0.00     0.01     0.00
## 451                               Prototype     0.00     0.00     0.01
## 452                      Bigben Interactive     0.00     0.01     0.00
## 453                              Activision     0.01     0.00     0.00
## 454                                Microids     0.01     0.00     0.00
## 455                              Tecmo Koei     0.00     0.00     0.01
## 456                        Milestone S.r.l.     0.00     0.01     0.00
## 457                                     N/A     0.00     0.00     0.01
## 458                            Nordic Games     0.00     0.01     0.00
## 459                       Rising Star Games     0.00     0.01     0.00
## 460                         dramatic create     0.00     0.00     0.01
## 461                      Namco Bandai Games     0.00     0.00     0.01
## 462                              Koch Media     0.00     0.01     0.00
## 463                              Tecmo Koei     0.00     0.00     0.01
## 464                     Paradox Development     0.00     0.01     0.00
## 465                                 MLB.com     0.01     0.00     0.00
## 466                                Broccoli     0.00     0.00     0.01
## 467                                 Ubisoft     0.00     0.01     0.00
## 468                       FuRyu Corporation     0.01     0.00     0.00
## 469                            Nordic Games     0.01     0.00     0.00
## 470                      Namco Bandai Games     0.00     0.00     0.01
## 471                      Bigben Interactive     0.01     0.00     0.00
## 472                                   PQube     0.00     0.00     0.01
## 473                        Arc System Works     0.00     0.00     0.01
## 474                    Nippon Ichi Software     0.00     0.00     0.01
## 475                         Milestone S.r.l     0.00     0.01     0.00
## 476                         Milestone S.r.l     0.00     0.01     0.00
## 477                           Kalypso Media     0.01     0.00     0.00
## 478                         Stainless Games     0.01     0.00     0.00
## 479                               Prototype     0.00     0.00     0.01
## 480                                 Ubisoft     0.00     0.01     0.00
## 481                      Namco Bandai Games     0.00     0.01     0.00
## 482                               Prototype     0.00     0.00     0.01
## 483                       UIG Entertainment     0.00     0.01     0.00
## 484                             Square Enix     0.00     0.01     0.00
## 485                            Nordic Games     0.00     0.01     0.00
## 486                            Idea Factory     0.00     0.00     0.01
## 487                         Milestone S.r.l     0.00     0.01     0.00
## 488                    Alternative Software     0.00     0.01     0.00
## 489                            Red Flagship     0.00     0.00     0.01
## 490                                 Ubisoft     0.00     0.01     0.00
## 491                                Nintendo     0.00     0.01     0.00
## 492                   Introversion Software     0.01     0.00     0.00
## 493            Konami Digital Entertainment     0.01     0.00     0.00
## 494                      Namco Bandai Games     0.00     0.00     0.01
## 495                            Idea Factory     0.00     0.00     0.01
## 496                            Idea Factory     0.00     0.00     0.01
## 497                              Tecmo Koei     0.00     0.00     0.01
## 498                    Nippon Ichi Software     0.00     0.00     0.01
## 499                                 Unknown     0.00     0.00     0.01
## 500                              Tecmo Koei     0.00     0.00     0.01
## 501                            Idea Factory     0.00     0.00     0.01
## 502                              Tecmo Koei     0.00     0.00     0.01
## 503                              Activision     6.03     5.86     0.36
## 504                         Electronic Arts     1.12     6.12     0.06
## 505                         Electronic Arts     2.99     3.49     0.22
## 506                              Activision     4.59     2.11     0.01
## 507                      Bethesda Softworks     2.53     3.27     0.24
## 508             Sony Computer Entertainment     2.07     1.71     0.08
## 509                  Microsoft Game Studios     2.78     1.27     0.03
## 510                                Nintendo     1.54     1.18     1.46
## 511                      Bethesda Softworks     2.51     1.32     0.01
## 512                      Namco Bandai Games     1.02     2.13     0.23
## 513  Warner Bros. Interactive Entertainment     1.53     1.69     0.10
## 514                    Take-Two Interactive     2.49     0.66     0.03
## 515                         Electronic Arts     2.04     1.28     0.02
## 516            Konami Digital Entertainment     1.09     1.36     0.49
## 517                                 Ubisoft     0.81     1.99     0.07
## 518                                  Capcom     0.27     0.21     2.79
## 519                  Microsoft Game Studios     2.61     0.33     0.00
## 520                         Electronic Arts     0.89     2.12     0.00
## 521                         Electronic Arts     2.34     0.30     0.00
## 522                                Nintendo     1.18     0.89     0.94
## 523                                Nintendo     0.51     1.02     1.40
## 524  Warner Bros. Interactive Entertainment     1.50     0.80     0.00
## 525                         Electronic Arts     0.41     1.84     0.05
## 526             Sony Computer Entertainment     1.03     0.81     0.26
## 527                         Electronic Arts     0.50     1.50     0.05
## 528                         Electronic Arts     2.08     0.08     0.00
## 529                                Nintendo     1.15     0.55     0.47
## 530                    Take-Two Interactive     1.95     0.15     0.00
## 531                                 Level 5     0.00     0.00     2.29
## 532                                 Ubisoft     0.55     1.19     0.14
## 533                         Electronic Arts     0.71     0.94     0.14
## 534  Warner Bros. Interactive Entertainment     0.96     0.67     0.12
## 535                              Activision     0.78     0.79     0.04
## 536                             Square Enix     0.47     1.03     0.07
## 537                  Microsoft Game Studios     0.73     0.90     0.03
## 538                      Bethesda Softworks     0.67     0.79     0.00
## 539             Sony Computer Entertainment     0.61     0.78     0.06
## 540                              Activision     1.14     0.40     0.00
## 541                              Activision     0.49     0.87     0.07
## 542                                Nintendo     0.81     0.23     0.52
## 543      Sony Computer Entertainment Europe     0.45     0.90     0.05
## 544                                Nintendo     0.69     0.53     0.24
## 545                         Electronic Arts     0.57     0.88     0.00
## 546  Warner Bros. Interactive Entertainment     0.88     0.47     0.00
## 547  Warner Bros. Interactive Entertainment     1.03     0.21     0.00
## 548                             Square Enix     0.55     0.70     0.02
## 549                                 Ubisoft     0.77     0.45     0.00
## 550                      Namco Bandai Games     0.69     0.50     0.00
## 551                                Nintendo     0.62     0.47     0.11
## 552                                 Ubisoft     0.62     0.56     0.00
## 553  Warner Bros. Interactive Entertainment     0.86     0.30     0.01
## 554                      Bethesda Softworks     0.51     0.67     0.00
## 555                      Bethesda Softworks     0.78     0.38     0.00
## 556                                Nintendo     0.48     0.35     0.34
## 557                    Take-Two Interactive     0.41     0.60     0.00
## 558                         Electronic Arts     0.72     0.37     0.01
## 559                              Activision     0.85     0.23     0.00
## 560  Warner Bros. Interactive Entertainment     0.36     0.59     0.04
## 561                    Take-Two Interactive     0.39     0.69     0.00
## 562                                Nintendo     0.53     0.33     0.17
## 563                      Namco Bandai Games     0.30     0.52     0.12
## 564                    Slightly Mad Studios     0.20     0.70     0.02
## 565                             Square Enix     0.37     0.32     0.15
## 566                         Electronic Arts     0.85     0.02     0.00
## 567                    Take-Two Interactive     0.36     0.41     0.05
## 568                                 Ubisoft     0.41     0.46     0.00
## 569                    Take-Two Interactive     0.79     0.05     0.00
## 570             Sony Computer Entertainment     0.68     0.08     0.00
## 571                             Square Enix     0.44     0.39     0.00
## 572  Warner Bros. Interactive Entertainment     0.32     0.42     0.02
## 573                                  Mojang     0.48     0.33     0.00
## 574                    Take-Two Interactive     0.38     0.33     0.03
## 575                               mixi, Inc     0.00     0.00     0.87
## 576  Warner Bros. Interactive Entertainment     0.47     0.32     0.00
## 577                             Square Enix     0.00     0.00     0.86
## 578                              Activision     0.34     0.38     0.00
## 579  Warner Bros. Interactive Entertainment     0.35     0.36     0.00
## 580                                Nintendo     0.36     0.28     0.14
## 581            Konami Digital Entertainment     0.13     0.42     0.13
## 582                  Microsoft Game Studios     0.49     0.22     0.01
## 583                         Electronic Arts     0.57     0.06     0.00
## 584                                Nintendo     0.16     0.29     0.26
## 585                                Nintendo     0.03     0.66     0.02
## 586            Konami Digital Entertainment     0.41     0.26     0.01
## 587                                Nintendo     0.00     0.03     0.72
## 588                             Square Enix     0.29     0.27     0.06
## 589                             Square Enix     0.17     0.13     0.37
## 590                    Take-Two Interactive     0.45     0.12     0.03
## 591  Warner Bros. Interactive Entertainment     0.24     0.37     0.00
## 592              Disney Interactive Studios     0.24     0.37     0.00
## 593                      Namco Bandai Games     0.21     0.46     0.00
## 594                                  Mojang     0.25     0.33     0.00
## 595                                  Mojang     0.27     0.31     0.00
## 596                         Electronic Arts     0.30     0.33     0.00
## 597                             Codemasters     0.09     0.45     0.03
## 598  Warner Bros. Interactive Entertainment     0.38     0.22     0.00
## 599             Sony Computer Entertainment     0.24     0.29     0.01
## 600            Konami Digital Entertainment     0.22     0.13     0.22
## 601                    Take-Two Interactive     0.37     0.20     0.00
## 602                         Electronic Arts     0.36     0.16     0.00
## 603  Warner Bros. Interactive Entertainment     0.31     0.23     0.03
## 604                      Namco Bandai Games     0.21     0.23     0.08
## 605                    Take-Two Interactive     0.32     0.22     0.00
## 606                                 Ubisoft     0.27     0.25     0.00
## 607                      Namco Bandai Games     0.05     0.07     0.42
## 608                                Nintendo     0.27     0.14     0.12
## 609                                  Mojang     0.30     0.21     0.00
## 610                              Activision     0.30     0.20     0.00
## 611                                  Capcom     0.13     0.24     0.10
## 612  Warner Bros. Interactive Entertainment     0.17     0.30     0.00
## 613                         Electronic Arts     0.13     0.38     0.00
## 614  Warner Bros. Interactive Entertainment     0.30     0.18     0.00
## 615                              Activision     0.19     0.29     0.00
## 616  Warner Bros. Interactive Entertainment     0.26     0.23     0.00
## 617  Warner Bros. Interactive Entertainment     0.27     0.19     0.02
## 618                         Electronic Arts     0.18     0.25     0.00
## 619                                Nintendo     0.22     0.13     0.12
## 620                    Take-Two Interactive     0.22     0.21     0.00
## 621                             Square Enix     0.00     0.00     0.49
## 622                                Nintendo     0.17     0.10     0.18
## 623                                Nintendo     0.06     0.07     0.34
## 624  Warner Bros. Interactive Entertainment     0.28     0.16     0.00
## 625                              Activision     0.25     0.19     0.00
## 626                      Namco Bandai Games     0.16     0.13     0.14
## 627                         Electronic Arts     0.38     0.05     0.00
## 628                  Harmonix Music Systems     0.38     0.04     0.00
## 629                      Namco Bandai Games     0.09     0.22     0.10
## 630              Disney Interactive Studios     0.21     0.21     0.00
## 631              Disney Interactive Studios     0.16     0.21     0.00
## 632                                Nintendo     0.13     0.15     0.14
## 633                    Take-Two Interactive     0.26     0.13     0.00
## 634                    Take-Two Interactive     0.27     0.12     0.00
## 635                      Bethesda Softworks     0.10     0.25     0.02
## 636                              Activision     0.25     0.13     0.00
## 637                                Nintendo     0.19     0.11     0.09
## 638                         Electronic Arts     0.13     0.15     0.07
## 639  Warner Bros. Interactive Entertainment     0.22     0.15     0.00
## 640                      Namco Bandai Games     0.00     0.03     0.37
## 641                      Namco Bandai Games     0.17     0.15     0.02
## 642            Konami Digital Entertainment     0.09     0.12     0.15
## 643              Disney Interactive Studios     0.21     0.15     0.00
## 644                             Deep Silver     0.13     0.18     0.03
## 645                      Bethesda Softworks     0.12     0.20     0.02
## 646             Sony Computer Entertainment     0.31     0.01     0.00
## 647                  Harmonix Music Systems     0.26     0.05     0.00
## 648                              Koch Media     0.11     0.20     0.00
## 649                              Activision     0.17     0.11     0.02
## 650                              Activision     0.16     0.15     0.00
## 651                      Namco Bandai Games     0.06     0.04     0.23
## 652                                 Ubisoft     0.17     0.13     0.00
## 653                              Koch Media     0.10     0.20     0.00
## 654                              Koch Media     0.22     0.11     0.00
## 655                                    Sega     0.00     0.33     0.00
## 656                              Activision     0.24     0.08     0.00
## 657              Disney Interactive Studios     0.20     0.11     0.00
## 658                              Tecmo Koei     0.09     0.13     0.08
## 659                                Nintendo     0.02     0.11     0.19
## 660                      Namco Bandai Games     0.12     0.03     0.16
## 661                                    Sega     0.16     0.04     0.10
## 662                                 Ubisoft     0.25     0.04     0.00
## 663                      Namco Bandai Games     0.18     0.11     0.00
## 664                                 Ubisoft     0.23     0.05     0.00
## 665                    Nippon Ichi Software     0.09     0.04     0.15
## 666                             Square Enix     0.18     0.11     0.00
## 667                           Kalypso Media     0.06     0.16     0.06
## 668                              Activision     0.17     0.08     0.00
## 669                                  Capcom     0.12     0.13     0.00
## 670                              Activision     0.14     0.11     0.00
## 671                                  Capcom     0.06     0.05     0.16
## 672                    Nippon Ichi Software     0.11     0.08     0.06
## 673                         Electronic Arts     0.17     0.09     0.00
## 674                  Focus Home Interactive     0.10     0.12     0.02
## 675                               505 Games     0.10     0.14     0.00
## 676                              Activision     0.11     0.12     0.00
## 677                         Electronic Arts     0.16     0.09     0.00
## 678             Sony Computer Entertainment     0.09     0.13     0.00
## 679                      Namco Bandai Games     0.08     0.14     0.00
## 680                              Activision     0.00     0.25     0.00
## 681                    Slightly Mad Studios     0.11     0.13     0.00
## 682                      Namco Bandai Games     0.00     0.06     0.19
## 683                             Square Enix     0.16     0.07     0.00
## 684                                   FuRyu     0.12     0.01     0.10
## 685                                 Ubisoft     0.02     0.22     0.00
## 686                                Nintendo     0.12     0.05     0.06
## 687                                    Sega     0.00     0.00     0.25
## 688                      Namco Bandai Games     0.10     0.11     0.00
## 689                             Codemasters     0.08     0.15     0.00
## 690                                   Atlus     0.16     0.01     0.05
## 691                              Activision     0.17     0.05     0.00
## 692                                Nintendo     0.09     0.08     0.06
## 693                                    Sega     0.09     0.13     0.00
## 694                      Namco Bandai Games     0.17     0.04     0.00
## 695                    Nippon Ichi Software     0.09     0.01     0.13
## 696                                Nintendo     0.00     0.00     0.23
## 697                                 Ubisoft     0.13     0.08     0.00
## 698                              Activision     0.10     0.09     0.00
## 699                      Namco Bandai Games     0.14     0.07     0.00
## 700                              Activision     0.13     0.08     0.00
## 701  Warner Bros. Interactive Entertainment     0.05     0.13     0.00
## 702                            Nordic Games     0.09     0.10     0.00
## 703                        Milestone S.r.l.     0.04     0.13     0.03
## 704                         Electronic Arts     0.05     0.15     0.00
## 705                                Nintendo     0.14     0.05     0.01
## 706  Warner Bros. Interactive Entertainment     0.05     0.11     0.04
## 707                                 Ubisoft     0.11     0.09     0.00
## 708                  Microsoft Game Studios     0.14     0.05     0.00
## 709                              Activision     0.09     0.08     0.00
## 710                             Deep Silver     0.10     0.09     0.00
## 711                  Rebellion Developments     0.05     0.12     0.00
## 712                         Electronic Arts     0.06     0.13     0.00
## 713  Warner Bros. Interactive Entertainment     0.12     0.06     0.00
## 714                              Koch Media     0.10     0.08     0.00
## 715                                  Capcom     0.00     0.00     0.19
## 716                                 Ubisoft     0.10     0.06     0.00
## 717                              Activision     0.12     0.05     0.00
## 718                      Namco Bandai Games     0.00     0.00     0.19
## 719                    Take-Two Interactive     0.08     0.10     0.00
## 720                      Namco Bandai Games     0.00     0.00     0.19
## 721            Konami Digital Entertainment     0.12     0.04     0.00
## 722                      Namco Bandai Games     0.00     0.12     0.04
## 723                   Marvelous Interactive     0.04     0.02     0.09
## 724                               505 Games     0.09     0.07     0.00
## 725                   Marvelous Interactive     0.08     0.00     0.08
## 726                          Telltale Games     0.10     0.05     0.00
## 727                         Electronic Arts     0.10     0.04     0.00
## 728                                    Sega     0.00     0.00     0.17
## 729                        Milestone S.r.l.     0.00     0.12     0.03
## 730                              Tecmo Koei     0.05     0.07     0.02
## 731                      Namco Bandai Games     0.05     0.03     0.08
## 732                      Namco Bandai Games     0.00     0.00     0.17
## 733                              Tecmo Koei     0.08     0.04     0.03
## 734                      Namco Bandai Games     0.00     0.00     0.17
## 735                             Deep Silver     0.15     0.00     0.00
## 736                      Namco Bandai Games     0.00     0.03     0.13
## 737                                    Sega     0.04     0.00     0.12
## 738                 Marvelous Entertainment     0.05     0.00     0.10
## 739                      Bethesda Softworks     0.07     0.07     0.00
## 740                             Square Enix     0.00     0.00     0.15
## 741                Nihon Falcom Corporation     0.00     0.00     0.15
## 742                      Namco Bandai Games     0.00     0.00     0.15
## 743            Konami Digital Entertainment     0.00     0.00     0.15
## 744                      Bethesda Softworks     0.09     0.05     0.00
## 745                         Nippon Columbia     0.00     0.00     0.15
## 746                              Activision     0.02     0.12     0.00
## 747                                   PQube     0.07     0.03     0.02
## 748                      Namco Bandai Games     0.00     0.00     0.14
## 749                             Square Enix     0.03     0.11     0.00
## 750                     Paradox Interactive     0.00     0.13     0.00
## 751                        Yacht Club Games     0.08     0.04     0.02
## 752                                  Capcom     0.00     0.00     0.14
## 753                              Activision     0.09     0.04     0.00
## 754                                  Capcom     0.08     0.04     0.00
## 755                         Electronic Arts     0.00     0.13     0.00
## 756                               505 Games     0.03     0.08     0.00
## 757            Konami Digital Entertainment     0.00     0.00     0.13
## 758                      Namco Bandai Games     0.00     0.00     0.13
## 759             Sony Computer Entertainment     0.02     0.05     0.04
## 760                                 Ubisoft     0.10     0.02     0.00
## 761  Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 762                             Square Enix     0.00     0.06     0.06
## 763                      Namco Bandai Games     0.00     0.00     0.13
## 764                    Slightly Mad Studios     0.00     0.12     0.00
## 765                              Activision     0.09     0.03     0.00
## 766                   Tru Blu Entertainment     0.01     0.09     0.00
## 767                              Tecmo Koei     0.03     0.02     0.06
## 768                      Namco Bandai Games     0.00     0.10     0.00
## 769                                   Atlus     0.00     0.02     0.09
## 770                              Activision     0.09     0.02     0.00
## 771                    Nippon Ichi Software     0.08     0.02     0.01
## 772                              Activision     0.05     0.06     0.00
## 773                              Tecmo Koei     0.03     0.02     0.06
## 774                      Bigben Interactive     0.04     0.06     0.00
## 775                              Tecmo Koei     0.00     0.00     0.11
## 776                      Namco Bandai Games     0.00     0.00     0.11
## 777  Warner Bros. Interactive Entertainment     0.01     0.08     0.00
## 778                             Takara Tomy     0.00     0.00     0.11
## 779                                   PQube     0.00     0.03     0.07
## 780                    Nippon Ichi Software     0.02     0.02     0.06
## 781                             Deep Silver     0.08     0.00     0.02
## 782                                Nintendo     0.00     0.00     0.11
## 783                         Electronic Arts     0.09     0.01     0.00
## 784                  Rebellion Developments     0.05     0.05     0.00
## 785                      Namco Bandai Games     0.00     0.01     0.09
## 786            Konami Digital Entertainment     0.04     0.06     0.00
## 787                      Namco Bandai Games     0.00     0.00     0.10
## 788                    inXile Entertainment     0.03     0.06     0.00
## 789                        Milestone S.r.l.     0.04     0.05     0.00
## 790                                  Capcom     0.00     0.03     0.07
## 791                                  Capcom     0.07     0.02     0.00
## 792                             D3Publisher     0.00     0.00     0.10
## 793                      Namco Bandai Games     0.00     0.00     0.10
## 794                    Take-Two Interactive     0.03     0.06     0.00
## 795                                  Capcom     0.00     0.08     0.00
## 796                                 Ubisoft     0.00     0.08     0.00
## 797            Konami Digital Entertainment     0.04     0.05     0.00
## 798                        Yacht Club Games     0.05     0.04     0.00
## 799                              Tecmo Koei     0.02     0.01     0.06
## 800                                  Capcom     0.01     0.00     0.08
## 801                            Little Orbit     0.03     0.05     0.00
## 802              Idea Factory International     0.02     0.01     0.05
## 803                                  Mojang     0.02     0.06     0.00
## 804                                   PQube     0.00     0.03     0.05
## 805                                Nintendo     0.00     0.01     0.08
## 806                      Bigben Interactive     0.03     0.05     0.00
## 807                              Activision     0.08     0.00     0.00
## 808                              Tecmo Koei     0.03     0.01     0.04
## 809                                 Ubisoft     0.00     0.08     0.00
## 810                      Bethesda Softworks     0.00     0.08     0.00
## 811                            Little Orbit     0.02     0.05     0.00
## 812                                  Capcom     0.00     0.00     0.09
## 813                      Bigben Interactive     0.02     0.05     0.00
## 814                              Tecmo Koei     0.05     0.03     0.01
## 815                      Bigben Interactive     0.03     0.05     0.00
## 816                    Nippon Ichi Software     0.02     0.01     0.05
## 817                      Namco Bandai Games     0.00     0.00     0.09
## 818                            Little Orbit     0.03     0.05     0.00
## 819                      Namco Bandai Games     0.00     0.00     0.08
## 820                      Namco Bandai Games     0.00     0.00     0.08
## 821                        Yacht Club Games     0.03     0.03     0.00
## 822                              Activision     0.03     0.04     0.00
## 823                              Activision     0.06     0.01     0.00
## 824                                Broccoli     0.00     0.00     0.08
## 825                                 Ubisoft     0.05     0.02     0.00
## 826                                  Capcom     0.00     0.00     0.08
## 827                                 Ubisoft     0.06     0.01     0.00
## 828            Konami Digital Entertainment     0.00     0.07     0.00
## 829                            Little Orbit     0.03     0.05     0.00
## 830                              Tecmo Koei     0.00     0.00     0.08
## 831                              Tecmo Koei     0.02     0.00     0.05
## 832                      Namco Bandai Games     0.00     0.00     0.08
## 833                              Tecmo Koei     0.00     0.00     0.08
## 834                           Kalypso Media     0.00     0.05     0.02
## 835                              Screenlife     0.00     0.00     0.07
## 836                  Focus Home Interactive     0.04     0.03     0.00
## 837                               Aqua Plus     0.00     0.00     0.07
## 838                                 Ubisoft     0.06     0.00     0.00
## 839              Idea Factory International     0.02     0.00     0.05
## 840                                 Ubisoft     0.05     0.01     0.00
## 841                    Nippon Ichi Software     0.03     0.00     0.03
## 842                         Kadokawa Shoten     0.00     0.00     0.07
## 843                                  Capcom     0.04     0.02     0.00
## 844                 Marvelous Entertainment     0.00     0.00     0.07
## 845                              Activision     0.06     0.00     0.00
## 846                      Namco Bandai Games     0.00     0.00     0.07
## 847                            Nordic Games     0.02     0.03     0.00
## 848                            Nordic Games     0.00     0.06     0.00
## 849                                   FuRyu     0.00     0.00     0.07
## 850                                   PQube     0.05     0.01     0.00
## 851                                 Ubisoft     0.05     0.01     0.00
## 852                     Revolution Software     0.00     0.06     0.00
## 853                      Namco Bandai Games     0.00     0.00     0.06
## 854                            Nordic Games     0.04     0.02     0.00
## 855                                Nintendo     0.00     0.00     0.06
## 856                         Electronic Arts     0.06     0.00     0.00
## 857              Disney Interactive Studios     0.00     0.05     0.00
## 858                              Tecmo Koei     0.03     0.02     0.00
## 859                    Nippon Ichi Software     0.01     0.01     0.04
## 860                             Deep Silver     0.00     0.05     0.00
## 861                             Xseed Games     0.03     0.02     0.00
## 862                           Compile Heart     0.00     0.00     0.06
## 863                              Tecmo Koei     0.00     0.00     0.06
## 864                                   FuRyu     0.00     0.00     0.06
## 865                              Activision     0.05     0.00     0.00
## 866                                Nintendo     0.04     0.02     0.00
## 867                               Aqua Plus     0.00     0.00     0.06
## 868                                 Ubisoft     0.05     0.00     0.00
## 869                             Aksys Games     0.01     0.00     0.05
## 870                              Tecmo Koei     0.00     0.00     0.06
## 871                            Nordic Games     0.00     0.05     0.00
## 872                                 Ubisoft     0.00     0.05     0.00
## 873                                 Ubisoft     0.00     0.05     0.00
## 874                                    Sega     0.00     0.00     0.06
## 875                      Bigben Interactive     0.00     0.05     0.00
## 876                              Tecmo Koei     0.00     0.00     0.06
## 877                             Kaga Create     0.00     0.00     0.06
## 878                                     5pb     0.00     0.00     0.05
## 879                              Tecmo Koei     0.00     0.00     0.05
## 880                            Little Orbit     0.03     0.02     0.00
## 881                                   FuRyu     0.00     0.00     0.05
## 882                 WayForward Technologies     0.05     0.00     0.00
## 883                        Milestone S.r.l.     0.00     0.02     0.03
## 884                    Nippon Ichi Software     0.01     0.01     0.03
## 885                             D3Publisher     0.00     0.00     0.05
## 886                            Nordic Games     0.04     0.00     0.00
## 887                      Bigben Interactive     0.00     0.05     0.00
## 888                             Codemasters     0.00     0.05     0.00
## 889                    Marvel Entertainment     0.00     0.00     0.05
## 890                            Little Orbit     0.03     0.02     0.00
## 891  Warner Bros. Interactive Entertainment     0.01     0.04     0.00
## 892                               Aqua Plus     0.00     0.00     0.05
## 893                              Tecmo Koei     0.03     0.02     0.00
## 894                             Deep Silver     0.04     0.01     0.00
## 895                          Telltale Games     0.04     0.00     0.00
## 896                            Nordic Games     0.03     0.02     0.00
## 897                             Aksys Games     0.01     0.00     0.04
## 898                               Alchemist     0.00     0.00     0.05
## 899                                   PQube     0.00     0.00     0.05
## 900                        Milestone S.r.l.     0.00     0.03     0.01
## 901                                  Capcom     0.00     0.00     0.05
## 902                      Namco Bandai Games     0.00     0.00     0.05
## 903                           Kalypso Media     0.00     0.05     0.00
## 904                             Deep Silver     0.00     0.04     0.00
## 905                               Aqua Plus     0.00     0.00     0.05
## 906                      Namco Bandai Games     0.00     0.00     0.05
## 907                              Tecmo Koei     0.00     0.00     0.05
## 908                              Tecmo Koei     0.00     0.00     0.05
## 909                              Tecmo Koei     0.00     0.00     0.05
## 910                            Little Orbit     0.00     0.04     0.00
## 911                      Namco Bandai Games     0.00     0.00     0.04
## 912            Konami Digital Entertainment     0.00     0.04     0.00
## 913                       Rising Star Games     0.01     0.00     0.03
## 914                      Namco Bandai Games     0.00     0.00     0.04
## 915                      Namco Bandai Games     0.00     0.00     0.04
## 916                               505 Games     0.03     0.01     0.00
## 917                         Electronic Arts     0.03     0.00     0.00
## 918                   Marvelous Interactive     0.01     0.00     0.02
## 919                                 Ubisoft     0.03     0.00     0.00
## 920                    Nippon Ichi Software     0.03     0.00     0.00
## 921                    Take-Two Interactive     0.00     0.04     0.00
## 922                              Tecmo Koei     0.00     0.00     0.04
## 923                            Little Orbit     0.00     0.03     0.00
## 924                                   PQube     0.00     0.00     0.04
## 925                                   FuRyu     0.00     0.00     0.04
## 926                         Electronic Arts     0.00     0.04     0.00
## 927                          Telltale Games     0.02     0.02     0.00
## 928              Idea Factory International     0.00     0.00     0.04
## 929                         Experience Inc.     0.00     0.00     0.04
## 930                              Activision     0.03     0.00     0.00
## 931                                     5pb     0.00     0.00     0.04
## 932                                   PQube     0.00     0.02     0.01
## 933                   Tru Blu Entertainment     0.00     0.04     0.00
## 934  Warner Bros. Interactive Entertainment     0.00     0.04     0.00
## 935                                Nintendo     0.00     0.00     0.04
## 936                      Namco Bandai Games     0.00     0.00     0.04
## 937                                 Unknown     0.00     0.04     0.00
## 938                             Aksys Games     0.01     0.00     0.03
## 939                                 Ubisoft     0.00     0.03     0.00
## 940                      Namco Bandai Games     0.00     0.00     0.04
## 941                              Tecmo Koei     0.00     0.00     0.04
## 942                    Nippon Ichi Software     0.02     0.00     0.00
## 943                              Shogakukan     0.00     0.00     0.04
## 944                          Kadokawa Games     0.00     0.00     0.03
## 945                            Idea Factory     0.00     0.00     0.03
## 946                              Koch Media     0.00     0.03     0.00
## 947             Extreme Entertainment Group     0.02     0.00     0.01
## 948                      Namco Bandai Games     0.00     0.00     0.03
## 949                      Namco Bandai Games     0.00     0.00     0.03
## 950                          Rocket Company     0.00     0.00     0.03
## 951                                 Level 5     0.00     0.00     0.03
## 952                       FuRyu Corporation     0.03     0.00     0.00
## 953                                  Capcom     0.00     0.00     0.03
## 954                              Tecmo Koei     0.00     0.00     0.03
## 955                          Rocket Company     0.00     0.00     0.03
## 956                      Bigben Interactive     0.00     0.03     0.00
## 957                          Telltale Games     0.03     0.00     0.00
## 958                      Namco Bandai Games     0.00     0.03     0.00
## 959                                 Cygames     0.00     0.00     0.03
## 960                             Kaga Create     0.00     0.00     0.03
## 961                            Idea Factory     0.00     0.00     0.03
## 962                      Namco Bandai Games     0.00     0.00     0.03
## 963                      Namco Bandai Games     0.00     0.00     0.03
## 964                                 Ubisoft     0.00     0.03     0.00
## 965                          Telltale Games     0.02     0.00     0.00
## 966                         dramatic create     0.00     0.00     0.03
## 967                            Idea Factory     0.00     0.00     0.03
## 968                                     TGL     0.00     0.00     0.03
## 969                      Bigben Interactive     0.00     0.02     0.00
## 970                              Activision     0.00     0.03     0.00
## 971                        Milestone S.r.l.     0.00     0.03     0.00
## 972                          Kadokawa Games     0.00     0.00     0.03
## 973                      Bigben Interactive     0.00     0.03     0.00
## 974             Sony Computer Entertainment     0.00     0.02     0.00
## 975                           Compile Heart     0.00     0.00     0.03
## 976                                    Sega     0.00     0.00     0.03
## 977                             Kaga Create     0.00     0.00     0.03
## 978                            Idea Factory     0.01     0.01     0.01
## 979                              Tecmo Koei     0.00     0.00     0.03
## 980                              Tecmo Koei     0.00     0.00     0.03
## 981                         dramatic create     0.00     0.00     0.03
## 982                            Little Orbit     0.00     0.03     0.00
## 983                                     5pb     0.00     0.00     0.03
## 984                      Namco Bandai Games     0.00     0.03     0.00
## 985                      Bigben Interactive     0.00     0.02     0.00
## 986                                     TGL     0.00     0.00     0.03
## 987                              Rondomedia     0.00     0.03     0.00
## 988                        Devolver Digital     0.00     0.02     0.00
## 989                          Rocket Company     0.00     0.00     0.03
## 990                              Tecmo Koei     0.00     0.00     0.03
## 991                        Milestone S.r.l.     0.00     0.03     0.00
## 992                                     TGL     0.00     0.00     0.03
## 993                                   FuRyu     0.00     0.00     0.03
## 994                               Alchemist     0.00     0.00     0.03
## 995                                     5pb     0.00     0.00     0.03
## 996                              Activision     0.00     0.03     0.00
## 997                            Nordic Games     0.02     0.00     0.00
## 998                      Namco Bandai Games     0.00     0.00     0.03
## 999                              Activision     0.00     0.02     0.00
## 1000                                  PQube     0.00     0.02     0.00
## 1001                           Nordic Games     0.00     0.02     0.00
## 1002                                   Sega     0.00     0.00     0.02
## 1003                     Namco Bandai Games     0.00     0.00     0.02
## 1004                           Little Orbit     0.00     0.02     0.00
## 1005                            Square Enix     0.01     0.01     0.00
## 1006                     Namco Bandai Games     0.00     0.00     0.02
## 1007                            Square Enix     0.01     0.00     0.01
## 1008                  Tru Blu Entertainment     0.00     0.02     0.00
## 1009                     Namco Bandai Games     0.00     0.00     0.02
## 1010                             Tecmo Koei     0.00     0.00     0.02
## 1011                  Tru Blu Entertainment     0.00     0.02     0.00
## 1012                                   Sega     0.00     0.00     0.02
## 1013                     Avanquest Software     0.00     0.02     0.00
## 1014                                  FuRyu     0.00     0.00     0.02
## 1015                             Tecmo Koei     0.00     0.00     0.02
## 1016                                Unknown     0.00     0.00     0.02
## 1017                                Ubisoft     0.00     0.02     0.00
## 1018                           Idea Factory     0.00     0.00     0.02
## 1019                   Alternative Software     0.00     0.02     0.00
## 1020                         Telltale Games     0.02     0.00     0.00
## 1021                       Arc System Works     0.02     0.00     0.00
## 1022                       Focus Multimedia     0.00     0.02     0.00
## 1023                        Marvelous Games     0.00     0.00     0.02
## 1024                           Idea Factory     0.00     0.00     0.02
## 1025                     Namco Bandai Games     0.00     0.00     0.02
## 1026                             Tecmo Koei     0.00     0.00     0.02
## 1027                             Tecmo Koei     0.00     0.00     0.02
## 1028                             Tecmo Koei     0.00     0.00     0.02
## 1029                                  Atlus     0.00     0.00     0.02
## 1030                       Arc System Works     0.00     0.00     0.02
## 1031                            D3Publisher     0.00     0.00     0.02
## 1032                     Namco Bandai Games     0.00     0.00     0.02
## 1033                          Compile Heart     0.00     0.00     0.02
## 1034                            D3Publisher     0.00     0.00     0.02
## 1035                        dramatic create     0.00     0.00     0.02
## 1036                              Prototype     0.00     0.00     0.02
## 1037                           Little Orbit     0.00     0.02     0.00
## 1038                           Little Orbit     0.00     0.02     0.00
## 1039                               Happinet     0.00     0.00     0.02
## 1040                                Ubisoft     0.00     0.02     0.00
## 1041                            D3Publisher     0.00     0.00     0.02
## 1042                                    5pb     0.00     0.00     0.02
## 1043                       Arc System Works     0.00     0.00     0.02
## 1044                     Avanquest Software     0.00     0.02     0.00
## 1045                                Ubisoft     0.00     0.02     0.00
## 1046                             Tecmo Koei     0.00     0.00     0.02
## 1047                         Kadokawa Games     0.00     0.00     0.02
## 1048                         Telltale Games     0.00     0.02     0.00
## 1049                     Namco Bandai Games     0.00     0.00     0.02
## 1050                                 Asgard     0.00     0.00     0.02
## 1051                     Namco Bandai Games     0.00     0.00     0.02
## 1052                     Namco Bandai Games     0.00     0.00     0.02
## 1053                           Idea Factory     0.00     0.00     0.02
## 1054                           Idea Factory     0.00     0.00     0.02
## 1055                                  HuneX     0.00     0.00     0.02
## 1056                    Revolution Software     0.00     0.02     0.00
## 1057                           Idea Factory     0.00     0.00     0.02
## 1058                  Tru Blu Entertainment     0.00     0.01     0.00
## 1059                           Idea Factory     0.00     0.00     0.02
## 1060                     Namco Bandai Games     0.00     0.01     0.00
## 1061                           Idea Factory     0.00     0.00     0.02
## 1062                   Alawar Entertainment     0.00     0.01     0.00
## 1063                        Electronic Arts     0.00     0.01     0.00
## 1064                                Ubisoft     0.00     0.01     0.00
## 1065                             Tecmo Koei     0.00     0.00     0.02
## 1066                                    5pb     0.00     0.00     0.02
## 1067                   Take-Two Interactive     0.00     0.00     0.02
## 1068                     Namco Bandai Games     0.00     0.00     0.02
## 1069                               Broccoli     0.00     0.00     0.02
## 1070                             Activision     0.01     0.00     0.00
## 1071                               Happinet     0.00     0.00     0.01
## 1072                     Bigben Interactive     0.00     0.01     0.00
## 1073            Sony Computer Entertainment     0.01     0.00     0.00
## 1074                     Namco Bandai Games     0.00     0.00     0.01
## 1075                    TopWare Interactive     0.00     0.01     0.00
## 1076                                Unknown     0.00     0.01     0.00
## 1077                                    5pb     0.00     0.00     0.01
## 1078                            Kaga Create     0.00     0.00     0.01
## 1079                           Idea Factory     0.00     0.00     0.01
## 1080                            Kaga Create     0.00     0.00     0.01
## 1081                                Unknown     0.00     0.00     0.01
## 1082                        Electronic Arts     0.00     0.01     0.00
## 1083                                Unknown     0.00     0.00     0.01
## 1084                     Namco Bandai Games     0.00     0.01     0.00
## 1085                           Little Orbit     0.00     0.01     0.00
## 1086                 Focus Home Interactive     0.00     0.01     0.00
## 1087                              Nitroplus     0.00     0.00     0.01
## 1088                         Minato Station     0.00     0.00     0.01
## 1089                            Square Enix     0.00     0.00     0.01
## 1090                         Kadokawa Games     0.00     0.00     0.01
## 1091                                    5pb     0.00     0.00     0.01
## 1092                           Nordic Games     0.00     0.01     0.00
## 1093                               Nintendo     0.00     0.00     0.01
## 1094                 Focus Home Interactive     0.00     0.01     0.00
## 1095                     Bethesda Softworks     0.00     0.01     0.00
## 1096                                    5pb     0.00     0.00     0.01
## 1097                       Milestone S.r.l.     0.00     0.01     0.00
## 1098                               Nintendo     0.00     0.00     0.01
## 1099                                Ubisoft     0.00     0.01     0.00
## 1100                  Tru Blu Entertainment     0.00     0.01     0.00
## 1101                                Unknown     0.00     0.01     0.00
## 1102                           Idea Factory     0.00     0.00     0.01
## 1103                                  HuneX     0.00     0.00     0.01
## 1104                            Deep Silver     0.00     0.01     0.00
## 1105                               Nintendo     0.00     0.00     0.01
## 1106                             Tecmo Koei     0.00     0.00     0.01
## 1107                       Arc System Works     0.01     0.00     0.00
## 1108                           Idea Factory     0.00     0.00     0.01
## 1109                   Take-Two Interactive     3.96     6.31     0.38
## 1110                               Nintendo     4.35     3.49     3.10
## 1111                             Activision     2.81     3.48     0.14
## 1112                               Nintendo     3.27     1.37     2.43
## 1113                               Nintendo     3.15     2.15     1.28
## 1114                        Electronic Arts     0.80     4.33     0.05
## 1115                             Activision     2.49     2.07     0.16
## 1116                   Take-Two Interactive     2.81     2.19     0.00
## 1117                             Activision     3.22     1.55     0.01
## 1118            Sony Computer Entertainment     2.03     2.37     0.00
## 1119                               Nintendo     2.60     1.08     0.81
## 1120            Sony Computer Entertainment     1.88     2.00     0.07
## 1121                             Activision     1.56     1.93     0.19
## 1122     Sony Computer Entertainment Europe     1.48     2.02     0.14
## 1123                             Activision     2.77     1.11     0.00
## 1124                        Electronic Arts     0.58     3.02     0.04
## 1125                                Ubisoft     1.40     1.90     0.11
## 1126                                Ubisoft     1.13     2.18     0.10
## 1127                                Ubisoft     1.19     2.07     0.08
## 1128                               Nintendo     0.68     0.48     2.62
## 1129                                Ubisoft     2.27     0.90     0.00
## 1130                             Activision     2.14     0.92     0.00
## 1131                               Nintendo     0.09     0.00     3.18
## 1132                 Microsoft Game Studios     1.91     1.00     0.03
## 1133                        Electronic Arts     1.00     1.82     0.00
## 1134 Warner Bros. Interactive Entertainment     1.01     1.43     0.05
## 1135                        Electronic Arts     1.84     0.80     0.04
## 1136                        Electronic Arts     0.79     1.92     0.00
## 1137            Sony Computer Entertainment     1.28     0.98     0.07
## 1138                 Microsoft Game Studios     1.61     0.90     0.00
## 1139                                Level 5     0.00     0.00     2.68
## 1140                   Take-Two Interactive     1.47     0.54     0.01
## 1141                        Electronic Arts     1.54     0.25     0.00
## 1142                        Electronic Arts     0.60     1.42     0.00
## 1143            Sony Computer Entertainment     0.36     1.38     0.02
## 1144                        Electronic Arts     1.77     0.06     0.00
## 1145                                Ubisoft     0.99     0.85     0.00
## 1146                        Electronic Arts     0.73     0.88     0.08
## 1147     Sony Computer Entertainment Europe     0.18     0.64     0.90
## 1148                             Activision     1.31     0.43     0.00
## 1149            Sony Computer Entertainment     0.66     0.93     0.01
## 1150                               Nintendo     0.61     0.34     0.79
## 1151                             Activision     0.51     0.98     0.06
## 1152                     Bethesda Softworks     0.55     0.86     0.11
## 1153                                Ubisoft     0.56     0.81     0.10
## 1154                                Ubisoft     0.35     1.08     0.03
## 1155                   Take-Two Interactive     1.37     0.18     0.00
## 1156                                Ubisoft     0.80     0.69     0.01
## 1157                   Take-Two Interactive     1.35     0.11     0.00
## 1158                             Activision     0.68     0.56     0.12
## 1159                                Ubisoft     0.90     0.53     0.00
## 1160                        Electronic Arts     1.31     0.09     0.00
## 1161                     Bethesda Softworks     0.47     0.80     0.03
## 1162                               Nintendo     0.70     0.55     0.16
## 1163                        Electronic Arts     1.08     0.11     0.00
## 1164                            Square Enix     0.47     0.65     0.06
## 1165                 Microsoft Game Studios     0.50     0.78     0.01
## 1166                               Nintendo     0.48     0.53     0.28
## 1167                        Electronic Arts     0.87     0.34     0.02
## 1168 Warner Bros. Interactive Entertainment     0.73     0.50     0.01
## 1169                   Take-Two Interactive     0.87     0.21     0.02
## 1170                                Ubisoft     0.34     0.68     0.08
## 1171                                Ubisoft     0.46     0.56     0.06
## 1172 Warner Bros. Interactive Entertainment     0.69     0.47     0.00
## 1173                     Namco Bandai Games     0.40     0.33     0.40
## 1174           Konami Digital Entertainment     0.45     0.47     0.17
## 1175                                Ubisoft     0.72     0.41     0.01
## 1176                            Square Enix     0.52     0.35     0.18
## 1177                               Nintendo     0.58     0.42     0.13
## 1178                 Focus Home Interactive     0.08     1.04     0.00
## 1179                               Nintendo     0.53     0.38     0.19
## 1180                   Take-Two Interactive     0.39     0.57     0.00
## 1181                 Microsoft Game Studios     0.63     0.40     0.00
## 1182                                   Sega     0.34     0.57     0.04
## 1183             Disney Interactive Studios     0.64     0.34     0.00
## 1184                        Electronic Arts     0.51     0.47     0.00
## 1185                        Electronic Arts     0.46     0.41     0.01
## 1186                                Ubisoft     0.58     0.34     0.00
## 1187                                Ubisoft     0.22     0.64     0.00
## 1188             Disney Interactive Studios     0.46     0.33     0.00
## 1189                             Activision     0.41     0.46     0.00
## 1190                        Electronic Arts     0.56     0.28     0.00
## 1191 Warner Bros. Interactive Entertainment     0.37     0.40     0.00
## 1192 Warner Bros. Interactive Entertainment     0.33     0.43     0.02
## 1193                                Ubisoft     0.43     0.34     0.00
## 1194                                Ubisoft     0.58     0.26     0.00
## 1195                                Ubisoft     0.45     0.37     0.00
## 1196                     Bethesda Softworks     0.32     0.51     0.00
## 1197                             Activision     0.54     0.27     0.00
## 1198 Warner Bros. Interactive Entertainment     0.48     0.33     0.00
## 1199                     Bethesda Softworks     0.26     0.34     0.13
## 1200                            Square Enix     0.28     0.38     0.03
## 1201                            Square Enix     0.00     0.00     0.79
## 1202                 Microsoft Game Studios     0.35     0.37     0.00
## 1203                   Take-Two Interactive     0.36     0.29     0.00
## 1204                               Nintendo     0.32     0.28     0.10
## 1205           Konami Digital Entertainment     0.09     0.45     0.11
## 1206                            Square Enix     0.33     0.23     0.08
## 1207                     Namco Bandai Games     0.48     0.18     0.01
## 1208 Warner Bros. Interactive Entertainment     0.33     0.28     0.00
## 1209                        Electronic Arts     0.33     0.34     0.00
## 1210                                Ubisoft     0.38     0.29     0.00
## 1211                   Nippon Ichi Software     0.34     0.07     0.27
## 1212    Sony Computer Entertainment America     0.58     0.00     0.00
## 1213                   Take-Two Interactive     0.46     0.19     0.01
## 1214                             Activision     0.38     0.26     0.00
## 1215 Warner Bros. Interactive Entertainment     0.28     0.31     0.05
## 1216                        Electronic Arts     0.39     0.23     0.00
## 1217                              505 Games     0.24     0.34     0.00
## 1218                     Bethesda Softworks     0.34     0.28     0.00
## 1219                     Bethesda Softworks     0.35     0.25     0.00
## 1220 Warner Bros. Interactive Entertainment     0.24     0.31     0.01
## 1221                             Activision     0.26     0.30     0.00
## 1222                             Activision     0.36     0.24     0.00
## 1223                            Deep Silver     0.22     0.30     0.04
## 1224                        Electronic Arts     0.22     0.32     0.01
## 1225            Sony Computer Entertainment     0.15     0.10     0.32
## 1226             Disney Interactive Studios     0.37     0.22     0.00
## 1227                   Take-Two Interactive     0.32     0.16     0.01
## 1228 Warner Bros. Interactive Entertainment     0.33     0.23     0.03
## 1229                   Take-Two Interactive     0.38     0.20     0.00
## 1230                                Ubisoft     0.25     0.34     0.00
## 1231            Sony Computer Entertainment     0.20     0.33     0.01
## 1232                                Ubisoft     0.15     0.44     0.00
## 1233                                Ubisoft     0.35     0.17     0.00
## 1234             Disney Interactive Studios     0.27     0.25     0.00
## 1235                        Electronic Arts     0.15     0.36     0.01
## 1236                        Electronic Arts     0.21     0.29     0.01
## 1237                   Take-Two Interactive     0.26     0.21     0.05
## 1238                            Square Enix     0.35     0.21     0.00
## 1239                                Ubisoft     0.42     0.13     0.00
## 1240                 Microsoft Game Studios     0.30     0.23     0.02
## 1241 Warner Bros. Interactive Entertainment     0.13     0.38     0.00
## 1242                        Electronic Arts     0.31     0.19     0.00
## 1243                        Electronic Arts     0.27     0.18     0.05
## 1244                        Electronic Arts     0.08     0.35     0.05
## 1245           Konami Digital Entertainment     0.14     0.12     0.27
## 1246           Konami Digital Entertainment     0.10     0.20     0.22
## 1247                   Take-Two Interactive     0.29     0.23     0.00
## 1248                        Electronic Arts     0.22     0.30     0.00
## 1249 Warner Bros. Interactive Entertainment     0.20     0.26     0.01
## 1250                        Electronic Arts     0.15     0.37     0.00
## 1251                             Activision     0.20     0.25     0.02
## 1252                                Ubisoft     0.18     0.33     0.00
## 1253                            Square Enix     0.16     0.07     0.28
## 1254                                Ubisoft     0.35     0.13     0.00
## 1255 Warner Bros. Interactive Entertainment     0.35     0.13     0.00
## 1256                        Electronic Arts     0.36     0.12     0.00
## 1257                            Square Enix     0.18     0.24     0.02
## 1258                                   Sega     0.22     0.24     0.00
## 1259 Warner Bros. Interactive Entertainment     0.28     0.16     0.00
## 1260                               Nintendo     0.18     0.12     0.16
## 1261                               Nintendo     0.15     0.13     0.17
## 1262                    Activision Blizzard     0.08     0.36     0.00
## 1263                        Electronic Arts     0.30     0.12     0.00
## 1264                                   Sega     0.00     0.44     0.00
## 1265                     Bethesda Softworks     0.25     0.16     0.01
## 1266                            Square Enix     0.26     0.15     0.00
## 1267                         Telltale Games     0.12     0.25     0.02
## 1268 Warner Bros. Interactive Entertainment     0.12     0.27     0.00
## 1269                        Electronic Arts     0.09     0.34     0.00
## 1270 Warner Bros. Interactive Entertainment     0.20     0.21     0.00
## 1271                        Electronic Arts     0.35     0.05     0.00
## 1272 Warner Bros. Interactive Entertainment     0.21     0.20     0.00
## 1273 Warner Bros. Interactive Entertainment     0.21     0.21     0.00
## 1274                     Bethesda Softworks     0.13     0.29     0.00
## 1275                                Ubisoft     0.15     0.26     0.00
## 1276                     Bethesda Softworks     0.14     0.21     0.02
## 1277                             Activision     0.19     0.18     0.00
## 1278             Disney Interactive Studios     0.25     0.15     0.00
## 1279                 Microsoft Game Studios     0.25     0.15     0.01
## 1280                            Square Enix     0.16     0.20     0.00
## 1281                     Namco Bandai Games     0.15     0.14     0.09
## 1282 Warner Bros. Interactive Entertainment     0.23     0.17     0.00
## 1283    Sony Computer Entertainment America     0.35     0.00     0.00
## 1284                        Electronic Arts     0.15     0.25     0.00
## 1285                                Ubisoft     0.13     0.22     0.01
## 1286                               Nintendo     0.00     0.14     0.27
## 1287                        Electronic Arts     0.31     0.06     0.00
## 1288                            Codemasters     0.07     0.26     0.02
## 1289                             Activision     0.15     0.23     0.00
## 1290                                Ubisoft     0.29     0.08     0.00
## 1291                                Ubisoft     0.19     0.13     0.00
## 1292                     Bethesda Softworks     0.18     0.17     0.00
## 1293                     Namco Bandai Games     0.00     0.00     0.38
## 1294                               Nintendo     0.17     0.14     0.04
## 1295                            Square Enix     0.13     0.08     0.15
## 1296                             Activision     0.26     0.07     0.00
## 1297                   Take-Two Interactive     0.11     0.22     0.00
## 1298                        Electronic Arts     0.21     0.09     0.00
## 1299                               Nintendo     0.08     0.04     0.23
## 1300                            Square Enix     0.10     0.17     0.02
## 1301 Warner Bros. Interactive Entertainment     0.12     0.20     0.00
## 1302                              505 Games     0.20     0.11     0.00
## 1303                                Ubisoft     0.13     0.18     0.00
## 1304                                   Sega     0.12     0.16     0.00
## 1305                     Namco Bandai Games     0.00     0.00     0.32
## 1306                                   Sega     0.08     0.05     0.16
## 1307                            Square Enix     0.09     0.16     0.02
## 1308                     Namco Bandai Games     0.05     0.05     0.20
## 1309                     Namco Bandai Games     0.00     0.00     0.31
## 1310                                   Sega     0.19     0.09     0.00
## 1311                            Deep Silver     0.15     0.13     0.00
## 1312                     Namco Bandai Games     0.10     0.10     0.06
## 1313                              505 Games     0.16     0.12     0.00
## 1314 Warner Bros. Interactive Entertainment     0.05     0.19     0.00
## 1315                             Tecmo Koei     0.09     0.11     0.06
## 1316                     Namco Bandai Games     0.00     0.00     0.30
## 1317 Warner Bros. Interactive Entertainment     0.04     0.19     0.00
## 1318                   Take-Two Interactive     0.11     0.15     0.00
## 1319                                   Sega     0.17     0.09     0.00
## 1320           Konami Digital Entertainment     0.15     0.11     0.00
## 1321                        Electronic Arts     0.00     0.27     0.00
## 1322                                   Sega     0.15     0.10     0.00
## 1323                              505 Games     0.10     0.13     0.00
## 1324                               Nintendo     0.17     0.00     0.08
## 1325                             Activision     0.16     0.10     0.00
## 1326                            Square Enix     0.14     0.11     0.00
## 1327                     Namco Bandai Games     0.09     0.10     0.06
## 1328                     Bethesda Softworks     0.10     0.16     0.00
## 1329                 Focus Home Interactive     0.09     0.14     0.00
## 1330                                 Capcom     0.00     0.00     0.27
## 1331 Warner Bros. Interactive Entertainment     0.13     0.12     0.00
## 1332                                Unknown     0.15     0.09     0.00
## 1333                             Activision     0.06     0.14     0.02
## 1334                                   Sega     0.00     0.00     0.26
## 1335                             Tecmo Koei     0.00     0.00     0.26
## 1336                           Little Orbit     0.04     0.19     0.00
## 1337                                Ubisoft     0.13     0.08     0.00
## 1338                                   Sega     0.09     0.03     0.10
## 1339                             Activision     0.11     0.09     0.00
## 1340                         Telltale Games     0.10     0.09     0.01
## 1341                                Ubisoft     0.12     0.10     0.00
## 1342                   Nippon Ichi Software     0.14     0.03     0.04
## 1343                             Tecmo Koei     0.08     0.07     0.06
## 1344 Warner Bros. Interactive Entertainment     0.10     0.12     0.00
## 1345                        Electronic Arts     0.16     0.04     0.00
## 1346                             Activision     0.10     0.11     0.00
## 1347                             Tecmo Koei     0.02     0.02     0.17
## 1348                     Namco Bandai Games     0.00     0.00     0.23
## 1349                            Codemasters     0.08     0.13     0.00
## 1350 Warner Bros. Interactive Entertainment     0.09     0.11     0.00
## 1351            Sony Computer Entertainment     0.00     0.08     0.12
## 1352                            Square Enix     0.10     0.10     0.00
## 1353                             Activision     0.12     0.08     0.00
## 1354                Marvelous Entertainment     0.10     0.02     0.08
## 1355                     Namco Bandai Games     0.14     0.06     0.00
## 1356                                Ubisoft     0.06     0.14     0.00
## 1357                             Activision     0.07     0.10     0.01
## 1358                   Nippon Ichi Software     0.06     0.01     0.12
## 1359                         Telltale Games     0.10     0.07     0.00
## 1360                        Electronic Arts     0.17     0.02     0.00
## 1361                     Namco Bandai Games     0.00     0.03     0.17
## 1362            Sony Computer Entertainment     0.08     0.06     0.01
## 1363                             Activision     0.11     0.07     0.00
## 1364                            Square Enix     0.10     0.09     0.00
## 1365           Konami Digital Entertainment     0.03     0.12     0.02
## 1366                 Focus Home Interactive     0.08     0.09     0.00
## 1367                             Tecmo Koei     0.06     0.07     0.03
## 1368                                Ubisoft     0.07     0.10     0.00
## 1369                         Telltale Games     0.09     0.06     0.00
## 1370                     Namco Bandai Games     0.00     0.00     0.19
## 1371                   Nippon Ichi Software     0.02     0.02     0.13
## 1372     Sony Computer Entertainment Europe     0.00     0.16     0.00
## 1373                                   Sega     0.00     0.00     0.19
## 1374                 Microsoft Game Studios     0.15     0.03     0.00
## 1375                     Namco Bandai Games     0.11     0.03     0.02
## 1376                       Arc System Works     0.10     0.00     0.07
## 1377                           Little Orbit     0.04     0.13     0.00
## 1378                                Ubisoft     0.08     0.09     0.00
## 1379                             Tecmo Koei     0.06     0.02     0.08
## 1380                  Marvelous Interactive     0.08     0.01     0.06
## 1381                       Milestone S.r.l.     0.04     0.11     0.00
## 1382                            Codemasters     0.05     0.09     0.01
## 1383                     Namco Bandai Games     0.08     0.08     0.00
## 1384                 Microsoft Game Studios     0.11     0.05     0.00
## 1385                   Nippon Ichi Software     0.08     0.05     0.00
## 1386                        Nippon Columbia     0.00     0.00     0.17
## 1387                           Little Orbit     0.05     0.10     0.00
## 1388                            Square Enix     0.00     0.00     0.17
## 1389                            Deep Silver     0.15     0.00     0.00
## 1390           Konami Digital Entertainment     0.00     0.00     0.17
## 1391                                   Sega     0.05     0.00     0.09
## 1392                            Square Enix     0.08     0.07     0.00
## 1393                                Ubisoft     0.00     0.15     0.00
## 1394                       Arc System Works     0.10     0.00     0.04
## 1395                         Telltale Games     0.08     0.06     0.00
## 1396                             Tecmo Koei     0.05     0.03     0.06
## 1397                             Activision     0.09     0.06     0.00
## 1398                                 NCSoft     0.08     0.07     0.00
## 1399                                Natsume     0.13     0.01     0.00
## 1400             Disney Interactive Studios     0.11     0.03     0.00
## 1401                   Nippon Ichi Software     0.03     0.03     0.08
## 1402                     Namco Bandai Games     0.00     0.00     0.15
## 1403 Warner Bros. Interactive Entertainment     0.02     0.09     0.00
## 1404            Sony Computer Entertainment     0.00     0.00     0.15
## 1405                             Tecmo Koei     0.04     0.05     0.04
## 1406                   Nippon Ichi Software     0.02     0.02     0.11
## 1407                                   Sega     0.00     0.00     0.15
## 1408                        Kadokawa Shoten     0.00     0.00     0.14
## 1409                                   Sega     0.00     0.14     0.00
## 1410                     Namco Bandai Games     0.00     0.00     0.14
## 1411           Konami Digital Entertainment     0.07     0.05     0.01
## 1412           Konami Digital Entertainment     0.03     0.10     0.00
## 1413           Konami Digital Entertainment     0.05     0.08     0.00
## 1414                         Telltale Games     0.08     0.05     0.00
## 1415           Konami Digital Entertainment     0.00     0.00     0.14
## 1416                                Ubisoft     0.01     0.10     0.00
## 1417                            Square Enix     0.05     0.05     0.02
## 1418                                   Sega     0.00     0.00     0.14
## 1419                                  Atlus     0.00     0.00     0.13
## 1420                             Activision     0.08     0.04     0.00
## 1421                                   Sega     0.04     0.00     0.08
## 1422                     Namco Bandai Games     0.00     0.00     0.13
## 1423                                Ubisoft     0.07     0.05     0.00
## 1424                             Tecmo Koei     0.02     0.02     0.07
## 1425                     Namco Bandai Games     0.03     0.04     0.04
## 1426                   Nippon Ichi Software     0.06     0.01     0.04
## 1427                           Idea Factory     0.04     0.01     0.06
## 1428                     Namco Bandai Games     0.00     0.00     0.13
## 1429                     Namco Bandai Games     0.00     0.00     0.12
## 1430                     Namco Bandai Games     0.00     0.00     0.12
## 1431                     Namco Bandai Games     0.00     0.00     0.12
## 1432                                Acquire     0.08     0.00     0.01
## 1433           Konami Digital Entertainment     0.00     0.00     0.12
## 1434                         Kadokawa Games     0.00     0.00     0.12
## 1435                          Kalypso Media     0.02     0.09     0.00
## 1436                             Tecmo Koei     0.03     0.02     0.06
## 1437                     Namco Bandai Games     0.00     0.00     0.11
## 1438             Idea Factory International     0.03     0.01     0.06
## 1439                                   Sega     0.00     0.00     0.11
## 1440                               Nintendo     0.00     0.03     0.08
## 1441                             Activision     0.04     0.04     0.01
## 1442                       Milestone S.r.l.     0.05     0.05     0.00
## 1443                             Activision     0.07     0.03     0.00
## 1444                             Tecmo Koei     0.00     0.00     0.11
## 1445                            Deep Silver     0.09     0.00     0.00
## 1446    Sony Computer Entertainment America     0.08     0.00     0.00
## 1447                     Namco Bandai Games     0.00     0.00     0.11
## 1448                     Namco Bandai Games     0.00     0.04     0.06
## 1449                     Namco Bandai Games     0.05     0.04     0.00
## 1450                     Namco Bandai Games     0.00     0.00     0.10
## 1451                            Deep Silver     0.03     0.04     0.03
## 1452                                  Atlus     0.00     0.00     0.10
## 1453                                  Atlus     0.03     0.02     0.05
## 1454                           Little Orbit     0.03     0.06     0.00
## 1455                            Square Enix     0.00     0.09     0.00
## 1456                            Square Enix     0.06     0.03     0.00
## 1457                              Type-Moon     0.00     0.00     0.10
## 1458                         Telltale Games     0.04     0.05     0.00
## 1459                         Telltale Games     0.07     0.00     0.01
## 1460                           Idea Factory     0.05     0.00     0.03
## 1461                   Nippon Ichi Software     0.05     0.02     0.02
## 1462                            Codemasters     0.00     0.09     0.00
## 1463                           Idea Factory     0.02     0.01     0.06
## 1464                   Nippon Ichi Software     0.02     0.00     0.06
## 1465                                  Atlus     0.07     0.02     0.00
## 1466                     Namco Bandai Games     0.00     0.00     0.10
## 1467                             Activision     0.08     0.00     0.00
## 1468                     Namco Bandai Games     0.05     0.03     0.00
## 1469             Disney Interactive Studios     0.01     0.08     0.00
## 1470                     Namco Bandai Games     0.00     0.00     0.09
## 1471     Sony Computer Entertainment Europe     0.00     0.08     0.00
## 1472                     Namco Bandai Games     0.06     0.02     0.00
## 1473                             Tecmo Koei     0.05     0.03     0.00
## 1474           Konami Digital Entertainment     0.02     0.06     0.00
## 1475                         Telltale Games     0.05     0.02     0.00
## 1476           Konami Digital Entertainment     0.00     0.00     0.09
## 1477                            Codemasters     0.03     0.05     0.00
## 1478                            Deep Silver     0.00     0.08     0.00
## 1479                             Tecmo Koei     0.00     0.00     0.09
## 1480                               Nintendo     0.00     0.00     0.09
## 1481                            Square Enix     0.00     0.07     0.00
## 1482                           Little Orbit     0.03     0.05     0.00
## 1483                             Activision     0.07     0.00     0.00
## 1484                                Unknown     0.05     0.02     0.00
## 1485                       Milestone S.r.l.     0.04     0.03     0.00
## 1486                           Little Orbit     0.00     0.07     0.00
## 1487                            Deep Silver     0.02     0.05     0.00
## 1488                                  Atlus     0.06     0.01     0.00
## 1489                 Focus Home Interactive     0.03     0.04     0.00
## 1490                     Namco Bandai Games     0.03     0.04     0.00
## 1491                   Nippon Ichi Software     0.03     0.01     0.02
## 1492                             Tecmo Koei     0.00     0.00     0.08
## 1493                         Telltale Games     0.05     0.02     0.00
## 1494                          Compile Heart     0.00     0.00     0.08
## 1495                   Nippon Ichi Software     0.05     0.01     0.00
## 1496                         Rocket Company     0.00     0.00     0.07
## 1497                            Deep Silver     0.04     0.03     0.00
## 1498                                   Sega     0.00     0.00     0.07
## 1499             Idea Factory International     0.04     0.02     0.00
## 1500                            Deep Silver     0.03     0.04     0.00
## 1501                                Ubisoft     0.00     0.04     0.02
## 1502                     Namco Bandai Games     0.00     0.00     0.07
## 1503                             Activision     0.06     0.00     0.00
## 1504             Disney Interactive Studios     0.06     0.01     0.00
## 1505                       Arc System Works     0.03     0.00     0.03
## 1506                            Aksys Games     0.03     0.01     0.02
## 1507                            Xseed Games     0.02     0.00     0.04
## 1508                             Tecmo Koei     0.04     0.02     0.00
## 1509                        Nippon Columbia     0.00     0.00     0.07
## 1510           Konami Digital Entertainment     0.00     0.00     0.07
## 1511                             Activision     0.05     0.01     0.00
## 1512                          Compile Heart     0.00     0.00     0.07
## 1513                 Focus Home Interactive     0.03     0.03     0.00
## 1514                     Namco Bandai Games     0.01     0.05     0.00
## 1515                              505 Games     0.00     0.05     0.01
## 1516                     Namco Bandai Games     0.04     0.02     0.00
## 1517                     Namco Bandai Games     0.00     0.00     0.07
## 1518                     Namco Bandai Games     0.00     0.06     0.00
## 1519                               Happinet     0.00     0.00     0.07
## 1520                   Nippon Ichi Software     0.02     0.01     0.03
## 1521                                  FuRyu     0.00     0.00     0.07
## 1522                            Deep Silver     0.02     0.04     0.00
## 1523                             Tecmo Koei     0.00     0.00     0.06
## 1524                            D3Publisher     0.00     0.00     0.06
## 1525                     Namco Bandai Games     0.00     0.04     0.02
## 1526                             Activision     0.03     0.03     0.00
## 1527                     Namco Bandai Games     0.00     0.00     0.06
## 1528           Konami Digital Entertainment     0.00     0.06     0.00
## 1529                     Namco Bandai Games     0.00     0.00     0.06
## 1530 Warner Bros. Interactive Entertainment     0.00     0.06     0.00
## 1531                                ArtDink     0.00     0.00     0.06
## 1532 Warner Bros. Interactive Entertainment     0.02     0.04     0.00
## 1533                     Namco Bandai Games     0.00     0.00     0.06
## 1534                           Nordic Games     0.03     0.02     0.00
## 1535                             Activision     0.04     0.01     0.00
## 1536                     Namco Bandai Games     0.00     0.00     0.06
## 1537                     Namco Bandai Games     0.00     0.00     0.06
## 1538                     Namco Bandai Games     0.05     0.01     0.00
## 1539               Nihon Falcom Corporation     0.00     0.00     0.06
## 1540                     Namco Bandai Games     0.00     0.00     0.06
## 1541                Marvelous Entertainment     0.00     0.00     0.06
## 1542                     Namco Bandai Games     0.00     0.00     0.06
## 1543                           Little Orbit     0.00     0.05     0.00
## 1544                            Square Enix     0.00     0.00     0.06
## 1545                             Activision     0.03     0.02     0.00
## 1546                          Kalypso Media     0.03     0.02     0.00
## 1547                            Aksys Games     0.03     0.00     0.02
## 1548                             Tecmo Koei     0.00     0.00     0.06
## 1549                       City Interactive     0.01     0.04     0.00
## 1550                            Square Enix     0.00     0.05     0.00
## 1551                             Tecmo Koei     0.00     0.00     0.05
## 1552                             Tecmo Koei     0.00     0.00     0.05
## 1553                 Focus Home Interactive     0.03     0.02     0.00
## 1554                            Deep Silver     0.03     0.02     0.00
## 1555                     Namco Bandai Games     0.00     0.00     0.05
## 1556                 Focus Home Interactive     0.00     0.05     0.00
## 1557                   Nippon Ichi Software     0.03     0.01     0.01
## 1558                                Ubisoft     0.00     0.01     0.04
## 1559 Warner Bros. Interactive Entertainment     0.00     0.05     0.00
## 1560                   Nippon Ichi Software     0.00     0.00     0.05
## 1561                                   Sega     0.00     0.00     0.05
## 1562                             Tecmo Koei     0.03     0.01     0.00
## 1563                                   Sega     0.00     0.00     0.05
## 1564                                  FuRyu     0.00     0.00     0.05
## 1565                             Tecmo Koei     0.00     0.00     0.05
## 1566                             Tecmo Koei     0.00     0.00     0.05
## 1567                           Idea Factory     0.00     0.00     0.05
## 1568                          Compile Heart     0.00     0.00     0.04
## 1569                                   Sega     0.00     0.00     0.04
## 1570             Disney Interactive Studios     0.00     0.04     0.00
## 1571                     Namco Bandai Games     0.02     0.02     0.00
## 1572                             Tecmo Koei     0.03     0.00     0.00
## 1573                         Telltale Games     0.03     0.00     0.00
## 1574                                  FuRyu     0.00     0.00     0.04
## 1575                         Kadokawa Games     0.00     0.00     0.04
## 1576                       Arc System Works     0.02     0.00     0.02
## 1577                              505 Games     0.00     0.04     0.00
## 1578                               Happinet     0.00     0.00     0.04
## 1579                   Nippon Ichi Software     0.00     0.00     0.04
## 1580                             Tecmo Koei     0.01     0.03     0.00
## 1581                             Tecmo Koei     0.00     0.00     0.04
## 1582           Konami Digital Entertainment     0.01     0.03     0.00
## 1583                                 GungHo     0.03     0.00     0.00
## 1584                             Tecmo Koei     0.00     0.00     0.04
## 1585                     Namco Bandai Games     0.00     0.00     0.04
## 1586                          Office Create     0.00     0.00     0.03
## 1587            Sony Computer Entertainment     0.00     0.03     0.00
## 1588                 Focus Home Interactive     0.00     0.03     0.00
## 1589                         Big Fish Games     0.00     0.03     0.00
## 1590                     Namco Bandai Games     0.01     0.02     0.00
## 1591                     Namco Bandai Games     0.00     0.00     0.03
## 1592                                Ubisoft     0.00     0.03     0.00
## 1593                     Namco Bandai Games     0.00     0.00     0.03
## 1594                        imageepoch Inc.     0.00     0.00     0.03
## 1595                                Ubisoft     0.00     0.03     0.00
## 1596                             Activision     0.03     0.00     0.00
## 1597                     Namco Bandai Games     0.00     0.00     0.03
## 1598             Idea Factory International     0.02     0.01     0.00
## 1599                                    5pb     0.00     0.00     0.03
## 1600                     Namco Bandai Games     0.00     0.00     0.03
## 1601                                Unknown     0.03     0.00     0.00
## 1602                             Activision     0.02     0.00     0.00
## 1603                     Namco Bandai Games     0.00     0.00     0.03
## 1604                   Nippon Ichi Software     0.00     0.00     0.03
## 1605                     Namco Bandai Games     0.01     0.01     0.00
## 1606                            Square Enix     0.00     0.03     0.00
## 1607                     Namco Bandai Games     0.00     0.00     0.03
## 1608           Konami Digital Entertainment     0.00     0.00     0.03
## 1609                             Activision     0.02     0.00     0.00
## 1610                           Nordic Games     0.02     0.01     0.00
## 1611                                    5pb     0.00     0.00     0.03
## 1612                           Idea Factory     0.00     0.00     0.03
## 1613                             Activision     0.02     0.00     0.00
## 1614                Marvelous Entertainment     0.00     0.00     0.03
## 1615                           Idea Factory     0.00     0.00     0.03
## 1616                            Codemasters     0.00     0.02     0.00
## 1617                        Experience Inc.     0.00     0.00     0.02
## 1618                           Idea Factory     0.00     0.00     0.02
## 1619             Disney Interactive Studios     0.01     0.01     0.00
## 1620                          Compile Heart     0.00     0.00     0.02
## 1621                           Idea Factory     0.00     0.00     0.02
## 1622                                 Capcom     0.00     0.00     0.02
## 1623                                   Sega     0.00     0.00     0.02
## 1624                        Electronic Arts     0.00     0.02     0.00
## 1625                         Kadokawa Games     0.00     0.00     0.02
## 1626                          Compile Heart     0.00     0.00     0.02
## 1627                            Deep Silver     0.00     0.02     0.00
## 1628                   Nippon Ichi Software     0.00     0.00     0.02
## 1629                            Square Enix     0.00     0.02     0.00
## 1630                           Idea Factory     0.00     0.00     0.02
## 1631                     Namco Bandai Games     0.00     0.00     0.02
## 1632                     Namco Bandai Games     0.01     0.01     0.00
## 1633            Sony Computer Entertainment     0.00     0.01     0.00
## 1634                     Namco Bandai Games     0.00     0.00     0.02
## 1635                  Marvelous Interactive     0.00     0.00     0.02
## 1636                    Paradox Interactive     0.00     0.02     0.00
## 1637                              Prototype     0.00     0.00     0.02
## 1638                                Ubisoft     0.00     0.01     0.00
## 1639                                    5pb     0.00     0.00     0.02
## 1640                             Activision     0.02     0.00     0.00
## 1641                 Focus Home Interactive     0.00     0.02     0.00
## 1642                                   Sega     0.00     0.00     0.02
## 1643                            D3Publisher     0.00     0.00     0.02
## 1644                                    5pb     0.00     0.00     0.02
## 1645                                 Capcom     0.00     0.00     0.02
## 1646                                   Giga     0.00     0.00     0.02
## 1647                           Little Orbit     0.01     0.00     0.00
## 1648                              Prototype     0.00     0.00     0.02
## 1649                     Avanquest Software     0.00     0.01     0.00
## 1650                           Idea Factory     0.00     0.00     0.01
## 1651                     Namco Bandai Games     0.00     0.01     0.00
## 1652                  Tru Blu Entertainment     0.00     0.01     0.00
## 1653                                    5pb     0.00     0.00     0.01
## 1654                              Prototype     0.00     0.00     0.01
## 1655                           Idea Factory     0.00     0.00     0.01
## 1656                 GameMill Entertainment     0.00     0.01     0.00
## 1657                             Tecmo Koei     0.00     0.00     0.01
## 1658                     Namco Bandai Games     0.00     0.00     0.01
## 1659                   Nippon Ichi Software     0.00     0.00     0.01
## 1660                           Little Orbit     0.01     0.00     0.00
## 1661                         Kadokawa Games     0.00     0.00     0.01
## 1662                Marvelous Entertainment     0.00     0.00     0.01
## 1663                                 Capcom     0.00     0.00     0.01
## 1664                                    5pb     0.00     0.00     0.01
## 1665                           Idea Factory     0.00     0.00     0.01
## 1666                                Success     0.00     0.00     0.01
## 1667                         Kadokawa Games     0.00     0.00     0.01
## 1668                       Focus Multimedia     0.00     0.01     0.00
## 1669                     Namco Bandai Games     0.00     0.00     0.01
## 1670                        imageepoch Inc.     0.00     0.00     0.01
## 1671                      ASCII Media Works     0.00     0.00     0.01
## 1672                               Quinrose     0.00     0.00     0.01
## 1673                       Milestone S.r.l.     0.00     0.01     0.00
## 1674                                  Views     0.00     0.00     0.01
## 1675                 Focus Home Interactive     0.01     0.00     0.00
## 1676                           Idea Factory     0.00     0.00     0.01
## 1677                     Namco Bandai Games     0.00     0.01     0.00
## 1678                                Ubisoft     0.00     0.01     0.00
## 1679                 GameMill Entertainment     0.00     0.01     0.00
## 1680                               Quinrose     0.00     0.00     0.01
## 1681                  Marvelous Interactive     0.00     0.00     0.01
## 1682                             Activision     0.00     0.01     0.00
## 1683                 Focus Home Interactive     0.00     0.01     0.00
## 1684                              Nitroplus     0.00     0.00     0.01
## 1685                                    5pb     0.00     0.00     0.01
## 1686                     Namco Bandai Games     0.00     0.00     0.01
## 1687                     Namco Bandai Games     0.00     0.01     0.00
## 1688           Konami Digital Entertainment     0.00     0.01     0.00
## 1689                        dramatic create     0.00     0.00     0.01
## 1690                   Take-Two Interactive     7.02     9.09     0.98
## 1691                   Take-Two Interactive     9.66     5.14     0.06
## 1692                               Nintendo     5.28     4.19     4.35
## 1693                             Activision     6.73     2.56     0.04
## 1694                             Activision     4.10     3.63     0.38
## 1695                 Microsoft Game Studios     5.70     2.65     0.02
## 1696                        Electronic Arts     0.78     4.24     0.07
## 1697     Sony Computer Entertainment Europe     2.41     2.18     0.28
## 1698                               Nintendo     0.97     2.11     1.90
## 1699                               Nintendo     1.80     1.39     1.11
## 1700                               Nintendo     2.11     1.16     0.73
## 1701                        Electronic Arts     0.92     2.89     0.01
## 1702                             Activision     1.78     1.43     0.05
## 1703                                Ubisoft     1.33     1.68     0.13
## 1704                        Electronic Arts     1.35     1.55     0.17
## 1705                                Ubisoft     1.88     1.39     0.00
## 1706                        Electronic Arts     1.30     1.42     0.27
## 1707                        Electronic Arts     2.15     1.01     0.02
## 1708                                 Capcom     0.00     0.00     3.44
## 1709                                Ubisoft     1.90     1.11     0.01
## 1710            Sony Computer Entertainment     0.72     1.67     0.40
## 1711                               Nintendo     1.40     1.01     0.46
## 1712                        Electronic Arts     0.61     1.85     0.11
## 1713                             Activision     1.88     0.77     0.00
## 1714                                Ubisoft     1.07     1.31     0.06
## 1715            Sony Computer Entertainment     0.89     1.33     0.08
## 1716                   Take-Two Interactive     2.10     0.19     0.00
## 1717                            Square Enix     0.60     1.26     0.08
## 1718 Warner Bros. Interactive Entertainment     1.07     0.80     0.04
## 1719            Sony Computer Entertainment     1.23     0.63     0.04
## 1720                               Nintendo     1.25     0.62     0.18
## 1721                                Ubisoft     1.48     0.55     0.00
## 1722                        Electronic Arts     1.98     0.06     0.00
## 1723 Warner Bros. Interactive Entertainment     1.24     0.79     0.00
## 1724                 Microsoft Game Studios     1.21     0.79     0.01
## 1725                             Activision     1.21     0.75     0.00
## 1726                   Take-Two Interactive     1.44     0.31     0.04
## 1727                               Nintendo     0.25     0.45     1.33
## 1728                               Nintendo     0.89     0.58     0.46
## 1729                        Electronic Arts     1.25     0.58     0.00
## 1730                        Electronic Arts     0.73     0.92     0.03
## 1731                   Take-Two Interactive     1.22     0.54     0.02
## 1732                               Nintendo     0.62     0.64     0.55
## 1733                             Activision     0.72     0.75     0.15
## 1734                            Square Enix     0.86     0.84     0.01
## 1735                               Nintendo     0.74     0.62     0.41
## 1736 Warner Bros. Interactive Entertainment     1.15     0.56     0.00
## 1737                        Electronic Arts     1.60     0.03     0.00
## 1738 Warner Bros. Interactive Entertainment     0.77     0.76     0.01
## 1739                               Nintendo     0.92     0.60     0.14
## 1740                               Nintendo     0.30     0.56     0.84
## 1741                            Square Enix     0.90     0.35     0.25
## 1742     Sony Computer Entertainment Europe     0.43     0.68     0.42
## 1743                   Take-Two Interactive     0.72     0.65     0.04
## 1744                             Activision     0.83     0.66     0.00
## 1745                            Deep Silver     1.01     0.50     0.01
## 1746            Sony Computer Entertainment     0.52     0.80     0.06
## 1747 Warner Bros. Interactive Entertainment     0.59     0.76     0.01
## 1748             Disney Interactive Studios     1.05     0.41     0.00
## 1749                 Microsoft Game Studios     1.06     0.35     0.01
## 1750                 Microsoft Game Studios     0.92     0.50     0.03
## 1751                                 GungHo     0.00     0.00     1.51
## 1752                               Nintendo     0.52     0.77     0.07
## 1753                            Square Enix     0.06     0.09     1.30
## 1754                   Take-Two Interactive     0.89     0.31     0.01
## 1755             Disney Interactive Studios     0.97     0.34     0.00
## 1756                        Electronic Arts     0.48     0.77     0.00
## 1757           Konami Digital Entertainment     0.45     0.37     0.44
## 1758                             Activision     0.90     0.39     0.00
## 1759 Warner Bros. Interactive Entertainment     0.97     0.30     0.00
## 1760                 Microsoft Game Studios     0.83     0.43     0.00
## 1761                        Electronic Arts     0.39     0.87     0.00
## 1762                             Activision     0.86     0.34     0.00
## 1763                            Square Enix     0.43     0.36     0.32
## 1764                        Electronic Arts     0.33     0.69     0.05
## 1765                            Deep Silver     0.56     0.41     0.09
## 1766 Warner Bros. Interactive Entertainment     0.48     0.50     0.01
## 1767                        Electronic Arts     0.41     0.66     0.00
## 1768                   Take-Two Interactive     0.49     0.46     0.00
## 1769                               Nintendo     0.44     0.32     0.29
## 1770                   Take-Two Interactive     0.64     0.37     0.00
## 1771                               Nintendo     0.47     0.42     0.13
## 1772                        Electronic Arts     1.01     0.00     0.00
## 1773                            Square Enix     0.37     0.30     0.28
## 1774                            Square Enix     0.31     0.20     0.45
## 1775 Warner Bros. Interactive Entertainment     0.61     0.35     0.00
## 1776                             Activision     0.43     0.42     0.00
## 1777                                Ubisoft     0.72     0.17     0.00
## 1778                        Electronic Arts     0.64     0.26     0.00
## 1779                                Ubisoft     0.53     0.24     0.05
## 1780                                Ubisoft     0.57     0.32     0.01
## 1781             Disney Interactive Studios     0.49     0.32     0.00
## 1782                        Electronic Arts     0.44     0.36     0.00
## 1783           Konami Digital Entertainment     0.03     0.41     0.51
## 1784                                Ubisoft     0.69     0.16     0.00
## 1785                                Ubisoft     0.34     0.39     0.06
## 1786                     Namco Bandai Games     0.32     0.32     0.15
## 1787                               Nintendo     0.17     0.20     0.53
## 1788 Warner Bros. Interactive Entertainment     0.46     0.30     0.00
## 1789                   Take-Two Interactive     0.70     0.11     0.00
## 1790                        Electronic Arts     0.51     0.31     0.01
## 1791                        Electronic Arts     0.63     0.13     0.00
## 1792 Warner Bros. Interactive Entertainment     0.42     0.36     0.04
## 1793                        Electronic Arts     0.26     0.42     0.03
## 1794                               Nintendo     0.35     0.23     0.21
## 1795                        Electronic Arts     0.75     0.00     0.00
## 1796                        Electronic Arts     0.67     0.05     0.00
## 1797     Sony Computer Entertainment Europe     0.20     0.39     0.04
## 1798                            Square Enix     0.16     0.24     0.28
## 1799                                 Capcom     0.24     0.26     0.19
## 1800                        Electronic Arts     0.37     0.35     0.01
## 1801                            Deep Silver     0.44     0.26     0.01
## 1802                               Nintendo     0.37     0.22     0.13
## 1803                                   Sega     0.36     0.34     0.00
## 1804                               Nintendo     0.00     0.48     0.25
## 1805                                 Capcom     0.14     0.29     0.22
## 1806            Sony Computer Entertainment     0.67     0.00     0.00
## 1807 Warner Bros. Interactive Entertainment     0.31     0.35     0.02
## 1808                                   Sega     0.12     0.53     0.00
## 1809                             Activision     0.23     0.41     0.00
## 1810                        Electronic Arts     0.46     0.17     0.00
## 1811                              505 Games     0.35     0.27     0.00
## 1812                                Ubisoft     0.25     0.33     0.03
## 1813                   Take-Two Interactive     0.29     0.30     0.00
## 1814                     Namco Bandai Games     0.00     0.19     0.42
## 1815                                Ubisoft     0.36     0.24     0.00
## 1816            Sony Computer Entertainment     0.30     0.25     0.00
## 1817                                Ubisoft     0.22     0.38     0.00
## 1818                                   Sega     0.00     0.60     0.00
## 1819                             Activision     0.46     0.11     0.00
## 1820                        Electronic Arts     0.17     0.39     0.00
## 1821     Sony Computer Entertainment Europe     0.14     0.34     0.00
## 1822                                   Sega     0.20     0.29     0.00
## 1823                            Deep Silver     0.26     0.19     0.07
## 1824                             Tecmo Koei     0.12     0.10     0.34
## 1825             Disney Interactive Studios     0.33     0.22     0.00
## 1826             Disney Interactive Studios     0.27     0.27     0.00
## 1827                                Ubisoft     0.31     0.23     0.00
## 1828                             Activision     0.38     0.15     0.00
## 1829                                  Atlus     0.28     0.00     0.27
## 1830                     Namco Bandai Games     0.05     0.02     0.50
## 1831                                Ubisoft     0.14     0.34     0.00
## 1832                              505 Games     0.33     0.19     0.00
## 1833                           Trion Worlds     0.38     0.14     0.00
## 1834     Sony Computer Entertainment Europe     0.35     0.12     0.00
## 1835                        Electronic Arts     0.28     0.17     0.00
## 1836                            Codemasters     0.01     0.42     0.03
## 1837                        Electronic Arts     0.40     0.09     0.00
## 1838                   Nippon Ichi Software     0.25     0.07     0.17
## 1839                     Namco Bandai Games     0.21     0.12     0.13
## 1840             Disney Interactive Studios     0.21     0.26     0.00
## 1841 Warner Bros. Interactive Entertainment     0.11     0.29     0.00
## 1842            Sony Computer Entertainment     0.15     0.08     0.22
## 1843                             Activision     0.28     0.15     0.00
## 1844                     Namco Bandai Games     0.29     0.16     0.01
## 1845                                   Sega     0.24     0.14     0.07
## 1846           Konami Digital Entertainment     0.30     0.14     0.00
## 1847                   Take-Two Interactive     0.44     0.00     0.00
## 1848                                Ubisoft     0.30     0.11     0.00
## 1849                     Namco Bandai Games     0.00     0.00     0.45
## 1850                             Activision     0.23     0.14     0.00
## 1851                                 Capcom     0.26     0.12     0.01
## 1852                             Activision     0.26     0.13     0.00
## 1853                              505 Games     0.22     0.14     0.00
## 1854                      Rising Star Games     0.23     0.12     0.04
## 1855                                Ubisoft     0.19     0.20     0.00
## 1856 Warner Bros. Interactive Entertainment     0.16     0.17     0.00
## 1857                            Deep Silver     0.14     0.18     0.03
## 1858                             Screenlife     0.00     0.00     0.42
## 1859                                Ubisoft     0.19     0.16     0.00
## 1860                              505 Games     0.07     0.20     0.09
## 1861                        Electronic Arts     0.08     0.23     0.01
## 1862                            Square Enix     0.00     0.00     0.41
## 1863           Konami Digital Entertainment     0.31     0.01     0.03
## 1864                               Nintendo     0.19     0.10     0.08
## 1865                        Electronic Arts     0.01     0.36     0.00
## 1866                                   Sega     0.23     0.12     0.01
## 1867                             Activision     0.20     0.12     0.00
## 1868                     Namco Bandai Games     0.05     0.04     0.28
## 1869                 Focus Home Interactive     0.22     0.13     0.00
## 1870                        Electronic Arts     0.00     0.36     0.00
## 1871                                 Capcom     0.00     0.00     0.38
## 1872                     Namco Bandai Games     0.11     0.11     0.09
## 1873 Warner Bros. Interactive Entertainment     0.22     0.13     0.00
## 1874                                Ubisoft     0.17     0.14     0.00
## 1875                            Codemasters     0.07     0.22     0.01
## 1876                        Electronic Arts     0.16     0.14     0.00
## 1877                 Microsoft Game Studios     0.18     0.15     0.00
## 1878                   Nippon Ichi Software     0.14     0.05     0.12
## 1879                            D3Publisher     0.04     0.02     0.27
## 1880                        Electronic Arts     0.21     0.12     0.00
## 1881                     Namco Bandai Games     0.00     0.00     0.35
## 1882                             Tecmo Koei     0.04     0.04     0.25
## 1883                            Deep Silver     0.17     0.15     0.00
## 1884                           Trion Worlds     0.19     0.10     0.00
## 1885                             Activision     0.22     0.09     0.01
## 1886                                    THQ     0.06     0.25     0.00
## 1887                             Activision     0.15     0.15     0.00
## 1888                       City Interactive     0.05     0.18     0.03
## 1889                   Nippon Ichi Software     0.09     0.05     0.15
## 1890                                 Capcom     0.10     0.17     0.00
## 1891                             Activision     0.22     0.06     0.00
## 1892 Warner Bros. Interactive Entertainment     0.13     0.16     0.00
## 1893                            Square Enix     0.10     0.00     0.19
## 1894 Warner Bros. Interactive Entertainment     0.19     0.09     0.00
## 1895 Warner Bros. Interactive Entertainment     0.18     0.10     0.00
## 1896                       Arc System Works     0.14     0.00     0.14
## 1897                            Codemasters     0.01     0.27     0.00
## 1898             Disney Interactive Studios     0.17     0.10     0.00
## 1899                Marvelous Entertainment     0.08     0.02     0.16
## 1900                             Activision     0.10     0.14     0.00
## 1901                     Namco Bandai Games     0.00     0.00     0.29
## 1902                                Ubisoft     0.17     0.09     0.00
## 1903                                   Sega     0.08     0.00     0.19
## 1904                             Activision     0.16     0.10     0.00
## 1905                        Electronic Arts     0.11     0.11     0.01
## 1906                            Codemasters     0.08     0.16     0.00
## 1907                        Electronic Arts     0.13     0.12     0.00
## 1908                            Square Enix     0.15     0.08     0.01
## 1909 Warner Bros. Interactive Entertainment     0.16     0.09     0.00
## 1910                     Namco Bandai Games     0.00     0.00     0.26
## 1911                     Namco Bandai Games     0.00     0.00     0.26
## 1912                             Activision     0.15     0.09     0.00
## 1913                                Level 5     0.00     0.00     0.26
## 1914           Konami Digital Entertainment     0.00     0.00     0.26
## 1915                                  Atlus     0.10     0.01     0.14
## 1916                                 Capcom     0.12     0.10     0.02
## 1917                        Electronic Arts     0.16     0.07     0.00
## 1918     Sony Computer Entertainment Europe     0.11     0.08     0.02
## 1919                        Electronic Arts     0.04     0.19     0.00
## 1920                   Take-Two Interactive     0.08     0.13     0.00
## 1921     Sony Computer Entertainment Europe     0.13     0.06     0.00
## 1922                             Activision     0.10     0.12     0.00
## 1923                        Electronic Arts     0.00     0.22     0.00
## 1924                  Majesco Entertainment     0.17     0.05     0.00
## 1925                     Namco Bandai Games     0.10     0.10     0.00
## 1926                        Electronic Arts     0.15     0.05     0.00
## 1927                     Namco Bandai Games     0.00     0.00     0.24
## 1928           Konami Digital Entertainment     0.07     0.15     0.00
## 1929                             Tecmo Koei     0.00     0.00     0.23
## 1930                   Nippon Ichi Software     0.05     0.02     0.14
## 1931                               Nintendo     0.05     0.06     0.12
## 1932                            Deep Silver     0.12     0.03     0.05
## 1933                     Namco Bandai Games     0.00     0.00     0.22
## 1934                  Majesco Entertainment     0.11     0.10     0.00
## 1935                                   Sega     0.00     0.00     0.22
## 1936                Marvelous Entertainment     0.10     0.00     0.10
## 1937                             Activision     0.10     0.08     0.00
## 1938                   Take-Two Interactive     0.10     0.10     0.00
## 1939                             Tecmo Koei     0.06     0.03     0.10
## 1940                     Namco Bandai Games     0.12     0.08     0.00
## 1941                   Nippon Ichi Software     0.09     0.00     0.10
## 1942                            Square Enix     0.07     0.09     0.00
## 1943             Disney Interactive Studios     0.11     0.08     0.00
## 1944                           Trion Worlds     0.14     0.04     0.00
## 1945                                 Capcom     0.07     0.05     0.06
## 1946                       City Interactive     0.06     0.12     0.00
## 1947             Disney Interactive Studios     0.14     0.04     0.00
## 1948                   Nippon Ichi Software     0.07     0.02     0.10
## 1949                        Electronic Arts     0.16     0.02     0.00
## 1950                   Nippon Ichi Software     0.05     0.02     0.12
## 1951           Konami Digital Entertainment     0.00     0.00     0.20
## 1952           Konami Digital Entertainment     0.00     0.00     0.20
## 1953                                Ubisoft     0.11     0.07     0.00
## 1954                     Namco Bandai Games     0.00     0.00     0.19
## 1955 Warner Bros. Interactive Entertainment     0.09     0.08     0.00
## 1956                            Deep Silver     0.06     0.11     0.00
## 1957                        Electronic Arts     0.00     0.15     0.00
## 1958                                 Capcom     0.07     0.07     0.03
## 1959                     Namco Bandai Games     0.00     0.00     0.19
## 1960                             Tecmo Koei     0.00     0.00     0.19
## 1961                                Ubisoft     0.04     0.13     0.00
## 1962                     Namco Bandai Games     0.00     0.00     0.19
## 1963           Konami Digital Entertainment     0.00     0.00     0.19
## 1964                            Deep Silver     0.11     0.06     0.00
## 1965                   Nippon Ichi Software     0.05     0.03     0.09
## 1966                                Ubisoft     0.00     0.17     0.00
## 1967                     Namco Bandai Games     0.00     0.00     0.18
## 1968                            Xseed Games     0.04     0.01     0.12
## 1969                               Nintendo     0.00     0.00     0.18
## 1970                                   Sega     0.10     0.06     0.00
## 1971                                 Capcom     0.10     0.06     0.00
## 1972                             Tecmo Koei     0.00     0.00     0.18
## 1973                            Square Enix     0.07     0.08     0.00
## 1974           Konami Digital Entertainment     0.00     0.08     0.08
## 1975           Konami Digital Entertainment     0.00     0.00     0.17
## 1976                             Screenlife     0.10     0.00     0.04
## 1977 Warner Bros. Interactive Entertainment     0.04     0.12     0.00
## 1978                   Nippon Ichi Software     0.04     0.02     0.08
## 1979                                   Sega     0.00     0.00     0.16
## 1980           Konami Digital Entertainment     0.00     0.02     0.14
## 1981                             Activision     0.11     0.04     0.00
## 1982                               System 3     0.06     0.07     0.00
## 1983                   Nippon Ichi Software     0.04     0.02     0.08
## 1984                             Tecmo Koei     0.02     0.02     0.11
## 1985                   Take-Two Interactive     0.14     0.00     0.00
## 1986                             Tecmo Koei     0.09     0.05     0.00
## 1987                   Nippon Ichi Software     0.07     0.01     0.06
## 1988                            D3Publisher     0.10     0.03     0.00
## 1989           Konami Digital Entertainment     0.04     0.07     0.03
## 1990                        Nippon Columbia     0.00     0.00     0.15
## 1991                            D3Publisher     0.06     0.03     0.05
## 1992                     Namco Bandai Games     0.00     0.00     0.15
## 1993                 Focus Home Interactive     0.00     0.09     0.02
## 1994                            Square Enix     0.10     0.00     0.01
## 1995             Disney Interactive Studios     0.07     0.06     0.00
## 1996                          Compile Heart     0.05     0.00     0.07
## 1997 Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 1998 Warner Bros. Interactive Entertainment     0.01     0.09     0.00
## 1999                                   Sega     0.00     0.00     0.13
## 2000                        Electronic Arts     0.09     0.03     0.00
## 2001                                   Sega     0.00     0.00     0.13
## 2002                     Namco Bandai Games     0.00     0.00     0.13
## 2003                                Level 5     0.00     0.00     0.13
## 2004                     Namco Bandai Games     0.00     0.00     0.12
## 2005                             Screenlife     0.09     0.00     0.03
## 2006                             Activision     0.00     0.11     0.00
## 2007                            Deep Silver     0.08     0.02     0.01
## 2008                                Ubisoft     0.03     0.08     0.00
## 2009                Marvelous Entertainment     0.00     0.00     0.12
## 2010                               Broccoli     0.00     0.00     0.12
## 2011                                Ubisoft     0.04     0.07     0.00
## 2012                                 Capcom     0.07     0.03     0.01
## 2013 Warner Bros. Interactive Entertainment     0.04     0.06     0.00
## 2014                                Ubisoft     0.09     0.01     0.00
## 2015                          From Software     0.00     0.00     0.12
## 2016                             Tecmo Koei     0.03     0.02     0.05
## 2017                        Electronic Arts     0.06     0.04     0.00
## 2018                             Activision     0.08     0.03     0.00
## 2019            Sony Computer Entertainment     0.10     0.00     0.00
## 2020                   Nippon Ichi Software     0.05     0.01     0.04
## 2021                                   Sega     0.00     0.00     0.11
## 2022                            Square Enix     0.05     0.05     0.00
## 2023                    Bohemia Interactive     0.00     0.10     0.00
## 2024                                 GungHo     0.05     0.00     0.04
## 2025           Konami Digital Entertainment     0.00     0.10     0.00
## 2026                     Namco Bandai Games     0.00     0.00     0.10
## 2027                                Level 5     0.00     0.00     0.10
## 2028                                   Sega     0.00     0.08     0.00
## 2029                     Namco Bandai Games     0.00     0.00     0.10
## 2030 Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 2031                             Screenlife     0.00     0.01     0.09
## 2032 Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 2033                                  PQube     0.04     0.04     0.00
## 2034                             Activision     0.05     0.04     0.00
## 2035           Konami Digital Entertainment     0.00     0.00     0.10
## 2036                     Namco Bandai Games     0.00     0.00     0.09
## 2037                     Namco Bandai Games     0.06     0.01     0.00
## 2038                                Ubisoft     0.00     0.09     0.00
## 2039                     Namco Bandai Games     0.05     0.04     0.00
## 2040                     Namco Bandai Games     0.02     0.02     0.04
## 2041                             Tecmo Koei     0.00     0.05     0.03
## 2042                                Ubisoft     0.02     0.06     0.00
## 2043                                  FuRyu     0.00     0.00     0.09
## 2044                               Broccoli     0.00     0.00     0.09
## 2045                     Namco Bandai Games     0.00     0.00     0.09
## 2046                             Activision     0.05     0.03     0.00
## 2047                               Nintendo     0.00     0.08     0.00
## 2048                                Ubisoft     0.04     0.03     0.00
## 2049                             Activision     0.03     0.03     0.00
## 2050            Sony Computer Entertainment     0.00     0.06     0.00
## 2051                          Seventh Chord     0.00     0.00     0.08
## 2052                            Takara Tomy     0.00     0.00     0.08
## 2053                     Namco Bandai Games     0.00     0.00     0.08
## 2054                            Takara Tomy     0.00     0.00     0.08
## 2055                     Namco Bandai Games     0.03     0.03     0.00
## 2056                       City Interactive     0.02     0.05     0.00
## 2057                     Namco Bandai Games     0.00     0.00     0.08
## 2058                        Nippon Columbia     0.00     0.00     0.08
## 2059                     Namco Bandai Games     0.00     0.00     0.08
## 2060                     Namco Bandai Games     0.04     0.03     0.00
## 2061                              Aqua Plus     0.00     0.00     0.08
## 2062                             Koch Media     0.00     0.08     0.00
## 2063                         Rocket Company     0.00     0.00     0.08
## 2064                            D3Publisher     0.03     0.04     0.00
## 2065                 Microsoft Game Studios     0.02     0.06     0.00
## 2066                 Microsoft Game Studios     0.04     0.03     0.00
## 2067                                Success     0.00     0.00     0.07
## 2068                        Kadokawa Shoten     0.00     0.00     0.07
## 2069                             Tecmo Koei     0.00     0.00     0.07
## 2070                                   Sega     0.00     0.00     0.07
## 2071             Disney Interactive Studios     0.04     0.03     0.00
## 2072                              Alchemist     0.00     0.00     0.07
## 2073                            D3Publisher     0.01     0.05     0.00
## 2074                     Namco Bandai Games     0.00     0.00     0.07
## 2075                     Namco Bandai Games     0.00     0.00     0.07
## 2076                            D3Publisher     0.03     0.04     0.00
## 2077                     Namco Bandai Games     0.00     0.00     0.07
## 2078                                  FuRyu     0.00     0.00     0.07
## 2079                     Namco Bandai Games     0.00     0.01     0.06
## 2080                   Nippon Ichi Software     0.02     0.01     0.04
## 2081                 Daedalic Entertainment     0.00     0.06     0.00
## 2082                   Nippon Ichi Software     0.00     0.00     0.06
## 2083                                   Gust     0.00     0.00     0.06
## 2084                           Idea Factory     0.00     0.00     0.06
## 2085                             Activision     0.03     0.03     0.00
## 2086                            Codemasters     0.00     0.06     0.00
## 2087                   Nippon Ichi Software     0.01     0.01     0.04
## 2088                                    5pb     0.00     0.00     0.06
## 2089           Konami Digital Entertainment     0.00     0.00     0.06
## 2090                                 Capcom     0.06     0.00     0.00
## 2091                     Namco Bandai Games     0.00     0.00     0.06
## 2092                             Activision     0.00     0.06     0.00
## 2093                        Kadokawa Shoten     0.00     0.00     0.06
## 2094                                 Capcom     0.00     0.05     0.00
## 2095                     Namco Bandai Games     0.00     0.00     0.06
## 2096                            Deep Silver     0.04     0.01     0.00
## 2097                        Kadokawa Shoten     0.00     0.00     0.05
## 2098                     Namco Bandai Games     0.00     0.00     0.05
## 2099                     Namco Bandai Games     0.00     0.00     0.05
## 2100                     Namco Bandai Games     0.03     0.01     0.00
## 2101                   Take-Two Interactive     0.00     0.05     0.00
## 2102                             Activision     0.00     0.05     0.00
## 2103                             Tecmo Koei     0.00     0.00     0.05
## 2104                   Nippon Ichi Software     0.00     0.00     0.05
## 2105                            Square Enix     0.00     0.00     0.05
## 2106                              505 Games     0.04     0.00     0.00
## 2107                     Namco Bandai Games     0.00     0.00     0.05
## 2108                           Idea Factory     0.00     0.00     0.05
## 2109                                 Capcom     0.01     0.03     0.00
## 2110                                 Capcom     0.00     0.00     0.05
## 2111            Sony Computer Entertainment     0.00     0.00     0.05
## 2112                            D3Publisher     0.02     0.01     0.00
## 2113                             Activision     0.04     0.00     0.00
## 2114                             Tecmo Koei     0.00     0.00     0.04
## 2115 Warner Bros. Interactive Entertainment     0.00     0.04     0.00
## 2116                     Namco Bandai Games     0.00     0.00     0.04
## 2117                     Namco Bandai Games     0.00     0.00     0.04
## 2118                            Deep Silver     0.02     0.01     0.00
## 2119                     Namco Bandai Games     0.00     0.00     0.04
## 2120                                   Sega     0.00     0.00     0.04
## 2121                                 Capcom     0.00     0.04     0.00
## 2122                          Compile Heart     0.00     0.00     0.04
## 2123                           Nordic Games     0.02     0.01     0.00
## 2124                                 Capcom     0.03     0.00     0.00
## 2125                                 Capcom     0.00     0.04     0.00
## 2126                      Rising Star Games     0.02     0.01     0.00
## 2127                           Idea Factory     0.00     0.00     0.04
## 2128                            D3Publisher     0.01     0.02     0.00
## 2129                            D3Publisher     0.02     0.01     0.00
## 2130                       Arc System Works     0.02     0.00     0.01
## 2131                            D3Publisher     0.00     0.00     0.03
## 2132                 Daedalic Entertainment     0.00     0.03     0.00
## 2133                             Tecmo Koei     0.00     0.00     0.03
## 2134                           Idea Factory     0.00     0.00     0.03
## 2135                 Agatsuma Entertainment     0.00     0.00     0.03
## 2136                     Namco Bandai Games     0.00     0.00     0.03
## 2137                                Unknown     0.00     0.03     0.00
## 2138                          Office Create     0.00     0.00     0.03
## 2139                     Namco Bandai Games     0.00     0.00     0.03
## 2140                            D3Publisher     0.00     0.03     0.00
## 2141                     Namco Bandai Games     0.00     0.00     0.03
## 2142                                  FuRyu     0.00     0.00     0.03
## 2143                      Rising Star Games     0.00     0.00     0.03
## 2144                     Namco Bandai Games     0.00     0.00     0.03
## 2145                           Idea Factory     0.00     0.00     0.03
## 2146                                 Capcom     0.00     0.00     0.03
## 2147                             Activision     0.00     0.03     0.00
## 2148                              Alchemist     0.00     0.00     0.03
## 2149                     Namco Bandai Games     0.03     0.00     0.00
## 2150                           Headup Games     0.00     0.03     0.00
## 2151                                    5pb     0.00     0.00     0.03
## 2152                                 Asgard     0.00     0.00     0.03
## 2153                     Namco Bandai Games     0.00     0.02     0.00
## 2154                                Unknown     0.00     0.03     0.00
## 2155                               Broccoli     0.00     0.00     0.03
## 2156                             Tecmo Koei     0.00     0.00     0.03
## 2157                            D3Publisher     0.01     0.01     0.00
## 2158                             CyberFront     0.00     0.00     0.03
## 2159                       Arc System Works     0.01     0.00     0.01
## 2160                               System 3     0.01     0.01     0.00
## 2161                     Namco Bandai Games     0.00     0.03     0.00
## 2162                       Arc System Works     0.00     0.00     0.03
## 2163                         Kadokawa Games     0.00     0.00     0.03
## 2164                       Paon Corporation     0.00     0.00     0.03
## 2165                                    5pb     0.00     0.00     0.02
## 2166                            D3Publisher     0.00     0.02     0.00
## 2167                    Big Ben Interactive     0.00     0.02     0.00
## 2168                           Idea Factory     0.00     0.00     0.02
## 2169                                    5pb     0.00     0.00     0.02
## 2170                                  FuRyu     0.00     0.00     0.02
## 2171                             Tecmo Koei     0.00     0.00     0.02
## 2172                           Little Orbit     0.02     0.00     0.00
## 2173                   Nippon Ichi Software     0.00     0.00     0.02
## 2174                           Idea Factory     0.00     0.00     0.02
## 2175                              505 Games     0.00     0.02     0.00
## 2176                                 Capcom     0.00     0.00     0.02
## 2177                           Idea Factory     0.00     0.00     0.02
## 2178                              Alchemist     0.00     0.00     0.02
## 2179                             Activision     0.00     0.02     0.00
## 2180                     Falcom Corporation     0.00     0.00     0.02
## 2181                            D3Publisher     0.00     0.00     0.02
## 2182                             Tecmo Koei     0.00     0.00     0.02
## 2183                        Kadokawa Shoten     0.00     0.00     0.02
## 2184                   Nippon Ichi Software     0.00     0.00     0.02
## 2185                               Aerosoft     0.00     0.02     0.00
## 2186                     Namco Bandai Games     0.00     0.00     0.02
## 2187                               Broccoli     0.00     0.00     0.02
## 2188             Disney Interactive Studios     0.01     0.00     0.00
## 2189                                 Asgard     0.00     0.00     0.02
## 2190                     Namco Bandai Games     0.00     0.02     0.00
## 2191            Sony Computer Entertainment     0.00     0.02     0.00
## 2192                           Little Orbit     0.00     0.02     0.00
## 2193                     Namco Bandai Games     0.00     0.00     0.02
## 2194                           Idea Factory     0.00     0.00     0.02
## 2195                           Nordic Games     0.00     0.01     0.00
## 2196                            D3Publisher     0.00     0.01     0.00
## 2197                             Tecmo Koei     0.00     0.00     0.02
## 2198                              Aqua Plus     0.00     0.00     0.02
## 2199                            D3Publisher     0.00     0.00     0.02
## 2200                                Comfort     0.00     0.00     0.02
## 2201                            D3Publisher     0.00     0.00     0.02
## 2202                            D3Publisher     0.00     0.01     0.00
## 2203                            D3Publisher     0.00     0.01     0.00
## 2204                     Namco Bandai Games     0.00     0.00     0.02
## 2205                                 Capcom     0.00     0.01     0.00
## 2206                 Focus Home Interactive     0.00     0.01     0.00
## 2207                     Falcom Corporation     0.00     0.00     0.01
## 2208                                   Cave     0.00     0.00     0.01
## 2209                            Kaga Create     0.00     0.00     0.01
## 2210                             Tecmo Koei     0.00     0.00     0.01
## 2211                     Namco Bandai Games     0.00     0.00     0.01
## 2212                               Boost On     0.00     0.00     0.01
## 2213            Sony Computer Entertainment     0.00     0.01     0.00
## 2214                           Idea Factory     0.00     0.00     0.01
## 2215                         Kadokawa Games     0.00     0.00     0.01
## 2216                                   Moss     0.00     0.00     0.01
## 2217                                    5pb     0.00     0.00     0.01
## 2218                       Arc System Works     0.00     0.00     0.01
## 2219                                   Sega     0.00     0.01     0.00
## 2220                               Quinrose     0.00     0.00     0.01
## 2221                                Otomate     0.00     0.00     0.01
## 2222                            D3Publisher     0.00     0.01     0.00
## 2223                           Idea Factory     0.00     0.00     0.01
## 2224                     Namco Bandai Games     0.00     0.01     0.00
## 2225                         Kadokawa Games     0.00     0.00     0.01
## 2226                             Activision     0.01     0.00     0.00
## 2227                       Arc System Works     0.00     0.00     0.01
## 2228                                  FuRyu     0.00     0.00     0.01
## 2229                               Quinrose     0.00     0.00     0.01
## 2230                              Alchemist     0.00     0.00     0.01
## 2231                     Namco Bandai Games     0.00     0.00     0.01
## 2232                     Namco Bandai Games     0.00     0.01     0.00
## 2233                              Prototype     0.00     0.00     0.01
## 2234                             Activision     4.99     5.73     0.65
## 2235                             Activision     8.25     4.24     0.07
## 2236                               Nintendo     3.66     3.14     2.47
## 2237                 Microsoft Game Studios     6.65     2.28     0.04
## 2238                               Nintendo     2.03     2.36     4.39
## 2239                        Electronic Arts     1.06     5.01     0.13
## 2240                               Nintendo     2.79     1.72     3.14
## 2241                                Ubisoft     4.05     2.16     0.00
## 2242                                Ubisoft     2.64     2.52     0.16
## 2243                                Ubisoft     3.13     1.69     0.03
## 2244                               Nintendo     2.30     1.34     1.27
## 2245                        Electronic Arts     1.09     3.47     0.03
## 2246                             Activision     2.44     2.16     0.00
## 2247                               Nintendo     2.52     1.11     0.46
## 2248                                Ubisoft     0.88     1.70     0.10
## 2249                               Nintendo     1.06     1.09     0.76
## 2250                                 Capcom     0.88     0.94     0.88
## 2251                   Take-Two Interactive     1.89     0.88     0.04
## 2252                        Electronic Arts     1.94     0.84     0.03
## 2253                                Ubisoft     1.38     1.32     0.02
## 2254                   Take-Two Interactive     2.60     0.20     0.01
## 2255                        Electronic Arts     2.53     0.15     0.00
## 2256                        Electronic Arts     0.71     1.46     0.06
## 2257                        Electronic Arts     2.11     0.22     0.00
## 2258                             Activision     1.48     0.83     0.00
## 2259                   Take-Two Interactive     1.73     0.43     0.05
## 2260                                 NCSoft     0.96     1.07     0.00
## 2261                               Nintendo     1.12     0.41     0.64
## 2262                   Take-Two Interactive     1.05     0.72     0.10
## 2263                            Square Enix     0.59     1.05     0.07
## 2264                               Nintendo     0.90     0.45     0.54
## 2265                 Microsoft Game Studios     0.82     0.93     0.04
## 2266                                 Capcom     1.12     0.60     0.07
## 2267                   Take-Two Interactive     0.59     0.89     0.06
## 2268                             Activision     0.84     0.76     0.00
## 2269                 Microsoft Game Studios     1.05     0.52     0.03
## 2270                                 Capcom     0.41     0.44     0.72
## 2271                            Square Enix     0.68     0.88     0.01
## 2272                     Bethesda Softworks     1.06     0.50     0.01
## 2273 Warner Bros. Interactive Entertainment     0.90     0.61     0.00
## 2274                   Take-Two Interactive     0.86     0.62     0.01
## 2275                            Square Enix     0.88     0.26     0.34
## 2276                        Electronic Arts     0.62     0.78     0.01
## 2277           Konami Digital Entertainment     0.18     0.63     0.49
## 2278                     Bethesda Softworks     0.72     0.52     0.04
## 2279                             Activision     0.64     0.69     0.00
## 2280                             Activision     0.71     0.43     0.07
## 2281                                Ubisoft     0.93     0.40     0.02
## 2282                        Electronic Arts     0.63     0.56     0.03
## 2283                        Electronic Arts     0.48     0.62     0.06
## 2284 Warner Bros. Interactive Entertainment     0.90     0.37     0.00
## 2285                               Nintendo     0.50     0.32     0.49
## 2286                                    THQ     0.51     0.60     0.00
## 2287                                Ubisoft     0.53     0.48     0.06
## 2288                             Activision     0.75     0.44     0.00
## 2289                               Nintendo     0.48     0.35     0.36
## 2290                               Nintendo     0.44     0.29     0.47
## 2291                                    THQ     0.72     0.44     0.00
## 2292            Sony Computer Entertainment     0.35     0.61     0.02
## 2293                        Electronic Arts     0.12     0.89     0.00
## 2294 Warner Bros. Interactive Entertainment     0.64     0.49     0.00
## 2295 Warner Bros. Interactive Entertainment     0.50     0.50     0.00
## 2296                                   Sega     0.18     0.64     0.27
## 2297                                Ubisoft     0.90     0.19     0.00
## 2298                     Namco Bandai Games     0.01     0.23     0.86
## 2299                                 Capcom     0.48     0.24     0.36
## 2300                                   Sega     0.00     0.95     0.00
## 2301                        Electronic Arts     0.59     0.45     0.01
## 2302                               Nintendo     0.33     0.37     0.37
## 2303                                  Atlus     0.36     0.23     0.38
## 2304                        Electronic Arts     1.02     0.00     0.00
## 2305                             Activision     0.36     0.49     0.00
## 2306 Warner Bros. Interactive Entertainment     0.37     0.49     0.00
## 2307                            Square Enix     0.31     0.49     0.05
## 2308                            Codemasters     0.12     0.63     0.05
## 2309                                    THQ     0.55     0.32     0.03
## 2310                               Nintendo     0.56     0.05     0.37
## 2311                        Electronic Arts     0.33     0.45     0.01
## 2312                                Ubisoft     0.52     0.36     0.05
## 2313                                    THQ     0.72     0.20     0.00
## 2314                        Electronic Arts     0.40     0.44     0.00
## 2315                                Ubisoft     0.22     0.62     0.00
## 2316                            Square Enix     0.00     0.00     0.96
## 2317                 Focus Home Interactive     0.00     0.81     0.00
## 2318                            Square Enix     0.00     0.00     0.96
## 2319                              505 Games     0.38     0.38     0.06
## 2320                               Nintendo     0.26     0.29     0.34
## 2321            Sony Computer Entertainment     0.50     0.27     0.04
## 2322             Disney Interactive Studios     0.67     0.21     0.00
## 2323                                Ubisoft     0.41     0.32     0.09
## 2324                                Ubisoft     0.28     0.53     0.00
## 2325                   Take-Two Interactive     0.42     0.41     0.00
## 2326            Sony Computer Entertainment     0.86     0.00     0.00
## 2327                Marvelous Entertainment     0.41     0.17     0.30
## 2328                        Electronic Arts     0.35     0.41     0.02
## 2329                     Namco Bandai Games     0.48     0.32     0.02
## 2330 Warner Bros. Interactive Entertainment     0.48     0.34     0.00
## 2331                        Electronic Arts     0.17     0.62     0.00
## 2332            Sony Computer Entertainment     0.60     0.18     0.00
## 2333                        Electronic Arts     0.82     0.00     0.00
## 2334                                 Capcom     0.30     0.22     0.30
## 2335                           Square Enix      0.38     0.40     0.01
## 2336                        Electronic Arts     0.55     0.24     0.01
## 2337            Sony Computer Entertainment     0.42     0.30     0.01
## 2338                        Electronic Arts     0.37     0.29     0.09
## 2339                     Namco Bandai Games     0.28     0.31     0.13
## 2340                                    THQ     0.35     0.35     0.01
## 2341                     Namco Bandai Games     0.20     0.12     0.45
## 2342                              505 Games     0.46     0.28     0.02
## 2343                                 Capcom     0.42     0.21     0.10
## 2344            Sony Computer Entertainment     0.73     0.00     0.00
## 2345                                 Capcom     0.42     0.19     0.11
## 2346                 Microsoft Game Studios     0.57     0.18     0.00
## 2347            Sony Computer Entertainment     0.67     0.07     0.00
## 2348                                Level 5     0.20     0.26     0.30
## 2349                                    THQ     0.45     0.27     0.00
## 2350                             Activision     0.48     0.24     0.00
## 2351                                 Capcom     0.42     0.23     0.07
## 2352                             Activision     0.31     0.35     0.00
## 2353                                 Capcom     0.55     0.14     0.03
## 2354                     Avanquest Software     0.40     0.23     0.03
## 2355 Warner Bros. Interactive Entertainment     0.41     0.28     0.00
## 2356                     Namco Bandai Games     0.35     0.23     0.07
## 2357                             Activision     0.36     0.28     0.00
## 2358                             Activision     0.43     0.24     0.00
## 2359                     Avanquest Software     0.55     0.13     0.00
## 2360                               Nintendo     0.16     0.02     0.53
## 2361                                  Atlus     0.30     0.11     0.24
## 2362                     Namco Bandai Games     0.27     0.24     0.14
## 2363            Sony Computer Entertainment     0.47     0.13     0.02
## 2364                   Take-Two Interactive     0.27     0.36     0.00
## 2365                        Electronic Arts     0.38     0.26     0.00
## 2366                               Nintendo     0.24     0.19     0.22
## 2367                        Electronic Arts     0.18     0.44     0.00
## 2368 Warner Bros. Interactive Entertainment     0.39     0.24     0.00
## 2369                               Nintendo     0.33     0.00     0.33
## 2370            Sony Computer Entertainment     0.14     0.39     0.00
## 2371                                   Sega     0.06     0.48     0.00
## 2372                     Namco Bandai Games     0.00     0.00     0.66
## 2373                        Electronic Arts     0.51     0.10     0.00
## 2374 Warner Bros. Interactive Entertainment     0.27     0.20     0.11
## 2375 Warner Bros. Interactive Entertainment     0.42     0.13     0.00
## 2376                        Electronic Arts     0.33     0.21     0.00
## 2377                             Tecmo Koei     0.23     0.14     0.20
## 2378                     Namco Bandai Games     0.00     0.00     0.63
## 2379                             Activision     0.38     0.20     0.00
## 2380                   Take-Two Interactive     0.36     0.21     0.00
## 2381                     Namco Bandai Games     0.00     0.00     0.62
## 2382 Warner Bros. Interactive Entertainment     0.56     0.01     0.00
## 2383                                   Sega     0.00     0.00     0.59
## 2384                     Namco Bandai Games     0.39     0.13     0.02
## 2385                                   Sega     0.20     0.33     0.00
## 2386                 Microsoft Game Studios     0.38     0.15     0.00
## 2387                        Electronic Arts     0.16     0.32     0.02
## 2388                                   Sega     0.07     0.44     0.00
## 2389                   Take-Two Interactive     0.24     0.23     0.00
## 2390                     Bethesda Softworks     0.26     0.21     0.00
## 2391                            Xseed Games     0.32     0.00     0.21
## 2392            Sony Computer Entertainment     0.21     0.17     0.09
## 2393                   Take-Two Interactive     0.19     0.23     0.04
## 2394                                Ubisoft     0.12     0.33     0.00
## 2395                        Electronic Arts     0.24     0.21     0.00
## 2396                                   Sega     0.19     0.26     0.02
## 2397             Disney Interactive Studios     0.32     0.15     0.00
## 2398                     Bethesda Softworks     0.26     0.19     0.00
## 2399                        Electronic Arts     0.29     0.18     0.00
## 2400            Sony Computer Entertainment     0.25     0.13     0.04
## 2401                            Square Enix     0.22     0.07     0.18
## 2402                   Take-Two Interactive     0.47     0.00     0.00
## 2403                        Electronic Arts     0.47     0.00     0.00
## 2404                            Codemasters     0.10     0.34     0.00
## 2405             Disney Interactive Studios     0.36     0.04     0.04
## 2406                                   Sega     0.08     0.30     0.01
## 2407 Warner Bros. Interactive Entertainment     0.31     0.12     0.02
## 2408                     Bethesda Softworks     0.28     0.15     0.00
## 2409                                 Capcom     0.31     0.10     0.03
## 2410                        Electronic Arts     0.17     0.27     0.00
## 2411             Disney Interactive Studios     0.21     0.18     0.00
## 2412                                Level 5     0.00     0.01     0.46
## 2413                               Nintendo     0.20     0.04     0.21
## 2414           Konami Digital Entertainment     0.21     0.15     0.04
## 2415            Sony Computer Entertainment     0.21     0.14     0.01
## 2416                     Namco Bandai Games     0.26     0.14     0.01
## 2417                             Activision     0.28     0.12     0.00
## 2418                        Electronic Arts     0.00     0.28     0.05
## 2419                             Tecmo Koei     0.19     0.09     0.11
## 2420                                 Capcom     0.28     0.11     0.01
## 2421                        Electronic Arts     0.37     0.00     0.00
## 2422                                Ubisoft     0.26     0.11     0.00
## 2423                   Take-Two Interactive     0.16     0.22     0.00
## 2424           Konami Digital Entertainment     0.21     0.07     0.09
## 2425                   Take-Two Interactive     0.36     0.03     0.00
## 2426                   Take-Two Interactive     0.21     0.17     0.00
## 2427                             Activision     0.20     0.18     0.00
## 2428            Sony Computer Entertainment     0.18     0.15     0.02
## 2429                        Electronic Arts     0.28     0.09     0.00
## 2430                                 Capcom     0.18     0.12     0.06
## 2431                                 GungHo     0.20     0.01     0.16
## 2432                        Electronic Arts     0.02     0.31     0.00
## 2433                             Activision     0.03     0.33     0.00
## 2434 Warner Bros. Interactive Entertainment     0.20     0.16     0.00
## 2435                     Namco Bandai Games     0.09     0.04     0.24
## 2436                     Namco Bandai Games     0.18     0.04     0.15
## 2437                             Activision     0.19     0.14     0.00
## 2438           Konami Digital Entertainment     0.12     0.16     0.05
## 2439                   Take-Two Interactive     0.24     0.11     0.00
## 2440                             Activision     0.36     0.00     0.00
## 2441                                   Sega     0.09     0.20     0.00
## 2442           Konami Digital Entertainment     0.15     0.11     0.10
## 2443                                  Atlus     0.12     0.05     0.20
## 2444                             Activision     0.22     0.12     0.00
## 2445                                Ubisoft     0.21     0.13     0.00
## 2446 Warner Bros. Interactive Entertainment     0.25     0.09     0.00
## 2447 Warner Bros. Interactive Entertainment     0.16     0.18     0.00
## 2448                     Namco Bandai Games     0.00     0.00     0.36
## 2449                                Ubisoft     0.20     0.12     0.00
## 2450            Sony Computer Entertainment     0.13     0.17     0.00
## 2451                                Ubisoft     0.19     0.13     0.00
## 2452                        Electronic Arts     0.05     0.18     0.02
## 2453                     Namco Bandai Games     0.19     0.11     0.01
## 2454                             Activision     0.11     0.16     0.00
## 2455 Warner Bros. Interactive Entertainment     0.16     0.11     0.00
## 2456                        Electronic Arts     0.14     0.15     0.00
## 2457                                   Sega     0.09     0.07     0.14
## 2458                     Namco Bandai Games     0.00     0.00     0.32
## 2459           Konami Digital Entertainment     0.22     0.08     0.00
## 2460                         Ubisoft Annecy     0.19     0.08     0.03
## 2461           Konami Digital Entertainment     0.15     0.10     0.03
## 2462                   Take-Two Interactive     0.14     0.13     0.00
## 2463                            Codemasters     0.06     0.19     0.00
## 2464                     Namco Bandai Games     0.00     0.00     0.31
## 2465                                  Atlus     0.13     0.02     0.14
## 2466           Konami Digital Entertainment     0.08     0.20     0.00
## 2467                     Namco Bandai Games     0.00     0.00     0.30
## 2468                        Electronic Arts     0.14     0.13     0.00
## 2469                        Electronic Arts     0.28     0.00     0.00
## 2470                             Tecmo Koei     0.00     0.00     0.30
## 2471            Sony Computer Entertainment     0.14     0.11     0.00
## 2472            Sony Computer Entertainment     0.15     0.09     0.00
## 2473                               Nintendo     0.00     0.00     0.29
## 2474            Sony Computer Entertainment     0.18     0.05     0.03
## 2475                        Electronic Arts     0.06     0.20     0.00
## 2476                             Activision     0.13     0.13     0.00
## 2477                                   Sega     0.12     0.14     0.00
## 2478            Sony Computer Entertainment     0.00     0.00     0.28
## 2479 Warner Bros. Interactive Entertainment     0.09     0.13     0.00
## 2480                 Microsoft Game Studios     0.18     0.08     0.00
## 2481                             Activision     0.13     0.13     0.00
## 2482                        Nippon Columbia     0.00     0.00     0.28
## 2483                        Electronic Arts     0.09     0.16     0.00
## 2484                            Codemasters     0.07     0.17     0.00
## 2485                               Nintendo     0.13     0.12     0.00
## 2486                                   Sega     0.07     0.07     0.12
## 2487                               Nintendo     0.00     0.00     0.27
## 2488                        Electronic Arts     0.14     0.11     0.00
## 2489           Konami Digital Entertainment     0.00     0.07     0.18
## 2490                             Activision     0.12     0.10     0.00
## 2491                             Activision     0.18     0.05     0.00
## 2492                             Tecmo Koei     0.06     0.04     0.14
## 2493            Sony Computer Entertainment     0.00     0.00     0.26
## 2494                 Focus Home Interactive     0.15     0.08     0.00
## 2495                             Activision     0.14     0.09     0.00
## 2496                             Tecmo Koei     0.16     0.05     0.03
## 2497                            Square Enix     0.03     0.17     0.00
## 2498               Nihon Falcom Corporation     0.10     0.01     0.10
## 2499                                 Capcom     0.15     0.06     0.01
## 2500                 Focus Home Interactive     0.05     0.14     0.00
## 2501                 Focus Home Interactive     0.10     0.10     0.00
## 2502           Konami Digital Entertainment     0.10     0.08     0.02
## 2503                                   Sega     0.00     0.00     0.23
## 2504                            Codemasters     0.08     0.13     0.00
## 2505                        Electronic Arts     0.09     0.10     0.00
## 2506            Sony Computer Entertainment     0.19     0.01     0.00
## 2507             Disney Interactive Studios     0.13     0.07     0.01
## 2508                     Namco Bandai Games     0.00     0.00     0.23
## 2509                        Electronic Arts     0.21     0.00     0.00
## 2510                             Tecmo Koei     0.10     0.05     0.04
## 2511                                Ubisoft     0.09     0.09     0.01
## 2512                   Take-Two Interactive     0.11     0.09     0.00
## 2513                           Nordic Games     0.05     0.15     0.00
## 2514                            Deep Silver     0.00     0.19     0.00
## 2515                               Nintendo     0.13     0.02     0.06
## 2516                            Deep Silver     0.04     0.13     0.01
## 2517 Warner Bros. Interactive Entertainment     0.07     0.13     0.00
## 2518                     Namco Bandai Games     0.00     0.00     0.22
## 2519                     Namco Bandai Games     0.13     0.03     0.04
## 2520           Konami Digital Entertainment     0.00     0.00     0.21
## 2521                             Activision     0.20     0.00     0.00
## 2522     Sony Computer Entertainment Europe     0.04     0.13     0.00
## 2523                               Nintendo     0.13     0.07     0.00
## 2524                               Nintendo     0.00     0.00     0.21
## 2525           Konami Digital Entertainment     0.00     0.00     0.21
## 2526                                   Sega     0.10     0.03     0.06
## 2527                                   Sega     0.00     0.00     0.20
## 2528                             Activision     0.18     0.00     0.00
## 2529                                   Sega     0.00     0.00     0.20
## 2530                 Agatsuma Entertainment     0.16     0.00     0.03
## 2531                               Nintendo     0.06     0.07     0.05
## 2532           Konami Digital Entertainment     0.14     0.03     0.01
## 2533           Konami Digital Entertainment     0.00     0.00     0.20
## 2534                                   Sega     0.07     0.10     0.00
## 2535                                Ubisoft     0.07     0.09     0.00
## 2536                             Activision     0.15     0.03     0.00
## 2537           Konami Digital Entertainment     0.10     0.05     0.00
## 2538                     Namco Bandai Games     0.00     0.00     0.20
## 2539                   Take-Two Interactive     0.18     0.00     0.00
## 2540                             Activision     0.15     0.03     0.00
## 2541                                  Spike     0.00     0.00     0.19
## 2542                                Ubisoft     0.14     0.04     0.00
## 2543           Konami Digital Entertainment     0.00     0.00     0.19
## 2544           Konami Digital Entertainment     0.11     0.06     0.01
## 2545            Sony Computer Entertainment     0.17     0.00     0.00
## 2546                                 Capcom     0.10     0.04     0.01
## 2547                                   Sega     0.09     0.06     0.02
## 2548           Konami Digital Entertainment     0.00     0.00     0.19
## 2549                                Level 5     0.00     0.00     0.19
## 2550                     Namco Bandai Games     0.09     0.07     0.01
## 2551                               Nintendo     0.14     0.03     0.00
## 2552                                   Sega     0.00     0.00     0.18
## 2553                        Electronic Arts     0.10     0.06     0.00
## 2554                              505 Games     0.00     0.16     0.00
## 2555 Warner Bros. Interactive Entertainment     0.07     0.07     0.00
## 2556                        Electronic Arts     0.10     0.06     0.00
## 2557           Konami Digital Entertainment     0.05     0.02     0.10
## 2558                            Codemasters     0.02     0.12     0.00
## 2559                             Activision     0.13     0.02     0.00
## 2560                     Namco Bandai Games     0.00     0.00     0.17
## 2561                                 Funcom     0.07     0.08     0.00
## 2562                                Ubisoft     0.05     0.10     0.00
## 2563                 GameMill Entertainment     0.16     0.00     0.00
## 2564                                   Sega     0.12     0.02     0.02
## 2565                   Nippon Ichi Software     0.06     0.03     0.06
## 2566                     Namco Bandai Games     0.05     0.09     0.00
## 2567                             Activision     0.12     0.02     0.00
## 2568                          Compile Heart     0.05     0.03     0.06
## 2569                                Ubisoft     0.13     0.02     0.00
## 2570                        Electronic Arts     0.00     0.13     0.00
## 2571                               Nintendo     0.00     0.00     0.16
## 2572                     Namco Bandai Games     0.00     0.00     0.16
## 2573                   Nippon Ichi Software     0.04     0.02     0.08
## 2574                     Namco Bandai Games     0.08     0.02     0.04
## 2575           Konami Digital Entertainment     0.11     0.03     0.00
## 2576                           Nordic Games     0.03     0.10     0.00
## 2577                                    THQ     0.07     0.07     0.00
## 2578                             Activision     0.10     0.04     0.00
## 2579           Konami Digital Entertainment     0.00     0.00     0.15
## 2580                   Take-Two Interactive     0.14     0.00     0.00
## 2581                               Daedalic     0.00     0.13     0.00
## 2582                                    THQ     0.11     0.02     0.00
## 2583                                Ubisoft     0.06     0.08     0.00
## 2584                            Codemasters     0.01     0.11     0.00
## 2585                             Activision     0.12     0.01     0.00
## 2586                               EA Games     0.07     0.06     0.00
## 2587                Marvelous Entertainment     0.00     0.00     0.14
## 2588                                 Capcom     0.00     0.00     0.14
## 2589                            Deep Silver     0.05     0.08     0.00
## 2590                   Take-Two Interactive     0.10     0.03     0.00
## 2591                         Ubisoft Annecy     0.00     0.00     0.14
## 2592                   Excalibur Publishing     0.00     0.12     0.00
## 2593               Nihon Falcom Corporation     0.00     0.00     0.14
## 2594 Warner Bros. Interactive Entertainment     0.00     0.12     0.00
## 2595                                Ubisoft     0.06     0.07     0.00
## 2596                         Rocket Company     0.00     0.00     0.13
## 2597           Konami Digital Entertainment     0.00     0.00     0.13
## 2598                     Namco Bandai Games     0.00     0.00     0.13
## 2599                           SCS Software     0.00     0.12     0.00
## 2600                             Activision     0.09     0.03     0.00
## 2601                                  Atlus     0.08     0.01     0.03
## 2602 Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 2603                                 Capcom     0.08     0.02     0.02
## 2604                   Take-Two Interactive     0.07     0.04     0.00
## 2605                             Activision     0.11     0.00     0.00
## 2606                     Namco Bandai Games     0.00     0.00     0.12
## 2607                                   Sega     0.07     0.04     0.00
## 2608           Konami Digital Entertainment     0.06     0.04     0.01
## 2609                           Square Enix      0.06     0.05     0.00
## 2610                     Namco Bandai Games     0.00     0.00     0.12
## 2611                             Activision     0.06     0.05     0.00
## 2612                     Namco Bandai Games     0.00     0.00     0.12
## 2613                                Ubisoft     0.01     0.10     0.00
## 2614                                Ubisoft     0.06     0.04     0.00
## 2615            Sony Computer Entertainment     0.05     0.05     0.00
## 2616                                   Sega     0.00     0.00     0.11
## 2617                            Square Enix     0.00     0.00     0.11
## 2618                               Nintendo     0.00     0.00     0.11
## 2619                                Ubisoft     0.07     0.03     0.00
## 2620                     Namco Bandai Games     0.05     0.05     0.00
## 2621                                Unknown     0.00     0.00     0.11
## 2622                     Namco Bandai Games     0.00     0.00     0.11
## 2623                             Activision     0.07     0.03     0.00
## 2624                                    5pb     0.00     0.00     0.11
## 2625                         Ubisoft Annecy     0.00     0.00     0.11
## 2626                     Namco Bandai Games     0.00     0.00     0.11
## 2627                              Aqua Plus     0.05     0.00     0.05
## 2628                     Namco Bandai Games     0.00     0.00     0.11
## 2629                                  Spike     0.00     0.00     0.10
## 2630                               Nintendo     0.00     0.00     0.10
## 2631                     Namco Bandai Games     0.00     0.00     0.10
## 2632           Konami Digital Entertainment     0.07     0.02     0.00
## 2633                         Ubisoft Annecy     0.00     0.00     0.10
## 2634                             Activision     0.09     0.00     0.00
## 2635                                Level 5     0.00     0.00     0.10
## 2636                     Namco Bandai Games     0.00     0.00     0.10
## 2637                     Namco Bandai Games     0.00     0.00     0.10
## 2638           Konami Digital Entertainment     0.06     0.03     0.00
## 2639           Konami Digital Entertainment     0.04     0.03     0.01
## 2640                                   Gust     0.00     0.00     0.10
## 2641                            Image Epoch     0.00     0.00     0.10
## 2642                               Nintendo     0.09     0.00     0.00
## 2643                        Kadokawa Shoten     0.00     0.00     0.09
## 2644                     Namco Bandai Games     0.00     0.00     0.09
## 2645           Konami Digital Entertainment     0.00     0.03     0.06
## 2646                               Broccoli     0.00     0.00     0.09
## 2647                   Take-Two Interactive     0.08     0.00     0.00
## 2648                                 Capcom     0.00     0.00     0.09
## 2649                                Acquire     0.00     0.00     0.09
## 2650                                   Gust     0.00     0.00     0.09
## 2651                             Tecmo Koei     0.00     0.00     0.09
## 2652           Konami Digital Entertainment     0.00     0.00     0.09
## 2653                     Namco Bandai Games     0.00     0.00     0.09
## 2654                             Activision     0.07     0.00     0.00
## 2655           Konami Digital Entertainment     0.00     0.07     0.00
## 2656                     Namco Bandai Games     0.00     0.00     0.08
## 2657                             Tecmo Koei     0.04     0.02     0.02
## 2658                                Acquire     0.00     0.00     0.08
## 2659                                  FuRyu     0.00     0.00     0.08
## 2660                 Focus Home Interactive     0.00     0.07     0.00
## 2661                     Namco Bandai Games     0.00     0.00     0.08
## 2662                   Take-Two Interactive     0.07     0.00     0.00
## 2663                        Electronic Arts     0.00     0.06     0.00
## 2664                                  Spike     0.00     0.00     0.08
## 2665                                Ubisoft     0.00     0.06     0.00
## 2666                              Alchemist     0.00     0.00     0.08
## 2667                              505 Games     0.02     0.04     0.00
## 2668                     Namco Bandai Games     0.00     0.00     0.07
## 2669                     Namco Bandai Games     0.00     0.00     0.07
## 2670                               Mad Catz     0.07     0.00     0.00
## 2671           Konami Digital Entertainment     0.00     0.00     0.07
## 2672                            Ackkstudios     0.00     0.00     0.07
## 2673                                 Capcom     0.00     0.00     0.07
## 2674                     Namco Bandai Games     0.00     0.00     0.07
## 2675                     Namco Bandai Games     0.00     0.00     0.07
## 2676                     Namco Bandai Games     0.00     0.00     0.07
## 2677                     Falcom Corporation     0.00     0.00     0.07
## 2678                     Namco Bandai Games     0.02     0.01     0.05
## 2679                                Unknown     0.00     0.00     0.07
## 2680                 Focus Home Interactive     0.00     0.06     0.00
## 2681                     Namco Bandai Games     0.03     0.03     0.00
## 2682                                Ubisoft     0.01     0.05     0.00
## 2683                     Namco Bandai Games     0.00     0.00     0.07
## 2684                     Namco Bandai Games     0.00     0.06     0.00
## 2685                           Nordic Games     0.00     0.06     0.00
## 2686                            Ackkstudios     0.00     0.00     0.06
## 2687                             Tecmo Koei     0.03     0.01     0.02
## 2688                                  PQube     0.01     0.02     0.02
## 2689                            D3Publisher     0.00     0.00     0.06
## 2690                              505 Games     0.00     0.06     0.00
## 2691                                   Sega     0.00     0.00     0.06
## 2692                     Namco Bandai Games     0.00     0.00     0.06
## 2693                   Take-Two Interactive     0.06     0.00     0.00
## 2694                     Namco Bandai Games     0.00     0.00     0.06
## 2695                     Namco Bandai Games     0.00     0.00     0.06
## 2696                                    5pb     0.00     0.00     0.06
## 2697                     Namco Bandai Games     0.00     0.00     0.06
## 2698                     Namco Bandai Games     0.03     0.02     0.00
## 2699                     Namco Bandai Games     0.00     0.00     0.06
## 2700                              505 Games     0.03     0.02     0.00
## 2701           Konami Digital Entertainment     0.00     0.00     0.06
## 2702                           Idea Factory     0.00     0.00     0.06
## 2703            Sony Computer Entertainment     0.00     0.04     0.00
## 2704                                Level 5     0.00     0.00     0.06
## 2705                        Kadokawa Shoten     0.00     0.00     0.06
## 2706                      DTP Entertainment     0.00     0.05     0.00
## 2707                     Namco Bandai Games     0.00     0.00     0.05
## 2708                     Namco Bandai Games     0.00     0.00     0.05
## 2709                                  Atlus     0.00     0.00     0.05
## 2710                        Kadokawa Shoten     0.00     0.00     0.05
## 2711                     Namco Bandai Games     0.00     0.00     0.05
## 2712                      Rising Star Games     0.00     0.04     0.00
## 2713                     Namco Bandai Games     0.00     0.00     0.05
## 2714                              505 Games     0.00     0.05     0.00
## 2715                                Level 5     0.00     0.00     0.05
## 2716                                  Genki     0.00     0.00     0.05
## 2717                           Idea Factory     0.00     0.00     0.05
## 2718                                 Capcom     0.00     0.00     0.05
## 2719                                  Atari     0.04     0.00     0.00
## 2720                                Level 5     0.00     0.00     0.05
## 2721                           Idea Factory     0.00     0.00     0.05
## 2722                           Idea Factory     0.00     0.00     0.05
## 2723                              Aqua Plus     0.00     0.00     0.04
## 2724                          Compile Heart     0.00     0.00     0.04
## 2725                            D3Publisher     0.00     0.00     0.04
## 2726                                Level 5     0.00     0.00     0.04
## 2727                 Microsoft Game Studios     0.02     0.01     0.00
## 2728                                 Capcom     0.00     0.04     0.00
## 2729                     Namco Bandai Games     0.00     0.00     0.04
## 2730                   Take-Two Interactive     0.04     0.00     0.00
## 2731                                Ubisoft     0.04     0.00     0.00
## 2732       Cloud Imperium Games Corporation     0.04     0.00     0.00
## 2733                                  Spike     0.00     0.00     0.04
## 2734                                Unknown     0.04     0.00     0.00
## 2735           Konami Digital Entertainment     0.00     0.00     0.04
## 2736                   Take-Two Interactive     0.04     0.00     0.00
## 2737                           Idea Factory     0.00     0.00     0.04
## 2738       Cloud Imperium Games Corporation     0.04     0.00     0.00
## 2739                            Ackkstudios     0.00     0.00     0.04
## 2740                            D3Publisher     0.02     0.01     0.00
## 2741                            Ackkstudios     0.00     0.00     0.04
## 2742                     Falcom Corporation     0.00     0.00     0.04
## 2743                                Unknown     0.00     0.00     0.04
## 2744                                 Capcom     0.00     0.03     0.00
## 2745                     Namco Bandai Games     0.00     0.00     0.04
## 2746                     Namco Bandai Games     0.00     0.00     0.04
## 2747                     Namco Bandai Games     0.00     0.00     0.04
## 2748                     Namco Bandai Games     0.00     0.00     0.04
## 2749                           Idea Factory     0.00     0.00     0.04
## 2750                   Nippon Ichi Software     0.00     0.00     0.04
## 2751                                 Capcom     0.00     0.00     0.04
## 2752                              Prototype     0.00     0.00     0.04
## 2753                     Namco Bandai Games     0.00     0.00     0.04
## 2754                     Namco Bandai Games     0.00     0.00     0.03
## 2755                     Namco Bandai Games     0.00     0.00     0.03
## 2756                   Maximum Family Games     0.03     0.00     0.00
## 2757                                 Fields     0.00     0.00     0.03
## 2758                   Nippon Ichi Software     0.00     0.00     0.03
## 2759                                   Sega     0.00     0.00     0.03
## 2760                                  Atlus     0.00     0.03     0.00
## 2761                     Namco Bandai Games     0.00     0.00     0.03
## 2762                     Namco Bandai Games     0.00     0.00     0.03
## 2763                 GameMill Entertainment     0.03     0.00     0.00
## 2764                                Unknown     0.00     0.03     0.00
## 2765                            D3Publisher     0.00     0.00     0.03
## 2766                     Namco Bandai Games     0.00     0.00     0.03
## 2767                     Avanquest Software     0.00     0.03     0.00
## 2768                              505 Games     0.00     0.02     0.00
## 2769                      Rising Star Games     0.03     0.00     0.00
## 2770                           Idea Factory     0.00     0.00     0.03
## 2771                                Ubisoft     0.01     0.01     0.00
## 2772                               ChunSoft     0.00     0.00     0.03
## 2773                     Namco Bandai Games     0.00     0.00     0.03
## 2774                     Bethesda Softworks     0.00     0.02     0.00
## 2775                               Quinrose     0.00     0.00     0.03
## 2776                   Take-Two Interactive     0.00     0.02     0.00
## 2777                              BushiRoad     0.00     0.00     0.03
## 2778                            D3Publisher     0.00     0.00     0.03
## 2779                            Ackkstudios     0.00     0.00     0.03
## 2780                     Namco Bandai Games     0.00     0.00     0.03
## 2781                 Daedalic Entertainment     0.00     0.02     0.00
## 2782                     Namco Bandai Games     0.00     0.00     0.03
## 2783                     Namco Bandai Games     0.00     0.00     0.03
## 2784                           Idea Factory     0.00     0.00     0.03
## 2785                          Compile Heart     0.00     0.00     0.03
## 2786                   Nippon Ichi Software     0.00     0.00     0.03
## 2787                              Prototype     0.00     0.00     0.03
## 2788                           Idea Factory     0.00     0.00     0.03
## 2789                                Unknown     0.00     0.02     0.00
## 2790                     Avanquest Software     0.00     0.02     0.00
## 2791                     Reef Entertainment     0.00     0.02     0.00
## 2792                               ChunSoft     0.00     0.00     0.03
## 2793                            Licensed 4U     0.00     0.02     0.00
## 2794                     Namco Bandai Games     0.00     0.00     0.02
## 2795                     Reef Entertainment     0.00     0.02     0.00
## 2796                                    5pb     0.00     0.00     0.02
## 2797                                 Capcom     0.02     0.01     0.00
## 2798                        Kadokawa Shoten     0.00     0.00     0.02
## 2799                               Nintendo     0.00     0.02     0.00
## 2800                          Kalypso Media     0.00     0.02     0.00
## 2801                           Idea Factory     0.00     0.00     0.02
## 2802                     Reef Entertainment     0.00     0.02     0.00
## 2803                                 Capcom     0.00     0.02     0.00
## 2804                       Easy Interactive     0.00     0.02     0.00
## 2805                            Codemasters     0.00     0.02     0.00
## 2806                            Deep Silver     0.00     0.02     0.00
## 2807                            Licensed 4U     0.00     0.02     0.00
## 2808                           Idea Factory     0.00     0.00     0.02
## 2809                           Idea Factory     0.00     0.00     0.02
## 2810                                  FuRyu     0.00     0.00     0.02
## 2811                                  Views     0.00     0.00     0.02
## 2812                     Namco Bandai Games     0.00     0.00     0.02
## 2813                         Minato Station     0.00     0.00     0.02
## 2814                       Arc System Works     0.00     0.00     0.02
## 2815                                    5pb     0.00     0.00     0.02
## 2816                            Licensed 4U     0.00     0.02     0.00
## 2817                              Alchemist     0.00     0.00     0.02
## 2818                     Namco Bandai Games     0.00     0.00     0.02
## 2819                     Namco Bandai Games     0.00     0.00     0.02
## 2820                                  FuRyu     0.00     0.00     0.02
## 2821                                   Sega     0.00     0.00     0.02
## 2822                    Iceberg Interactive     0.00     0.02     0.00
## 2823                               Starfish     0.00     0.00     0.02
## 2824                                Comfort     0.00     0.00     0.02
## 2825                     Namco Bandai Games     0.00     0.00     0.02
## 2826                                    5pb     0.00     0.00     0.02
## 2827                    Paradox Interactive     0.00     0.02     0.00
## 2828                     Namco Bandai Games     0.00     0.02     0.00
## 2829                       Focus Multimedia     0.00     0.02     0.00
## 2830                                   Cave     0.00     0.00     0.02
## 2831                           Idea Factory     0.00     0.00     0.02
## 2832                 Focus Home Interactive     0.00     0.02     0.00
## 2833                                Ubisoft     0.02     0.00     0.00
## 2834                           IE Institute     0.00     0.00     0.02
## 2835                     Namco Bandai Games     0.00     0.00     0.02
## 2836                         Kadokawa Games     0.00     0.00     0.02
## 2837              Irem Software Engineering     0.00     0.00     0.02
## 2838                           Idea Factory     0.00     0.00     0.02
## 2839                             CyberFront     0.00     0.00     0.02
## 2840                           Funbox Media     0.00     0.02     0.00
## 2841                           Idea Factory     0.00     0.00     0.02
## 2842                           Idea Factory     0.00     0.00     0.02
## 2843                            D3Publisher     0.00     0.00     0.02
## 2844                                 Giza10     0.00     0.00     0.02
## 2845                             Tecmo Koei     0.00     0.00     0.02
## 2846             Disney Interactive Studios     0.00     0.01     0.00
## 2847                              Alchemist     0.00     0.00     0.02
## 2848                            D3Publisher     0.00     0.00     0.02
## 2849                            D3Publisher     0.00     0.00     0.02
## 2850                            D3Publisher     0.00     0.00     0.02
## 2851                       Arc System Works     0.00     0.00     0.01
## 2852                            Ackkstudios     0.00     0.00     0.01
## 2853             Disney Interactive Studios     0.00     0.01     0.00
## 2854                               Quinrose     0.00     0.00     0.01
## 2855                     Avanquest Software     0.00     0.01     0.00
## 2856             Interworks Unlimited, Inc.     0.01     0.00     0.00
## 2857                           Idea Factory     0.00     0.00     0.01
## 2858                 GameMill Entertainment     0.00     0.01     0.00
## 2859                        Electronic Arts     0.00     0.01     0.00
## 2860                              Alchemist     0.00     0.00     0.01
## 2861                           Idea Factory     0.00     0.00     0.01
## 2862                           Mastertronic     0.00     0.01     0.00
## 2863                       Focus Multimedia     0.00     0.01     0.00
## 2864                                  FuRyu     0.00     0.00     0.01
## 2865                     Reef Entertainment     0.00     0.01     0.00
## 2866                       Easy Interactive     0.00     0.01     0.00
## 2867                                 GungHo     0.00     0.00     0.01
## 2868                                   Yeti     0.00     0.00     0.01
## 2869                                NetRevo     0.00     0.00     0.01
## 2870                           Idea Factory     0.00     0.00     0.01
## 2871                  Ascaron Entertainment     0.00     0.01     0.00
## 2872                               Quinrose     0.00     0.00     0.01
## 2873                     Namco Bandai Games     0.00     0.00     0.01
## 2874                                    5pb     0.00     0.00     0.01
## 2875                             Activision     0.00     0.01     0.00
## 2876                                    5pb     0.00     0.00     0.01
## 2877                             Activision     0.01     0.00     0.00
## 2878                               Broccoli     0.00     0.00     0.01
## 2879                                 Asgard     0.00     0.00     0.01
## 2880                     Namco Bandai Games     0.01     0.00     0.00
## 2881                        UFO Interactive     0.01     0.00     0.00
## 2882                             CyberFront     0.00     0.00     0.01
## 2883                                    5pb     0.00     0.00     0.01
## 2884                                Level 5     0.00     0.00     0.01
## 2885                               Quinrose     0.00     0.00     0.01
## 2886                           Trion Worlds     0.01     0.00     0.00
## 2887                             Activision     9.04     4.24     0.13
## 2888                             Activision     5.54     5.73     0.49
## 2889                               Nintendo     5.03     4.02     2.69
## 2890                               Nintendo     4.89     3.00     2.14
## 2891                                Ubisoft     5.95     3.11     0.00
## 2892                     Bethesda Softworks     5.05     2.79     0.10
## 2893                        Electronic Arts     4.46     2.11     0.06
## 2894                        Electronic Arts     2.85     2.89     0.35
## 2895            Sony Computer Entertainment     2.77     2.75     0.19
## 2896                        Electronic Arts     0.84     4.30     0.11
## 2897                     Bethesda Softworks     2.55     2.60     0.25
## 2898                 Microsoft Game Studios     4.05     1.59     0.07
## 2899 Warner Bros. Interactive Entertainment     2.71     1.85     0.11
## 2900 Warner Bros. Interactive Entertainment     2.99     1.27     0.04
## 2901                 Microsoft Game Studios     2.08     1.97     0.06
## 2902                               Nintendo     2.09     1.31     0.62
## 2903                                Ubisoft     1.41     2.01     0.10
## 2904                                Ubisoft     2.25     1.47     0.04
## 2905                        Electronic Arts     0.84     2.78     0.02
## 2906                               Nintendo     2.03     1.16     0.37
## 2907                     Bethesda Softworks     1.16     2.12     0.00
## 2908                               Nintendo     1.44     1.41     0.73
## 2909                                   Sega     1.12     1.87     0.27
## 2910            Sony Computer Entertainment     1.83     1.05     0.06
## 2911                   Take-Two Interactive     1.27     1.29     0.12
## 2912                        Electronic Arts     1.58     1.01     0.00
## 2913 Warner Bros. Interactive Entertainment     1.98     0.53     0.00
## 2914                  Majesco Entertainment     1.51     1.03     0.00
## 2915                               Nintendo     0.46     0.29     1.96
## 2916                             Activision     1.35     1.13     0.00
## 2917                        Electronic Arts     0.89     1.43     0.00
## 2918            Sony Computer Entertainment     1.45     0.86     0.09
## 2919                                    THQ     1.25     1.14     0.07
## 2920                   Take-Two Interactive     1.52     0.92     0.02
## 2921                        Electronic Arts     2.42     0.11     0.00
## 2922                            Square Enix     0.78     0.73     0.89
## 2923                   Take-Two Interactive     2.31     0.14     0.01
## 2924                                    THQ     0.86     1.04     0.18
## 2925                 Microsoft Game Studios     1.44     0.70     0.04
## 2926                            Deep Silver     1.48     0.69     0.00
## 2927                 Microsoft Game Studios     1.73     0.43     0.02
## 2928                 Microsoft Game Studios     1.38     0.72     0.02
## 2929                            Deep Silver     1.08     0.73     0.15
## 2930                        Electronic Arts     1.93     0.15     0.00
## 2931           Konami Digital Entertainment     0.34     0.96     0.55
## 2932                   Take-Two Interactive     1.62     0.26     0.05
## 2933 Warner Bros. Interactive Entertainment     1.63     0.31     0.00
## 2934                         Valve Software     1.41     0.49     0.01
## 2935                 Microsoft Game Studios     1.45     0.41     0.01
## 2936                     Namco Bandai Games     0.75     0.51     0.54
## 2937                                Ubisoft     1.47     0.39     0.00
## 2938                        Electronic Arts     0.58     1.04     0.03
## 2939            Sony Computer Entertainment     1.05     0.47     0.08
## 2940                               Nintendo     0.32     0.97     0.36
## 2941                              LucasArts     1.01     0.60     0.00
## 2942                             Activision     0.41     0.98     0.00
## 2943                                  Valve     0.83     0.60     0.02
## 2944                               Nintendo     0.58     0.21     0.79
## 2945                     Bethesda Softworks     0.82     0.60     0.03
## 2946                                   Sega     0.60     0.69     0.02
## 2947             Disney Interactive Studios     0.73     0.67     0.00
## 2948                             Activision     0.37     0.96     0.00
## 2949            Sony Computer Entertainment     0.53     0.66     0.13
## 2950                     Namco Bandai Games     0.42     0.65     0.33
## 2951                        Electronic Arts     0.94     0.44     0.00
## 2952                                   Sega     0.02     1.16     0.00
## 2953                     Namco Bandai Games     0.60     0.47     0.21
## 2954            Sony Computer Entertainment     0.64     0.57     0.05
## 2955                              LucasArts     0.84     0.51     0.00
## 2956                                    THQ     0.83     0.48     0.02
## 2957                        Electronic Arts     0.78     0.45     0.03
## 2958 Warner Bros. Interactive Entertainment     1.02     0.32     0.00
## 2959                                Ubisoft     0.00     1.13     0.00
## 2960                        Electronic Arts     0.73     0.48     0.00
## 2961                                   Sega     0.71     0.53     0.00
## 2962                            Square Enix     0.76     0.47     0.02
## 2963                            Square Enix     0.50     0.59     0.07
## 2964                        Electronic Arts     0.63     0.57     0.00
## 2965                        Electronic Arts     0.71     0.49     0.02
## 2966                                 Capcom     0.81     0.28     0.11
## 2967            Sony Computer Entertainment     0.67     0.34     0.13
## 2968                     Bethesda Softworks     0.47     0.58     0.06
## 2969                        Electronic Arts     0.46     0.56     0.06
## 2970                                    THQ     0.74     0.40     0.00
## 2971             Disney Interactive Studios     0.68     0.40     0.04
## 2972                     Namco Bandai Games     0.29     0.18     0.67
## 2973                                 Capcom     0.55     0.44     0.14
## 2974                            Codemasters     0.12     0.74     0.11
## 2975                                    THQ     0.53     0.45     0.02
## 2976                              LucasArts     0.52     0.46     0.00
## 2977                                Ubisoft     0.70     0.36     0.00
## 2978                               Nintendo     0.47     0.26     0.35
## 2979            Sony Computer Entertainment     0.75     0.21     0.05
## 2980                              LucasArts     0.61     0.43     0.00
## 2981                                Ubisoft     0.53     0.36     0.09
## 2982                                Ubisoft     0.84     0.19     0.01
## 2983                        Electronic Arts     0.72     0.29     0.01
## 2984                        Electronic Arts     0.45     0.49     0.00
## 2985                           Mastertronic     0.90     0.12     0.00
## 2986           Konami Digital Entertainment     0.52     0.42     0.00
## 2987                              LucasArts     0.61     0.38     0.00
## 2988                                 Capcom     0.79     0.18     0.03
## 2989                            Codemasters     0.27     0.57     0.01
## 2990                     Bethesda Softworks     0.59     0.35     0.01
## 2991             Disney Interactive Studios     0.54     0.39     0.00
## 2992             Disney Interactive Studios     0.64     0.28     0.00
## 2993                        Electronic Arts     0.61     0.32     0.01
## 2994                                   Sega     0.44     0.47     0.01
## 2995                                Ubisoft     0.33     0.49     0.01
## 2996                        Electronic Arts     0.94     0.00     0.00
## 2997                               Nintendo     0.48     0.06     0.41
## 2998                     Namco Bandai Games     0.64     0.27     0.00
## 2999                             Activision     0.53     0.34     0.00
## 3000                     Namco Bandai Games     0.25     0.56     0.00
## 3001                               Nintendo     0.40     0.36     0.13
## 3002                                Ubisoft     0.24     0.52     0.01
## 3003             Disney Interactive Studios     0.36     0.43     0.00
## 3004                               Nintendo     0.48     0.27     0.13
## 3005                             Activision     0.39     0.39     0.00
## 3006                             Activision     0.87     0.00     0.00
## 3007                                    THQ     0.69     0.16     0.00
## 3008                               Nintendo     0.23     0.42     0.18
## 3009                             Tecmo Koei     0.25     0.13     0.46
## 3010                                    THQ     0.32     0.39     0.04
## 3011             Disney Interactive Studios     0.34     0.46     0.00
## 3012            Sony Computer Entertainment     0.66     0.11     0.04
## 3013             Disney Interactive Studios     0.43     0.37     0.00
## 3014                        Electronic Arts     0.52     0.25     0.00
## 3015                            Square Enix     0.27     0.46     0.00
## 3016                            Square Enix     0.21     0.12     0.46
## 3017                                Ubisoft     0.62     0.18     0.00
## 3018                   Take-Two Interactive     0.52     0.25     0.00
## 3019                        Electronic Arts     0.78     0.00     0.00
## 3020                     Namco Bandai Games     0.43     0.19     0.14
## 3021                        Electronic Arts     0.40     0.26     0.05
## 3022                             Activision     0.55     0.20     0.00
## 3023                                Unknown     0.00     0.00     0.81
## 3024                       City Interactive     0.27     0.34     0.04
## 3025                        Electronic Arts     0.40     0.31     0.00
## 3026                             Activision     0.33     0.33     0.00
## 3027                                Ubisoft     0.38     0.32     0.00
## 3028                                Ubisoft     0.18     0.49     0.00
## 3029                                    THQ     0.53     0.18     0.00
## 3030                        Electronic Arts     0.15     0.50     0.00
## 3031                        Electronic Arts     0.30     0.37     0.03
## 3032                         Valve Software     0.33     0.32     0.00
## 3033                   Take-Two Interactive     0.33     0.31     0.00
## 3034                               Nintendo     0.26     0.19     0.27
## 3035                                Ubisoft     0.14     0.48     0.00
## 3036                     Namco Bandai Games     0.30     0.15     0.22
## 3037                        Electronic Arts     0.16     0.45     0.00
## 3038                            Square Enix     0.36     0.29     0.02
## 3039                     Bethesda Softworks     0.29     0.32     0.01
## 3040                               Nintendo     0.00     0.00     0.73
## 3041                            Codemasters     0.11     0.50     0.01
## 3042                            Codemasters     0.23     0.40     0.01
## 3043                            Deep Silver     0.30     0.14     0.20
## 3044                        Electronic Arts     0.55     0.10     0.00
## 3045           Konami Digital Entertainment     0.42     0.22     0.00
## 3046                                Ubisoft     0.25     0.37     0.00
## 3047                        Electronic Arts     0.28     0.32     0.00
## 3048                   Take-Two Interactive     0.17     0.39     0.00
## 3049                                Unknown     0.44     0.16     0.00
## 3050                        Electronic Arts     0.20     0.35     0.00
## 3051                           Funbox Media     0.58     0.04     0.00
## 3052                             Activision     0.51     0.10     0.00
## 3053                               Nintendo     0.30     0.13     0.18
## 3054                                Ubisoft     0.23     0.35     0.00
## 3055                        Electronic Arts     0.23     0.33     0.00
## 3056                        Electronic Arts     0.40     0.23     0.00
## 3057                                Ubisoft     0.33     0.20     0.00
## 3058             Disney Interactive Studios     0.29     0.27     0.00
## 3059                         Ubisoft Annecy     0.00     0.04     0.57
## 3060                            Square Enix     0.00     0.00     0.62
## 3061                        Electronic Arts     0.40     0.16     0.00
## 3062                              505 Games     0.50     0.07     0.00
## 3063                                Ubisoft     0.37     0.19     0.00
## 3064             Disney Interactive Studios     0.30     0.22     0.00
## 3065                     Namco Bandai Games     0.27     0.18     0.09
## 3066                                   Sega     0.09     0.06     0.42
## 3067                                   Sega     0.19     0.31     0.00
## 3068                                Ubisoft     0.15     0.34     0.00
## 3069                            Square Enix     0.25     0.25     0.00
## 3070            Sony Computer Entertainment     0.54     0.00     0.00
## 3071                        Electronic Arts     0.22     0.24     0.04
## 3072                        Electronic Arts     0.36     0.15     0.00
## 3073             Disney Interactive Studios     0.35     0.18     0.00
## 3074                             Activision     0.32     0.20     0.00
## 3075                   Nippon Ichi Software     0.27     0.11     0.14
## 3076           Konami Digital Entertainment     0.10     0.11     0.29
## 3077             Disney Interactive Studios     0.37     0.14     0.00
## 3078                                    THQ     0.25     0.26     0.00
## 3079                            Square Enix     0.13     0.09     0.27
## 3080            Sony Computer Entertainment     0.39     0.08     0.02
## 3081            Sony Computer Entertainment     0.15     0.11     0.25
## 3082                                Ubisoft     0.21     0.27     0.00
## 3083                                    THQ     0.37     0.13     0.00
## 3084                     Namco Bandai Games     0.00     0.00     0.54
## 3085                     Namco Bandai Games     0.39     0.10     0.01
## 3086                                Unknown     0.40     0.07     0.03
## 3087             Disney Interactive Studios     0.31     0.18     0.00
## 3088                               Nintendo     0.00     0.05     0.48
## 3089                                    THQ     0.42     0.07     0.00
## 3090 Warner Bros. Interactive Entertainment     0.16     0.28     0.00
## 3091                        Electronic Arts     0.23     0.20     0.01
## 3092                                Ubisoft     0.25     0.19     0.00
## 3093 Warner Bros. Interactive Entertainment     0.39     0.09     0.00
## 3094                        Electronic Arts     0.12     0.25     0.02
## 3095             Disney Interactive Studios     0.22     0.21     0.00
## 3096              Sony Online Entertainment     0.35     0.11     0.00
## 3097                                 Capcom     0.00     0.00     0.50
## 3098           Konami Digital Entertainment     0.10     0.34     0.00
## 3099                             Activision     0.25     0.20     0.00
## 3100                        Electronic Arts     0.27     0.14     0.04
## 3101                     Namco Bandai Games     0.19     0.15     0.12
## 3102                                   Sega     0.26     0.15     0.05
## 3103                   Nippon Ichi Software     0.27     0.10     0.07
## 3104                     Namco Bandai Games     0.30     0.12     0.03
## 3105                                 Capcom     0.16     0.16     0.13
## 3106                                Ubisoft     0.27     0.16     0.02
## 3107                               Nintendo     0.31     0.09     0.05
## 3108             Disney Interactive Studios     0.28     0.15     0.00
## 3109            Sony Computer Entertainment     0.21     0.19     0.00
## 3110                               Nintendo     0.25     0.03     0.17
## 3111                            Square Enix     0.00     0.00     0.47
## 3112                        Electronic Arts     0.04     0.33     0.00
## 3113                                   Sega     0.28     0.13     0.01
## 3114                                Unknown     0.26     0.10     0.06
## 3115                                    THQ     0.24     0.15     0.00
## 3116                        Electronic Arts     0.00     0.38     0.00
## 3117                 GameMill Entertainment     0.43     0.00     0.00
## 3118                   Take-Two Interactive     0.42     0.00     0.00
## 3119                   Take-Two Interactive     0.40     0.03     0.00
## 3120                                    THQ     0.20     0.15     0.03
## 3121 Warner Bros. Interactive Entertainment     0.21     0.16     0.01
## 3122                         Ubisoft Annecy     0.13     0.21     0.07
## 3123 Warner Bros. Interactive Entertainment     0.30     0.11     0.01
## 3124                                    THQ     0.13     0.23     0.00
## 3125                                   Sega     0.09     0.24     0.03
## 3126                             Activision     0.32     0.08     0.00
## 3127                        Electronic Arts     0.41     0.00     0.00
## 3128                                Ubisoft     0.28     0.12     0.00
## 3129                        Electronic Arts     0.18     0.21     0.00
## 3130                          Tetris Online     0.20     0.13     0.06
## 3131            Sony Computer Entertainment     0.00     0.34     0.00
## 3132                              Banpresto     0.00     0.00     0.42
## 3133                                    THQ     0.34     0.05     0.00
## 3134                                   Sega     0.04     0.28     0.01
## 3135                                Ubisoft     0.40     0.00     0.00
## 3136                                Ubisoft     0.23     0.14     0.00
## 3137                   Take-Two Interactive     0.15     0.22     0.00
## 3138                                    THQ     0.16     0.18     0.00
## 3139                                    THQ     0.30     0.08     0.00
## 3140                   Take-Two Interactive     0.18     0.17     0.00
## 3141                                Ubisoft     0.29     0.08     0.00
## 3142                                    THQ     0.35     0.02     0.00
## 3143                     Namco Bandai Games     0.00     0.00     0.40
## 3144                 Microsoft Game Studios     0.26     0.10     0.00
## 3145                                Level 5     0.00     0.00     0.39
## 3146                     Namco Bandai Games     0.14     0.00     0.25
## 3147                        Electronic Arts     0.36     0.01     0.00
## 3148                        Electronic Arts     0.08     0.26     0.00
## 3149                     Namco Bandai Games     0.00     0.00     0.39
## 3150                                Ubisoft     0.25     0.06     0.05
## 3151                                    THQ     0.25     0.10     0.00
## 3152                             Tecmo Koei     0.12     0.05     0.20
## 3153                                    THQ     0.18     0.16     0.01
## 3154                            Square Enix     0.17     0.13     0.03
## 3155                             Ghostlight     0.28     0.01     0.06
## 3156                                Ubisoft     0.11     0.23     0.00
## 3157                                    THQ     0.16     0.16     0.00
## 3158                     Namco Bandai Games     0.00     0.00     0.38
## 3159           Konami Digital Entertainment     0.11     0.13     0.11
## 3160                              LucasArts     0.14     0.15     0.00
## 3161                                   Sega     0.00     0.00     0.37
## 3162                             Activision     0.33     0.02     0.00
## 3163                     Bethesda Softworks     0.14     0.18     0.00
## 3164                            Square Enix     0.21     0.12     0.01
## 3165                                   Sega     0.15     0.16     0.00
## 3166                        Electronic Arts     0.09     0.21     0.00
## 3167                     Namco Bandai Games     0.00     0.00     0.36
## 3168                 Microsoft Game Studios     0.27     0.06     0.00
## 3169                     Namco Bandai Games     0.00     0.00     0.35
## 3170                     Namco Bandai Games     0.20     0.07     0.04
## 3171                        Electronic Arts     0.20     0.11     0.00
## 3172                     Namco Bandai Games     0.00     0.00     0.34
## 3173                             Activision     0.11     0.18     0.00
## 3174                                    THQ     0.23     0.08     0.00
## 3175                                    THQ     0.18     0.14     0.00
## 3176                   Take-Two Interactive     0.29     0.03     0.00
## 3177                     Namco Bandai Games     0.09     0.07     0.15
## 3178                                Ubisoft     0.22     0.09     0.00
## 3179                        Electronic Arts     0.11     0.17     0.00
## 3180                            Ackkstudios     0.00     0.00     0.33
## 3181                        Electronic Arts     0.19     0.11     0.00
## 3182                      Rising Star Games     0.23     0.06     0.01
## 3183             Disney Interactive Studios     0.12     0.13     0.00
## 3184                                   Sega     0.00     0.00     0.33
## 3185                        Electronic Arts     0.17     0.13     0.00
## 3186                           Nordic Games     0.00     0.29     0.00
## 3187                               Nintendo     0.17     0.13     0.00
## 3188                                Ubisoft     0.13     0.14     0.00
## 3189                                Ubisoft     0.12     0.16     0.00
## 3190                        Electronic Arts     0.13     0.15     0.00
## 3191                              Zoo Games     0.30     0.00     0.00
## 3192                                Ubisoft     0.20     0.10     0.00
## 3193                                 Capcom     0.11     0.08     0.10
## 3194                        Electronic Arts     0.14     0.13     0.00
## 3195                            Codemasters     0.06     0.14     0.07
## 3196                     Namco Bandai Games     0.27     0.02     0.00
## 3197                   Take-Two Interactive     0.14     0.15     0.00
## 3198                             Activision     0.30     0.00     0.00
## 3199                     Namco Bandai Games     0.26     0.04     0.00
## 3200                 Microsoft Game Studios     0.10     0.17     0.00
## 3201             Disney Interactive Studios     0.15     0.11     0.00
## 3202                              505 Games     0.00     0.24     0.00
## 3203                                 Capcom     0.00     0.00     0.31
## 3204                            Deep Silver     0.20     0.06     0.03
## 3205                              Avanquest     0.11     0.16     0.00
## 3206                            Square Enix     0.08     0.15     0.06
## 3207                             Ghostlight     0.16     0.01     0.12
## 3208                               P2 Games     0.00     0.27     0.00
## 3209                               Nintendo     0.11     0.10     0.08
## 3210           Home Entertainment Suppliers     0.09     0.19     0.00
## 3211                             Activision     0.29     0.00     0.00
## 3212                      Rising Star Games     0.17     0.06     0.04
## 3213                                Ubisoft     0.14     0.07     0.07
## 3214                                  Atlus     0.13     0.03     0.11
## 3215                                Ubisoft     0.18     0.09     0.00
## 3216                     Namco Bandai Games     0.00     0.00     0.30
## 3217                             Activision     0.26     0.02     0.00
## 3218            Sony Computer Entertainment     0.14     0.12     0.00
## 3219                                Ubisoft     0.15     0.11     0.00
## 3220                                 Capcom     0.17     0.08     0.00
## 3221           Konami Digital Entertainment     0.23     0.04     0.00
## 3222                                Ubisoft     0.12     0.12     0.00
## 3223                               Nintendo     0.00     0.00     0.29
## 3224                          Wargaming.net     0.00     0.23     0.00
## 3225                     Namco Bandai Games     0.00     0.00     0.28
## 3226                            Codemasters     0.10     0.14     0.01
## 3227                             Activision     0.13     0.12     0.00
## 3228                 Ignition Entertainment     0.11     0.06     0.08
## 3229                             Activision     0.24     0.02     0.00
## 3230            Sony Computer Entertainment     0.13     0.11     0.00
## 3231                              505 Games     0.03     0.21     0.00
## 3232                                Ubisoft     0.21     0.04     0.00
## 3233                             Activision     0.26     0.00     0.00
## 3234            Sony Computer Entertainment     0.05     0.03     0.17
## 3235                   Take-Two Interactive     0.22     0.03     0.00
## 3236                        Electronic Arts     0.11     0.12     0.01
## 3237                                 Capcom     0.17     0.08     0.00
## 3238                             Activision     0.25     0.00     0.00
## 3239                             Activision     0.25     0.00     0.00
## 3240                        Electronic Arts     0.11     0.09     0.04
## 3241                          Kalypso Media     0.10     0.13     0.00
## 3242                                Ubisoft     0.25     0.00     0.00
## 3243                 GameMill Entertainment     0.25     0.00     0.00
## 3244                                Ubisoft     0.14     0.10     0.00
## 3245                                Ubisoft     0.14     0.10     0.00
## 3246                                Ubisoft     0.06     0.15     0.00
## 3247                                 Capcom     0.00     0.00     0.26
## 3248                             Tecmo Koei     0.04     0.04     0.16
## 3249           Konami Digital Entertainment     0.00     0.00     0.26
## 3250                               Nintendo     0.00     0.01     0.25
## 3251                             Activision     0.19     0.04     0.00
## 3252                                Ubisoft     0.11     0.09     0.03
## 3253                              LucasArts     0.10     0.13     0.00
## 3254                            D3Publisher     0.12     0.11     0.00
## 3255                     Bethesda Softworks     0.12     0.08     0.02
## 3256                                    THQ     0.16     0.06     0.00
## 3257                             Activision     0.18     0.05     0.00
## 3258                                    THQ     0.22     0.01     0.00
## 3259                   Take-Two Interactive     0.08     0.13     0.00
## 3260                             Activision     0.23     0.00     0.00
## 3261           Konami Digital Entertainment     0.00     0.00     0.24
## 3262                     Namco Bandai Games     0.10     0.06     0.08
## 3263           Konami Digital Entertainment     0.00     0.00     0.24
## 3264                             Tecmo Koei     0.05     0.06     0.11
## 3265                   Nippon Ichi Software     0.05     0.00     0.18
## 3266                                    THQ     0.11     0.10     0.00
## 3267                             Tecmo Koei     0.16     0.06     0.00
## 3268                                Ubisoft     0.10     0.10     0.00
## 3269                                Ubisoft     0.07     0.13     0.00
## 3270                                   Sega     0.16     0.06     0.00
## 3271                             Activision     0.14     0.07     0.00
## 3272                   Take-Two Interactive     0.21     0.01     0.00
## 3273                             Activision     0.18     0.04     0.00
## 3274                                    THQ     0.16     0.05     0.00
## 3275                 Focus Home Interactive     0.00     0.18     0.00
## 3276                                    THQ     0.15     0.06     0.00
## 3277              Sony Online Entertainment     0.16     0.06     0.00
## 3278                             Activision     0.17     0.03     0.00
## 3279                      Rising Star Games     0.13     0.07     0.00
## 3280                                   Sega     0.11     0.09     0.01
## 3281                                    THQ     0.20     0.02     0.00
## 3282                             Activision     0.22     0.00     0.00
## 3283            Sony Computer Entertainment     0.13     0.06     0.00
## 3284                        Electronic Arts     0.21     0.00     0.00
## 3285                                    THQ     0.15     0.06     0.00
## 3286             Disney Interactive Studios     0.21     0.00     0.00
## 3287                  Marvelous Interactive     0.14     0.00     0.07
## 3288                     Namco Bandai Games     0.00     0.09     0.11
## 3289                     Namco Bandai Games     0.00     0.00     0.22
## 3290                                Level 5     0.00     0.00     0.22
## 3291                                 Capcom     0.00     0.00     0.22
## 3292                             Activision     0.21     0.00     0.00
## 3293                             Activision     0.13     0.07     0.00
## 3294                                   Sega     0.14     0.07     0.00
## 3295                                Ubisoft     0.09     0.10     0.00
## 3296           Konami Digital Entertainment     0.14     0.06     0.00
## 3297                                Ubisoft     0.13     0.06     0.00
## 3298                                    THQ     0.15     0.05     0.00
## 3299                            Deep Silver     0.12     0.07     0.00
## 3300                     Bethesda Softworks     0.13     0.06     0.00
## 3301                             Activision     0.16     0.04     0.00
## 3302                             Activision     0.18     0.01     0.00
## 3303                                Unknown     0.11     0.09     0.00
## 3304                        Electronic Arts     0.10     0.09     0.00
## 3305                                    THQ     0.19     0.01     0.00
## 3306                        Scholastic Inc.     0.20     0.00     0.00
## 3307           Konami Digital Entertainment     0.08     0.08     0.03
## 3308                                Unknown     0.00     0.17     0.00
## 3309           Konami Digital Entertainment     0.10     0.03     0.07
## 3310                                    THQ     0.11     0.07     0.00
## 3311                             Tecmo Koei     0.06     0.05     0.08
## 3312                                    THQ     0.19     0.00     0.00
## 3313                                    THQ     0.19     0.00     0.00
## 3314           Konami Digital Entertainment     0.16     0.03     0.00
## 3315                                   Sega     0.00     0.00     0.21
## 3316                                    THQ     0.09     0.09     0.00
## 3317                              505 Games     0.17     0.02     0.00
## 3318                   Take-Two Interactive     0.15     0.03     0.00
## 3319                                   Sega     0.00     0.00     0.20
## 3320                     Falcom Corporation     0.00     0.00     0.20
## 3321                                Unknown     0.09     0.09     0.00
## 3322            Sony Computer Entertainment     0.00     0.16     0.00
## 3323                            D3Publisher     0.06     0.04     0.08
## 3324            Sony Computer Entertainment     0.00     0.00     0.20
## 3325           Konami Digital Entertainment     0.00     0.00     0.20
## 3326                           PopCap Games     0.18     0.00     0.00
## 3327                             Activision     0.14     0.04     0.00
## 3328                                  PQube     0.04     0.04     0.10
## 3329                                Ubisoft     0.00     0.17     0.00
## 3330                   Nippon Ichi Software     0.00     0.03     0.16
## 3331                                    THQ     0.08     0.08     0.00
## 3332                        Kadokawa Shoten     0.00     0.00     0.19
## 3333                  Marvelous Interactive     0.13     0.00     0.06
## 3334                                   Sega     0.10     0.06     0.00
## 3335                     Namco Bandai Games     0.10     0.04     0.04
## 3336                                    THQ     0.11     0.05     0.00
## 3337                        Electronic Arts     0.09     0.09     0.00
## 3338                                Level 5     0.00     0.00     0.19
## 3339                                    THQ     0.13     0.05     0.00
## 3340                                    THQ     0.15     0.03     0.00
## 3341                                    THQ     0.10     0.07     0.00
## 3342                             Activision     0.18     0.00     0.00
## 3343                        Electronic Arts     0.05     0.11     0.00
## 3344                  Marvelous Interactive     0.12     0.00     0.06
## 3345                             Activision     0.13     0.04     0.00
## 3346                            Codemasters     0.00     0.15     0.00
## 3347                      bitComposer Games     0.10     0.06     0.00
## 3348                                Ubisoft     0.17     0.00     0.00
## 3349                            D3Publisher     0.10     0.04     0.03
## 3350                             Tecmo Koei     0.06     0.04     0.07
## 3351 Warner Bros. Interactive Entertainment     0.05     0.11     0.00
## 3352                        Electronic Arts     0.07     0.09     0.00
## 3353                        Electronic Arts     0.10     0.06     0.01
## 3354                             Activision     0.11     0.05     0.00
## 3355                             Activision     0.14     0.03     0.00
## 3356                              505 Games     0.12     0.05     0.00
## 3357                                Unknown     0.17     0.00     0.00
## 3358                                Ubisoft     0.05     0.10     0.00
## 3359                             Activision     0.17     0.00     0.00
## 3360                                    THQ     0.11     0.06     0.00
## 3361           Konami Digital Entertainment     0.00     0.00     0.18
## 3362                                    THQ     0.12     0.04     0.00
## 3363                    Crave Entertainment     0.17     0.00     0.00
## 3364                                    THQ     0.13     0.03     0.00
## 3365                                    THQ     0.11     0.06     0.00
## 3366                     Bethesda Softworks     0.06     0.09     0.00
## 3367                                    THQ     0.14     0.03     0.00
## 3368                                    THQ     0.16     0.00     0.00
## 3369                             Activision     0.16     0.00     0.00
## 3370                                 Capcom     0.00     0.00     0.18
## 3371                            Square Enix     0.07     0.07     0.00
## 3372                                    THQ     0.13     0.04     0.00
## 3373                             Activision     0.14     0.02     0.00
## 3374                     Namco Bandai Games     0.03     0.07     0.05
## 3375            Sony Computer Entertainment     0.06     0.08     0.00
## 3376                            Square Enix     0.08     0.08     0.00
## 3377                        Scholastic Inc.     0.16     0.00     0.00
## 3378                                    THQ     0.06     0.09     0.00
## 3379            Sony Computer Entertainment     0.08     0.06     0.00
## 3380                                   Sega     0.11     0.05     0.00
## 3381                              LucasArts     0.00     0.14     0.00
## 3382                                 Capcom     0.04     0.10     0.00
## 3383                             Activision     0.09     0.06     0.00
## 3384                                Ubisoft     0.13     0.03     0.00
## 3385                      DTP Entertainment     0.07     0.06     0.01
## 3386 Warner Bros. Interactive Entertainment     0.09     0.05     0.00
## 3387            Sony Computer Entertainment     0.15     0.00     0.00
## 3388                             Activision     0.12     0.03     0.00
## 3389                                Ubisoft     0.06     0.09     0.00
## 3390                                    N/A     0.06     0.10     0.00
## 3391                            Codemasters     0.07     0.08     0.00
## 3392           Konami Digital Entertainment     0.07     0.05     0.03
## 3393                                   Sega     0.09     0.05     0.00
## 3394                     Namco Bandai Games     0.00     0.00     0.16
## 3395                 Ignition Entertainment     0.07     0.05     0.03
## 3396           Konami Digital Entertainment     0.00     0.00     0.16
## 3397                         Ubisoft Annecy     0.09     0.03     0.03
## 3398                        Electronic Arts     0.12     0.03     0.00
## 3399                                Ubisoft     0.00     0.12     0.00
## 3400                                    THQ     0.12     0.03     0.00
## 3401                                 Capcom     0.00     0.00     0.16
## 3402                              505 Games     0.11     0.03     0.00
## 3403                   Take-Two Interactive     0.09     0.05     0.00
## 3404                        Electronic Arts     0.07     0.07     0.00
## 3405                            Square Enix     0.00     0.00     0.16
## 3406                     Namco Bandai Games     0.00     0.00     0.16
## 3407                  Marvelous Interactive     0.00     0.00     0.16
## 3408                                Ubisoft     0.07     0.07     0.00
## 3409                                Ubisoft     0.08     0.05     0.00
## 3410 Warner Bros. Interactive Entertainment     0.04     0.08     0.00
## 3411                   Take-Two Interactive     0.14     0.00     0.00
## 3412                                Ubisoft     0.05     0.09     0.00
## 3413                            Codemasters     0.00     0.13     0.00
## 3414                        Kadokawa Shoten     0.00     0.00     0.15
## 3415                                    THQ     0.10     0.04     0.00
## 3416                           Nordic Games     0.00     0.13     0.00
## 3417                    Crave Entertainment     0.14     0.00     0.00
## 3418                                Unknown     0.14     0.00     0.00
## 3419                                   Sega     0.10     0.04     0.00
## 3420                        Electronic Arts     0.05     0.08     0.00
## 3421           Konami Digital Entertainment     0.00     0.00     0.15
## 3422                              Banpresto     0.00     0.00     0.15
## 3423                           Nordic Games     0.00     0.13     0.00
## 3424                            D3Publisher     0.13     0.01     0.00
## 3425                      DTP Entertainment     0.08     0.05     0.00
## 3426                     Namco Bandai Games     0.00     0.00     0.15
## 3427            Sony Computer Entertainment     0.00     0.04     0.09
## 3428                        Electronic Arts     0.09     0.04     0.00
## 3429                     Namco Bandai Games     0.09     0.04     0.00
## 3430                                Unknown     0.00     0.00     0.15
## 3431                                Unknown     0.00     0.13     0.00
## 3432                             Tecmo Koei     0.00     0.00     0.14
## 3433           Konami Digital Entertainment     0.13     0.00     0.00
## 3434                   Nippon Ichi Software     0.09     0.03     0.01
## 3435                                   Sega     0.09     0.04     0.00
## 3436                                  Spike     0.00     0.00     0.14
## 3437                               Broccoli     0.00     0.00     0.14
## 3438                                   Sega     0.07     0.05     0.00
## 3439                   Take-Two Interactive     0.04     0.08     0.00
## 3440                                Acquire     0.00     0.00     0.14
## 3441                            D3Publisher     0.07     0.07     0.00
## 3442                     Namco Bandai Games     0.00     0.00     0.14
## 3443                            D3Publisher     0.00     0.00     0.14
## 3444                                   Sega     0.05     0.08     0.00
## 3445                   Take-Two Interactive     0.12     0.00     0.00
## 3446                                   Sega     0.00     0.00     0.14
## 3447                   Take-Two Interactive     0.13     0.00     0.00
## 3448                                Ubisoft     0.10     0.02     0.00
## 3449            Sony Computer Entertainment     0.04     0.05     0.02
## 3450                                    THQ     0.04     0.07     0.00
## 3451                      Rising Star Games     0.09     0.04     0.00
## 3452                             Activision     0.12     0.01     0.00
## 3453                     Namco Bandai Games     0.00     0.00     0.14
## 3454                   Tripwire Interactive     0.04     0.07     0.00
## 3455                   Take-Two Interactive     0.12     0.00     0.00
## 3456                              505 Games     0.10     0.02     0.00
## 3457                                Ubisoft     0.10     0.02     0.00
## 3458                                    THQ     0.07     0.05     0.00
## 3459                     Namco Bandai Games     0.00     0.00     0.13
## 3460            Sony Computer Entertainment     0.06     0.05     0.00
## 3461           Konami Digital Entertainment     0.00     0.00     0.13
## 3462                       Black Bean Games     0.08     0.05     0.00
## 3463                    Crave Entertainment     0.12     0.00     0.00
## 3464                             Activision     0.08     0.03     0.00
## 3465                            Square Enix     0.00     0.00     0.13
## 3466                                Ubisoft     0.08     0.04     0.00
## 3467                             Activision     0.10     0.02     0.00
## 3468                            Codemasters     0.03     0.07     0.01
## 3469                            D3Publisher     0.09     0.03     0.00
## 3470                  Marvelous Interactive     0.00     0.00     0.13
## 3471                                  PQube     0.03     0.02     0.07
## 3472 Warner Bros. Interactive Entertainment     0.09     0.03     0.00
## 3473                                   Sega     0.00     0.00     0.13
## 3474                        Electronic Arts     0.06     0.06     0.00
## 3475                                Ubisoft     0.08     0.04     0.00
## 3476             Disney Interactive Studios     0.10     0.01     0.00
## 3477 Warner Bros. Interactive Entertainment     0.07     0.04     0.00
## 3478                                Ubisoft     0.12     0.00     0.00
## 3479                                 Capcom     0.00     0.00     0.13
## 3480                            D3Publisher     0.12     0.00     0.00
## 3481                             Activision     0.12     0.00     0.00
## 3482                              505 Games     0.10     0.01     0.00
## 3483                                  Atlus     0.07     0.00     0.04
## 3484                       Black Bean Games     0.01     0.09     0.00
## 3485                             Activision     0.08     0.03     0.00
## 3486                                   Sega     0.00     0.09     0.00
## 3487                                    THQ     0.10     0.01     0.00
## 3488                     Namco Bandai Games     0.00     0.00     0.12
## 3489                                Ubisoft     0.00     0.10     0.00
## 3490                        Electronic Arts     0.07     0.04     0.00
## 3491                     Namco Bandai Games     0.00     0.00     0.12
## 3492            Sony Computer Entertainment     0.11     0.00     0.00
## 3493                              505 Games     0.09     0.02     0.00
## 3494                                   Sega     0.08     0.03     0.00
## 3495                     Namco Bandai Games     0.07     0.03     0.00
## 3496                            D3Publisher     0.08     0.03     0.00
## 3497                                Ubisoft     0.07     0.04     0.00
## 3498                              505 Games     0.07     0.03     0.00
## 3499                                   Sega     0.07     0.04     0.00
## 3500                     Namco Bandai Games     0.00     0.00     0.12
## 3501                     Namco Bandai Games     0.00     0.00     0.12
## 3502                                    THQ     0.10     0.01     0.00
## 3503                             Activision     0.11     0.00     0.00
## 3504                     Namco Bandai Games     0.00     0.00     0.12
## 3505                             Activision     0.08     0.03     0.00
## 3506                            Hudson Soft     0.08     0.00     0.03
## 3507                                    THQ     0.07     0.04     0.00
## 3508                     Namco Bandai Games     0.00     0.00     0.12
## 3509                  Majesco Entertainment     0.11     0.00     0.00
## 3510                        Electronic Arts     0.00     0.10     0.00
## 3511                                Ubisoft     0.11     0.00     0.00
## 3512                             Activision     0.08     0.03     0.00
## 3513                    Crave Entertainment     0.11     0.00     0.00
## 3514                             Activision     0.11     0.00     0.00
## 3515                                Ubisoft     0.11     0.00     0.00
## 3516           Konami Digital Entertainment     0.00     0.00     0.12
## 3517            Sony Computer Entertainment     0.00     0.10     0.00
## 3518                                    THQ     0.07     0.03     0.00
## 3519                             Activision     0.06     0.03     0.00
## 3520                        Electronic Arts     0.07     0.03     0.00
## 3521                                Ubisoft     0.08     0.03     0.00
## 3522                             Rondomedia     0.08     0.02     0.00
## 3523                                Ubisoft     0.11     0.00     0.00
## 3524                                Ubisoft     0.00     0.09     0.00
## 3525 Warner Bros. Interactive Entertainment     0.08     0.02     0.00
## 3526                              Aqua Plus     0.00     0.00     0.11
## 3527                                    THQ     0.05     0.04     0.00
## 3528                                    THQ     0.08     0.02     0.00
## 3529                                Ubisoft     0.05     0.05     0.00
## 3530                            Deep Silver     0.07     0.03     0.00
## 3531                                Ubisoft     0.06     0.04     0.00
## 3532                                    THQ     0.00     0.00     0.11
## 3533                        Electronic Arts     0.08     0.02     0.00
## 3534                                O-Games     0.06     0.04     0.00
## 3535                           Funbox Media     0.08     0.02     0.00
## 3536                   Take-Two Interactive     0.08     0.02     0.00
## 3537                             Tecmo Koei     0.00     0.00     0.11
## 3538                     Namco Bandai Games     0.05     0.05     0.00
## 3539                            Codemasters     0.05     0.05     0.00
## 3540                            Deep Silver     0.05     0.05     0.00
## 3541                        Electronic Arts     0.10     0.00     0.00
## 3542           Konami Digital Entertainment     0.00     0.00     0.11
## 3543            Sony Computer Entertainment     0.00     0.08     0.00
## 3544                            Codemasters     0.07     0.03     0.00
## 3545                              505 Games     0.09     0.01     0.00
## 3546                                Ubisoft     0.10     0.00     0.00
## 3547                                  PQube     0.03     0.05     0.02
## 3548                                   Sega     0.02     0.07     0.00
## 3549                                    THQ     0.07     0.03     0.00
## 3550                             Activision     0.06     0.03     0.00
## 3551                                  PQube     0.05     0.01     0.04
## 3552                                Unknown     0.00     0.00     0.11
## 3553 Warner Bros. Interactive Entertainment     0.07     0.02     0.00
## 3554                                Ubisoft     0.10     0.00     0.00
## 3555                              505 Games     0.00     0.04     0.06
## 3556                        Electronic Arts     0.07     0.03     0.00
## 3557                      DTP Entertainment     0.00     0.10     0.00
## 3558           Konami Digital Entertainment     0.00     0.00     0.11
## 3559                                Ubisoft     0.10     0.00     0.00
## 3560                                Unknown     0.04     0.04     0.00
## 3561                          Kalypso Media     0.06     0.04     0.00
## 3562                                    THQ     0.06     0.03     0.00
## 3563 Warner Bros. Interactive Entertainment     0.10     0.00     0.00
## 3564                           Mastertronic     0.05     0.05     0.00
## 3565                        Kadokawa Shoten     0.00     0.00     0.10
## 3566                               Broccoli     0.00     0.00     0.10
## 3567                     Namco Bandai Games     0.00     0.00     0.10
## 3568           Konami Digital Entertainment     0.00     0.00     0.10
## 3569                              505 Games     0.06     0.03     0.00
## 3570                                Mastiff     0.09     0.00     0.00
## 3571                             Activision     0.00     0.08     0.00
## 3572                             Activision     0.07     0.02     0.00
## 3573                              505 Games     0.09     0.01     0.00
## 3574                            Square Enix     0.00     0.00     0.10
## 3575                              505 Games     0.08     0.01     0.00
## 3576                                    THQ     0.08     0.01     0.00
## 3577                    Crave Entertainment     0.09     0.00     0.00
## 3578                             Activision     0.07     0.02     0.00
## 3579                             Activision     0.07     0.02     0.00
## 3580                                    THQ     0.07     0.02     0.00
## 3581                        Electronic Arts     0.05     0.04     0.00
## 3582                   Take-Two Interactive     0.09     0.00     0.00
## 3583            Sony Computer Entertainment     0.00     0.08     0.00
## 3584                            Square Enix     0.00     0.00     0.10
## 3585                   Take-Two Interactive     0.08     0.01     0.00
## 3586                             Activision     0.09     0.00     0.00
## 3587                                   Sega     0.06     0.03     0.00
## 3588                                Ubisoft     0.05     0.04     0.00
## 3589                            D3Publisher     0.07     0.02     0.00
## 3590                                Ubisoft     0.09     0.00     0.00
## 3591                             Activision     0.05     0.03     0.00
## 3592                    Crave Entertainment     0.09     0.00     0.00
## 3593                     Namco Bandai Games     0.00     0.00     0.10
## 3594                            Deep Silver     0.07     0.02     0.00
## 3595                                    THQ     0.05     0.03     0.00
## 3596                             Activision     0.09     0.00     0.00
## 3597                                 Capcom     0.00     0.04     0.04
## 3598                            Square Enix     0.07     0.02     0.00
## 3599                       Black Bean Games     0.07     0.02     0.00
## 3600                                    THQ     0.04     0.04     0.00
## 3601                          Kalypso Media     0.07     0.02     0.00
## 3602                            Deep Silver     0.05     0.03     0.00
## 3603                 Focus Home Interactive     0.00     0.07     0.00
## 3604                     Namco Bandai Games     0.00     0.00     0.09
## 3605                                Ubisoft     0.05     0.03     0.00
## 3606                            Square Enix     0.04     0.04     0.00
## 3607 Warner Bros. Interactive Entertainment     0.05     0.03     0.00
## 3608                              505 Games     0.07     0.01     0.00
## 3609                        Electronic Arts     0.02     0.07     0.00
## 3610           Konami Digital Entertainment     0.08     0.00     0.00
## 3611                                Ubisoft     0.05     0.04     0.00
## 3612                           Mastertronic     0.04     0.04     0.00
## 3613           Konami Digital Entertainment     0.00     0.07     0.00
## 3614                                Ubisoft     0.04     0.03     0.00
## 3615                   Take-Two Interactive     0.08     0.00     0.00
## 3616                            Deep Silver     0.06     0.02     0.00
## 3617                   Take-Two Interactive     0.06     0.02     0.00
## 3618                            D3Publisher     0.06     0.02     0.00
## 3619                             Tecmo Koei     0.04     0.03     0.01
## 3620                         Telltale Games     0.07     0.01     0.00
## 3621                  Marvelous Interactive     0.00     0.00     0.09
## 3622                                Sunsoft     0.07     0.00     0.02
## 3623                                  PQube     0.00     0.00     0.09
## 3624                              MTV Games     0.08     0.00     0.00
## 3625                                Mastiff     0.08     0.00     0.00
## 3626                  Majesco Entertainment     0.08     0.00     0.00
## 3627                 GameMill Entertainment     0.08     0.00     0.00
## 3628                          Compile Heart     0.00     0.00     0.09
## 3629                             Activision     0.06     0.02     0.00
## 3630                                    THQ     0.05     0.02     0.00
## 3631                      Rising Star Games     0.06     0.02     0.00
## 3632                        Electronic Arts     0.00     0.02     0.00
## 3633                                    THQ     0.07     0.01     0.00
## 3634                                    GSP     0.04     0.04     0.00
## 3635                      DTP Entertainment     0.02     0.05     0.00
## 3636                  Majesco Entertainment     0.08     0.00     0.00
## 3637                  Majesco Entertainment     0.08     0.00     0.00
## 3638                                   Sega     0.05     0.02     0.00
## 3639                            Hudson Soft     0.05     0.03     0.00
## 3640                            Square Enix     0.00     0.00     0.08
## 3641                             Rondomedia     0.00     0.07     0.00
## 3642                     Namco Bandai Games     0.00     0.00     0.08
## 3643                      bitComposer Games     0.06     0.02     0.00
## 3644                                    GSP     0.07     0.01     0.00
## 3645                                    THQ     0.04     0.03     0.00
## 3646                      bitComposer Games     0.00     0.07     0.00
## 3647                     Namco Bandai Games     0.04     0.03     0.00
## 3648                     Namco Bandai Games     0.00     0.00     0.08
## 3649                             Activision     0.06     0.01     0.00
## 3650           Konami Digital Entertainment     0.08     0.00     0.00
## 3651                       City Interactive     0.05     0.02     0.00
## 3652                              505 Games     0.05     0.02     0.00
## 3653                 GameMill Entertainment     0.08     0.00     0.00
## 3654                                    5pb     0.00     0.00     0.08
## 3655                   Take-Two Interactive     0.06     0.01     0.00
## 3656                    Crave Entertainment     0.07     0.01     0.00
## 3657                             Koch Media     0.00     0.06     0.00
## 3658                                Ubisoft     0.07     0.00     0.00
## 3659                                    THQ     0.00     0.06     0.00
## 3660                     Namco Bandai Games     0.00     0.00     0.08
## 3661                                Acquire     0.00     0.00     0.08
## 3662                             Activision     0.05     0.02     0.00
## 3663                     Namco Bandai Games     0.05     0.03     0.00
## 3664                            Ackkstudios     0.00     0.00     0.08
## 3665                          Kalypso Media     0.06     0.01     0.00
## 3666                                Ubisoft     0.07     0.00     0.00
## 3667                             Tecmo Koei     0.00     0.00     0.08
## 3668                             Activision     0.06     0.01     0.00
## 3669                        Electronic Arts     0.07     0.00     0.00
## 3670                            Deep Silver     0.01     0.05     0.00
## 3671                        Kadokawa Shoten     0.00     0.00     0.08
## 3672                           Mastertronic     0.01     0.05     0.00
## 3673                    Crave Entertainment     0.07     0.00     0.00
## 3674                        Electronic Arts     0.07     0.00     0.00
## 3675                                    THQ     0.04     0.03     0.00
## 3676                     Namco Bandai Games     0.00     0.00     0.08
## 3677           Konami Digital Entertainment     0.00     0.00     0.08
## 3678           Konami Digital Entertainment     0.07     0.00     0.00
## 3679           Konami Digital Entertainment     0.00     0.00     0.08
## 3680           Konami Digital Entertainment     0.00     0.00     0.07
## 3681                              505 Games     0.05     0.02     0.00
## 3682                    Crave Entertainment     0.07     0.00     0.00
## 3683                       City Interactive     0.03     0.04     0.00
## 3684 Warner Bros. Interactive Entertainment     0.07     0.00     0.00
## 3685                                Ubisoft     0.07     0.00     0.00
## 3686                                Ubisoft     0.00     0.06     0.00
## 3687                   Excalibur Publishing     0.00     0.06     0.00
## 3688                              MTV Games     0.07     0.00     0.00
## 3689                                O-Games     0.04     0.03     0.00
## 3690                             Activision     0.05     0.01     0.00
## 3691                      DTP Entertainment     0.04     0.02     0.00
## 3692           Konami Digital Entertainment     0.07     0.00     0.00
## 3693                                    GSP     0.00     0.06     0.00
## 3694                            Codemasters     0.01     0.04     0.00
## 3695           Konami Digital Entertainment     0.00     0.00     0.07
## 3696                           Nordic Games     0.00     0.06     0.00
## 3697                 GameMill Entertainment     0.07     0.00     0.00
## 3698                              Destineer     0.07     0.00     0.00
## 3699                                 GungHo     0.02     0.00     0.05
## 3700                      DTP Entertainment     0.00     0.06     0.00
## 3701                         Rocket Company     0.00     0.00     0.07
## 3702                   Asylum Entertainment     0.00     0.06     0.00
## 3703                    Crave Entertainment     0.06     0.00     0.00
## 3704                                 Capcom     0.00     0.03     0.04
## 3705                              505 Games     0.06     0.00     0.00
## 3706                             Activision     0.05     0.01     0.00
## 3707                             Tecmo Koei     0.00     0.00     0.07
## 3708                           Funbox Media     0.05     0.01     0.00
## 3709                          Evolved Games     0.06     0.00     0.00
## 3710                 Focus Home Interactive     0.01     0.05     0.00
## 3711                        Electronic Arts     0.06     0.00     0.00
## 3712                              505 Games     0.05     0.01     0.00
## 3713                                    THQ     0.06     0.00     0.00
## 3714           Konami Digital Entertainment     0.00     0.00     0.06
## 3715                  Majesco Entertainment     0.06     0.00     0.00
## 3716                                  Atlus     0.00     0.00     0.06
## 3717                                    THQ     0.06     0.00     0.00
## 3718                              505 Games     0.06     0.00     0.00
## 3719                       City Interactive     0.03     0.02     0.00
## 3720                     Namco Bandai Games     0.00     0.00     0.06
## 3721                                  FuRyu     0.00     0.00     0.06
## 3722                     Namco Bandai Games     0.00     0.00     0.06
## 3723                    Crave Entertainment     0.06     0.00     0.00
## 3724                             Activision     0.05     0.01     0.00
## 3725                            Crimson Cow     0.00     0.05     0.00
## 3726                 Microsoft Game Studios     0.01     0.04     0.00
## 3727                             Activision     0.06     0.00     0.00
## 3728                                   Cave     0.04     0.00     0.01
## 3729                                   iWin     0.00     0.05     0.00
## 3730                             Activision     0.05     0.01     0.00
## 3731                              Alchemist     0.00     0.00     0.06
## 3732                 Focus Home Interactive     0.00     0.05     0.00
## 3733                       Black Bean Games     0.00     0.05     0.00
## 3734              Sony Online Entertainment     0.06     0.00     0.00
## 3735           Konami Digital Entertainment     0.00     0.00     0.06
## 3736                                 Capcom     0.00     0.05     0.00
## 3737                                 Capcom     0.04     0.02     0.00
## 3738            Sony Computer Entertainment     0.00     0.00     0.06
## 3739                               Nintendo     0.00     0.00     0.06
## 3740                    Crave Entertainment     0.06     0.00     0.00
## 3741                                    THQ     0.05     0.00     0.00
## 3742                          Evolved Games     0.05     0.00     0.00
## 3743                            D3Publisher     0.00     0.00     0.06
## 3744           Konami Digital Entertainment     0.00     0.00     0.06
## 3745                             Activision     0.00     0.05     0.00
## 3746                                  Atari     0.05     0.00     0.00
## 3747                             Activision     0.05     0.01     0.00
## 3748                        Kadokawa Shoten     0.00     0.00     0.06
## 3749                             Tecmo Koei     0.00     0.05     0.00
## 3750                     Namco Bandai Games     0.00     0.00     0.06
## 3751                                Acquire     0.00     0.00     0.06
## 3752                             Tecmo Koei     0.00     0.04     0.01
## 3753                     Namco Bandai Games     0.00     0.00     0.06
## 3754                   Excalibur Publishing     0.00     0.05     0.00
## 3755                   Take-Two Interactive     0.05     0.00     0.00
## 3756                                  Spike     0.00     0.00     0.05
## 3757                     Namco Bandai Games     0.00     0.00     0.05
## 3758                          Kalypso Media     0.00     0.04     0.00
## 3759                                Ubisoft     0.05     0.00     0.00
## 3760                      Rising Star Games     0.04     0.01     0.00
## 3761                                Ubisoft     0.00     0.05     0.00
## 3762                                Ubisoft     0.00     0.04     0.00
## 3763                             1C Company     0.01     0.03     0.00
## 3764                                  Atari     0.05     0.00     0.00
## 3765                     Namco Bandai Games     0.00     0.00     0.05
## 3766                     Bethesda Softworks     0.03     0.01     0.00
## 3767                    Paradox Interactive     0.00     0.04     0.00
## 3768                      Rising Star Games     0.00     0.04     0.00
## 3769                         Telltale Games     0.05     0.00     0.00
## 3770                     Namco Bandai Games     0.00     0.00     0.05
## 3771                                  PQube     0.00     0.02     0.02
## 3772                                Unknown     0.00     0.00     0.05
## 3773            Sony Computer Entertainment     0.00     0.04     0.00
## 3774                                  Atari     0.05     0.00     0.00
## 3775                   Nippon Ichi Software     0.00     0.00     0.05
## 3776                   Take-Two Interactive     0.02     0.02     0.00
## 3777                     Namco Bandai Games     0.00     0.00     0.05
## 3778                     Namco Bandai Games     0.00     0.00     0.05
## 3779           Konami Digital Entertainment     0.00     0.00     0.05
## 3780                              MTV Games     0.04     0.00     0.00
## 3781                                    GSP     0.00     0.04     0.00
## 3782                              Aqua Plus     0.00     0.00     0.05
## 3783                     Namco Bandai Games     0.00     0.00     0.05
## 3784                    Crave Entertainment     0.04     0.00     0.00
## 3785                     Namco Bandai Games     0.00     0.00     0.05
## 3786                      DTP Entertainment     0.00     0.04     0.00
## 3787                     Namco Bandai Games     0.00     0.00     0.05
## 3788                               Astragon     0.02     0.02     0.00
## 3789                        Electronic Arts     0.00     0.03     0.00
## 3790                               ChunSoft     0.00     0.00     0.05
## 3791                                  Atari     0.04     0.00     0.00
## 3792                                Unknown     0.00     0.04     0.00
## 3793                                Comfort     0.00     0.00     0.05
## 3794           Home Entertainment Suppliers     0.00     0.04     0.00
## 3795                                 Capcom     0.00     0.00     0.05
## 3796                      DTP Entertainment     0.00     0.04     0.00
## 3797                                Unknown     0.00     0.04     0.00
## 3798                              Banpresto     0.00     0.00     0.05
## 3799                                  Atlus     0.00     0.00     0.05
## 3800                     Namco Bandai Games     0.03     0.01     0.00
## 3801                      Rising Star Games     0.00     0.04     0.00
## 3802                    Crave Entertainment     0.04     0.00     0.00
## 3803                                    5pb     0.00     0.00     0.04
## 3804                                  Tommo     0.04     0.00     0.00
## 3805                                Unknown     0.04     0.00     0.00
## 3806                               ChunSoft     0.00     0.00     0.04
## 3807                                O-Games     0.03     0.00     0.00
## 3808                               Nintendo     0.00     0.00     0.04
## 3809                           Idea Factory     0.00     0.00     0.04
## 3810                                Ubisoft     0.01     0.02     0.00
## 3811                   Nippon Ichi Software     0.00     0.00     0.04
## 3812                       Black Bean Games     0.01     0.03     0.00
## 3813                            Deep Silver     0.04     0.00     0.00
## 3814                       Storm City Games     0.04     0.00     0.00
## 3815                                    5pb     0.00     0.00     0.04
## 3816                           Idea Factory     0.00     0.00     0.04
## 3817                      DTP Entertainment     0.00     0.04     0.00
## 3818                      DTP Entertainment     0.00     0.04     0.00
## 3819                           Idea Factory     0.00     0.00     0.04
## 3820                                   Sega     0.00     0.03     0.00
## 3821                                  FuRyu     0.00     0.00     0.04
## 3822                              Alchemist     0.00     0.00     0.04
## 3823                             Tecmo Koei     0.00     0.00     0.04
## 3824                                Unknown     0.00     0.03     0.00
## 3825                           Idea Factory     0.00     0.00     0.04
## 3826                        Kadokawa Shoten     0.00     0.00     0.04
## 3827                           Idea Factory     0.00     0.00     0.04
## 3828            Sony Computer Entertainment     0.00     0.00     0.04
## 3829                                    5pb     0.02     0.00     0.02
## 3830                             Koch Media     0.00     0.03     0.00
## 3831                            Deep Silver     0.02     0.01     0.00
## 3832                                  PQube     0.00     0.03     0.00
## 3833                                Unknown     0.00     0.03     0.00
## 3834                             1C Company     0.00     0.03     0.00
## 3835                                  PQube     0.03     0.00     0.00
## 3836                     Namco Bandai Games     0.00     0.00     0.04
## 3837                                Unknown     0.00     0.03     0.00
## 3838                    Iceberg Interactive     0.02     0.01     0.00
## 3839                                  PQube     0.00     0.03     0.00
## 3840                 Focus Home Interactive     0.00     0.03     0.00
## 3841                           Idea Factory     0.00     0.00     0.04
## 3842                           Idea Factory     0.00     0.00     0.04
## 3843                             Rondomedia     0.00     0.03     0.00
## 3844                             Tecmo Koei     0.00     0.00     0.03
## 3845                                O-Games     0.03     0.00     0.00
## 3846                 Focus Home Interactive     0.00     0.03     0.00
## 3847                      DTP Entertainment     0.00     0.03     0.00
## 3848                     Namco Bandai Games     0.00     0.00     0.03
## 3849                            Hudson Soft     0.00     0.00     0.03
## 3850                   Nippon Ichi Software     0.00     0.00     0.03
## 3851                                Comfort     0.00     0.00     0.03
## 3852                            D3Publisher     0.00     0.00     0.03
## 3853                    Paradox Interactive     0.00     0.03     0.00
## 3854                              Avanquest     0.01     0.02     0.00
## 3855                              Avanquest     0.01     0.02     0.00
## 3856                                Unknown     0.03     0.00     0.00
## 3857                              Prototype     0.00     0.00     0.03
## 3858                       Black Bean Games     0.00     0.03     0.00
## 3859                                    THQ     0.03     0.00     0.00
## 3860                        Her Interactive     0.03     0.00     0.00
## 3861                            D3Publisher     0.00     0.03     0.00
## 3862           Konami Digital Entertainment     0.02     0.00     0.00
## 3863                 Focus Home Interactive     0.00     0.03     0.00
## 3864                                Unknown     0.03     0.00     0.00
## 3865                              Avanquest     0.00     0.03     0.00
## 3866                                Unknown     0.00     0.02     0.00
## 3867                               Quinrose     0.00     0.00     0.03
## 3868                                Unknown     0.00     0.03     0.00
## 3869                                  Atlus     0.00     0.00     0.03
## 3870                     Namco Bandai Games     0.00     0.00     0.03
## 3871                     Namco Bandai Games     0.00     0.00     0.03
## 3872                                Unknown     0.00     0.02     0.00
## 3873                    Paradox Interactive     0.00     0.03     0.00
## 3874                           Idea Factory     0.00     0.00     0.03
## 3875                                 Capcom     0.00     0.00     0.03
## 3876                                Unknown     0.00     0.00     0.03
## 3877                         Telltale Games     0.01     0.02     0.00
## 3878                 Microsoft Game Studios     0.03     0.00     0.00
## 3879             Disney Interactive Studios     0.03     0.00     0.00
## 3880                                Unknown     0.00     0.00     0.03
## 3881                           Idea Factory     0.00     0.00     0.03
## 3882            Sony Computer Entertainment     0.00     0.02     0.00
## 3883                                  FuRyu     0.00     0.00     0.03
## 3884                              Alchemist     0.00     0.00     0.03
## 3885                            D3Publisher     0.00     0.00     0.03
## 3886                 Focus Home Interactive     0.00     0.02     0.00
## 3887                    TopWare Interactive     0.00     0.02     0.00
## 3888                                 Capcom     0.00     0.00     0.03
## 3889                              Alchemist     0.00     0.00     0.03
## 3890                                 Capcom     0.00     0.00     0.03
## 3891                                 Asgard     0.00     0.00     0.03
## 3892           Konami Digital Entertainment     0.02     0.00     0.00
## 3893                              Alchemist     0.00     0.00     0.03
## 3894                           Idea Factory     0.00     0.00     0.03
## 3895                     Namco Bandai Games     0.00     0.00     0.03
## 3896                    Paradox Interactive     0.00     0.02     0.00
## 3897                           Mastertronic     0.00     0.02     0.00
## 3898                      bitComposer Games     0.00     0.02     0.00
## 3899                           Idea Factory     0.00     0.00     0.03
## 3900                                 Capcom     0.00     0.00     0.03
## 3901                                Unknown     0.00     0.02     0.00
## 3902                           Idea Factory     0.00     0.00     0.03
## 3903             CDV Software Entertainment     0.02     0.00     0.00
## 3904                       Black Bean Games     0.00     0.02     0.00
## 3905                       Black Bean Games     0.00     0.02     0.00
## 3906                           Mastertronic     0.00     0.02     0.00
## 3907                           Idea Factory     0.00     0.00     0.02
## 3908                                  FuRyu     0.00     0.00     0.02
## 3909                           Mastertronic     0.00     0.02     0.00
## 3910                        UFO Interactive     0.02     0.00     0.00
## 3911                 Focus Home Interactive     0.00     0.02     0.00
## 3912                             CyberFront     0.00     0.00     0.02
## 3913                           Idea Factory     0.00     0.00     0.02
## 3914           Konami Digital Entertainment     0.00     0.02     0.00
## 3915                               Quinrose     0.00     0.00     0.02
## 3916                           PopCap Games     0.02     0.00     0.00
## 3917                               7G//AMES     0.00     0.02     0.00
## 3918                              Zoo Games     0.02     0.00     0.00
## 3919                                    5pb     0.00     0.00     0.02
## 3920                       Storm City Games     0.02     0.00     0.00
## 3921                                Unknown     0.00     0.02     0.00
## 3922                             Activision     0.00     0.02     0.00
## 3923                                   Paon     0.00     0.00     0.02
## 3924                           Mastertronic     0.00     0.02     0.00
## 3925                                Unknown     0.00     0.00     0.02
## 3926           Konami Digital Entertainment     0.02     0.00     0.00
## 3927                                 Plenty     0.00     0.00     0.02
## 3928                               Quinrose     0.00     0.00     0.02
## 3929                           Idea Factory     0.00     0.00     0.02
## 3930                                Mastiff     0.02     0.00     0.00
## 3931                                Unknown     0.02     0.00     0.00
## 3932                                Unknown     0.00     0.02     0.00
## 3933                      Jack of All Games     0.02     0.00     0.00
## 3934                           Idea Factory     0.00     0.00     0.02
## 3935                           Idea Factory     0.00     0.00     0.02
## 3936                                Unknown     0.00     0.02     0.00
## 3937                                Unknown     0.00     0.00     0.02
## 3938                               Starfish     0.00     0.00     0.02
## 3939                           Idea Factory     0.00     0.00     0.02
## 3940                                    N/A     0.00     0.02     0.00
## 3941                            D3Publisher     0.00     0.00     0.02
## 3942                      Rising Star Games     0.00     0.02     0.00
## 3943                      DTP Entertainment     0.00     0.02     0.00
## 3944                      Jack of All Games     0.02     0.00     0.00
## 3945                               Quinrose     0.00     0.00     0.02
## 3946                               Starfish     0.00     0.00     0.02
## 3947                     Namco Bandai Games     0.00     0.00     0.02
## 3948                              Avanquest     0.00     0.02     0.00
## 3949                                Unknown     0.00     0.02     0.00
## 3950                      DTP Entertainment     0.00     0.02     0.00
## 3951                        UFO Interactive     0.02     0.00     0.00
## 3952                                Ubisoft     0.00     0.02     0.00
## 3953                            D3Publisher     0.00     0.00     0.02
## 3954                                Ubisoft     0.02     0.00     0.00
## 3955                                   Cave     0.00     0.00     0.02
## 3956                    Iceberg Interactive     0.00     0.02     0.00
## 3957                                    THQ     0.01     0.01     0.00
## 3958                        Kadokawa Shoten     0.00     0.00     0.02
## 3959                      Masque Publishing     0.02     0.00     0.00
## 3960                              Avanquest     0.00     0.02     0.00
## 3961                           PopCap Games     0.00     0.02     0.00
## 3962                               7G//AMES     0.00     0.02     0.00
## 3963                                Mastiff     0.02     0.00     0.00
## 3964                        Kadokawa Shoten     0.00     0.00     0.02
## 3965                              Alchemist     0.00     0.00     0.02
## 3966                               ValuSoft     0.02     0.00     0.00
## 3967                             Tecmo Koei     0.00     0.00     0.02
## 3968                                Acquire     0.00     0.00     0.02
## 3969                                Unknown     0.00     0.02     0.00
## 3970                            D3Publisher     0.00     0.00     0.02
## 3971                               Quinrose     0.00     0.00     0.02
## 3972                       Black Bean Games     0.00     0.02     0.00
## 3973                            Takara Tomy     0.00     0.00     0.02
## 3974                          Kalypso Media     0.00     0.01     0.00
## 3975                                    5pb     0.00     0.00     0.02
## 3976                                    5pb     0.00     0.00     0.02
## 3977                                  Visco     0.02     0.00     0.00
## 3978             Disney Interactive Studios     0.00     0.00     0.02
## 3979                     Namco Bandai Games     0.00     0.00     0.02
## 3980                                  PQube     0.00     0.01     0.00
## 3981              Irem Software Engineering     0.00     0.00     0.02
## 3982                        Kadokawa Shoten     0.00     0.00     0.02
## 3983                    Paradox Interactive     0.00     0.01     0.00
## 3984                       Storm City Games     0.01     0.00     0.00
## 3985                                   Gust     0.00     0.00     0.02
## 3986            Sony Computer Entertainment     0.00     0.00     0.02
## 3987           Konami Digital Entertainment     0.00     0.00     0.02
## 3988                               7G//AMES     0.00     0.01     0.00
## 3989              Irem Software Engineering     0.00     0.00     0.01
## 3990                                Unknown     0.00     0.00     0.01
## 3991                    Paradox Interactive     0.00     0.01     0.00
## 3992                                   Cave     0.00     0.00     0.01
## 3993                              Avanquest     0.00     0.01     0.00
## 3994                              Prototype     0.00     0.00     0.01
## 3995                               Broccoli     0.00     0.00     0.01
## 3996                               Quinrose     0.00     0.00     0.01
## 3997                   Excalibur Publishing     0.00     0.01     0.00
## 3998                     Namco Bandai Games     0.00     0.00     0.01
## 3999                              Alchemist     0.00     0.00     0.01
## 4000                               ChunSoft     0.00     0.00     0.01
## 4001                                Unknown     0.00     0.01     0.00
## 4002            Sony Computer Entertainment     0.00     0.01     0.00
## 4003                           Funbox Media     0.00     0.01     0.00
## 4004                              Aqua Plus     0.00     0.00     0.01
## 4005                           Idea Factory     0.00     0.00     0.01
## 4006                                  Atari     0.01     0.00     0.00
## 4007                     Mentor Interactive     0.01     0.00     0.00
## 4008                    Big Ben Interactive     0.01     0.00     0.00
## 4009                                    5pb     0.00     0.00     0.01
## 4010                                Mastiff     0.01     0.00     0.00
## 4011                                   Cave     0.00     0.00     0.01
## 4012                      ASCII Media Works     0.00     0.00     0.01
## 4013                            System Soft     0.00     0.00     0.01
## 4014                                 Takuyo     0.00     0.00     0.01
## 4015                                Unknown     0.01     0.00     0.00
## 4016           Konami Digital Entertainment     0.00     0.00     0.01
## 4017                                Unknown     0.00     0.01     0.00
## 4018                               Nintendo     0.00     0.01     0.00
## 4019                                    N/A     0.00     0.01     0.00
## 4020                                Mastiff     0.01     0.00     0.00
## 4021                              Destineer     0.01     0.00     0.00
## 4022                                Unknown     0.00     0.01     0.00
## 4023                 Microsoft Game Studios    15.00     4.89     0.24
## 4024                               Nintendo     5.51     3.17     5.65
## 4025                             Activision     9.70     3.68     0.11
## 4026                             Activision     5.99     4.37     0.48
## 4027            Sony Computer Entertainment     2.96     4.82     0.81
## 4028                 Microsoft Game Studios     7.04     1.95     0.08
## 4029                                Ubisoft     5.80     2.85     0.01
## 4030                               Nintendo     1.75     3.47     2.49
## 4031                               Nintendo     3.56     2.35     0.98
## 4032                              505 Games     3.45     2.59     0.00
## 4033                   Take-Two Interactive     2.79     2.53     0.17
## 4034                               Nintendo     3.17     1.79     1.03
## 4035                   Take-Two Interactive     3.70     1.95     0.09
## 4036                 Microsoft Game Studios     3.92     1.73     0.03
## 4037                 Microsoft Game Studios     3.59     1.08     0.05
## 4038                        Electronic Arts     0.61     3.28     0.06
## 4039                                 Capcom     0.00     0.00     4.87
## 4040                             Activision     2.57     1.68     0.00
## 4041            Sony Computer Entertainment     2.74     1.33     0.12
## 4042                                Ubisoft     2.64     1.33     0.01
## 4043                     Bethesda Softworks     2.66     1.03     0.04
## 4044            Sony Computer Entertainment     2.13     1.12     0.10
## 4045                        Electronic Arts     0.71     2.39     0.02
## 4046                                Ubisoft     2.85     0.38     0.03
## 4047                        Electronic Arts     2.10     1.01     0.04
## 4048                              MTV Games     2.15     0.76     0.01
## 4049                     Bethesda Softworks     1.52     1.03     0.10
## 4050                        Electronic Arts     1.99     0.81     0.03
## 4051            Sony Computer Entertainment     1.29     1.21     0.06
## 4052             Disney Interactive Studios     2.04     0.63     0.12
## 4053                        Electronic Arts     1.33     1.10     0.08
## 4054                                Ubisoft     1.87     0.55     0.11
## 4055                        Electronic Arts     1.28     1.04     0.07
## 4056                        Electronic Arts     1.05     1.23     0.03
## 4057                        Electronic Arts     2.38     0.12     0.00
## 4058                               Nintendo     1.63     0.51     0.35
## 4059                        Electronic Arts     1.47     0.93     0.00
## 4060                        Electronic Arts     1.56     0.80     0.04
## 4061                               Nintendo     0.99     0.52     0.92
## 4062                               Nintendo     0.26     1.65     0.33
## 4063 Warner Bros. Interactive Entertainment     1.28     0.93     0.00
## 4064                                    THQ     1.65     0.57     0.00
## 4065           Konami Digital Entertainment     0.29     1.17     0.54
## 4066                        Electronic Arts     2.04     0.15     0.00
## 4067                              505 Games     1.74     0.45     0.00
## 4068 Warner Bros. Interactive Entertainment     1.07     0.99     0.00
## 4069                        Electronic Arts     1.27     0.81     0.00
## 4070                                Ubisoft     1.52     0.54     0.00
## 4071                        Electronic Arts     1.03     0.96     0.00
## 4072                   Take-Two Interactive     1.45     0.54     0.02
## 4073                            Square Enix     1.28     0.67     0.01
## 4074                   Take-Two Interactive     1.84     0.12     0.01
## 4075                             Activision     1.77     0.32     0.00
## 4076                               Nintendo     0.88     0.44     0.63
## 4077           Konami Digital Entertainment     0.46     0.41     0.96
## 4078                               Nintendo     1.42     0.09     0.45
## 4079                            Square Enix     0.63     0.41     0.75
## 4080                                Ubisoft     1.20     0.62     0.04
## 4081                   Take-Two Interactive     0.60     0.96     0.13
## 4082             Disney Interactive Studios     0.89     0.94     0.02
## 4083                        Electronic Arts     0.79     0.88     0.00
## 4084                        Electronic Arts     0.73     0.89     0.02
## 4085                             Activision     0.84     0.70     0.13
## 4086                                   Sega     0.92     0.73     0.00
## 4087                   Take-Two Interactive     1.41     0.20     0.03
## 4088                            Square Enix     0.45     0.92     0.06
## 4089                               Nintendo     0.20     0.14     1.35
## 4090                        Electronic Arts     0.59     0.87     0.00
## 4091                                   Sega     0.92     0.60     0.01
## 4092                   Take-Two Interactive     0.98     0.52     0.00
## 4093                 Microsoft Game Studios     1.02     0.46     0.00
## 4094                            Square Enix     0.59     0.83     0.02
## 4095 Warner Bros. Interactive Entertainment     0.95     0.46     0.00
## 4096                   Take-Two Interactive     0.85     0.55     0.00
## 4097                   Take-Two Interactive     0.85     0.46     0.02
## 4098                            Square Enix     0.88     0.48     0.00
## 4099                              LucasArts     0.80     0.49     0.00
## 4100                                 Capcom     0.75     0.52     0.09
## 4101                   Take-Two Interactive     0.50     0.69     0.04
## 4102 Warner Bros. Interactive Entertainment     1.06     0.29     0.00
## 4103                                   Sega     0.61     0.68     0.00
## 4104                              LucasArts     0.95     0.37     0.00
## 4105                 Microsoft Game Studios     0.92     0.39     0.00
## 4106                            Square Enix     0.09     0.07     1.24
## 4107                                    THQ     0.80     0.40     0.02
## 4108                        Electronic Arts     0.57     0.69     0.00
## 4109             Disney Interactive Studios     0.63     0.62     0.00
## 4110                             Activision     0.80     0.45     0.00
## 4111                                 Capcom     0.43     0.56     0.15
## 4112                               Nintendo     0.85     0.27     0.13
## 4113                            Codemasters     0.25     0.75     0.08
## 4114                 Microsoft Game Studios     0.66     0.50     0.05
## 4115                                    THQ     0.90     0.31     0.00
## 4116                                Ubisoft     0.79     0.41     0.00
## 4117            Sony Computer Entertainment     0.77     0.29     0.09
## 4118 Warner Bros. Interactive Entertainment     0.55     0.55     0.00
## 4119                               Nintendo     0.50     0.16     0.58
## 4120                                   Sega     0.69     0.47     0.01
## 4121                        Electronic Arts     0.76     0.39     0.00
## 4122                                   Sega     0.00     1.01     0.00
## 4123                        Electronic Arts     0.30     0.64     0.07
## 4124                     Namco Bandai Games     0.42     0.46     0.15
## 4125                        Electronic Arts     0.13     0.69     0.01
## 4126                     Bethesda Softworks     0.59     0.45     0.00
## 4127                       City Interactive     0.54     0.50     0.00
## 4128                   Take-Two Interactive     0.45     0.45     0.06
## 4129            Sony Computer Entertainment     0.50     0.40     0.06
## 4130                 Microsoft Game Studios     0.63     0.36     0.02
## 4131           Konami Digital Entertainment     0.50     0.35     0.10
## 4132                                   Sega     0.74     0.25     0.00
## 4133                                    THQ     0.44     0.46     0.01
## 4134                        Electronic Arts     0.64     0.28     0.04
## 4135             Disney Interactive Studios     0.51     0.40     0.00
## 4136                        Electronic Arts     0.26     0.69     0.00
## 4137                   Take-Two Interactive     0.57     0.38     0.02
## 4138                                   Sega     0.55     0.40     0.00
## 4139                                    THQ     0.67     0.28     0.01
## 4140                                   Sega     0.41     0.46     0.00
## 4141                                   Sega     0.43     0.50     0.00
## 4142                             Activision     0.67     0.26     0.00
## 4143                                Ubisoft     0.25     0.65     0.00
## 4144            Sony Computer Entertainment     0.41     0.35     0.03
## 4145                     Namco Bandai Games     0.28     0.18     0.45
## 4146             Disney Interactive Studios     0.53     0.35     0.00
## 4147                                    THQ     0.86     0.04     0.00
## 4148                             Activision     0.47     0.40     0.00
## 4149                        Electronic Arts     0.62     0.24     0.00
## 4150                                   Sega     0.36     0.43     0.00
## 4151                                 Capcom     0.29     0.33     0.20
## 4152             Disney Interactive Studios     0.54     0.32     0.00
## 4153                            Square Enix     0.53     0.09     0.27
## 4154                                Level 5     0.00     0.00     0.93
## 4155                        Electronic Arts     0.86     0.00     0.00
## 4156                        Electronic Arts     0.63     0.20     0.02
## 4157                        Electronic Arts     0.52     0.27     0.00
## 4158                   Take-Two Interactive     0.76     0.09     0.00
## 4159                               Nintendo     0.43     0.25     0.16
## 4160                                    THQ     0.73     0.10     0.00
## 4161                            Codemasters     0.18     0.59     0.01
## 4162                              MTV Games     0.73     0.09     0.00
## 4163                                    THQ     0.44     0.35     0.00
## 4164                             Activision     0.47     0.31     0.00
## 4165                                    THQ     0.60     0.19     0.00
## 4166                        Electronic Arts     0.32     0.42     0.02
## 4167                                Ubisoft     0.69     0.10     0.00
## 4168                        Electronic Arts     0.79     0.00     0.00
## 4169                        Electronic Arts     0.44     0.27     0.01
## 4170                        Electronic Arts     0.37     0.33     0.00
## 4171                             Activision     0.64     0.12     0.00
## 4172           Konami Digital Entertainment     0.51     0.24     0.00
## 4173                             Activision     0.33     0.34     0.00
## 4174                     Namco Bandai Games     0.42     0.18     0.11
## 4175                        Electronic Arts     0.46     0.27     0.00
## 4176           Konami Digital Entertainment     0.05     0.30     0.29
## 4177                        Electronic Arts     0.75     0.00     0.00
## 4178                     Namco Bandai Games     0.43     0.27     0.01
## 4179                               Nintendo     0.51     0.09     0.13
## 4180                               Nintendo     0.28     0.30     0.12
## 4181                                   Sega     0.37     0.32     0.00
## 4182                        Electronic Arts     0.11     0.29     0.00
## 4183             Disney Interactive Studios     0.41     0.27     0.00
## 4184                              LucasArts     0.52     0.18     0.00
## 4185                                 Capcom     0.38     0.23     0.08
## 4186                             Activision     0.47     0.19     0.00
## 4187                                Ubisoft     0.21     0.46     0.00
## 4188                                   Sega     0.20     0.21     0.24
## 4189             Disney Interactive Studios     0.31     0.30     0.01
## 4190                        Electronic Arts     0.61     0.07     0.00
## 4191                        Electronic Arts     0.23     0.42     0.00
## 4192                                Unknown     0.00     0.00     0.72
## 4193                            Square Enix     0.28     0.15     0.22
## 4194            Sony Computer Entertainment     0.66     0.00     0.00
## 4195                             Activision     0.22     0.36     0.02
## 4196                        Electronic Arts     0.19     0.53     0.00
## 4197                        Electronic Arts     0.13     0.49     0.00
## 4198                                    THQ     0.22     0.31     0.00
## 4199                             Activision     0.18     0.36     0.02
## 4200                                Ubisoft     0.38     0.25     0.00
## 4201                                Ubisoft     0.19     0.36     0.01
## 4202            Sony Computer Entertainment     0.52     0.08     0.01
## 4203 Warner Bros. Interactive Entertainment     0.14     0.36     0.00
## 4204                               Nintendo     0.31     0.00     0.34
## 4205                        Electronic Arts     0.38     0.22     0.00
## 4206             Disney Interactive Studios     0.46     0.16     0.00
## 4207                        Electronic Arts     0.01     0.54     0.00
## 4208           Konami Digital Entertainment     0.42     0.17     0.01
## 4209                                   Sega     0.02     0.53     0.00
## 4210                     Namco Bandai Games     0.03     0.00     0.62
## 4211                         Ubisoft Annecy     0.06     0.03     0.55
## 4212             Disney Interactive Studios     0.39     0.21     0.00
## 4213                                    THQ     0.48     0.12     0.00
## 4214                                Ubisoft     0.00     0.57     0.00
## 4215             Disney Interactive Studios     0.27     0.24     0.00
## 4216                              505 Games     0.39     0.19     0.01
## 4217                                 Capcom     0.17     0.04     0.40
## 4218                     Namco Bandai Games     0.49     0.09     0.01
## 4219             Disney Interactive Studios     0.48     0.10     0.00
## 4220                              MTV Games     0.53     0.06     0.00
## 4221            Sony Computer Entertainment     0.23     0.09     0.27
## 4222                                Ubisoft     0.35     0.20     0.01
## 4223                                Ubisoft     0.30     0.26     0.00
## 4224                             Activision     0.48     0.09     0.00
## 4225            Sony Computer Entertainment     0.07     0.41     0.00
## 4226                            Square Enix     0.17     0.18     0.20
## 4227                                   Sega     0.21     0.21     0.11
## 4228           Konami Digital Entertainment     0.09     0.44     0.00
## 4229                     Namco Bandai Games     0.47     0.08     0.01
## 4230                             Activision     0.57     0.00     0.00
## 4231                                 Capcom     0.00     0.00     0.60
## 4232                                Ubisoft     0.31     0.23     0.00
## 4233             Disney Interactive Studios     0.32     0.23     0.00
## 4234                             Activision     0.56     0.00     0.00
## 4235                   Take-Two Interactive     0.33     0.21     0.00
## 4236                        Electronic Arts     0.40     0.12     0.00
## 4237           Konami Digital Entertainment     0.13     0.22     0.01
## 4238             Disney Interactive Studios     0.38     0.17     0.00
## 4239                             Activision     0.25     0.27     0.00
## 4240                            Square Enix     0.17     0.27     0.05
## 4241            Sony Computer Entertainment     0.29     0.21     0.00
## 4242 Warner Bros. Interactive Entertainment     0.36     0.17     0.00
## 4243                             Activision     0.50     0.04     0.00
## 4244                                    THQ     0.55     0.00     0.00
## 4245                             Activision     0.38     0.15     0.00
## 4246                             Activision     0.52     0.02     0.00
## 4247                              505 Games     0.28     0.21     0.00
## 4248                              MTV Games     0.43     0.08     0.00
## 4249                               Nintendo     0.33     0.16     0.02
## 4250                                Natsume     0.25     0.05     0.22
## 4251                     Namco Bandai Games     0.24     0.22     0.01
## 4252                                Ubisoft     0.01     0.45     0.00
## 4253                              505 Games     0.26     0.24     0.00
## 4254                             Activision     0.40     0.10     0.00
## 4255                                Level 5     0.00     0.00     0.54
## 4256                     Namco Bandai Games     0.30     0.19     0.00
## 4257                             Tecmo Koei     0.11     0.04     0.36
## 4258                             Activision     0.39     0.11     0.00
## 4259                        Electronic Arts     0.23     0.25     0.00
## 4260                                    THQ     0.22     0.23     0.03
## 4261                        Electronic Arts     0.22     0.27     0.00
## 4262                     Namco Bandai Games     0.18     0.20     0.07
## 4263                                   Sega     0.12     0.15     0.18
## 4264                                 Capcom     0.30     0.15     0.03
## 4265                            Square Enix     0.15     0.07     0.27
## 4266                             Activision     0.48     0.02     0.00
## 4267            Sony Computer Entertainment     0.11     0.26     0.02
## 4268                             Activision     0.31     0.17     0.00
## 4269                        Electronic Arts     0.49     0.00     0.00
## 4270                        Electronic Arts     0.28     0.19     0.00
## 4271            Sony Computer Entertainment     0.09     0.31     0.00
## 4272                            Square Enix     0.13     0.07     0.27
## 4273                   Take-Two Interactive     0.47     0.00     0.00
## 4274             Disney Interactive Studios     0.25     0.21     0.00
## 4275             Disney Interactive Studios     0.45     0.02     0.00
## 4276                                Ubisoft     0.18     0.22     0.02
## 4277                                Ubisoft     0.17     0.24     0.00
## 4278                             Activision     0.24     0.18     0.00
## 4279                               Nintendo     0.10     0.34     0.01
## 4280                        Electronic Arts     0.41     0.02     0.00
## 4281                   Take-Two Interactive     0.46     0.01     0.00
## 4282                              505 Games     0.33     0.12     0.00
## 4283                            Square Enix     0.20     0.22     0.01
## 4284                        Electronic Arts     0.20     0.23     0.00
## 4285                             Activision     0.41     0.02     0.02
## 4286             Disney Interactive Studios     0.25     0.17     0.00
## 4287                             Activision     0.20     0.23     0.00
## 4288                                Level 5     0.00     0.00     0.47
## 4289                        Electronic Arts     0.33     0.10     0.00
## 4290                               Nintendo     0.37     0.01     0.07
## 4291                        Electronic Arts     0.09     0.22     0.03
## 4292                        Electronic Arts     0.00     0.29     0.00
## 4293                        Electronic Arts     0.17     0.23     0.00
## 4294                                    THQ     0.29     0.13     0.00
## 4295 Warner Bros. Interactive Entertainment     0.29     0.13     0.00
## 4296                            D3Publisher     0.37     0.05     0.00
## 4297                        Electronic Arts     0.21     0.20     0.00
## 4298                           Nordic Games     0.00     0.39     0.00
## 4299             Disney Interactive Studios     0.42     0.00     0.00
## 4300                              505 Games     0.38     0.04     0.00
## 4301            Sony Computer Entertainment     0.17     0.13     0.06
## 4302                             Activision     0.26     0.12     0.00
## 4303           Konami Digital Entertainment     0.00     0.00     0.44
## 4304           Konami Digital Entertainment     0.35     0.05     0.00
## 4305                              505 Games     0.18     0.18     0.00
## 4306                             Tecmo Koei     0.22     0.09     0.07
## 4307                                 Capcom     0.21     0.06     0.13
## 4308                                    THQ     0.25     0.14     0.00
## 4309                                   Sega     0.19     0.17     0.00
## 4310                                Mastiff     0.40     0.00     0.00
## 4311                   Nippon Ichi Software     0.12     0.06     0.21
## 4312                        Electronic Arts     0.23     0.15     0.01
## 4313                             Activision     0.23     0.15     0.00
## 4314                     Namco Bandai Games     0.00     0.00     0.42
## 4315                   Take-Two Interactive     0.39     0.00     0.00
## 4316                                   Sega     0.19     0.16     0.03
## 4317             Disney Interactive Studios     0.27     0.09     0.00
## 4318                                    THQ     0.39     0.00     0.00
## 4319           Konami Digital Entertainment     0.04     0.21     0.05
## 4320            Sony Computer Entertainment     0.20     0.16     0.00
## 4321                                Ubisoft     0.21     0.12     0.03
## 4322                                   Sega     0.00     0.27     0.00
## 4323                              MTV Games     0.19     0.15     0.00
## 4324                   Take-Two Interactive     0.34     0.01     0.00
## 4325                     Namco Bandai Games     0.00     0.00     0.41
## 4326                                   Sega     0.00     0.00     0.41
## 4327                              MTV Games     0.24     0.13     0.00
## 4328                        Electronic Arts     0.19     0.18     0.00
## 4329                                  PQube     0.21     0.07     0.09
## 4330                              505 Games     0.21     0.15     0.00
## 4331                        Electronic Arts     0.36     0.02     0.00
## 4332                             Activision     0.32     0.05     0.00
## 4333                   Take-Two Interactive     0.17     0.17     0.00
## 4334                      Rising Star Games     0.20     0.11     0.04
## 4335                        Electronic Arts     0.01     0.32     0.00
## 4336                        Electronic Arts     0.13     0.20     0.00
## 4337                        Electronic Arts     0.22     0.12     0.00
## 4338                        Electronic Arts     0.27     0.09     0.00
## 4339                                   Sega     0.23     0.12     0.00
## 4340                                   Sega     0.15     0.19     0.00
## 4341                                   Sega     0.14     0.18     0.00
## 4342                        Electronic Arts     0.16     0.17     0.00
## 4343                        Electronic Arts     0.18     0.16     0.00
## 4344                        Electronic Arts     0.19     0.15     0.00
## 4345                                 Capcom     0.17     0.07     0.12
## 4346                       Black Bean Games     0.15     0.16     0.00
## 4347 Warner Bros. Interactive Entertainment     0.35     0.00     0.00
## 4348                                   Sega     0.18     0.12     0.00
## 4349                        Electronic Arts     0.35     0.00     0.00
## 4350                                    THQ     0.24     0.07     0.00
## 4351 Warner Bros. Interactive Entertainment     0.25     0.09     0.00
## 4352                             Activision     0.34     0.00     0.00
## 4353                        Electronic Arts     0.12     0.20     0.00
## 4354                        Electronic Arts     0.16     0.14     0.01
## 4355                                Ubisoft     0.09     0.18     0.01
## 4356                              MTV Games     0.22     0.11     0.00
## 4357                                Ubisoft     0.24     0.09     0.01
## 4358                     Namco Bandai Games     0.00     0.00     0.36
## 4359                             Activision     0.30     0.03     0.00
## 4360                             Activision     0.24     0.08     0.00
## 4361                        Scholastic Inc.     0.33     0.00     0.00
## 4362                                 Capcom     0.18     0.12     0.00
## 4363                        Electronic Arts     0.23     0.09     0.00
## 4364                                    THQ     0.24     0.07     0.00
## 4365                            Square Enix     0.23     0.09     0.00
## 4366                                Ubisoft     0.11     0.17     0.00
## 4367           Konami Digital Entertainment     0.28     0.04     0.00
## 4368                                   Sega     0.09     0.19     0.00
## 4369           Konami Digital Entertainment     0.13     0.04     0.14
## 4370            Sony Computer Entertainment     0.13     0.15     0.01
## 4371                                   Sega     0.14     0.16     0.00
## 4372                             Activision     0.26     0.04     0.00
## 4373                                   Sega     0.12     0.13     0.06
## 4374                            Deep Silver     0.00     0.28     0.00
## 4375           Konami Digital Entertainment     0.29     0.02     0.00
## 4376                            D3Publisher     0.31     0.00     0.00
## 4377                            Hudson Soft     0.27     0.04     0.00
## 4378            Sony Computer Entertainment     0.00     0.25     0.00
## 4379                       City Interactive     0.14     0.15     0.00
## 4380                                   Sega     0.15     0.15     0.00
## 4381           Konami Digital Entertainment     0.25     0.04     0.00
## 4382                            D3Publisher     0.22     0.08     0.00
## 4383             Disney Interactive Studios     0.17     0.12     0.00
## 4384                        Electronic Arts     0.12     0.13     0.00
## 4385                            Square Enix     0.00     0.00     0.32
## 4386                             Activision     0.28     0.01     0.00
## 4387                            Square Enix     0.07     0.04     0.17
## 4388                                  PQube     0.23     0.04     0.02
## 4389                                  Atlus     0.12     0.00     0.19
## 4390                  Marvelous Interactive     0.18     0.01     0.10
## 4391                                Ubisoft     0.00     0.27     0.00
## 4392                                 Capcom     0.19     0.09     0.00
## 4393                     Namco Bandai Games     0.09     0.15     0.01
## 4394                        Electronic Arts     0.20     0.08     0.00
## 4395                                 Capcom     0.17     0.01     0.11
## 4396           Konami Digital Entertainment     0.18     0.01     0.09
## 4397             Disney Interactive Studios     0.24     0.05     0.00
## 4398                             Activision     0.18     0.10     0.00
## 4399           Konami Digital Entertainment     0.09     0.13     0.01
## 4400                     Namco Bandai Games     0.00     0.00     0.30
## 4401                             Activision     0.22     0.05     0.00
## 4402                                  Atlus     0.19     0.00     0.09
## 4403 Warner Bros. Interactive Entertainment     0.23     0.04     0.00
## 4404             Disney Interactive Studios     0.24     0.03     0.00
## 4405           Konami Digital Entertainment     0.25     0.02     0.00
## 4406                        Electronic Arts     0.16     0.10     0.00
## 4407                                   Sega     0.00     0.00     0.29
## 4408            Sony Computer Entertainment     0.05     0.16     0.00
## 4409                     Namco Bandai Games     0.10     0.16     0.00
## 4410                            Square Enix     0.09     0.06     0.11
## 4411                            Square Enix     0.13     0.10     0.04
## 4412 Warner Bros. Interactive Entertainment     0.10     0.16     0.00
## 4413                     Namco Bandai Games     0.06     0.05     0.15
## 4414                             Activision     0.18     0.09     0.00
## 4415 Warner Bros. Interactive Entertainment     0.27     0.00     0.00
## 4416                                 Capcom     0.06     0.01     0.20
## 4417                     Namco Bandai Games     0.09     0.13     0.01
## 4418                              Avanquest     0.00     0.25     0.00
## 4419                                    GSP     0.04     0.20     0.00
## 4420 Warner Bros. Interactive Entertainment     0.26     0.00     0.00
## 4421                             Activision     0.26     0.00     0.00
## 4422                            D3Publisher     0.17     0.09     0.00
## 4423                     Namco Bandai Games     0.10     0.12     0.02
## 4424                             Activision     0.18     0.06     0.00
## 4425             Disney Interactive Studios     0.18     0.08     0.00
## 4426 Warner Bros. Interactive Entertainment     0.20     0.05     0.00
## 4427                        Electronic Arts     0.16     0.09     0.00
## 4428                                    THQ     0.17     0.08     0.00
## 4429                                   Sega     0.15     0.09     0.00
## 4430                             Activision     0.25     0.00     0.00
## 4431            Sony Computer Entertainment     0.02     0.17     0.00
## 4432                                Mastiff     0.25     0.00     0.00
## 4433                             Activision     0.14     0.10     0.00
## 4434                        Electronic Arts     0.15     0.09     0.00
## 4435                   Take-Two Interactive     0.23     0.02     0.00
## 4436                             Activision     0.18     0.05     0.00
## 4437                                Ubisoft     0.04     0.19     0.00
## 4438                            D3Publisher     0.16     0.08     0.00
## 4439                               Nintendo     0.00     0.00     0.27
## 4440 Warner Bros. Interactive Entertainment     0.08     0.11     0.00
## 4441           Konami Digital Entertainment     0.14     0.09     0.00
## 4442                       Storm City Games     0.25     0.00     0.00
## 4443                                Ubisoft     0.12     0.11     0.00
## 4444                                  Spike     0.24     0.00     0.00
## 4445           Konami Digital Entertainment     0.00     0.00     0.27
## 4446 Warner Bros. Interactive Entertainment     0.25     0.00     0.00
## 4447                           PopCap Games     0.24     0.00     0.00
## 4448                                    THQ     0.19     0.06     0.00
## 4449                     Namco Bandai Games     0.00     0.00     0.26
## 4450                               Nintendo     0.25     0.00     0.00
## 4451                                Ubisoft     0.09     0.14     0.00
## 4452                      Rising Star Games     0.18     0.06     0.00
## 4453                                    THQ     0.21     0.04     0.00
## 4454                   Take-Two Interactive     0.24     0.00     0.00
## 4455                     Namco Bandai Games     0.11     0.03     0.09
## 4456                             Activision     0.17     0.06     0.00
## 4457                                    THQ     0.12     0.11     0.00
## 4458                                Mastiff     0.24     0.00     0.00
## 4459                                   Sega     0.00     0.00     0.25
## 4460                                Ubisoft     0.00     0.21     0.00
## 4461                                  Atari     0.23     0.00     0.00
## 4462                            Deep Silver     0.05     0.15     0.00
## 4463                              Zoo Games     0.23     0.00     0.00
## 4464                                Ubisoft     0.21     0.02     0.00
## 4465                              Mindscape     0.00     0.21     0.00
## 4466                             Activision     0.21     0.02     0.00
## 4467            Sony Computer Entertainment     0.07     0.12     0.00
## 4468                        Electronic Arts     0.20     0.02     0.00
## 4469                                Ubisoft     0.13     0.09     0.00
## 4470                            D3Publisher     0.12     0.08     0.00
## 4471                        Electronic Arts     0.18     0.04     0.00
## 4472                             Activision     0.22     0.01     0.00
## 4473           Konami Digital Entertainment     0.00     0.00     0.24
## 4474                                    THQ     0.00     0.19     0.00
## 4475                             Activision     0.12     0.09     0.00
## 4476                            D3Publisher     0.10     0.09     0.00
## 4477                                Ubisoft     0.06     0.13     0.00
## 4478                                    THQ     0.21     0.01     0.00
## 4479                             Tecmo Koei     0.08     0.01     0.13
## 4480           Konami Digital Entertainment     0.00     0.00     0.23
## 4481                                Ubisoft     0.10     0.11     0.00
## 4482                             Activision     0.21     0.01     0.00
## 4483 Warner Bros. Interactive Entertainment     0.17     0.05     0.00
## 4484                       Storm City Games     0.11     0.10     0.00
## 4485                 Focus Home Interactive     0.07     0.14     0.00
## 4486                                    THQ     0.15     0.06     0.00
## 4487                   Take-Two Interactive     0.11     0.09     0.00
## 4488                 Focus Home Interactive     0.09     0.11     0.00
## 4489           Konami Digital Entertainment     0.00     0.00     0.23
## 4490                     Namco Bandai Games     0.15     0.06     0.00
## 4491                               XS Games     0.21     0.00     0.00
## 4492                            Hudson Soft     0.14     0.07     0.00
## 4493                                   Sega     0.08     0.12     0.00
## 4494                   Take-Two Interactive     0.16     0.05     0.00
## 4495                            D3Publisher     0.21     0.00     0.00
## 4496                            D3Publisher     0.13     0.06     0.00
## 4497           Konami Digital Entertainment     0.07     0.10     0.03
## 4498                               Nintendo     0.00     0.11     0.09
## 4499                                 Capcom     0.05     0.13     0.00
## 4500                                    THQ     0.13     0.07     0.00
## 4501                                    THQ     0.10     0.10     0.00
## 4502                            D3Publisher     0.20     0.00     0.00
## 4503                                Ubisoft     0.12     0.08     0.00
## 4504                                    THQ     0.17     0.03     0.00
## 4505            Sony Computer Entertainment     0.07     0.00     0.13
## 4506                              LucasArts     0.17     0.03     0.00
## 4507                     Namco Bandai Games     0.00     0.00     0.21
## 4508             Disney Interactive Studios     0.17     0.02     0.00
## 4509                       Black Bean Games     0.05     0.12     0.00
## 4510                        Electronic Arts     0.17     0.03     0.00
## 4511                              Avanquest     0.13     0.06     0.00
## 4512                                    THQ     0.11     0.06     0.00
## 4513                     Namco Bandai Games     0.00     0.00     0.21
## 4514                  Majesco Entertainment     0.19     0.00     0.00
## 4515                            Deep Silver     0.07     0.11     0.00
## 4516                                    THQ     0.12     0.07     0.00
## 4517           Konami Digital Entertainment     0.00     0.00     0.21
## 4518            Sony Computer Entertainment     0.19     0.00     0.00
## 4519                     Namco Bandai Games     0.11     0.08     0.00
## 4520                                    THQ     0.18     0.02     0.00
## 4521                           Nordic Games     0.00     0.18     0.00
## 4522            Sony Computer Entertainment     0.06     0.09     0.01
## 4523                          Kalypso Media     0.11     0.07     0.00
## 4524                     Namco Bandai Games     0.10     0.08     0.00
## 4525                                   Sega     0.00     0.00     0.20
## 4526                            Square Enix     0.10     0.07     0.02
## 4527                             Activision     0.11     0.06     0.00
## 4528                             Activision     0.19     0.00     0.00
## 4529             Disney Interactive Studios     0.16     0.03     0.00
## 4530           Konami Digital Entertainment     0.00     0.00     0.20
## 4531                              Avanquest     0.07     0.11     0.00
## 4532                               Nintendo     0.08     0.04     0.07
## 4533                                Ubisoft     0.13     0.05     0.00
## 4534           Konami Digital Entertainment     0.10     0.04     0.04
## 4535                                   Sega     0.00     0.17     0.00
## 4536           Konami Digital Entertainment     0.15     0.02     0.02
## 4537                               Nintendo     0.18     0.00     0.00
## 4538           Konami Digital Entertainment     0.11     0.06     0.00
## 4539                             Activision     0.16     0.02     0.00
## 4540           Konami Digital Entertainment     0.00     0.00     0.19
## 4541                            Square Enix     0.00     0.15     0.00
## 4542                             Tecmo Koei     0.05     0.09     0.02
## 4543                            Codemasters     0.00     0.15     0.00
## 4544                     Namco Bandai Games     0.14     0.03     0.00
## 4545                                    THQ     0.14     0.03     0.00
## 4546                                  Spike     0.00     0.00     0.19
## 4547                   Take-Two Interactive     0.18     0.00     0.00
## 4548                             Activision     0.17     0.01     0.00
## 4549                        Electronic Arts     0.12     0.03     0.01
## 4550                    Foreign Media Games     0.01     0.15     0.00
## 4551                     Namco Bandai Games     0.00     0.16     0.00
## 4552                     Namco Bandai Games     0.17     0.00     0.00
## 4553                            Hudson Soft     0.00     0.00     0.19
## 4554                              505 Games     0.18     0.00     0.00
## 4555           Konami Digital Entertainment     0.12     0.05     0.00
## 4556                                Ubisoft     0.11     0.05     0.00
## 4557                              Zoo Games     0.18     0.00     0.00
## 4558                   Take-Two Interactive     0.17     0.00     0.00
## 4559                     JoWood Productions     0.09     0.08     0.00
## 4560                       Black Bean Games     0.10     0.07     0.00
## 4561                                Mastiff     0.17     0.00     0.00
## 4562                                Ubisoft     0.14     0.03     0.00
## 4563                       Storm City Games     0.17     0.00     0.00
## 4564           Konami Digital Entertainment     0.10     0.06     0.00
## 4565                               Astragon     0.06     0.11     0.00
## 4566                                Ubisoft     0.11     0.05     0.00
## 4567                              505 Games     0.10     0.05     0.00
## 4568                                Ubisoft     0.00     0.16     0.00
## 4569                                    THQ     0.13     0.04     0.00
## 4570                                    THQ     0.17     0.00     0.00
## 4571                   Asylum Entertainment     0.00     0.16     0.00
## 4572                                    THQ     0.17     0.00     0.00
## 4573                            D3Publisher     0.10     0.06     0.00
## 4574                                Ubisoft     0.08     0.08     0.00
## 4575                        Electronic Arts     0.00     0.14     0.00
## 4576                 Microsoft Game Studios     0.05     0.11     0.00
## 4577                     Namco Bandai Games     0.14     0.03     0.00
## 4578                        UFO Interactive     0.17     0.00     0.00
## 4579                     Namco Bandai Games     0.06     0.10     0.00
## 4580                               Astragon     0.04     0.12     0.00
## 4581                                Ubisoft     0.13     0.03     0.00
## 4582                             Activision     0.12     0.03     0.00
## 4583                             Tecmo Koei     0.11     0.03     0.02
## 4584                         Ubisoft Annecy     0.07     0.02     0.07
## 4585                                    THQ     0.16     0.00     0.00
## 4586                     Namco Bandai Games     0.00     0.00     0.17
## 4587                                  Atari     0.16     0.00     0.00
## 4588                     Namco Bandai Games     0.00     0.00     0.17
## 4589                                  PlayV     0.05     0.11     0.00
## 4590                        SouthPeak Games     0.01     0.14     0.00
## 4591                                    THQ     0.09     0.06     0.00
## 4592                                    THQ     0.12     0.03     0.00
## 4593 Warner Bros. Interactive Entertainment     0.10     0.04     0.00
## 4594                     Namco Bandai Games     0.00     0.00     0.17
## 4595                                 Capcom     0.07     0.09     0.00
## 4596                 Microsoft Game Studios     0.06     0.06     0.04
## 4597             Disney Interactive Studios     0.14     0.02     0.00
## 4598                            D3Publisher     0.16     0.00     0.00
## 4599                                Ubisoft     0.11     0.04     0.00
## 4600                 GameMill Entertainment     0.16     0.00     0.00
## 4601             Disney Interactive Studios     0.11     0.03     0.00
## 4602                              505 Games     0.16     0.00     0.00
## 4603             Disney Interactive Studios     0.11     0.04     0.00
## 4604                             Activision     0.14     0.01     0.00
## 4605                              505 Games     0.08     0.07     0.00
## 4606                              Zoo Games     0.16     0.00     0.00
## 4607                        UFO Interactive     0.15     0.00     0.00
## 4608                     Namco Bandai Games     0.08     0.06     0.00
## 4609                     Falcom Corporation     0.00     0.00     0.16
## 4610                             Activision     0.12     0.03     0.00
## 4611                                Ubisoft     0.15     0.00     0.00
## 4612                        Electronic Arts     0.11     0.03     0.00
## 4613                             Activision     0.14     0.00     0.00
## 4614                   Take-Two Interactive     0.13     0.02     0.00
## 4615                    Crave Entertainment     0.15     0.00     0.00
## 4616                            D3Publisher     0.05     0.08     0.00
## 4617                              Telegames     0.15     0.00     0.00
## 4618                                  PlayV     0.00     0.14     0.00
## 4619                                Ubisoft     0.10     0.05     0.00
## 4620                     Namco Bandai Games     0.05     0.01     0.08
## 4621                    Crave Entertainment     0.15     0.00     0.00
## 4622           Konami Digital Entertainment     0.00     0.00     0.16
## 4623           Konami Digital Entertainment     0.11     0.02     0.02
## 4624                       City Interactive     0.00     0.13     0.00
## 4625                         Ubisoft Annecy     0.07     0.02     0.06
## 4626                            Square Enix     0.11     0.00     0.03
## 4627           Konami Digital Entertainment     0.10     0.04     0.00
## 4628                             Activision     0.09     0.04     0.00
## 4629                  Majesco Entertainment     0.12     0.02     0.00
## 4630                                    THQ     0.14     0.00     0.00
## 4631                              Destineer     0.14     0.00     0.00
## 4632                   Asylum Entertainment     0.00     0.13     0.00
## 4633                     Neko Entertainment     0.07     0.06     0.00
## 4634                            D3Publisher     0.14     0.00     0.00
## 4635                                Ubisoft     0.11     0.03     0.00
## 4636             Disney Interactive Studios     0.12     0.02     0.00
## 4637                   Take-Two Interactive     0.14     0.00     0.00
## 4638                                    THQ     0.12     0.02     0.00
## 4639                                Ubisoft     0.14     0.01     0.00
## 4640                           Game Factory     0.14     0.00     0.00
## 4641                                    THQ     0.07     0.06     0.00
## 4642                                    THQ     0.07     0.05     0.00
## 4643                      Rising Star Games     0.08     0.04     0.00
## 4644            Sony Computer Entertainment     0.13     0.00     0.00
## 4645                                  Atari     0.14     0.00     0.00
## 4646                     Falcom Corporation     0.09     0.00     0.04
## 4647                                    THQ     0.13     0.00     0.00
## 4648                             Activision     0.11     0.02     0.00
## 4649                     Namco Bandai Games     0.00     0.00     0.15
## 4650                          Compile Heart     0.09     0.00     0.04
## 4651           Konami Digital Entertainment     0.12     0.02     0.00
## 4652                   Nippon Ichi Software     0.07     0.00     0.06
## 4653                     Namco Bandai Games     0.00     0.00     0.14
## 4654                               Astragon     0.09     0.04     0.00
## 4655                                Nobilis     0.13     0.00     0.00
## 4656                                Unknown     0.09     0.04     0.00
## 4657                       Black Bean Games     0.12     0.01     0.00
## 4658                     Namco Bandai Games     0.13     0.00     0.00
## 4659                                    THQ     0.13     0.00     0.00
## 4660                                Unknown     0.13     0.00     0.00
## 4661                                  Atari     0.13     0.00     0.00
## 4662                                  Atari     0.13     0.00     0.00
## 4663                            D3Publisher     0.10     0.03     0.00
## 4664                         Ubisoft Annecy     0.06     0.03     0.03
## 4665                        Electronic Arts     0.00     0.12     0.00
## 4666                        Electronic Arts     0.13     0.00     0.00
## 4667                             Activision     0.11     0.02     0.00
## 4668                                 Capcom     0.10     0.02     0.00
## 4669                        Electronic Arts     0.10     0.03     0.00
## 4670                 Microsoft Game Studios     0.00     0.12     0.00
## 4671                     Namco Bandai Games     0.00     0.00     0.14
## 4672                                Ubisoft     0.13     0.00     0.00
## 4673                            Deep Silver     0.13     0.00     0.00
## 4674                             Tecmo Koei     0.00     0.00     0.13
## 4675                            Codemasters     0.00     0.12     0.00
## 4676                             Activision     0.10     0.03     0.00
## 4677                                  Spike     0.00     0.00     0.13
## 4678                       City Interactive     0.12     0.01     0.00
## 4679                        Electronic Arts     0.01     0.10     0.00
## 4680                 Focus Home Interactive     0.11     0.02     0.00
## 4681                                  Atari     0.12     0.00     0.00
## 4682                                Acquire     0.00     0.00     0.13
## 4683                             Activision     0.12     0.00     0.00
## 4684                        Scholastic Inc.     0.12     0.00     0.00
## 4685             Disney Interactive Studios     0.10     0.02     0.00
## 4686                                   Sega     0.00     0.00     0.13
## 4687                                Ubisoft     0.12     0.00     0.00
## 4688                        UFO Interactive     0.12     0.00     0.00
## 4689                      DTP Entertainment     0.09     0.03     0.00
## 4690                       Tomy Corporation     0.12     0.00     0.00
## 4691                   Take-Two Interactive     0.10     0.02     0.00
## 4692                                    N/A     0.00     0.13     0.00
## 4693           Konami Digital Entertainment     0.00     0.00     0.13
## 4694                                Ubisoft     0.00     0.11     0.00
## 4695                             Activision     0.12     0.00     0.00
## 4696                             Enterbrain     0.00     0.00     0.13
## 4697                                 Capcom     0.00     0.00     0.13
## 4698                                    THQ     0.08     0.03     0.00
## 4699                     Namco Bandai Games     0.04     0.02     0.05
## 4700                     Namco Bandai Games     0.00     0.00     0.13
## 4701                            Deep Silver     0.00     0.10     0.00
## 4702                                 Capcom     0.00     0.00     0.13
## 4703                    Slitherine Software     0.08     0.04     0.00
## 4704           Konami Digital Entertainment     0.00     0.00     0.13
## 4705                            Square Enix     0.00     0.10     0.00
## 4706                                  PQube     0.05     0.01     0.05
## 4707                     Namco Bandai Games     0.00     0.00     0.12
## 4708                               Graffiti     0.12     0.00     0.00
## 4709             Disney Interactive Studios     0.10     0.01     0.00
## 4710                                Ubisoft     0.10     0.01     0.00
## 4711            Sony Computer Entertainment     0.11     0.00     0.00
## 4712 Warner Bros. Interactive Entertainment     0.11     0.01     0.00
## 4713                                    THQ     0.07     0.04     0.00
## 4714                         Rocket Company     0.00     0.00     0.12
## 4715                     Namco Bandai Games     0.00     0.00     0.12
## 4716                              Mindscape     0.10     0.01     0.00
## 4717            Sony Computer Entertainment     0.00     0.07     0.03
## 4718                      DTP Entertainment     0.07     0.03     0.00
## 4719 Warner Bros. Interactive Entertainment     0.07     0.02     0.00
## 4720                             Activision     0.11     0.00     0.00
## 4721                    Crave Entertainment     0.11     0.00     0.00
## 4722                                  Atari     0.11     0.00     0.00
## 4723                             Activision     0.11     0.01     0.00
## 4724                              505 Games     0.11     0.00     0.00
## 4725            Sony Computer Entertainment     0.08     0.02     0.00
## 4726                     Namco Bandai Games     0.00     0.00     0.12
## 4727                                  Atari     0.11     0.00     0.00
## 4728                                Unknown     0.11     0.00     0.00
## 4729                             Activision     0.11     0.00     0.00
## 4730                     Namco Bandai Games     0.00     0.00     0.12
## 4731                            Deep Silver     0.08     0.02     0.00
## 4732                                Ubisoft     0.11     0.00     0.00
## 4733           Konami Digital Entertainment     0.09     0.00     0.01
## 4734 Warner Bros. Interactive Entertainment     0.10     0.01     0.00
## 4735                             Activision     0.11     0.00     0.00
## 4736                    Foreign Media Games     0.08     0.03     0.00
## 4737                            Deep Silver     0.00     0.10     0.00
## 4738                              Zoo Games     0.11     0.00     0.00
## 4739                            D3Publisher     0.10     0.00     0.00
## 4740                        Electronic Arts     0.08     0.02     0.00
## 4741                            D3Publisher     0.06     0.05     0.00
## 4742                     Namco Bandai Games     0.00     0.00     0.11
## 4743                             Activision     0.09     0.01     0.00
## 4744 Warner Bros. Interactive Entertainment     0.08     0.02     0.00
## 4745                             Tecmo Koei     0.00     0.00     0.11
## 4746 Warner Bros. Interactive Entertainment     0.09     0.02     0.00
## 4747             Disney Interactive Studios     0.08     0.02     0.00
## 4748                               Nintendo     0.00     0.00     0.11
## 4749                        SouthPeak Games     0.09     0.01     0.00
## 4750                                  PQube     0.07     0.01     0.03
## 4751                            Deep Silver     0.10     0.00     0.00
## 4752           Konami Digital Entertainment     0.10     0.00     0.00
## 4753                                O-Games     0.09     0.01     0.00
## 4754                                    THQ     0.07     0.03     0.00
## 4755                                Ubisoft     0.02     0.07     0.00
## 4756                              505 Games     0.10     0.00     0.00
## 4757            Sony Computer Entertainment     0.10     0.00     0.00
## 4758                                O-Games     0.00     0.09     0.00
## 4759                                Ubisoft     0.10     0.00     0.00
## 4760                            Deep Silver     0.10     0.00     0.00
## 4761                       Storm City Games     0.10     0.00     0.00
## 4762                             Activision     0.10     0.00     0.00
## 4763                              505 Games     0.10     0.00     0.00
## 4764                             Activision     0.10     0.00     0.00
## 4765                     Reef Entertainment     0.07     0.02     0.00
## 4766                                Ubisoft     0.00     0.08     0.00
## 4767            Sony Computer Entertainment     0.00     0.00     0.11
## 4768           Konami Digital Entertainment     0.10     0.00     0.00
## 4769           Konami Digital Entertainment     0.00     0.00     0.11
## 4770                            Ackkstudios     0.05     0.04     0.00
## 4771           Konami Digital Entertainment     0.00     0.00     0.10
## 4772                              505 Games     0.10     0.00     0.00
## 4773                     Namco Bandai Games     0.00     0.00     0.10
## 4774                            D3Publisher     0.05     0.04     0.00
## 4775 Warner Bros. Interactive Entertainment     0.10     0.00     0.00
## 4776                                Ubisoft     0.10     0.00     0.00
## 4777                   Take-Two Interactive     0.09     0.01     0.00
## 4778                                O-Games     0.00     0.08     0.00
## 4779           Konami Digital Entertainment     0.00     0.00     0.10
## 4780                             Ghostlight     0.00     0.09     0.00
## 4781                          Compile Heart     0.09     0.00     0.00
## 4782                            D3Publisher     0.00     0.00     0.10
## 4783                                    THQ     0.04     0.05     0.00
## 4784                        Electronic Arts     0.08     0.02     0.00
## 4785                                Ubisoft     0.07     0.02     0.00
## 4786                            Deep Silver     0.08     0.02     0.00
## 4787                  Majesco Entertainment     0.09     0.00     0.00
## 4788                             Activision     0.09     0.00     0.00
## 4789                             Activision     0.09     0.00     0.00
## 4790                                    THQ     0.08     0.01     0.00
## 4791                                Ubisoft     0.06     0.03     0.00
## 4792                   Nippon Ichi Software     0.05     0.00     0.03
## 4793                                    THQ     0.09     0.00     0.00
## 4794                             Activision     0.09     0.00     0.00
## 4795                        Electronic Arts     0.09     0.00     0.00
## 4796                             Activision     0.08     0.01     0.00
## 4797                   Take-Two Interactive     0.08     0.01     0.00
## 4798           Konami Digital Entertainment     0.00     0.00     0.10
## 4799                           PopCap Games     0.00     0.08     0.00
## 4800                             Tecmo Koei     0.00     0.00     0.09
## 4801               Conspiracy Entertainment     0.09     0.00     0.00
## 4802                       Black Bean Games     0.05     0.03     0.00
## 4803                              505 Games     0.09     0.00     0.00
## 4804                     JoWood Productions     0.04     0.04     0.01
## 4805            Sony Computer Entertainment     0.00     0.07     0.00
## 4806                                  Atari     0.09     0.00     0.00
## 4807 Warner Bros. Interactive Entertainment     0.09     0.00     0.00
## 4808                           Idea Factory     0.00     0.00     0.09
## 4809                                Ubisoft     0.08     0.01     0.00
## 4810                        SouthPeak Games     0.09     0.00     0.00
## 4811           Konami Digital Entertainment     0.00     0.00     0.09
## 4812                   Take-Two Interactive     0.00     0.08     0.00
## 4813                              Destineer     0.09     0.00     0.00
## 4814                              Mindscape     0.00     0.08     0.00
## 4815           Konami Digital Entertainment     0.00     0.00     0.09
## 4816                        Electronic Arts     0.09     0.00     0.00
## 4817                  Griffin International     0.08     0.00     0.00
## 4818                   Nippon Ichi Software     0.07     0.00     0.01
## 4819                            Hudson Soft     0.00     0.00     0.09
## 4820                   Nippon Ichi Software     0.06     0.00     0.03
## 4821                            Deep Silver     0.00     0.08     0.00
## 4822                   Nippon Ichi Software     0.06     0.01     0.01
## 4823                                    THQ     0.06     0.02     0.00
## 4824                             Tecmo Koei     0.06     0.02     0.00
## 4825                            Hudson Soft     0.00     0.00     0.09
## 4826                             Activision     0.08     0.00     0.00
## 4827                    Crave Entertainment     0.08     0.00     0.00
## 4828                   Take-Two Interactive     0.08     0.01     0.00
## 4829                     Namco Bandai Games     0.00     0.00     0.09
## 4830                                O-Games     0.05     0.04     0.00
## 4831                                  Atlus     0.06     0.00     0.02
## 4832                    Foreign Media Games     0.07     0.01     0.00
## 4833                              MTV Games     0.07     0.01     0.00
## 4834                  Majesco Entertainment     0.08     0.00     0.00
## 4835                           Little Orbit     0.08     0.00     0.00
## 4836                                O-Games     0.00     0.07     0.00
## 4837            Sony Computer Entertainment     0.00     0.00     0.08
## 4838           Konami Digital Entertainment     0.07     0.00     0.00
## 4839                                    THQ     0.08     0.00     0.00
## 4840                                    GSP     0.05     0.03     0.00
## 4841                    Crave Entertainment     0.08     0.00     0.00
## 4842                                Unknown     0.00     0.07     0.00
## 4843                           PopCap Games     0.02     0.05     0.00
## 4844                            Nordcurrent     0.08     0.00     0.00
## 4845                       Black Bean Games     0.03     0.04     0.00
## 4846                            Takara Tomy     0.03     0.00     0.05
## 4847                                Unknown     0.08     0.00     0.00
## 4848                             Activision     0.07     0.00     0.00
## 4849                     Namco Bandai Games     0.00     0.00     0.08
## 4850                        Electronic Arts     0.01     0.05     0.00
## 4851                               Abylight     0.07     0.00     0.00
## 4852 Warner Bros. Interactive Entertainment     0.06     0.01     0.00
## 4853                                Ubisoft     0.06     0.01     0.00
## 4854           Konami Digital Entertainment     0.00     0.02     0.06
## 4855            Sony Computer Entertainment     0.00     0.06     0.00
## 4856                             Activision     0.04     0.03     0.00
## 4857                             Activision     0.07     0.00     0.00
## 4858 Warner Bros. Interactive Entertainment     0.07     0.00     0.00
## 4859                      DTP Entertainment     0.05     0.02     0.00
## 4860                                Ubisoft     0.07     0.00     0.00
## 4861             Disney Interactive Studios     0.00     0.00     0.08
## 4862                             Activision     0.04     0.03     0.00
## 4863                   Asylum Entertainment     0.00     0.07     0.00
## 4864            Sony Computer Entertainment     0.00     0.00     0.08
## 4865                   Take-Two Interactive     0.07     0.00     0.00
## 4866                   Nippon Ichi Software     0.00     0.00     0.08
## 4867                  Majesco Entertainment     0.07     0.00     0.00
## 4868                     Namco Bandai Games     0.00     0.00     0.08
## 4869                             Activision     0.06     0.01     0.00
## 4870            Sony Computer Entertainment     0.00     0.00     0.07
## 4871                             Activision     0.07     0.00     0.00
## 4872                           Idea Factory     0.00     0.00     0.07
## 4873                            Hudson Soft     0.00     0.00     0.07
## 4874                              Mindscape     0.00     0.06     0.00
## 4875 Warner Bros. Interactive Entertainment     0.06     0.01     0.00
## 4876                             Activision     0.07     0.00     0.00
## 4877                    Crave Entertainment     0.07     0.00     0.00
## 4878                                   Sega     0.06     0.01     0.00
## 4879                            Deep Silver     0.00     0.07     0.00
## 4880                            Deep Silver     0.02     0.04     0.00
## 4881           Konami Digital Entertainment     0.00     0.00     0.07
## 4882                     Namco Bandai Games     0.00     0.00     0.07
## 4883           Konami Digital Entertainment     0.00     0.00     0.07
## 4884                           Idea Factory     0.00     0.00     0.07
## 4885                             Activision     0.06     0.00     0.00
## 4886                                Natsume     0.07     0.00     0.00
## 4887                            Square Enix     0.00     0.06     0.00
## 4888                              Zoo Games     0.07     0.00     0.00
## 4889                   Alternative Software     0.00     0.06     0.00
## 4890                                    THQ     0.07     0.00     0.00
## 4891                     Namco Bandai Games     0.00     0.00     0.07
## 4892           Konami Digital Entertainment     0.00     0.00     0.07
## 4893                  Majesco Entertainment     0.06     0.00     0.00
## 4894                     Namco Bandai Games     0.00     0.00     0.07
## 4895                                Unknown     0.06     0.00     0.00
## 4896                                Acquire     0.00     0.00     0.07
## 4897                                    THQ     0.06     0.00     0.00
## 4898                   Take-Two Interactive     0.06     0.00     0.00
## 4899                                  PlayV     0.05     0.01     0.00
## 4900                                    GSP     0.05     0.01     0.00
## 4901                               Nintendo     0.00     0.06     0.00
## 4902                              Zoo Games     0.06     0.00     0.00
## 4903                             Tecmo Koei     0.00     0.00     0.07
## 4904                                    THQ     0.06     0.00     0.00
## 4905                               Graffiti     0.06     0.00     0.00
## 4906                                    5pb     0.00     0.00     0.07
## 4907            Sony Computer Entertainment     0.00     0.05     0.00
## 4908             Disney Interactive Studios     0.06     0.00     0.00
## 4909                       City Interactive     0.05     0.01     0.00
## 4910                     Mentor Interactive     0.06     0.00     0.00
## 4911                  Marvelous Interactive     0.00     0.00     0.06
## 4912                     Namco Bandai Games     0.00     0.05     0.00
## 4913                     Falcom Corporation     0.00     0.00     0.06
## 4914                                   Sega     0.04     0.02     0.00
## 4915                              Alchemist     0.00     0.00     0.06
## 4916                             Activision     0.05     0.01     0.00
## 4917                                Ubisoft     0.00     0.06     0.00
## 4918                              Destineer     0.06     0.00     0.00
## 4919                              505 Games     0.06     0.00     0.00
## 4920                     JoWood Productions     0.06     0.00     0.00
## 4921                                Unknown     0.04     0.02     0.00
## 4922                            Takara Tomy     0.00     0.00     0.06
## 4923                            D3Publisher     0.00     0.00     0.06
## 4924                             Activision     0.01     0.04     0.00
## 4925                     Namco Bandai Games     0.00     0.00     0.06
## 4926                       Storm City Games     0.06     0.00     0.00
## 4927                           Little Orbit     0.06     0.00     0.00
## 4928               DreamCatcher Interactive     0.06     0.00     0.00
## 4929                            Deep Silver     0.00     0.05     0.00
## 4930                        Electronic Arts     0.04     0.01     0.00
## 4931           Konami Digital Entertainment     0.00     0.00     0.06
## 4932                                 Asgard     0.00     0.00     0.06
## 4933                  Majesco Entertainment     0.06     0.00     0.00
## 4934           Konami Digital Entertainment     0.00     0.05     0.00
## 4935                             Activision     0.05     0.00     0.00
## 4936                              Destineer     0.05     0.00     0.00
## 4937                                Ubisoft     0.05     0.00     0.00
## 4938                     Namco Bandai Games     0.00     0.00     0.06
## 4939            Sony Computer Entertainment     0.03     0.02     0.00
## 4940                  Marvelous Interactive     0.00     0.00     0.06
## 4941                            Hudson Soft     0.05     0.00     0.00
## 4942                      Rising Star Games     0.04     0.02     0.00
## 4943                            Takara Tomy     0.00     0.00     0.06
## 4944           Konami Digital Entertainment     0.05     0.00     0.00
## 4945                           Idea Factory     0.03     0.00     0.03
## 4946                                Unknown     0.03     0.02     0.00
## 4947 Warner Bros. Interactive Entertainment     0.03     0.02     0.00
## 4948                                O-Games     0.00     0.05     0.00
## 4949                            D3Publisher     0.00     0.00     0.06
## 4950                                  Atlus     0.00     0.00     0.06
## 4951                        UFO Interactive     0.05     0.00     0.00
## 4952                            Codemasters     0.00     0.05     0.00
## 4953                     Namco Bandai Games     0.00     0.00     0.05
## 4954                        Scholastic Inc.     0.05     0.00     0.00
## 4955                              Zoo Games     0.05     0.00     0.00
## 4956                              Avanquest     0.05     0.00     0.00
## 4957                           Idea Factory     0.00     0.00     0.05
## 4958                             Tecmo Koei     0.00     0.00     0.05
## 4959                            Square Enix     0.05     0.00     0.00
## 4960                                  PQube     0.04     0.01     0.00
## 4961                                O-Games     0.03     0.01     0.00
## 4962                            Hudson Soft     0.00     0.00     0.05
## 4963               DreamCatcher Interactive     0.05     0.00     0.00
## 4964                    Foreign Media Games     0.00     0.05     0.00
## 4965                        SouthPeak Games     0.05     0.00     0.00
## 4966                             Activision     0.05     0.00     0.00
## 4967           Konami Digital Entertainment     0.05     0.00     0.00
## 4968                                Ubisoft     0.00     0.04     0.00
## 4969                            Hudson Soft     0.00     0.00     0.05
## 4970                                Unknown     0.04     0.01     0.00
## 4971                             Enterbrain     0.00     0.00     0.05
## 4972                        SouthPeak Games     0.05     0.00     0.00
## 4973 Warner Bros. Interactive Entertainment     0.05     0.00     0.00
## 4974                      Rising Star Games     0.00     0.04     0.00
## 4975            Sony Computer Entertainment     0.00     0.00     0.05
## 4976                              505 Games     0.05     0.00     0.00
## 4977                             Tecmo Koei     0.00     0.00     0.05
## 4978                                Ubisoft     0.05     0.00     0.00
## 4979                                 Asgard     0.00     0.00     0.05
## 4980                              Destineer     0.05     0.00     0.00
## 4981                                  Atari     0.05     0.00     0.00
## 4982                      ASCII Media Works     0.00     0.00     0.05
## 4983                      Rising Star Games     0.04     0.00     0.00
## 4984                                O-Games     0.02     0.02     0.00
## 4985                     Namco Bandai Games     0.00     0.00     0.05
## 4986                                Ubisoft     0.02     0.02     0.00
## 4987                                    5pb     0.00     0.00     0.05
## 4988                      ASCII Media Works     0.00     0.00     0.05
## 4989                                  Spike     0.00     0.00     0.05
## 4990                              Aqua Plus     0.00     0.00     0.05
## 4991           Konami Digital Entertainment     0.00     0.00     0.05
## 4992                           Mastertronic     0.00     0.04     0.00
## 4993               Conspiracy Entertainment     0.04     0.00     0.00
## 4994                        SouthPeak Games     0.04     0.00     0.00
## 4995                        Team17 Software     0.00     0.04     0.00
## 4996                   Asylum Entertainment     0.04     0.00     0.00
## 4997                    Paradox Interactive     0.00     0.04     0.00
## 4998                              Tradewest     0.02     0.02     0.00
## 4999               Conspiracy Entertainment     0.04     0.00     0.00
## 5000                       Storm City Games     0.04     0.00     0.00
## 5001 Warner Bros. Interactive Entertainment     0.04     0.00     0.00
## 5002                       Arc System Works     0.04     0.00     0.01
## 5003                                Ubisoft     0.04     0.00     0.00
## 5004                 Microsoft Game Studios     0.00     0.04     0.00
## 5005                                Natsume     0.04     0.00     0.00
## 5006                   Asylum Entertainment     0.04     0.00     0.00
## 5007                              505 Games     0.04     0.00     0.00
## 5008                       Storm City Games     0.04     0.00     0.00
## 5009                           Idea Factory     0.00     0.00     0.04
## 5010                              Alchemist     0.00     0.00     0.04
## 5011                  Majesco Entertainment     0.04     0.00     0.00
## 5012                    Foreign Media Games     0.04     0.00     0.00
## 5013             Disney Interactive Studios     0.00     0.04     0.00
## 5014                              Prototype     0.00     0.00     0.04
## 5015                        Kadokawa Shoten     0.00     0.00     0.04
## 5016                       Flashpoint Games     0.04     0.00     0.00
## 5017                     Namco Bandai Games     0.00     0.00     0.04
## 5018                                    THQ     0.04     0.00     0.00
## 5019                             Tecmo Koei     0.00     0.00     0.04
## 5020                     Namco Bandai Games     0.00     0.00     0.04
## 5021           Konami Digital Entertainment     0.03     0.00     0.00
## 5022                                Unknown     0.03     0.00     0.00
## 5023                                Ubisoft     0.04     0.00     0.00
## 5024            Sony Computer Entertainment     0.00     0.03     0.00
## 5025                          Kalypso Media     0.03     0.00     0.00
## 5026                                Unknown     0.04     0.00     0.00
## 5027           Konami Digital Entertainment     0.00     0.00     0.04
## 5028                     Namco Bandai Games     0.00     0.00     0.04
## 5029                                Ubisoft     0.00     0.03     0.00
## 5030                        Electronic Arts     0.00     0.03     0.00
## 5031                   Nippon Ichi Software     0.00     0.00     0.04
## 5032                   Take-Two Interactive     0.02     0.01     0.00
## 5033                             Tecmo Koei     0.00     0.00     0.04
## 5034                     Virtual Play Games     0.04     0.00     0.00
## 5035                       Black Bean Games     0.03     0.00     0.00
## 5036                       Storm City Games     0.04     0.00     0.00
## 5037                 Focus Home Interactive     0.00     0.03     0.00
## 5038                        Kadokawa Shoten     0.00     0.00     0.04
## 5039                            D3Publisher     0.00     0.00     0.04
## 5040                                 Capcom     0.00     0.00     0.04
## 5041            Sony Computer Entertainment     0.00     0.00     0.04
## 5042                             Tecmo Koei     0.00     0.00     0.04
## 5043                    Foreign Media Games     0.02     0.01     0.00
## 5044                                Unknown     0.03     0.00     0.00
## 5045                                   Cave     0.00     0.00     0.04
## 5046                               ChunSoft     0.00     0.00     0.04
## 5047                                   Yeti     0.00     0.00     0.04
## 5048                          Kalypso Media     0.00     0.03     0.00
## 5049                  Majesco Entertainment     0.03     0.00     0.00
## 5050                                Unknown     0.00     0.00     0.03
## 5051                                O-Games     0.03     0.00     0.00
## 5052                              Zoo Games     0.03     0.00     0.00
## 5053                                   Sega     0.00     0.03     0.00
## 5054                              Zoo Games     0.03     0.00     0.00
## 5055           Konami Digital Entertainment     0.00     0.00     0.03
## 5056                           Nordic Games     0.03     0.00     0.00
## 5057                                Ubisoft     0.03     0.00     0.00
## 5058                            Just Flight     0.00     0.03     0.00
## 5059                                Ubisoft     0.00     0.03     0.00
## 5060                                  Kamui     0.00     0.00     0.03
## 5061                           Nordic Games     0.03     0.00     0.00
## 5062                       Arc System Works     0.01     0.00     0.02
## 5063                    Foreign Media Games     0.02     0.01     0.00
## 5064                           Idea Factory     0.03     0.00     0.00
## 5065                   Nippon Ichi Software     0.00     0.00     0.03
## 5066           Konami Digital Entertainment     0.00     0.00     0.03
## 5067                                    5pb     0.00     0.00     0.03
## 5068                              Mindscape     0.02     0.00     0.00
## 5069               Conspiracy Entertainment     0.03     0.00     0.00
## 5070                            D3Publisher     0.00     0.00     0.03
## 5071                                   Yeti     0.00     0.00     0.03
## 5072                             Tecmo Koei     0.00     0.00     0.03
## 5073                    Paradox Interactive     0.00     0.03     0.00
## 5074                            D3Publisher     0.00     0.00     0.03
## 5075                                Ubisoft     0.00     0.03     0.00
## 5076                             Tecmo Koei     0.00     0.00     0.03
## 5077           Konami Digital Entertainment     0.00     0.00     0.03
## 5078                                   Sega     0.00     0.00     0.03
## 5079           Konami Digital Entertainment     0.00     0.00     0.03
## 5080                                   Gust     0.00     0.00     0.03
## 5081                                  G.Rev     0.00     0.00     0.03
## 5082                  Marvelous Interactive     0.00     0.00     0.03
## 5083                            Hudson Soft     0.00     0.00     0.03
## 5084                             CyberFront     0.01     0.00     0.02
## 5085                              Zoo Games     0.03     0.00     0.00
## 5086                           Idea Factory     0.00     0.00     0.03
## 5087                              LucasArts     0.03     0.00     0.00
## 5088                       Storm City Games     0.03     0.00     0.00
## 5089                          From Software     0.00     0.00     0.03
## 5090                     Namco Bandai Games     0.00     0.00     0.03
## 5091                              Destineer     0.03     0.00     0.00
## 5092                                  Nexon     0.00     0.00     0.03
## 5093                     JoWood Productions     0.00     0.03     0.00
## 5094                              Tradewest     0.00     0.02     0.00
## 5095                                  Sting     0.00     0.00     0.03
## 5096                    Paradox Interactive     0.00     0.02     0.00
## 5097                              Alchemist     0.00     0.00     0.03
## 5098                                   Cave     0.00     0.00     0.03
## 5099            Sony Computer Entertainment     0.00     0.00     0.03
## 5100                           Idea Factory     0.00     0.00     0.03
## 5101                           SNK Playmore     0.00     0.00     0.03
## 5102                    Foreign Media Games     0.03     0.00     0.00
## 5103                                   Yeti     0.00     0.00     0.03
## 5104            Sony Computer Entertainment     0.00     0.02     0.00
## 5105 Warner Bros. Interactive Entertainment     0.02     0.01     0.00
## 5106                                    N/A     0.00     0.03     0.00
## 5107                            Nordcurrent     0.02     0.00     0.00
## 5108           Home Entertainment Suppliers     0.00     0.02     0.00
## 5109                               Nintendo     0.00     0.02     0.00
## 5110           Home Entertainment Suppliers     0.00     0.02     0.00
## 5111                                 Funcom     0.00     0.02     0.00
## 5112                     Namco Bandai Games     0.00     0.02     0.00
## 5113                              Prototype     0.00     0.00     0.03
## 5114                       Black Bean Games     0.00     0.02     0.00
## 5115              Irem Software Engineering     0.00     0.00     0.03
## 5116                      DTP Entertainment     0.00     0.02     0.00
## 5117                                Ubisoft     0.02     0.00     0.00
## 5118                                 Capcom     0.00     0.02     0.00
## 5119                            Deep Silver     0.02     0.00     0.00
## 5120                                 Asgard     0.00     0.00     0.03
## 5121                         Rocket Company     0.00     0.00     0.03
## 5122                                Ubisoft     0.02     0.00     0.00
## 5123                              Prototype     0.00     0.00     0.02
## 5124                           Idea Factory     0.00     0.00     0.02
## 5125                            Deep Silver     0.02     0.00     0.00
## 5126                                Unknown     0.02     0.00     0.00
## 5127                  Marvelous Interactive     0.00     0.00     0.02
## 5128                                Acquire     0.00     0.00     0.02
## 5129                        Kadokawa Shoten     0.00     0.00     0.02
## 5130                                   Sega     0.00     0.00     0.02
## 5131                                ArtDink     0.00     0.00     0.02
## 5132                              Prototype     0.00     0.00     0.02
## 5133                            D3Publisher     0.00     0.00     0.02
## 5134                             Rondomedia     0.00     0.02     0.00
## 5135                            D3Publisher     0.00     0.00     0.02
## 5136                 Focus Home Interactive     0.00     0.02     0.00
## 5137                     Namco Bandai Games     0.00     0.02     0.00
## 5138                                  Atari     0.00     0.02     0.00
## 5139           Konami Digital Entertainment     0.00     0.00     0.02
## 5140                      DTP Entertainment     0.01     0.01     0.00
## 5141                                    5pb     0.00     0.00     0.02
## 5142                                Comfort     0.00     0.00     0.02
## 5143                      ASCII Media Works     0.00     0.00     0.02
## 5144                            D3Publisher     0.00     0.00     0.02
## 5145                            Deep Silver     0.02     0.00     0.00
## 5146              Irem Software Engineering     0.00     0.00     0.02
## 5147                       Devolver Digital     0.00     0.02     0.00
## 5148                              Destineer     0.02     0.00     0.00
## 5149                              Zoo Games     0.02     0.00     0.00
## 5150                              Alchemist     0.00     0.00     0.02
## 5151                              Alchemist     0.00     0.00     0.02
## 5152                               Daedalic     0.00     0.02     0.00
## 5153                              505 Games     0.02     0.00     0.00
## 5154                              Destineer     0.02     0.00     0.00
## 5155                           Idea Factory     0.00     0.00     0.02
## 5156                           Idea Factory     0.00     0.00     0.02
## 5157                                NetRevo     0.00     0.00     0.02
## 5158                       Storm City Games     0.02     0.00     0.00
## 5159                           Idea Factory     0.00     0.00     0.02
## 5160                  Marvelous Interactive     0.00     0.00     0.02
## 5161                       Storm City Games     0.02     0.00     0.00
## 5162                       Arc System Works     0.00     0.00     0.02
## 5163                                    MTO     0.00     0.00     0.02
## 5164                              Destineer     0.02     0.00     0.00
## 5165                                O-Games     0.00     0.02     0.00
## 5166                               Broccoli     0.00     0.00     0.02
## 5167                                 Russel     0.00     0.00     0.02
## 5168                                    5pb     0.00     0.00     0.02
## 5169                              Alchemist     0.00     0.00     0.02
## 5170                             CyberFront     0.00     0.00     0.02
## 5171                    Paradox Interactive     0.01     0.01     0.00
## 5172                    Karin Entertainment     0.00     0.00     0.02
## 5173                           Nordic Games     0.01     0.01     0.00
## 5174                        Kadokawa Shoten     0.00     0.00     0.02
## 5175                              Destineer     0.02     0.00     0.00
## 5176                                    THQ     0.01     0.00     0.00
## 5177                           Idea Factory     0.00     0.00     0.02
## 5178                           Idea Factory     0.00     0.00     0.02
## 5179                                    5pb     0.00     0.00     0.02
## 5180                                Unknown     0.00     0.00     0.02
## 5181                            Takara Tomy     0.00     0.00     0.02
## 5182                            Square Enix     0.00     0.00     0.02
## 5183                     Namco Bandai Games     0.00     0.00     0.02
## 5184                     Namco Bandai Games     0.00     0.00     0.02
## 5185                                Unknown     0.00     0.01     0.00
## 5186                                    5pb     0.00     0.00     0.02
## 5187                             Activision     0.02     0.00     0.00
## 5188                              Alchemist     0.00     0.00     0.02
## 5189                     Namco Bandai Games     0.00     0.00     0.02
## 5190                        UFO Interactive     0.02     0.00     0.00
## 5191                                O-Games     0.02     0.00     0.00
## 5192                 Focus Home Interactive     0.00     0.01     0.00
## 5193                           Mastertronic     0.00     0.01     0.00
## 5194           Konami Digital Entertainment     0.00     0.00     0.02
## 5195                    Crave Entertainment     0.02     0.00     0.00
## 5196                     Virtual Play Games     0.02     0.00     0.00
## 5197                                 Russel     0.00     0.00     0.02
## 5198                        SouthPeak Games     0.00     0.01     0.00
## 5199                          Culture Brain     0.00     0.00     0.02
## 5200                              Alchemist     0.00     0.00     0.02
## 5201                            D3Publisher     0.00     0.00     0.02
## 5202                                Unknown     0.01     0.01     0.00
## 5203                                    5pb     0.00     0.00     0.02
## 5204                             CyberFront     0.00     0.00     0.02
## 5205                     Namco Bandai Games     0.00     0.00     0.02
## 5206                             CyberFront     0.00     0.00     0.02
## 5207                            Hudson Soft     0.00     0.00     0.02
## 5208                           Idea Factory     0.00     0.00     0.02
## 5209                        Kadokawa Shoten     0.00     0.00     0.02
## 5210                          Kalypso Media     0.00     0.01     0.00
## 5211                    Paradox Interactive     0.00     0.01     0.00
## 5212                                 Capcom     0.00     0.01     0.00
## 5213                             Rondomedia     0.00     0.01     0.00
## 5214                  Majesco Entertainment     0.02     0.00     0.00
## 5215                     Namco Bandai Games     0.00     0.00     0.02
## 5216                              Alchemist     0.00     0.00     0.02
## 5217                               Nintendo     0.00     0.00     0.02
## 5218                                    5pb     0.00     0.00     0.02
## 5219                                 Alvion     0.00     0.00     0.02
## 5220                             Ghostlight     0.00     0.01     0.00
## 5221                             Tecmo Koei     0.00     0.00     0.02
## 5222                                   Paon     0.00     0.00     0.02
## 5223           Konami Digital Entertainment     0.01     0.00     0.00
## 5224                     Neko Entertainment     0.00     0.01     0.00
## 5225                            Mamba Games     0.00     0.01     0.00
## 5226                           Idea Factory     0.00     0.00     0.02
## 5227                               Starfish     0.00     0.00     0.02
## 5228                        Electronic Arts     0.00     0.01     0.00
## 5229                        Kadokawa Shoten     0.00     0.00     0.02
## 5230                                    5pb     0.00     0.00     0.02
## 5231                          Compile Heart     0.00     0.00     0.02
## 5232                              Destineer     0.01     0.00     0.00
## 5233                      RED Entertainment     0.00     0.00     0.02
## 5234                            D3Publisher     0.00     0.00     0.02
## 5235                        Kadokawa Shoten     0.00     0.00     0.01
## 5236                           Idea Factory     0.00     0.00     0.01
## 5237                                   Yeti     0.00     0.00     0.01
## 5238                              Tradewest     0.00     0.01     0.00
## 5239                           Idea Factory     0.00     0.00     0.01
## 5240                        Kadokawa Shoten     0.00     0.00     0.01
## 5241                               Aerosoft     0.01     0.00     0.00
## 5242                    Foreign Media Games     0.00     0.01     0.00
## 5243                              Hackberry     0.00     0.00     0.01
## 5244                       Storm City Games     0.01     0.00     0.00
## 5245                            GN Software     0.00     0.00     0.01
## 5246                                  FuRyu     0.00     0.00     0.01
## 5247                             CyberFront     0.00     0.00     0.01
## 5248                              Zoo Games     0.01     0.00     0.00
## 5249                            D3Publisher     0.00     0.00     0.01
## 5250                              Aqua Plus     0.00     0.00     0.01
## 5251                                  Taito     0.00     0.00     0.01
## 5252                       Storm City Games     0.01     0.00     0.00
## 5253                                  Taito     0.00     0.00     0.01
## 5254                           SNK Playmore     0.00     0.00     0.01
## 5255                              Destineer     0.01     0.00     0.00
## 5256                                  PQube     0.00     0.01     0.00
## 5257                        Kadokawa Shoten     0.00     0.00     0.01
## 5258                           Idea Factory     0.00     0.00     0.01
## 5259                              Alchemist     0.00     0.00     0.01
## 5260                           Idea Factory     0.00     0.00     0.01
## 5261                            System Soft     0.00     0.00     0.01
## 5262                                Comfort     0.00     0.00     0.01
## 5263                                 Piacci     0.00     0.00     0.01
## 5264                            System Soft     0.00     0.00     0.01
## 5265                            D3Publisher     0.00     0.00     0.01
## 5266                           Idea Factory     0.00     0.00     0.01
## 5267                             CyberFront     0.00     0.00     0.01
## 5268                                O-Games     0.01     0.00     0.00
## 5269                           Idea Factory     0.00     0.00     0.01
## 5270                          Kalypso Media     0.00     0.01     0.00
## 5271                                 Russel     0.00     0.00     0.01
## 5272           Konami Digital Entertainment     0.01     0.00     0.00
## 5273            Sony Computer Entertainment     0.00     0.00     0.01
## 5274                             Tecmo Koei     0.00     0.00     0.01
## 5275                                 Dorart     0.00     0.00     0.01
## 5276                             Activision     0.01     0.00     0.00
## 5277                      DTP Entertainment     0.01     0.00     0.00
## 5278                               Nintendo    15.61    10.93     3.28
## 5279                               Nintendo    14.44     6.94     4.70
## 5280                               Nintendo     9.01     8.49     2.53
## 5281                             Activision     8.52     3.59     0.08
## 5282                               Nintendo     4.34     2.71     3.96
## 5283                             Activision     4.99     3.64     0.38
## 5284                        Electronic Arts     0.99     6.42     0.00
## 5285                                Ubisoft     3.48     2.99     0.00
## 5286            Sony Computer Entertainment     3.27     2.20     0.21
## 5287                 Microsoft Game Studios     4.34     1.34     0.06
## 5288                               Nintendo     0.63     0.67     4.35
## 5289                                Ubisoft     2.54     1.93     0.21
## 5290                 Microsoft Game Studios     2.99     1.90     0.10
## 5291                            Square Enix     1.74     1.21     1.87
## 5292                                Ubisoft     3.11     1.55     0.08
## 5293                                 Capcom     1.96     1.41     1.08
## 5294                                   Sega     1.87     1.96     0.22
## 5295                      Eidos Interactive     2.24     1.31     0.07
## 5296                                 Capcom     2.03     1.04     0.58
## 5297                        Electronic Arts     2.67     0.87     0.05
## 5298                        Electronic Arts     2.09     1.35     0.06
## 5299                               Nintendo     2.23     0.47     0.81
## 5300                               Nintendo     0.00     0.00     3.67
## 5301                        Electronic Arts     0.60     2.45     0.05
## 5302                                 Capcom     2.11     0.93     0.12
## 5303                      Eidos Interactive     2.20     0.95     0.02
## 5304                                   Sega     1.21     1.62     0.27
## 5305                   Take-Two Interactive     2.40     0.71     0.03
## 5306                               Nintendo     1.40     0.91     0.74
## 5307            Sony Computer Entertainment     0.50     1.58     0.31
## 5308            Sony Computer Entertainment     1.40     1.06     0.08
## 5309                                 Capcom     1.82     0.70     0.15
## 5310            Sony Computer Entertainment     1.76     0.68     0.12
## 5311                        Electronic Arts     2.52     0.09     0.00
## 5312                     Namco Bandai Games     1.20     0.97     0.17
## 5313                               Nintendo     0.28     1.39     0.68
## 5314                        Electronic Arts     0.69     1.40     0.04
## 5315                 Microsoft Game Studios     1.54     0.80     0.04
## 5316                        Electronic Arts     0.59     1.79     0.01
## 5317            Sony Computer Entertainment     1.70     0.44     0.06
## 5318                   Take-Two Interactive     1.04     1.22     0.03
## 5319                        Electronic Arts     1.76     0.55     0.03
## 5320            Sony Computer Entertainment     0.64     1.22     0.01
## 5321                        Electronic Arts     2.03     0.13     0.00
## 5322           Konami Digital Entertainment     0.30     1.27     0.46
## 5323                                   Sega     1.34     0.60     0.00
## 5324           Konami Digital Entertainment     1.09     0.85     0.00
## 5325                               Nintendo     0.65     0.40     1.05
## 5326 Warner Bros. Interactive Entertainment     1.67     0.30     0.02
## 5327                                Ubisoft     1.49     0.46     0.00
## 5328                   Take-Two Interactive     1.20     0.60     0.00
## 5329                                    THQ     1.48     0.39     0.00
## 5330                              Mindscape     1.94     0.00     0.00
## 5331                            Square Enix     1.06     0.26     0.53
## 5332                        Electronic Arts     0.73     0.96     0.01
## 5333             Disney Interactive Studios     1.04     0.66     0.00
## 5334            Sony Computer Entertainment     1.05     0.53     0.03
## 5335             Disney Interactive Studios     1.32     0.37     0.00
## 5336                     Namco Bandai Games     0.97     0.33     0.35
## 5337                                    THQ     1.07     0.44     0.01
## 5338                              MTV Games     1.17     0.39     0.00
## 5339                        Electronic Arts     0.23     0.24     0.00
## 5340                       Activision Value     1.58     0.00     0.00
## 5341                              505 Games     0.79     0.65     0.08
## 5342 Warner Bros. Interactive Entertainment     1.40     0.16     0.00
## 5343                        Electronic Arts     0.96     0.42     0.08
## 5344           Konami Digital Entertainment     0.10     0.18     0.12
## 5345                               Nintendo     0.57     0.43     0.44
## 5346                             Activision     0.92     0.48     0.00
## 5347                        Electronic Arts     0.92     0.40     0.00
## 5348                             Activision     0.94     0.43     0.00
## 5349             Disney Interactive Studios     1.07     0.28     0.00
## 5350                               Nintendo     0.35     0.69     0.28
## 5351                                   Sega     0.85     0.43     0.00
## 5352                        Electronic Arts     0.95     0.33     0.00
## 5353                             Activision     0.90     0.38     0.00
## 5354                               Nintendo     0.00     0.19     1.18
## 5355                             Activision     1.26     0.02     0.00
## 5356                        Electronic Arts     0.70     0.52     0.00
## 5357                              505 Games     0.79     0.42     0.01
## 5358                   Take-Two Interactive     0.58     0.56     0.05
## 5359                             Activision     0.84     0.35     0.00
## 5360                              MTV Games     0.97     0.23     0.00
## 5361                     Namco Bandai Games     0.71     0.41     0.05
## 5362                              Zoo Games     1.20     0.00     0.00
## 5363 Warner Bros. Interactive Entertainment     0.77     0.37     0.00
## 5364                             Activision     0.65     0.40     0.00
## 5365                                Ubisoft     0.43     0.47     0.05
## 5366                                   Sega     0.44     0.39     0.21
## 5367                             Activision     0.65     0.42     0.00
## 5368                               Nintendo     0.53     0.16     0.42
## 5369                                    THQ     0.48     0.48     0.01
## 5370                        Electronic Arts     0.15     0.67     0.01
## 5371                        Electronic Arts     0.76     0.27     0.00
## 5372                             Activision     0.65     0.37     0.00
## 5373                                Ubisoft     0.25     0.74     0.00
## 5374                             Activision     0.28     0.30     0.00
## 5375                                   Sega     0.21     0.20     0.62
## 5376                              MTV Games     0.67     0.29     0.00
## 5377                             Activision     0.53     0.39     0.00
## 5378                                   Sega     0.64     0.34     0.01
## 5379                        Electronic Arts     0.82     0.17     0.01
## 5380                                   Sega     0.01     0.97     0.00
## 5381                                    THQ     0.53     0.01     0.00
## 5382                                    THQ     0.86     0.12     0.00
## 5383                        Electronic Arts     0.60     0.36     0.00
## 5384                        Electronic Arts     0.54     0.42     0.00
## 5385                   Take-Two Interactive     0.28     0.49     0.03
## 5386                             Activision     0.56     0.39     0.00
## 5387                                 Capcom     0.46     0.31     0.20
## 5388                                    THQ     0.56     0.37     0.01
## 5389                        Electronic Arts     0.61     0.32     0.00
## 5390            Sony Computer Entertainment     0.16     0.57     0.00
## 5391                             Activision     0.62     0.31     0.00
## 5392             Disney Interactive Studios     0.56     0.34     0.02
## 5393                        Electronic Arts     0.93     0.00     0.00
## 5394                            Codemasters     0.27     0.52     0.00
## 5395            Sony Computer Entertainment     0.35     0.52     0.04
## 5396                                    THQ     0.61     0.29     0.00
## 5397                        Electronic Arts     0.23     0.64     0.00
## 5398                        Electronic Arts     0.88     0.00     0.00
## 5399                   Take-Two Interactive     0.88     0.02     0.00
## 5400                        Electronic Arts     0.62     0.26     0.00
## 5401                             Activision     0.59     0.29     0.00
## 5402 Warner Bros. Interactive Entertainment     0.84     0.04     0.00
## 5403                        Electronic Arts     0.87     0.00     0.00
## 5404                        Electronic Arts     0.54     0.27     0.00
## 5405                             Activision     0.69     0.17     0.00
## 5406                             Activision     0.40     0.43     0.00
## 5407                                   Sega     0.51     0.25     0.09
## 5408                            Codemasters     0.36     0.45     0.02
## 5409            Sony Computer Entertainment     0.16     0.57     0.00
## 5410                        Electronic Arts     0.28     0.51     0.02
## 5411                            Codemasters     0.23     0.46     0.05
## 5412                             Activision     0.68     0.15     0.00
## 5413                                Ubisoft     0.32     0.42     0.00
## 5414                                    THQ     0.52     0.25     0.00
## 5415                             Activision     0.42     0.34     0.00
## 5416            Sony Computer Entertainment     0.27     0.35     0.05
## 5417                             Activision     0.47     0.29     0.00
## 5418                             Activision     0.01     0.79     0.00
## 5419                                Ubisoft     0.35     0.37     0.01
## 5420                            Codemasters     0.15     0.62     0.00
## 5421                                   Sega     0.08     0.11     0.62
## 5422                                    THQ     0.48     0.29     0.01
## 5423             Disney Interactive Studios     0.59     0.20     0.00
## 5424                                  Atari     0.59     0.20     0.00
## 5425                               Nintendo     0.46     0.21     0.12
## 5426                         Ubisoft Annecy     0.52     0.16     0.08
## 5427                                   Sega     0.44     0.30     0.02
## 5428            Sony Computer Entertainment     0.34     0.36     0.00
## 5429                   Take-Two Interactive     0.75     0.01     0.01
## 5430                        Electronic Arts     0.46     0.25     0.01
## 5431                        Electronic Arts     0.45     0.30     0.00
## 5432 Warner Bros. Interactive Entertainment     0.60     0.16     0.00
## 5433           Konami Digital Entertainment     0.12     0.58     0.03
## 5434                        Electronic Arts     0.75     0.00     0.00
## 5435                            Codemasters     0.32     0.39     0.00
## 5436                            Hudson Soft     0.31     0.33     0.09
## 5437           Konami Digital Entertainment     0.09     0.33     0.20
## 5438                             Activision     0.52     0.20     0.00
## 5439                              LucasArts     0.43     0.29     0.00
## 5440                        Electronic Arts     0.47     0.23     0.01
## 5441                             Activision     0.51     0.21     0.00
## 5442                            Square Enix     0.32     0.20     0.21
## 5443            Sony Computer Entertainment     0.17     0.50     0.00
## 5444                        Electronic Arts     0.42     0.25     0.00
## 5445                                   Sega     0.45     0.23     0.02
## 5446                                Ubisoft     0.34     0.35     0.00
## 5447                                Ubisoft     0.41     0.30     0.00
## 5448                     Namco Bandai Games     0.37     0.19     0.11
## 5449                              LucasArts     0.38     0.23     0.00
## 5450                             Activision     0.45     0.23     0.00
## 5451                        Electronic Arts     0.28     0.39     0.00
## 5452                                    THQ     0.28     0.39     0.00
## 5453                    Big Ben Interactive     0.66     0.04     0.00
## 5454                           Nordic Games     0.00     0.67     0.00
## 5455                        Electronic Arts     0.38     0.25     0.00
## 5456                             Activision     0.41     0.23     0.00
## 5457                        Electronic Arts     0.41     0.21     0.01
## 5458                        Electronic Arts     0.16     0.37     0.01
## 5459                                    THQ     0.33     0.27     0.02
## 5460                             Activision     0.31     0.31     0.00
## 5461                             Activision     0.49     0.15     0.00
## 5462                                    THQ     0.49     0.17     0.00
## 5463                                Ubisoft     0.35     0.30     0.00
## 5464                             Activision     0.36     0.29     0.00
## 5465                        Electronic Arts     0.62     0.04     0.00
## 5466            Sony Computer Entertainment     0.66     0.00     0.00
## 5467                                    THQ     0.52     0.14     0.00
## 5468                                Ubisoft     0.32     0.32     0.00
## 5469                             Activision     0.66     0.01     0.00
## 5470                                 Capcom     0.23     0.14     0.30
## 5471             Disney Interactive Studios     0.38     0.25     0.00
## 5472 Warner Bros. Interactive Entertainment     0.41     0.22     0.00
## 5473                             Activision     0.28     0.30     0.00
## 5474                             Activision     0.42     0.21     0.00
## 5475                              505 Games     0.34     0.25     0.00
## 5476                                    THQ     0.42     0.20     0.00
## 5477                             Activision     0.59     0.03     0.00
## 5478                                    GSP     0.18     0.43     0.00
## 5479                        Electronic Arts     0.51     0.10     0.00
## 5480                        Electronic Arts     0.50     0.08     0.00
## 5481                        Electronic Arts     0.39     0.20     0.00
## 5482                        Electronic Arts     0.13     0.07     0.00
## 5483                                    THQ     0.44     0.14     0.00
## 5484                             Rondomedia     0.56     0.04     0.00
## 5485                                    THQ     0.30     0.27     0.00
## 5486            Sony Computer Entertainment     0.08     0.12     0.00
## 5487                        Electronic Arts     0.37     0.20     0.00
## 5488                             Activision     0.25     0.27     0.00
## 5489                             Ghostlight     0.18     0.06     0.34
## 5490                             Activision     0.34     0.23     0.00
## 5491                                  Atari     0.43     0.14     0.00
## 5492                                Ubisoft     0.58     0.00     0.00
## 5493             Disney Interactive Studios     0.41     0.16     0.00
## 5494                             Activision     0.28     0.24     0.00
## 5495                                Ubisoft     0.30     0.25     0.00
## 5496                        Electronic Arts     0.20     0.34     0.00
## 5497                     Bethesda Softworks     0.22     0.27     0.01
## 5498                               Nintendo     0.42     0.05     0.00
## 5499            Sony Computer Entertainment     0.18     0.27     0.00
## 5500                                    THQ     0.25     0.22     0.00
## 5501                             Activision     0.46     0.10     0.00
## 5502                            Deep Silver     0.22     0.22     0.08
## 5503                                  Spike     0.56     0.00     0.00
## 5504                        Electronic Arts     0.25     0.29     0.00
## 5505                                    THQ     0.40     0.15     0.00
## 5506            Sony Computer Entertainment     0.13     0.18     0.00
## 5507                                Ubisoft     0.30     0.24     0.00
## 5508                      Rising Star Games     0.32     0.12     0.11
## 5509                               Nintendo     0.11     0.13     0.33
## 5510                                Ubisoft     0.22     0.24     0.00
## 5511                             Activision     0.38     0.14     0.00
## 5512                               Nintendo     0.17     0.18     0.20
## 5513                             Activision     0.21     0.23     0.00
## 5514                             Activision     0.31     0.21     0.00
## 5515                                Ubisoft     0.31     0.19     0.02
## 5516                        Electronic Arts     0.14     0.37     0.00
## 5517                            Square Enix     0.22     0.10     0.23
## 5518                        Electronic Arts     0.28     0.22     0.00
## 5519                        Electronic Arts     0.02     0.18     0.00
## 5520                                  PQube     0.36     0.10     0.06
## 5521                        Electronic Arts     0.38     0.12     0.00
## 5522                             Activision     0.52     0.01     0.00
## 5523                                   Sega     0.28     0.23     0.00
## 5524                        Electronic Arts     0.20     0.30     0.00
## 5525                        SouthPeak Games     0.36     0.11     0.03
## 5526                                    THQ     0.22     0.28     0.00
## 5527 Warner Bros. Interactive Entertainment     0.40     0.11     0.00
## 5528                                Ubisoft     0.21     0.22     0.05
## 5529                  Majesco Entertainment     0.51     0.01     0.00
## 5530                             Activision     0.28     0.22     0.00
## 5531                 Microsoft Game Studios     0.15     0.34     0.00
## 5532                                    THQ     0.30     0.16     0.00
## 5533                        Electronic Arts     0.46     0.02     0.01
## 5534                            Deep Silver     0.29     0.16     0.04
## 5535                              Destineer     0.50     0.00     0.00
## 5536                                Ubisoft     0.50     0.00     0.00
## 5537             Disney Interactive Studios     0.26     0.21     0.00
## 5538                             Rondomedia     0.21     0.27     0.00
## 5539                                    THQ     0.35     0.13     0.00
## 5540 Warner Bros. Interactive Entertainment     0.13     0.28     0.01
## 5541 Warner Bros. Interactive Entertainment     0.32     0.15     0.00
## 5542                            Codemasters     0.08     0.29     0.00
## 5543                        Electronic Arts     0.26     0.20     0.00
## 5544                                Ubisoft     0.09     0.36     0.00
## 5545                              505 Games     0.23     0.23     0.00
## 5546                                Ubisoft     0.35     0.12     0.00
## 5547           Konami Digital Entertainment     0.12     0.27     0.06
## 5548                               Nintendo     0.44     0.03     0.00
## 5549                        Electronic Arts     0.00     0.46     0.00
## 5550                     Namco Bandai Games     0.12     0.20     0.07
## 5551                     Namco Bandai Games     0.36     0.08     0.02
## 5552                        Electronic Arts     0.26     0.20     0.00
## 5553                             Activision     0.33     0.13     0.00
## 5554                        Electronic Arts     0.18     0.20     0.00
## 5555                                    GSP     0.12     0.32     0.00
## 5556                               Nintendo     0.28     0.03     0.16
## 5557                             Activision     0.29     0.15     0.00
## 5558                              LucasArts     0.42     0.03     0.00
## 5559            Sony Computer Entertainment     0.00     0.15     0.00
## 5560                             Activision     0.25     0.01     0.00
## 5561                              MTV Games     0.24     0.14     0.00
## 5562                             Activision     0.24     0.19     0.00
## 5563                        Electronic Arts     0.20     0.21     0.00
## 5564                   Nippon Ichi Software     0.22     0.10     0.11
## 5565                               XS Games     0.44     0.00     0.00
## 5566                                    THQ     0.19     0.05     0.00
## 5567                                    THQ     0.35     0.08     0.00
## 5568                        Electronic Arts     0.19     0.23     0.00
## 5569 Warner Bros. Interactive Entertainment     0.19     0.20     0.01
## 5570                                    THQ     0.00     0.45     0.00
## 5571                                    THQ     0.27     0.03     0.00
## 5572                        Electronic Arts     0.32     0.10     0.01
## 5573           Konami Digital Entertainment     0.22     0.19     0.01
## 5574                     Namco Bandai Games     0.14     0.27     0.00
## 5575                            Square Enix     0.12     0.06     0.27
## 5576            Sony Computer Entertainment     0.22     0.17     0.00
## 5577             Disney Interactive Studios     0.29     0.13     0.00
## 5578                        Electronic Arts     0.33     0.09     0.00
## 5579                     Namco Bandai Games     0.00     0.00     0.45
## 5580                                Ubisoft     0.24     0.17     0.00
## 5581                             Activision     0.42     0.00     0.00
## 5582                         Ubisoft Annecy     0.03     0.02     0.38
## 5583           Konami Digital Entertainment     0.09     0.26     0.05
## 5584            Sony Computer Entertainment     0.00     0.06     0.00
## 5585 Warner Bros. Interactive Entertainment     0.32     0.09     0.00
## 5586                        Electronic Arts     0.40     0.02     0.00
## 5587                              505 Games     0.42     0.00     0.00
## 5588                              MTV Games     0.41     0.00     0.00
## 5589                             Activision     0.26     0.14     0.00
## 5590           Konami Digital Entertainment     0.26     0.14     0.00
## 5591             Disney Interactive Studios     0.19     0.20     0.00
## 5592                               Nintendo     0.09     0.02     0.32
## 5593                            D3Publisher     0.25     0.14     0.00
## 5594                     Namco Bandai Games     0.41     0.00     0.00
## 5595                    Knowledge Adventure     0.41     0.00     0.00
## 5596            Sony Computer Entertainment     0.00     0.06     0.00
## 5597            Sony Computer Entertainment     0.11     0.25     0.00
## 5598           Konami Digital Entertainment     0.24     0.15     0.00
## 5599           Konami Digital Entertainment     0.19     0.07     0.12
## 5600                             Activision     0.20     0.19     0.00
## 5601                              LucasArts     0.19     0.18     0.00
## 5602                                  Atari     0.15     0.04     0.00
## 5603                   Take-Two Interactive     0.39     0.01     0.00
## 5604 Warner Bros. Interactive Entertainment     0.29     0.11     0.00
## 5605                                Mastiff     0.40     0.00     0.00
## 5606                             Activision     0.21     0.16     0.00
## 5607                               Nintendo     0.19     0.14     0.06
## 5608                            D3Publisher     0.22     0.16     0.00
## 5609                            D3Publisher     0.13     0.19     0.00
## 5610                        Electronic Arts     0.39     0.00     0.00
## 5611                             Activision     0.23     0.15     0.00
## 5612                                    THQ     0.42     0.00     0.00
## 5613 Warner Bros. Interactive Entertainment     0.24     0.12     0.00
## 5614                     Namco Bandai Games     0.00     0.00     0.41
## 5615                                    THQ     0.36     0.02     0.00
## 5616                             Activision     0.36     0.02     0.00
## 5617                    Knowledge Adventure     0.38     0.00     0.00
## 5618                            Hudson Soft     0.00     0.00     0.41
## 5619                                    THQ     0.29     0.07     0.00
## 5620                                    THQ     0.15     0.22     0.00
## 5621                             Activision     0.15     0.06     0.00
## 5622                                    THQ     0.24     0.09     0.00
## 5623                             Activision     0.23     0.02     0.00
## 5624                     Namco Bandai Games     0.26     0.04     0.06
## 5625                                Ubisoft     0.27     0.09     0.00
## 5626                      Rising Star Games     0.26     0.03     0.10
## 5627                              LucasArts     0.21     0.12     0.00
## 5628                   Take-Two Interactive     0.33     0.01     0.00
## 5629                     Namco Bandai Games     0.00     0.00     0.40
## 5630                       Activision Value     0.37     0.00     0.00
## 5631           Konami Digital Entertainment     0.27     0.01     0.09
## 5632                             Activision     0.17     0.14     0.00
## 5633                     Mentor Interactive     0.37     0.00     0.00
## 5634                                Ubisoft     0.34     0.03     0.00
## 5635                              Zoo Games     0.38     0.00     0.00
## 5636                                Ubisoft     0.18     0.18     0.00
## 5637                        Electronic Arts     0.35     0.02     0.00
## 5638                                  Atari     0.24     0.12     0.00
## 5639                 Focus Home Interactive     0.06     0.30     0.00
## 5640                              LucasArts     0.22     0.14     0.00
## 5641                                   Sega     0.22     0.14     0.00
## 5642                                    THQ     0.20     0.15     0.00
## 5643                                    THQ     0.39     0.00     0.00
## 5644                            Square Enix     0.21     0.07     0.08
## 5645                                    THQ     0.38     0.01     0.00
## 5646                              LucasArts     0.18     0.17     0.00
## 5647                              505 Games     0.36     0.00     0.00
## 5648                                    THQ     0.24     0.11     0.00
## 5649                           Nordic Games     0.00     0.36     0.00
## 5650                              Avanquest     0.26     0.09     0.00
## 5651                                Ubisoft     0.00     0.32     0.00
## 5652                             Activision     0.20     0.15     0.00
## 5653                                   Sega     0.09     0.22     0.00
## 5654                        Electronic Arts     0.21     0.13     0.00
## 5655                     Namco Bandai Games     0.13     0.04     0.19
## 5656                                    THQ     0.35     0.00     0.00
## 5657                               Pinnacle     0.00     0.34     0.00
## 5658                   Take-Two Interactive     0.34     0.00     0.00
## 5659                        Electronic Arts     0.12     0.21     0.00
## 5660                              Destineer     0.35     0.00     0.00
## 5661                             Activision     0.13     0.20     0.00
## 5662                            Codemasters     0.10     0.22     0.00
## 5663                                Ubisoft     0.23     0.10     0.00
## 5664                                   Sega     0.12     0.21     0.00
## 5665                            Codemasters     0.11     0.22     0.00
## 5666 Warner Bros. Interactive Entertainment     0.17     0.15     0.00
## 5667                      Eidos Interactive     0.16     0.16     0.00
## 5668                      Rising Star Games     0.16     0.12     0.06
## 5669                             Activision     0.25     0.08     0.00
## 5670                         Valve Software     0.00     0.32     0.00
## 5671                               ChunSoft     0.31     0.00     0.03
## 5672           Konami Digital Entertainment     0.13     0.17     0.00
## 5673                     Namco Bandai Games     0.12     0.02     0.21
## 5674                                 Capcom     0.12     0.17     0.01
## 5675                                  PQube     0.21     0.08     0.04
## 5676                                    THQ     0.30     0.03     0.00
## 5677                   Take-Two Interactive     0.17     0.14     0.00
## 5678                                Ubisoft     0.33     0.00     0.00
## 5679                              Mindscape     0.00     0.32     0.00
## 5680                                   Sega     0.00     0.26     0.00
## 5681                        Electronic Arts     0.24     0.06     0.00
## 5682                             Activision     0.20     0.11     0.00
## 5683                   Take-Two Interactive     0.32     0.01     0.00
## 5684                                Ubisoft     0.33     0.00     0.00
## 5685                        Electronic Arts     0.14     0.15     0.00
## 5686 Warner Bros. Interactive Entertainment     0.13     0.18     0.00
## 5687                                Ubisoft     0.16     0.15     0.00
## 5688                             Activision     0.17     0.13     0.00
## 5689             Disney Interactive Studios     0.13     0.18     0.00
## 5690                      Eidos Interactive     0.14     0.15     0.00
## 5691                      Eidos Interactive     0.16     0.15     0.00
## 5692            Sony Computer Entertainment     0.07     0.03     0.00
## 5693                             Tecmo Koei     0.14     0.03     0.15
## 5694             Disney Interactive Studios     0.10     0.02     0.00
## 5695                             Activision     0.17     0.13     0.00
## 5696                        Electronic Arts     0.31     0.00     0.00
## 5697                     Namco Bandai Games     0.00     0.00     0.33
## 5698                  Majesco Entertainment     0.12     0.18     0.00
## 5699                 Microsoft Game Studios     0.14     0.14     0.02
## 5700                           PopCap Games     0.30     0.01     0.00
## 5701                                   Sega     0.12     0.18     0.00
## 5702            Sony Computer Entertainment     0.16     0.13     0.00
## 5703 Warner Bros. Interactive Entertainment     0.14     0.03     0.00
## 5704                  Majesco Entertainment     0.17     0.13     0.00
## 5705                        Electronic Arts     0.15     0.12     0.00
## 5706                   Take-Two Interactive     0.30     0.00     0.00
## 5707                              505 Games     0.30     0.00     0.00
## 5708                        Electronic Arts     0.30     0.00     0.00
## 5709                      Eidos Interactive     0.17     0.11     0.01
## 5710                                Ubisoft     0.30     0.00     0.00
## 5711                             Activision     0.25     0.05     0.00
## 5712                            Codemasters     0.15     0.14     0.00
## 5713                      Eidos Interactive     0.00     0.28     0.00
## 5714                      Eidos Interactive     0.21     0.09     0.00
## 5715                        SouthPeak Games     0.27     0.03     0.00
## 5716            Sony Computer Entertainment     0.09     0.15     0.00
## 5717                                Ubisoft     0.12     0.14     0.00
## 5718                              MTV Games     0.16     0.12     0.00
## 5719                                    THQ     0.18     0.11     0.00
## 5720                        Electronic Arts     0.29     0.00     0.00
## 5721                             Activision     0.10     0.02     0.00
## 5722                     Namco Bandai Games     0.15     0.03     0.10
## 5723                            Zushi Games     0.29     0.00     0.00
## 5724                            Codemasters     0.11     0.15     0.00
## 5725                        Electronic Arts     0.17     0.11     0.00
## 5726                   Take-Two Interactive     0.29     0.00     0.00
## 5727                       Storm City Games     0.29     0.00     0.00
## 5728                     Namco Bandai Games     0.00     0.00     0.31
## 5729                            Codemasters     0.09     0.18     0.00
## 5730                             Rondomedia     0.13     0.15     0.00
## 5731                        Electronic Arts     0.14     0.13     0.00
## 5732            Sony Computer Entertainment     0.00     0.28     0.00
## 5733                       Activision Value     0.28     0.00     0.00
## 5734                     Mentor Interactive     0.29     0.00     0.00
## 5735                             Activision     0.21     0.05     0.00
## 5736                                   Sega     0.00     0.00     0.30
## 5737                              Banpresto     0.13     0.07     0.07
## 5738             Disney Interactive Studios     0.27     0.00     0.00
## 5739                                Ubisoft     0.27     0.01     0.00
## 5740                        Electronic Arts     0.15     0.12     0.00
## 5741                                Ubisoft     0.24     0.03     0.00
## 5742                             Activision     0.16     0.10     0.00
## 5743                             Activision     0.19     0.07     0.00
## 5744                      Eidos Interactive     0.12     0.14     0.00
## 5745                            D3Publisher     0.11     0.03     0.00
## 5746                                    THQ     0.20     0.07     0.00
## 5747                      Rising Star Games     0.14     0.10     0.02
## 5748                             Tecmo Koei     0.11     0.07     0.07
## 5749                  Majesco Entertainment     0.27     0.00     0.00
## 5750                                Ubisoft     0.27     0.00     0.00
## 5751 Warner Bros. Interactive Entertainment     0.14     0.10     0.01
## 5752                                  Atari     0.16     0.10     0.00
## 5753                                    THQ     0.14     0.11     0.00
## 5754                   Take-Two Interactive     0.26     0.01     0.00
## 5755                     Namco Bandai Games     0.00     0.10     0.17
## 5756                                 Capcom     0.15     0.07     0.05
## 5757                      Rising Star Games     0.15     0.06     0.05
## 5758           Konami Digital Entertainment     0.13     0.12     0.00
## 5759                            Zushi Games     0.25     0.01     0.00
## 5760                                Ubisoft     0.15     0.11     0.00
## 5761                             Activision     0.13     0.12     0.00
## 5762                                 Capcom     0.12     0.12     0.01
## 5763                        Electronic Arts     0.12     0.11     0.00
## 5764                                Ubisoft     0.12     0.13     0.00
## 5765                             Activision     0.11     0.01     0.00
## 5766                                  Atlus     0.13     0.00     0.14
## 5767                             Activision     0.11     0.14     0.00
## 5768                             Activision     0.14     0.09     0.00
## 5769                        Electronic Arts     0.09     0.01     0.00
## 5770           Konami Digital Entertainment     0.00     0.00     0.27
## 5771             Disney Interactive Studios     0.12     0.01     0.00
## 5772                            Square Enix     0.25     0.00     0.00
## 5773                        Electronic Arts     0.25     0.00     0.00
## 5774                       Activision Value     0.25     0.00     0.00
## 5775                                    THQ     0.25     0.00     0.00
## 5776                        SouthPeak Games     0.15     0.09     0.00
## 5777                                  Atlus     0.13     0.00     0.12
## 5778           Konami Digital Entertainment     0.00     0.00     0.26
## 5779                                Ubisoft     0.24     0.00     0.00
## 5780 Warner Bros. Interactive Entertainment     0.00     0.24     0.00
## 5781                   Take-Two Interactive     0.24     0.00     0.00
## 5782            Sony Computer Entertainment     0.24     0.00     0.00
## 5783                                   Sega     0.00     0.00     0.26
## 5784                                 Capcom     0.00     0.00     0.26
## 5785                   Take-Two Interactive     0.24     0.00     0.00
## 5786           Konami Digital Entertainment     0.16     0.07     0.00
## 5787                        Electronic Arts     0.12     0.01     0.00
## 5788                                Ubisoft     0.24     0.00     0.00
## 5789                   Take-Two Interactive     0.14     0.09     0.00
## 5790                               Nintendo     0.24     0.00     0.00
## 5791                        Electronic Arts     0.21     0.02     0.00
## 5792                     Namco Bandai Games     0.24     0.00     0.00
## 5793                      Eidos Interactive     0.00     0.21     0.00
## 5794                              LucasArts     0.17     0.01     0.00
## 5795                             Activision     0.14     0.09     0.00
## 5796                            Square Enix     0.13     0.06     0.05
## 5797                                Ubisoft     0.20     0.02     0.00
## 5798             Disney Interactive Studios     0.17     0.05     0.00
## 5799                                    THQ     0.15     0.06     0.00
## 5800                     Mentor Interactive     0.23     0.00     0.00
## 5801                                    THQ     0.25     0.00     0.00
## 5802                            Hudson Soft     0.07     0.03     0.14
## 5803                             Activision     0.11     0.09     0.00
## 5804                   Take-Two Interactive     0.23     0.00     0.00
## 5805                              505 Games     0.17     0.06     0.00
## 5806                        Electronic Arts     0.23     0.00     0.00
## 5807                             Activision     0.14     0.09     0.00
## 5808                                 Capcom     0.00     0.00     0.25
## 5809                             Activision     0.16     0.07     0.00
## 5810                             Activision     0.19     0.04     0.00
## 5811                   Nippon Ichi Software     0.10     0.01     0.12
## 5812                          Vivendi Games     0.12     0.09     0.00
## 5813                             Activision     0.17     0.04     0.00
## 5814                       Activision Value     0.23     0.00     0.00
## 5815             Disney Interactive Studios     0.07     0.00     0.16
## 5816                            Codemasters     0.08     0.11     0.00
## 5817                        Electronic Arts     0.21     0.00     0.01
## 5818                                 GungHo     0.19     0.00     0.03
## 5819                                Ubisoft     0.22     0.00     0.00
## 5820                     Namco Bandai Games     0.00     0.00     0.24
## 5821                             Activision     0.20     0.02     0.00
## 5822                                Ubisoft     0.10     0.12     0.00
## 5823                             Tecmo Koei     0.16     0.01     0.04
## 5824                        Electronic Arts     0.17     0.05     0.00
## 5825                     Bethesda Softworks     0.16     0.06     0.00
## 5826                        Electronic Arts     0.12     0.07     0.00
## 5827                                Ubisoft     0.15     0.06     0.00
## 5828                                  Atari     0.16     0.05     0.00
## 5829                                Ubisoft     0.11     0.10     0.00
## 5830                      DTP Entertainment     0.18     0.04     0.00
## 5831                             Activision     0.19     0.03     0.00
## 5832                                    THQ     0.22     0.00     0.00
## 5833             Disney Interactive Studios     0.21     0.01     0.00
## 5834                                    THQ     0.00     0.22     0.00
## 5835                                    THQ     0.18     0.03     0.00
## 5836                                Ubisoft     0.00     0.23     0.00
## 5837                              MTV Games     0.22     0.00     0.00
## 5838                       Activision Value     0.21     0.00     0.00
## 5839                            Codemasters     0.00     0.22     0.00
## 5840                             Tecmo Koei     0.13     0.06     0.02
## 5841                             Tecmo Koei     0.00     0.00     0.23
## 5842                     Namco Bandai Games     0.00     0.00     0.23
## 5843                     Namco Bandai Games     0.00     0.00     0.23
## 5844                             Activision     0.21     0.00     0.00
## 5845             Disney Interactive Studios     0.14     0.06     0.00
## 5846                     Falcom Corporation     0.14     0.00     0.08
## 5847                            Nordcurrent     0.19     0.01     0.00
## 5848                                Ubisoft     0.20     0.01     0.00
## 5849                              MTV Games     0.21     0.00     0.00
## 5850             Disney Interactive Studios     0.13     0.06     0.00
## 5851                     Namco Bandai Games     0.00     0.00     0.22
## 5852                 Zoo Digital Publishing     0.20     0.00     0.00
## 5853                    Crave Entertainment     0.20     0.00     0.00
## 5854                             Activision     0.11     0.01     0.00
## 5855                                  Atlus     0.08     0.00     0.13
## 5856                            D3Publisher     0.11     0.09     0.00
## 5857                                Ubisoft     0.14     0.01     0.00
## 5858                          Kalypso Media     0.15     0.02     0.03
## 5859                                    THQ     0.08     0.12     0.00
## 5860                        Electronic Arts     0.01     0.19     0.00
## 5861                        Electronic Arts     0.17     0.03     0.00
## 5862                        Electronic Arts     0.17     0.02     0.00
## 5863                                Ubisoft     0.11     0.08     0.00
## 5864                               Nintendo     0.00     0.19     0.00
## 5865             Disney Interactive Studios     0.14     0.05     0.00
## 5866                                Ubisoft     0.20     0.00     0.00
## 5867                   Take-Two Interactive     0.19     0.01     0.00
## 5868                                    THQ     0.12     0.07     0.00
## 5869            Sony Computer Entertainment     0.00     0.18     0.00
## 5870                                Ubisoft     0.20     0.00     0.00
## 5871                               XS Games     0.20     0.00     0.00
## 5872                            Deep Silver     0.09     0.10     0.00
## 5873                  Majesco Entertainment     0.18     0.01     0.00
## 5874                        Electronic Arts     0.11     0.07     0.00
## 5875                             Gamebridge     0.12     0.05     0.02
## 5876                                    THQ     0.17     0.01     0.00
## 5877                     Namco Bandai Games     0.00     0.00     0.21
## 5878                            Zushi Games     0.18     0.01     0.00
## 5879                        Electronic Arts     0.19     0.00     0.00
## 5880                              505 Games     0.19     0.00     0.00
## 5881                              Zoo Games     0.19     0.00     0.00
## 5882                                Level 5     0.00     0.00     0.20
##      Other_Sales Global_Sales Critic_Score Critic_Count User_Score User_Count
## 1           1.11         7.59           85           41        5.0        398
## 2           0.45         7.14           83           78        6.0        266
## 3           0.85         5.38           93          113        7.9       7064
## 4           0.71         4.46           77           82        3.4       1129
## 5           0.61         4.08           88           31        8.4        809
## 6           0.60         3.80           80           64        7.0       2219
## 7           0.17         2.65           84           50        5.5        201
## 8           0.22         2.42           78           17        3.1        290
## 9           0.35         2.26           76           91        6.3        635
## 10          0.20         2.25           87           37        8.2        440
## 11          0.20         2.16           80           33        6.9        614
## 12          0.33         2.14           90           31        6.1       1358
## 13          0.34         1.88           88           47        6.7        162
## 14          0.28         1.81           68           66        5.1       1147
## 15          0.32         1.75           82           35        4.9         83
## 16          0.27         1.70           71           94        4.5       5096
## 17          0.22         1.65           89           69        8.8       1940
## 18          0.24         1.54           83           11        7.9        178
## 19          0.24         1.49           67           64        7.1        725
## 20          0.12         1.35           84           96        6.2        815
## 21          0.00         1.33           83           77        7.4         84
## 22          0.21         1.33           77           42        6.3        733
## 23          0.13         1.23           83           30        5.9         39
## 24          0.17         1.14           79           60        8.2        201
## 25          0.18         1.13           83           88        7.8        621
## 26          0.08         1.08           91           90        7.4        594
## 27          0.10         1.06           91           18        5.6        668
## 28          0.09         1.03           86           74        8.4        329
## 29          0.11         1.02           90           17        6.2         91
## 30          0.08         1.01           76           74        8.0        273
## 31          0.14         0.94           64            6        4.9        173
## 32          0.15         0.93           79           38        6.2        157
## 33          0.04         0.93           81           71        8.7         87
## 34          0.14         0.90           77           80        3.4       1221
## 35          0.17         0.89           88           50        7.8          7
## 36          0.08         0.88           77           27        6.4        194
## 37          0.07         0.76           81           57        6.1        416
## 38          0.12         0.75           89           56        8.4        704
## 39          0.07         0.74           61           23        6.5         46
## 40          0.10         0.73           52           51        3.3         21
## 41          0.12         0.73           71           70        7.0         87
## 42          0.10         0.71           73           54        7.8        117
## 43          0.11         0.70           78           61        7.5         91
## 44          0.04         0.68           54           15        4.0        128
## 45          0.04         0.65           64            5        8.0         20
## 46          0.10         0.64           88           56        7.7        569
## 47          0.00         0.63           88          106        6.3        132
## 48          0.05         0.62           67           20        4.6        274
## 49          0.09         0.60           69           50        6.9         88
## 50          0.05         0.57           87           31        8.0        261
## 51          0.00         0.56           73            5        6.0          7
## 52          0.05         0.56           77          106        6.8       1659
## 53          0.04         0.53           91           62        6.8       4052
## 54          0.02         0.53           93           39        8.1        149
## 55          0.08         0.49           81           29        7.7        111
## 56          0.04         0.48           80           64        8.1         79
## 57          0.05         0.45           85           61        7.6        478
## 58          0.03         0.43           69            6        7.6          8
## 59          0.03         0.42           75           72        6.8        208
## 60          0.04         0.41           76           42        6.0         77
## 61          0.06         0.41           69           17        8.7         12
## 62          0.04         0.41           79           33        5.8       1188
## 63          0.03         0.40           87           37        8.1         34
## 64          0.06         0.40           85           23        8.6        672
## 65          0.04         0.39           87           14        8.6        514
## 66          0.07         0.39           72           49        8.0         68
## 67          0.05         0.39           94           81        8.8        543
## 68          0.03         0.38           88           54        7.6       1137
## 69          0.06         0.38           84           59        7.6        511
## 70          0.03         0.38           25           17        1.7         23
## 71          0.05         0.37           60           31        5.9         21
## 72          0.00         0.37           53            6        3.3         12
## 73          0.06         0.37           84           39        8.5        210
## 74          0.05         0.37           85           50        8.7       1290
## 75          0.05         0.37           85           46        8.1        196
## 76          0.03         0.36           69           82        7.4        662
## 77          0.03         0.36           83            9        7.7        131
## 78          0.05         0.35           48           43        3.8        212
## 79          0.05         0.35           66           45        7.8         49
## 80          0.03         0.35           71           18        5.1         15
## 81          0.05         0.35           69           50        4.7        578
## 82          0.05         0.35           81           52        7.9        110
## 83          0.02         0.34           89           50        5.5        908
## 84          0.04         0.33           77           74        8.3        222
## 85          0.06         0.33           78           26        5.8         67
## 86          0.03         0.33           71           63        6.5         32
## 87          0.03         0.32           88           62        7.5        535
## 88          0.03         0.32           63           46        5.7          6
## 89          0.02         0.30           68           37        6.8         16
## 90          0.03         0.30           81           11        8.5         51
## 91          0.06         0.30           75           59        7.3         89
## 92          0.00         0.30           60           45        7.8         51
## 93          0.02         0.30           76           11        7.0         18
## 94          0.04         0.29           72            7        6.6          8
## 95          0.00         0.28           33            5        3.6         13
## 96          0.00         0.28           59           32        7.8         19
## 97          0.03         0.28           70           19        7.6        128
## 98          0.00         0.27           73           25        6.2         49
## 99          0.04         0.27           75            7        5.5          8
## 100         0.04         0.26           73           28        8.5         79
## 101         0.02         0.26           68           12        5.5         27
## 102         0.04         0.26           68           55        6.8        402
## 103         0.04         0.25           59           48        7.1         73
## 104         0.02         0.25           88           81        7.3        684
## 105         0.03         0.24           77           23        4.0         38
## 106         0.04         0.24           82           65        8.1          9
## 107         0.02         0.24           87           22        8.3        194
## 108         0.02         0.24           69            4        6.8         15
## 109         0.00         0.23           63            7        7.4         27
## 110         0.02         0.23           88          104        7.1       1221
## 111         0.00         0.23           63           41        5.4         99
## 112         0.00         0.22           58           17        5.4         17
## 113         0.02         0.22           88           22        6.8        156
## 114         0.02         0.21           81           46        8.4          5
## 115         0.00         0.21           68           12        7.6         16
## 116         0.03         0.21           77            5        8.6         46
## 117         0.02         0.21           77           27        7.1         26
## 118         0.03         0.20           72           32        7.4         49
## 119         0.03         0.20           86           78        8.2         58
## 120         0.00         0.20           52           42        5.6         30
## 121         0.03         0.20           86           70        4.5       2527
## 122         0.02         0.20           73            8        7.3         29
## 123         0.02         0.20           87           49        8.2        178
## 124         0.04         0.19           53           14        5.3         19
## 125         0.01         0.19           43           27        3.5         16
## 126         0.00         0.19           62            9        5.0          9
## 127         0.01         0.19           60            4        7.1         15
## 128         0.02         0.19           63           29        3.2        881
## 129         0.02         0.19           69           32        7.7         52
## 130         0.01         0.18           72           65        6.8        155
## 131         0.00         0.18           92           83        8.3        391
## 132         0.02         0.18           76            4        8.6         98
## 133         0.02         0.17           54           13        0.7          6
## 134         0.00         0.17           73           50        8.0         19
## 135         0.01         0.17           83           18        7.2        175
## 136         0.01         0.16           74           18        4.8        368
## 137         0.01         0.16           72           46        4.4        266
## 138         0.03         0.16           77           18        6.0        280
## 139         0.00         0.16           82           77        9.1         65
## 140         0.01         0.16           84           16        8.3         79
## 141         0.01         0.15           71           20        7.2        171
## 142         0.02         0.15           79           54        8.7        208
## 143         0.01         0.15           60            5        7.0          8
## 144         0.02         0.15           73           16        8.1          7
## 145         0.01         0.15           74            6        8.0         11
## 146         0.01         0.15           63           75        6.6        445
## 147         0.02         0.14           80           47        5.5         17
## 148         0.02         0.14           88           28        8.0        116
## 149         0.02         0.14           63           46        4.1          9
## 150         0.01         0.14           93            5        7.9         83
## 151         0.01         0.14           49           12        4.1        106
## 152         0.02         0.14           45           16        5.9        140
## 153         0.02         0.14           63           32        6.4         45
## 154         0.01         0.14           73           16        3.0        440
## 155         0.00         0.13           79           36        8.1          5
## 156         0.00         0.13           72            9        7.8         60
## 157         0.01         0.13           85            4        8.7        123
## 158         0.01         0.13           86           77        7.3        556
## 159         0.01         0.13           47           15        7.2         19
## 160         0.02         0.13           70           27        2.0          8
## 161         0.03         0.12           64           33        6.6         13
## 162         0.01         0.12           86           17        8.0         60
## 163         0.01         0.12           54           13        7.0         46
## 164         0.00         0.12           54            9        6.4          7
## 165         0.01         0.12           79            8        7.8          9
## 166         0.00         0.12           80           47        7.0        154
## 167         0.02         0.12           65           40        6.9         62
## 168         0.01         0.12           86           45        7.9        915
## 169         0.00         0.12           83            5        8.0         22
## 170         0.01         0.12           62            7        6.5         81
## 171         0.01         0.12           58           18        6.9          7
## 172         0.01         0.12           65            9        5.5         24
## 173         0.01         0.12           86           37        6.0        383
## 174         0.00         0.12           64            8        4.8         13
## 175         0.00         0.12           42           20        7.8         19
## 176         0.01         0.12           46           18        3.4         11
## 177         0.00         0.12           51           27        5.3         14
## 178         0.00         0.12           77           55        5.8        288
## 179         0.01         0.12           84           12        4.2        160
## 180         0.02         0.12           37           10        0.2          5
## 181         0.00         0.11           72           16        6.8          5
## 182         0.00         0.11           68           36        7.9         31
## 183         0.00         0.11           61           12        3.8         12
## 184         0.02         0.11           75           45        8.5        289
## 185         0.01         0.11           77            6        8.2         43
## 186         0.02         0.11           79           42        7.9         76
## 187         0.01         0.11           77           69        7.0         94
## 188         0.02         0.11           32           17        1.7         61
## 189         0.00         0.11           66           71        6.0       1848
## 190         0.00         0.10           82           44        8.4        312
## 191         0.01         0.10           77           10        5.7         30
## 192         0.02         0.10           73           26        6.3         37
## 193         0.00         0.10           56            8        5.1         14
## 194         0.00         0.10           79           75        6.9        662
## 195         0.00         0.10           56           22        4.3          7
## 196         0.02         0.10           64           30        7.1         13
## 197         0.01         0.10           78           14        6.0          8
## 198         0.00         0.10           62            4        7.8         10
## 199         0.01         0.09           66           41        7.0         61
## 200         0.00         0.09           54           25        3.5         51
## 201         0.00         0.09           55           22        5.8         23
## 202         0.02         0.09           44           49        5.5        163
## 203         0.01         0.09           81           41        4.3         57
## 204         0.01         0.09           67           23        4.6         76
## 205         0.01         0.09           79           57        6.7        968
## 206         0.01         0.09           67           34        7.4        110
## 207         0.01         0.09           61           32        6.5         60
## 208         0.00         0.09           39           15        5.6          5
## 209         0.00         0.09           71            6        7.1         21
## 210         0.01         0.09           68           18        8.2         16
## 211         0.01         0.09           62           42        6.1         12
## 212         0.00         0.09           91           95        8.7       2162
## 213         0.00         0.08           64           46        8.1         76
## 214         0.00         0.08           81           37        5.6        463
## 215         0.01         0.08           85           21        7.6         39
## 216         0.01         0.08           69           34        6.9        400
## 217         0.01         0.08           61            7        7.2         26
## 218         0.02         0.08           77           22        6.1         55
## 219         0.01         0.08           85           27        8.0        488
## 220         0.01         0.08           87           82        8.1        613
## 221         0.01         0.08           82           27        8.0        263
## 222         0.01         0.08           60           19        6.7         94
## 223         0.01         0.08           69           41        7.3         30
## 224         0.01         0.08           76           55        8.0        121
## 225         0.01         0.08           74           13        7.6         24
## 226         0.01         0.08           75           19        8.0         50
## 227         0.00         0.08           59           12        5.2         17
## 228         0.01         0.08           81           18        8.5         72
## 229         0.00         0.07           89           56        8.6       1848
## 230         0.01         0.07           67           27        6.9         22
## 231         0.01         0.07           72           31        7.8         22
## 232         0.01         0.07           70            6        8.0         24
## 233         0.00         0.06           63           22        5.2         30
## 234         0.00         0.06           74           24        4.4        606
## 235         0.00         0.06           51           17        4.2          6
## 236         0.01         0.06           66           35        7.0         29
## 237         0.01         0.06           73           35        6.2         70
## 238         0.01         0.06           60           10        5.8         12
## 239         0.00         0.06           76           12        7.7         27
## 240         0.01         0.06           83           31        8.3        116
## 241         0.00         0.06           29           30        1.9          4
## 242         0.01         0.06           60           38        6.7        116
## 243         0.00         0.06           62           70        6.1       1290
## 244         0.00         0.06           66           75        4.5         29
## 245         0.00         0.06           49           17        6.3         46
## 246         0.00         0.06           71           12        5.9         45
## 247         0.01         0.06           66           12        6.9         20
## 248         0.00         0.06           23           39        1.7          7
## 249         0.01         0.06           59           46        6.6        280
## 250         0.01         0.06           80           23        8.3          8
## 251         0.01         0.06           64           10        5.7         21
## 252         0.00         0.06           71            8        5.3         38
## 253         0.00         0.06           74           33        2.9        431
## 254         0.01         0.06           83           19        6.6        672
## 255         0.00         0.06           91           16        8.4        112
## 256         0.00         0.06           86           20        8.2        580
## 257         0.00         0.06           66            6        6.7          4
## 258         0.00         0.05           35           17        5.2         74
## 259         0.00         0.05           83           36        6.9        306
## 260         0.01         0.05           75           50        5.4        458
## 261         0.00         0.05           79           42        8.1         54
## 262         0.01         0.05           60            4        5.1         31
## 263         0.00         0.05           85           82        8.2        691
## 264         0.01         0.05           52           64        3.5        282
## 265         0.00         0.05           43            9        7.8        110
## 266         0.00         0.05           67           10        4.9         18
## 267         0.01         0.05           30           21        3.4         14
## 268         0.01         0.05           76           39        8.0         57
## 269         0.00         0.05           82           15        8.4         50
## 270         0.01         0.05           64           25        6.3          7
## 271         0.00         0.05           46            6        2.5         96
## 272         0.00         0.05           64           56        5.1        219
## 273         0.01         0.05           55           16        7.3         91
## 274         0.00         0.05           78           22        7.4         41
## 275         0.01         0.05           51           16        3.0        119
## 276         0.00         0.05           82            6        7.5         44
## 277         0.01         0.05           66            8        3.8         18
## 278         0.00         0.05           87           12        6.1         84
## 279         0.00         0.05           87           17        8.1         40
## 280         0.00         0.05           78           42        6.8       1050
## 281         0.01         0.05           75           18        7.6         16
## 282         0.01         0.05           71           19        8.0         12
## 283         0.01         0.05           78            6        7.8          6
## 284         0.00         0.05           63           12        6.3         34
## 285         0.01         0.05           58           25        8.5         20
## 286         0.01         0.04           71           28        8.1         73
## 287         0.00         0.04           83           15        8.6       1620
## 288         0.00         0.04           54           17        8.0         10
## 289         0.01         0.04           66           39        7.0         31
## 290         0.00         0.04           55           54        5.1        208
## 291         0.00         0.04           55           14        6.0         38
## 292         0.00         0.04           47            5        3.8          5
## 293         0.00         0.04           39           22        4.3         16
## 294         0.00         0.04           79           79        7.6         22
## 295         0.00         0.04           73           37        7.0         36
## 296         0.00         0.04           45            9        4.6          6
## 297         0.01         0.04           64            4        6.8         12
## 298         0.00         0.04           78           57        8.0        569
## 299         0.00         0.04           70           15        7.8         15
## 300         0.01         0.04           72           26        8.3         19
## 301         0.00         0.04           77           36        5.5        837
## 302         0.01         0.04           78            6        6.6         30
## 303         0.00         0.04           85           17        7.8         30
## 304         0.00         0.04           96           94        7.3       1305
## 305         0.00         0.04           71           24        7.8         11
## 306         0.00         0.04           20            5        1.6         10
## 307         0.00         0.04           84           20        8.4        152
## 308         0.00         0.04           70           11        7.0         28
## 309         0.00         0.04           54           48        3.5        284
## 310         0.00         0.04           75            5        8.0          6
## 311         0.00         0.04           40           11        2.0          9
## 312         0.00         0.04           65           23        6.5         17
## 313         0.01         0.04           86           24        5.5        212
## 314         0.00         0.04           71           39        7.0         45
## 315         0.00         0.04           85           72        7.1        328
## 316         0.00         0.03           88           55        7.5       1287
## 317         0.00         0.03           81           46        7.2         73
## 318         0.00         0.03           64            6        4.8          5
## 319         0.00         0.03           37           18        5.8         11
## 320         0.00         0.03           85           55        7.3         48
## 321         0.00         0.03           77            4        7.8        249
## 322         0.00         0.03           70           59        4.2        113
## 323         0.01         0.03           77           15        6.9         15
## 324         0.00         0.03           78           27        8.7          6
## 325         0.01         0.03           73           12        8.7         77
## 326         0.00         0.03           43           29        3.6         21
## 327         0.00         0.03           83           55        6.1        684
## 328         0.00         0.03           53            6        3.8         42
## 329         0.00         0.03           37           58        3.1         37
## 330         0.00         0.03           78           55        6.9        431
## 331         0.00         0.03           73           12        6.3         15
## 332         0.00         0.03           36           32        5.8         34
## 333         0.00         0.03           86           33        8.7        288
## 334         0.01         0.03           80           18        8.0         19
## 335         0.00         0.03           66           46        7.0         38
## 336         0.00         0.03           64           53        8.3        116
## 337         0.00         0.03           78           23        7.6         19
## 338         0.00         0.03           51           14        6.9          7
## 339         0.00         0.03           74            5        8.1          7
## 340         0.00         0.03           75           51        7.8         14
## 341         0.00         0.03           96           23        7.3        284
## 342         0.00         0.03           61           56        4.3          7
## 343         0.00         0.03           80           32        5.3          8
## 344         0.00         0.03           65           27        7.0         17
## 345         0.00         0.03           48            9        4.6         78
## 346         0.00         0.03           57           13        5.8          4
## 347         0.01         0.03           73           16        8.4         12
## 348         0.00         0.03           90           47        7.8        969
## 349         0.00         0.03           46            8        6.1         18
## 350         0.00         0.03           82           22        8.3         38
## 351         0.00         0.03           64           10        4.7       1056
## 352         0.00         0.03           74           23        7.5         28
## 353         0.00         0.03           75           52        3.4        680
## 354         0.00         0.03           71           34        7.2        338
## 355         0.00         0.03           82            4        6.6          8
## 356         0.00         0.03           36           31        4.3          4
## 357         0.00         0.03           68           12        7.4         55
## 358         0.01         0.03           86           82        8.1        233
## 359         0.01         0.03           79           34        8.3          8
## 360         0.00         0.03           48           21        6.5         73
## 361         0.00         0.03           64           13        4.7         50
## 362         0.00         0.03           57           11        7.8          9
## 363         0.00         0.03           83           46        6.9        542
## 364         0.00         0.03           64           65        7.4          7
## 365         0.00         0.03           67           17        6.2         12
## 366         0.00         0.03           88           71        7.5        667
## 367         0.00         0.03           75           49        9.2        168
## 368         0.00         0.03           70            4        6.7         12
## 369         0.00         0.03           78           16        6.8         73
## 370         0.00         0.02           71           13        6.8          5
## 371         0.00         0.02           67            8        6.8        235
## 372         0.00         0.02           69           74        6.9        236
## 373         0.00         0.02           61           20        7.3         16
## 374         0.00         0.02           64           69        6.0        515
## 375         0.00         0.02           62           31        6.5         36
## 376         0.00         0.02           76           33        5.3        120
## 377         0.00         0.02           71           48        8.7         41
## 378         0.00         0.02           75           41        5.7        100
## 379         0.00         0.02           46           21        6.3         27
## 380         0.00         0.02           64           43        6.6         30
## 381         0.00         0.02           52           13        7.9         34
## 382         0.00         0.02           94           29        8.8       1136
## 383         0.00         0.02           64           11        7.3         10
## 384         0.00         0.02           57           41        5.8         41
## 385         0.00         0.02           31           22        4.5         66
## 386         0.00         0.02           77           61        7.0        178
## 387         0.00         0.02           71           67        7.0          5
## 388         0.00         0.02           81           60        6.7        219
## 389         0.00         0.02           72           42        7.3        212
## 390         0.00         0.02           55           19        4.7         34
## 391         0.00         0.02           81           37        7.7         98
## 392         0.00         0.02           61           34        4.3       1847
## 393         0.00         0.02           67           50        6.1         96
## 394         0.00         0.02           51           49        4.4         50
## 395         0.00         0.02           80           44        7.0         23
## 396         0.00         0.02           69            9        3.7        137
## 397         0.00         0.02           52           15        7.1         12
## 398         0.00         0.02           71           17        7.8         86
## 399         0.00         0.02           43            7        2.4         31
## 400         0.00         0.02           56           12        5.8         12
## 401         0.00         0.02           79            9        8.5         15
## 402         0.00         0.02           66           15        8.5        144
## 403         0.00         0.02           58           46        3.3        160
## 404         0.00         0.02           55           13        4.2         94
## 405         0.00         0.02           36           21        6.2          9
## 406         0.00         0.02           83           66        7.8        930
## 407         0.00         0.02           55            7        2.2         11
## 408         0.00         0.02           79           54        4.1        908
## 409         0.00         0.02           39            6        2.8         13
## 410         0.00         0.02           75           27        8.5        106
## 411         0.00         0.02           48            4        2.0         53
## 412         0.00         0.02           72           64        8.9        131
## 413         0.00         0.02           33           10        2.8         12
## 414         0.00         0.02           69           15        7.5         46
## 415         0.00         0.02           55           10        5.0          4
## 416         0.00         0.02           49           28        6.5        320
## 417         0.00         0.02           61           55        7.4         40
## 418         0.00         0.02           49           15        6.0         29
## 419         0.00         0.02           86           18        7.5         24
## 420         0.00         0.02           68           37        7.8          5
## 421         0.00         0.02           76           26        7.5         16
## 422         0.00         0.02           71           16        5.3         17
## 423         0.00         0.02           80           22        8.1         48
## 424         0.00         0.02           86           41        8.8        110
## 425         0.00         0.02           67            5        8.1         16
## 426         0.00         0.02           80           69        8.5        604
## 427         0.00         0.02           83           24        6.7         89
## 428         0.00         0.02           80           54        7.7        140
## 429         0.00         0.02           73            5        6.6         78
## 430         0.00         0.02           71           48        7.1         18
## 431         0.00         0.02           66           14        4.3        539
## 432         0.00         0.02           79           26        5.8         70
## 433         0.00         0.02           63            9        6.7         27
## 434         0.00         0.02           65           35        5.8         15
## 435         0.00         0.01           19           13        8.0          4
## 436         0.00         0.01           72            4        6.2         14
## 437         0.00         0.01           72           35        5.8         29
## 438         0.00         0.01           90            6        6.3         52
## 439         0.00         0.01           66           13        6.2         13
## 440         0.00         0.01           70           67        5.9        111
## 441         0.00         0.01           92          100        8.8         12
## 442         0.00         0.01           77           20        8.4         62
## 443         0.00         0.01           32            5        1.7          6
## 444         0.00         0.01           84           91        7.4       1080
## 445         0.00         0.01           80           13        7.9         14
## 446         0.00         0.01           56           34        6.8        149
## 447         0.00         0.01           33           50        4.0         16
## 448         0.00         0.01           56           31        5.2         13
## 449         0.00         0.01           75           24        8.1          7
## 450         0.00         0.01           77           85        7.6        693
## 451         0.00         0.01           85           59        8.0       1026
## 452         0.00         0.01           65           18        7.3         72
## 453         0.00         0.01           56            4        3.1         14
## 454         0.00         0.01           66            7        7.5          8
## 455         0.00         0.01           75           33        4.3         80
## 456         0.00         0.01           43            4        1.6         23
## 457         0.00         0.01           35            5        1.5          9
## 458         0.00         0.01           71           15        7.1         71
## 459         0.00         0.01           25           27        1.9         23
## 460         0.00         0.01           87           47        8.0        915
## 461         0.00         0.01           78           57        5.3       1106
## 462         0.00         0.01           53           15        6.3         63
## 463         0.00         0.01           29           17        5.0          8
## 464         0.00         0.01           72           16        7.1         20
## 465         0.00         0.01           76           28        7.0          7
## 466         0.00         0.01           56           36        5.7         26
## 467         0.00         0.01           79           13        6.8         42
## 468         0.00         0.01           77           26        8.0         15
## 469         0.00         0.01           42            9        2.3          7
## 470         0.00         0.01           82           72        8.3        662
## 471         0.00         0.01           70           27        6.8         64
## 472         0.00         0.01           69           13        7.5         11
## 473         0.00         0.01           81           52        7.1         33
## 474         0.00         0.01           76           43        7.3        261
## 475         0.00         0.01           79           40        8.2          6
## 476         0.00         0.01           78            4        7.9         14
## 477         0.00         0.01           61            9        7.9         14
## 478         0.00         0.01           51           28        5.5         39
## 479         0.00         0.01           90           40        7.4        140
## 480         0.00         0.01           80           65        6.8          8
## 481         0.00         0.01           49           19        3.0         45
## 482         0.00         0.01           72           15        6.5         19
## 483         0.00         0.01           64           39        7.0         45
## 484         0.00         0.01           38           15        4.0         19
## 485         0.00         0.01           68           44        4.2        164
## 486         0.00         0.01           84           81        8.3       3517
## 487         0.00         0.01           63            8        8.2         22
## 488         0.00         0.01           49           10        6.6          5
## 489         0.00         0.01           65           10        5.5          8
## 490         0.00         0.01           69           14        7.0         17
## 491         0.00         0.01           81           46        8.5        151
## 492         0.00         0.01           74           13        6.7          7
## 493         0.00         0.01           78           37        5.4        121
## 494         0.00         0.01           82           44        5.2         76
## 495         0.00         0.01           45            9        5.3          4
## 496         0.00         0.01           77           33        4.0        219
## 497         0.00         0.01           87           24        8.3         30
## 498         0.00         0.01           78           40        8.3         87
## 499         0.00         0.01           69           43        6.6        158
## 500         0.00         0.01           90           91        8.1       3172
## 501         0.00         0.01           69           34        6.2         19
## 502         0.00         0.01           73           21        4.4         47
## 503         2.38        14.63           63           39        5.0       3711
## 504         1.28         8.57           82           42        4.3        896
## 505         1.28         7.98           93            9        5.6        272
## 506         0.68         7.39           84           83        6.8       5311
## 507         1.13         7.16           87           58        6.5       4228
## 508         0.76         4.62           86           78        8.1       1264
## 509         0.41         4.48           84          101        6.4       2438
## 510         0.26         4.43           81           88        8.5       1184
## 511         0.38         4.22           88           39        6.2       1749
## 512         0.59         3.97           92           79        9.2      10179
## 513         0.64         3.95           87           89        7.6       2679
## 514         0.69         3.88           87           51        6.7        364
## 515         0.32         3.66           79           33        6.7        662
## 516         0.48         3.41           93           86        8.2       3943
## 517         0.52         3.39           76           86        6.8       1319
## 518         0.05         3.32           88           49        7.7         11
## 519         0.34         3.28           82           74        7.5        563
## 520         0.24         3.25           84           45        4.4        459
## 521         0.60         3.24           83           37        5.9        180
## 522         0.20         3.21           88           85        8.7        691
## 523         0.12         3.05           66           60        6.9        106
## 524         0.48         2.78           83           81        7.7        836
## 525         0.40         2.71           64           21        3.2         58
## 526         0.38         2.48           92          100        8.6       6383
## 527         0.37         2.43           62           30        6.0        468
## 528         0.26         2.42           84           23        6.1        124
## 529         0.17         2.34           89           82        9.0        478
## 530         0.24         2.34           86           14        6.2        115
## 531         0.00         2.29           86           90        9.0        219
## 532         0.33         2.21           73           40        7.3        480
## 533         0.32         2.10           73           46        5.0        845
## 534         0.34         2.09           74           58        7.9       1287
## 535         0.31         1.93           86           81        6.0       1079
## 536         0.28         1.86           73           42        6.5        403
## 537         0.14         1.80           87           85        7.9        863
## 538         0.29         1.75           27           22        4.9        267
## 539         0.27         1.74           63           94        6.6       3172
## 540         0.16         1.71           78           83        7.0       1027
## 541         0.26         1.69           39           23        4.3         24
## 542         0.11         1.68           65           27        6.8         21
## 543         0.26         1.66           79          103        8.2       2161
## 544         0.12         1.58           66           66        6.5        279
## 545         0.12         1.57           54           16        2.9         45
## 546         0.14         1.49           85           16        6.6        694
## 547         0.14         1.38           86           21        7.3        279
## 548         0.11         1.38           86          102        8.0       1288
## 549         0.12         1.34           74           24        6.9        252
## 550         0.11         1.31           91           13        9.2       3963
## 551         0.10         1.30           78           83        8.5        376
## 552         0.11         1.30           78           22        6.1        402
## 553         0.12         1.29           74           26        7.8        387
## 554         0.10         1.29           84           38        5.4       7512
## 555         0.12         1.28           77           11        8.4        613
## 556         0.08         1.25           69           44        8.8        190
## 557         0.20         1.21           73           47        7.4        237
## 558         0.11         1.21           71           27        5.1        299
## 559         0.12         1.19           89           11        5.2        393
## 560         0.18         1.17           79           33        8.8         62
## 561         0.09         1.17           96           57        7.9       3756
## 562         0.08         1.12           73           73        7.6        179
## 563         0.16         1.11           69           50        7.7        598
## 564         0.16         1.09           83           37        6.6        363
## 565         0.14         0.98           80           71        8.1        228
## 566         0.10         0.97           58           28        5.1         12
## 567         0.15         0.96           76           46        4.3        894
## 568         0.08         0.95           71           38        6.2         23
## 569         0.10         0.94           39           16        3.2         24
## 570         0.17         0.92           80           44        7.8        190
## 571         0.08         0.90           71           24        7.0        186
## 572         0.14         0.90           70           46        7.0         80
## 573         0.08         0.88           59           16        6.8         17
## 574         0.14         0.88           82           49        7.8        345
## 575         0.00         0.87           75           65        6.5         33
## 576         0.08         0.87           67           12        7.1         14
## 577         0.00         0.86           53            7        5.4         44
## 578         0.14         0.86           80           69        6.2        160
## 579         0.14         0.85           91           55        7.4         14
## 580         0.06         0.84           84           87        8.9       1548
## 581         0.10         0.79           87           54        7.1        680
## 582         0.07         0.79           84           75        7.7        325
## 583         0.14         0.78           43           13        3.1         18
## 584         0.04         0.76           85           15        7.3         18
## 585         0.04         0.75           67           56        7.0        384
## 586         0.07         0.75           95           10        7.3        900
## 587         0.00         0.74           86           55        7.7          5
## 588         0.11         0.74           58           35        7.7         51
## 589         0.06         0.74           50           12        8.0          8
## 590         0.13         0.74           80           26        4.6         13
## 591         0.12         0.73           80           53        7.1         65
## 592         0.12         0.72           53           49        5.7        101
## 593         0.05         0.72           93           32        9.3      10665
## 594         0.11         0.69           73           24        7.3        166
## 595         0.11         0.69           53           51        6.0        164
## 596         0.06         0.69           71           15        5.1         63
## 597         0.10         0.66           65           46        6.3         43
## 598         0.06         0.65           70           17        6.7         44
## 599         0.10         0.65           81           63        8.7         72
## 600         0.07         0.64           81           33        7.2        168
## 601         0.06         0.64           74           31        5.1        336
## 602         0.11         0.63           78           28        5.5        157
## 603         0.05         0.62           46           21        7.2         11
## 604         0.09         0.60           58           15        3.5         73
## 605         0.05         0.59           72           18        5.7         75
## 606         0.05         0.57           73            7        6.9         11
## 607         0.02         0.56           77           50        8.0         47
## 608         0.04         0.56           53           37        5.3         66
## 609         0.05         0.56           61            8        6.4         32
## 610         0.05         0.55           81           21        5.1         69
## 611         0.07         0.55           75           30        7.7        284
## 612         0.09         0.55           58           23        6.4         18
## 613         0.04         0.55           72           17        6.5         27
## 614         0.05         0.53           62            5        6.5         29
## 615         0.04         0.53           88           62        8.3        833
## 616         0.04         0.53           81           51        6.1         18
## 617         0.04         0.52           71            5        8.1         14
## 618         0.08         0.52           61           33        3.7         78
## 619         0.04         0.52           73           72        8.0        227
## 620         0.08         0.51           52           15        6.0         21
## 621         0.00         0.49           63           27        6.5         19
## 622         0.03         0.49           81           70        7.4        103
## 623         0.01         0.48           55           25        8.6          5
## 624         0.04         0.48           85            4        7.8         27
## 625         0.04         0.48           87           13        5.6         65
## 626         0.06         0.48           55           35        7.1         62
## 627         0.05         0.48           80           18        6.0         81
## 628         0.05         0.47           79           27        6.4         54
## 629         0.06         0.46           74           34        7.4        118
## 630         0.04         0.46           72           53        5.8        288
## 631         0.07         0.45           67           51        6.0        127
## 632         0.02         0.44           58           58        5.3        133
## 633         0.04         0.43           80           11        7.8        119
## 634         0.04         0.43           72           14        5.4         25
## 635         0.06         0.43           76           54        8.0        267
## 636         0.04         0.42           75           13        5.4          5
## 637         0.03         0.41           46           20        4.4        173
## 638         0.06         0.41           69           10        5.3         81
## 639         0.04         0.41           80           12        6.9         27
## 640         0.01         0.41           86           13        8.1         16
## 641         0.06         0.40           72           59        6.8        315
## 642         0.04         0.40           57           30        7.2         40
## 643         0.03         0.39           75           53        7.0        542
## 644         0.06         0.39           79           62        7.6        110
## 645         0.06         0.39           84           27        7.8         41
## 646         0.07         0.39           61           50        8.2          6
## 647         0.07         0.38           78           51        6.3         87
## 648         0.06         0.37           74            6        6.6         12
## 649         0.06         0.37           68           43        5.5         81
## 650         0.06         0.37           44            7        4.2          6
## 651         0.03         0.36           70            4        7.1         27
## 652         0.06         0.36           73           10        6.8         20
## 653         0.06         0.35           84          106        8.2       2944
## 654         0.03         0.35           68           55        8.3         24
## 655         0.02         0.35           81           34        6.9         97
## 656         0.03         0.35           63           22        4.4         59
## 657         0.03         0.34           88           40        8.0          4
## 658         0.04         0.34           69           48        8.3         77
## 659         0.01         0.34           80           47        6.8        131
## 660         0.02         0.33           61           32        6.6         32
## 661         0.02         0.32           80           32        8.5         71
## 662         0.03         0.32           66           10        6.1         18
## 663         0.03         0.32           67           18        7.2        128
## 664         0.03         0.32           61           48        6.0          5
## 665         0.04         0.32           76           51        8.6         83
## 666         0.03         0.32           76           56        7.5        178
## 667         0.04         0.31           76           17        7.1        110
## 668         0.05         0.31           81           51        3.3         29
## 669         0.05         0.31           66           65        5.0        704
## 670         0.05         0.29           60           11        5.7         68
## 671         0.02         0.29           67           25        6.8         48
## 672         0.04         0.29           80           43        8.1        173
## 673         0.03         0.28           49           28        4.1         65
## 674         0.04         0.28           37           21        2.8        198
## 675         0.05         0.28           87           59        8.3        747
## 676         0.04         0.27           63           58        5.1         22
## 677         0.02         0.27           60           26        4.3         77
## 678         0.04         0.26           81           70        8.1        188
## 679         0.04         0.26           56            8        4.1          7
## 680         0.01         0.26           74            6        5.1          4
## 681         0.02         0.26           81           16        5.8        135
## 682         0.01         0.25           38            5        3.7          7
## 683         0.02         0.25           76            8        5.7        176
## 684         0.02         0.25           67           31        7.1         54
## 685         0.02         0.25           72           45        5.9        278
## 686         0.02         0.25           49           17        3.0          4
## 687         0.00         0.25           35           16        0.9         17
## 688         0.04         0.25           63           32        6.3         60
## 689         0.02         0.25           64           13        5.3         22
## 690         0.02         0.24           79           32        8.7         82
## 691         0.02         0.24           76           15        5.5         17
## 692         0.02         0.24           37           26        5.6         23
## 693         0.02         0.24           80           66        7.3        520
## 694         0.02         0.24           77           28        6.7         46
## 695         0.01         0.24           77           44        7.9         49
## 696         0.00         0.23           56           34        5.5          9
## 697         0.02         0.23           79           37        6.9        734
## 698         0.04         0.23           77           50        7.5        160
## 699         0.02         0.23           39           21        3.1         40
## 700         0.02         0.23           56           19        5.5         19
## 701         0.05         0.22           81           55        7.6         11
## 702         0.04         0.22           73            8        6.8         24
## 703         0.03         0.22           66           30        7.0         47
## 704         0.02         0.22           72           16        7.3        117
## 705         0.02         0.21           69           69        7.7        125
## 706         0.01         0.21           69           29        6.1         10
## 707         0.02         0.21           74           14        5.9        544
## 708         0.02         0.21           75           48        8.0         37
## 709         0.03         0.21           32           43        1.5        427
## 710         0.02         0.20           68           45        5.7         39
## 711         0.03         0.20           62           26        6.8         88
## 712         0.01         0.20           81           10        4.4        296
## 713         0.02         0.20           75           40        7.9       1295
## 714         0.02         0.20           91           24        7.8          5
## 715         0.00         0.19           57           24        5.5         30
## 716         0.03         0.19           42           15        4.2          6
## 717         0.02         0.19           84            4        6.1         36
## 718         0.00         0.19           84           28        8.8         17
## 719         0.02         0.19           77           39        4.3        969
## 720         0.00         0.19           57           27        0.3        546
## 721         0.02         0.18           90           49        7.2        159
## 722         0.02         0.18           59           30        7.8         45
## 723         0.02         0.18           71            4        7.4         34
## 724         0.02         0.18           84           18        6.8         51
## 725         0.02         0.18           67           25        8.0         96
## 726         0.03         0.18           86           83        7.1         18
## 727         0.03         0.18           59           27        6.1         70
## 728         0.00         0.17           84           75        8.5        215
## 729         0.02         0.17           66           15        5.6         27
## 730         0.02         0.17           74           35        7.6         74
## 731         0.01         0.17           74           28        7.5         47
## 732         0.00         0.17           91           25        8.8         92
## 733         0.02         0.17           58           33        6.5         21
## 734         0.00         0.17           57           25        7.3         15
## 735         0.02         0.17           68           12        3.8          6
## 736         0.01         0.17           76            4        6.3         17
## 737         0.00         0.17           77           26        8.2         38
## 738         0.01         0.16           72           28        6.8         15
## 739         0.01         0.15           75           23        8.0        101
## 740         0.00         0.15           77           37        5.8         96
## 741         0.00         0.15           83           46        9.2         40
## 742         0.00         0.15           60           12        5.4         14
## 743         0.00         0.15           65            4        7.0          5
## 744         0.01         0.15           83           65        6.3        104
## 745         0.00         0.15           60           23        2.6         75
## 746         0.01         0.15           35           15        2.8         65
## 747         0.02         0.14           80           10        7.7         31
## 748         0.00         0.14           60           16        5.0          5
## 749         0.01         0.14           74           50        5.3        529
## 750         0.01         0.14           85           60        8.9       1404
## 751         0.01         0.14           90            9        8.2        225
## 752         0.00         0.14           66           24        5.2          5
## 753         0.01         0.14           75           25        7.9         55
## 754         0.01         0.14           69           17        5.8         12
## 755         0.01         0.14           71           31        3.8        773
## 756         0.02         0.14           81           10        8.6         73
## 757         0.00         0.13           32           12        4.3         29
## 758         0.00         0.13           75            9        8.1         10
## 759         0.01         0.13           80           62        8.2        153
## 760         0.01         0.13           44           17        5.0          4
## 761         0.01         0.13           70           14        2.5       1967
## 762         0.01         0.13           86           20        7.6        225
## 763         0.00         0.13           84           78        7.7         68
## 764         0.01         0.13           83           48        7.1        418
## 765         0.01         0.12           55           27        5.7         23
## 766         0.02         0.12           76            4        7.4         19
## 767         0.01         0.12           75           32        8.1         47
## 768         0.02         0.12           61            6        6.0          7
## 769         0.00         0.12           56           23        5.5         18
## 770         0.01         0.12           39           18        2.1        132
## 771         0.01         0.12           45           31        6.5         81
## 772         0.01         0.12           45            5        3.4          7
## 773         0.01         0.12           73           26        7.3         24
## 774         0.02         0.11           19            5        3.4         65
## 775         0.00         0.11           47            4        6.8          7
## 776         0.00         0.11           72           34        6.1         35
## 777         0.02         0.11           70            5        6.5         15
## 778         0.00         0.11           62            8        5.2          7
## 779         0.01         0.11           72            7        8.5         11
## 780         0.01         0.11           58           31        5.5          8
## 781         0.02         0.11           70           48        8.2         35
## 782         0.00         0.11           58           14        2.6         84
## 783         0.01         0.11           60           17        5.6         62
## 784         0.01         0.11           62           10        7.2         40
## 785         0.00         0.11           69           35        8.0         79
## 786         0.01         0.11           85           14        6.2        144
## 787         0.00         0.10           72           49        6.9        118
## 788         0.01         0.10           81           65        7.3       1170
## 789         0.01         0.10           54            9        5.3         17
## 790         0.01         0.10           65           12        7.8         63
## 791         0.01         0.10           75           22        7.5        106
## 792         0.00         0.10           74           13        6.4         44
## 793         0.00         0.10           95           76        8.9        533
## 794         0.01         0.10           51           61        5.7         65
## 795         0.01         0.10           71           28        5.9         94
## 796         0.01         0.10           73           13        6.8         50
## 797         0.01         0.10           59           35        7.0         34
## 798         0.01         0.10           88           24        8.3        280
## 799         0.01         0.10           71           29        6.5         15
## 800         0.00         0.09           51           17        5.3          8
## 801         0.02         0.09           71           25        6.2         22
## 802         0.01         0.09           80           68        8.8        266
## 803         0.01         0.09           94           82        6.9         98
## 804         0.01         0.09           86            7        9.3         20
## 805         0.00         0.09           58           16        6.4         69
## 806         0.01         0.09           25            9        1.8         34
## 807         0.01         0.09           67           60        3.4         20
## 808         0.01         0.09           69           43        6.6         23
## 809         0.00         0.09           55            6        4.7         12
## 810         0.00         0.09           76           30        7.6        338
## 811         0.01         0.09           89           82        6.5       1122
## 812         0.00         0.09           64            9        6.3         27
## 813         0.01         0.09           72            6        7.6         16
## 814         0.01         0.09           83           77        7.7        712
## 815         0.01         0.09           20            4        3.1         30
## 816         0.01         0.09           92           32        6.5       2318
## 817         0.00         0.09           66           51        7.7        539
## 818         0.01         0.08           41           13        1.6         20
## 819         0.00         0.08           79           61        5.5         83
## 820         0.00         0.08           70           18        7.8         44
## 821         0.01         0.08           90           18        7.6        312
## 822         0.01         0.08           79           41        7.1         17
## 823         0.01         0.08           78           75        8.4         25
## 824         0.00         0.08           33            8        0.9         39
## 825         0.01         0.08           74           25        7.5        362
## 826         0.00         0.08           65            4        6.6          7
## 827         0.01         0.08           76           24        5.8        116
## 828         0.00         0.08           91           13        7.7       1963
## 829         0.01         0.08           81           36        9.3         17
## 830         0.00         0.08           64           28        5.7        117
## 831         0.01         0.08           73           22        6.5         12
## 832         0.00         0.08           46           13        2.8        210
## 833         0.00         0.08           84           17        7.9         13
## 834         0.01         0.07           64           10        7.1         12
## 835         0.00         0.07           84           73        7.9        116
## 836         0.01         0.07           76           70        7.3         51
## 837         0.00         0.07           79           50        6.5        121
## 838         0.01         0.07           62           19        7.7         61
## 839         0.00         0.07           71           21        6.2         34
## 840         0.01         0.07           63           50        7.8       3963
## 841         0.01         0.07           78           33        8.1         63
## 842         0.00         0.07           78           41        5.4        432
## 843         0.01         0.07           73            5        6.6         48
## 844         0.00         0.07           64           12        5.7        171
## 845         0.01         0.07           45           29        2.8         10
## 846         0.00         0.07           74           81        8.4         65
## 847         0.01         0.07           82           18        5.6         83
## 848         0.01         0.07           63            9        8.6          7
## 849         0.00         0.07           58           60        2.3        173
## 850         0.01         0.07           68           12        6.3          4
## 851         0.01         0.07           69           42        7.6        108
## 852         0.01         0.07           72           14        7.2         23
## 853         0.00         0.06           84           38        7.6        118
## 854         0.01         0.06           71           64        6.5         47
## 855         0.00         0.06           70           15        7.5         48
## 856         0.01         0.06           66           12        5.6         21
## 857         0.01         0.06           40            7        6.6         26
## 858         0.01         0.06           67           40        7.6         71
## 859         0.01         0.06           76           11        8.8         33
## 860         0.01         0.06           82           26        7.9         10
## 861         0.01         0.06           64           40        7.9         51
## 862         0.00         0.06           82           52        5.4         29
## 863         0.00         0.06           71           30        8.0         14
## 864         0.00         0.06           80           50        6.7         87
## 865         0.01         0.06           39            7        3.1         12
## 866         0.01         0.06           43           54        6.5        283
## 867         0.00         0.06           80           83        5.2        809
## 868         0.01         0.06           60           14        8.4         50
## 869         0.00         0.06           71            8        8.3         12
## 870         0.00         0.06           59            9        7.9         28
## 871         0.01         0.06           42            8        4.1          9
## 872         0.01         0.06           25            6        1.9         39
## 873         0.01         0.06           73           11        8.0         44
## 874         0.00         0.06           43           41        3.6         45
## 875         0.01         0.06           69           35        3.0          4
## 876         0.00         0.06           51           17        5.1         19
## 877         0.00         0.06           53           13        5.0         13
## 878         0.00         0.05           66           19        6.7         22
## 879         0.00         0.05           85           34        8.8         14
## 880         0.00         0.05           82           30        7.6         47
## 881         0.00         0.05           91           28        8.6         34
## 882         0.01         0.05           48           33        5.9          9
## 883         0.00         0.05           83           58        6.1         83
## 884         0.01         0.05           65            4        5.7         18
## 885         0.00         0.05           63           19        5.1         71
## 886         0.01         0.05           63           55        8.0         89
## 887         0.01         0.05           70           41        7.0         20
## 888         0.00         0.05           61           13        3.6         63
## 889         0.00         0.05           80           50        7.1        102
## 890         0.00         0.05           52           13        6.2          5
## 891         0.00         0.05           76           10        5.1        475
## 892         0.00         0.05           74           55        7.4         52
## 893         0.00         0.05           48            6        7.1          8
## 894         0.01         0.05           77           13        7.1         56
## 895         0.01         0.05           43           11        3.7         31
## 896         0.00         0.05           49           76        6.4         30
## 897         0.00         0.05           81           50        8.3         10
## 898         0.00         0.05           69           28        6.0         15
## 899         0.00         0.05           81           17        8.3         29
## 900         0.01         0.05           65           26        4.8          4
## 901         0.00         0.05           49           12        5.1          4
## 902         0.00         0.05           70           64        5.9         63
## 903         0.00         0.05           63           11        5.4         52
## 904         0.01         0.05           64           45        5.7         98
## 905         0.00         0.05           72           12        8.2         28
## 906         0.00         0.05           60           24        5.4         18
## 907         0.00         0.05           64           37        6.8         20
## 908         0.00         0.05           54           13        3.9         14
## 909         0.00         0.05           53           17        5.3          4
## 910         0.00         0.04           88            4        7.5         18
## 911         0.00         0.04           67           19        7.0         14
## 912         0.00         0.04           76           12        4.3        286
## 913         0.00         0.04           82           18        8.5         86
## 914         0.00         0.04           92           47        7.5        137
## 915         0.00         0.04           42           11        6.3          4
## 916         0.00         0.04           81            6        8.9         26
## 917         0.01         0.04           82           51        8.4        144
## 918         0.00         0.04           70           33        6.9         28
## 919         0.00         0.04           46            4        5.8         10
## 920         0.00         0.04           45            7        5.6         37
## 921         0.00         0.04           69           50        5.3        307
## 922         0.00         0.04           66           37        7.5        349
## 923         0.01         0.04           70           18        6.8        129
## 924         0.00         0.04           74           59        8.3         10
## 925         0.00         0.04           84           70        4.4         18
## 926         0.00         0.04           76           23        7.6         26
## 927         0.01         0.04           65           64        4.1        791
## 928         0.00         0.04           79           18        7.2        307
## 929         0.00         0.04           64           32        6.6         59
## 930         0.00         0.04           71           51        7.6        136
## 931         0.00         0.04           44           40        1.7         80
## 932         0.01         0.04           66           12        8.1         10
## 933         0.00         0.04           59           43        6.3          4
## 934         0.00         0.04           72            8        7.1         31
## 935         0.00         0.04           70           19        4.8        259
## 936         0.00         0.04           74           43        7.3        330
## 937         0.00         0.04           36           21        4.0          8
## 938         0.00         0.04           69           13        7.9         16
## 939         0.01         0.04           69           44        6.4         83
## 940         0.00         0.04           72           14        8.1         25
## 941         0.00         0.04           55           31        5.4        229
## 942         0.01         0.04           71           24        8.0         30
## 943         0.00         0.04           89           77        7.9        572
## 944         0.00         0.03           68           11        6.4          5
## 945         0.00         0.03           81           37        7.0         49
## 946         0.00         0.03           20           10        3.4         13
## 947         0.00         0.03           84           66        6.2         95
## 948         0.00         0.03           61           35        7.4         44
## 949         0.00         0.03           61           30        6.0         39
## 950         0.00         0.03           51           16        6.3         19
## 951         0.00         0.03           49           16        4.0         13
## 952         0.01         0.03           77           74        5.9        213
## 953         0.00         0.03           78           18        6.9         10
## 954         0.00         0.03           63           51        7.2         89
## 955         0.00         0.03           52            6        5.3          9
## 956         0.01         0.03           88           31        8.2       3288
## 957         0.00         0.03           68           28        7.8         70
## 958         0.00         0.03           88           81        8.5       1692
## 959         0.00         0.03           79           37        7.4         11
## 960         0.00         0.03           59           17        5.5         11
## 961         0.00         0.03           79           63        7.8        529
## 962         0.00         0.03           67           45        7.6         37
## 963         0.00         0.03           45           41        4.2         55
## 964         0.00         0.03           75           59        8.0          5
## 965         0.00         0.03           70           45        7.3        488
## 966         0.00         0.03           58           15        7.0         36
## 967         0.00         0.03           80           11        8.2         28
## 968         0.00         0.03           63           25        8.3         19
## 969         0.01         0.03           51           13        5.3         11
## 970         0.00         0.03           74            9        7.6         56
## 971         0.00         0.03           65            9        5.8         26
## 972         0.00         0.03           77           73        6.8       1197
## 973         0.00         0.03           90           47        8.3         94
## 974         0.01         0.03           94           85        7.3       2954
## 975         0.00         0.03           80           41        7.6       1304
## 976         0.00         0.03           68           25        8.3         14
## 977         0.00         0.03           87           77        7.0        597
## 978         0.00         0.03           26           31        3.0          7
## 979         0.00         0.03           88           38        7.7         14
## 980         0.00         0.03           63            8        7.4          5
## 981         0.00         0.03           68           13        7.8        210
## 982         0.00         0.03           33           30        4.0         58
## 983         0.00         0.03           75           16        8.8         67
## 984         0.00         0.03           81           16        7.1          5
## 985         0.00         0.03           67           15        6.8         30
## 986         0.00         0.03           44           25        3.4          8
## 987         0.00         0.03           70           67        6.6        157
## 988         0.00         0.03           88           31        8.4        124
## 989         0.00         0.03           85           11        8.6         10
## 990         0.00         0.03           76           36        6.4          5
## 991         0.00         0.03           68            8        4.8         30
## 992         0.00         0.03           62           34        7.6         35
## 993         0.00         0.03           70           22        7.5        175
## 994         0.00         0.03           40           22        4.7         20
## 995         0.00         0.03           87           37        7.0        169
## 996         0.00         0.03           71           14        8.8          4
## 997         0.00         0.03           45            4        2.5          6
## 998         0.00         0.03           83           25        7.6        186
## 999         0.00         0.03           59            4        6.6         19
## 1000        0.01         0.03           58           64        6.8         13
## 1001        0.00         0.03           62           22        6.4         11
## 1002        0.00         0.02           63           35        5.4        296
## 1003        0.00         0.02           64           25        7.4          5
## 1004        0.00         0.02           72           22        6.6         12
## 1005        0.00         0.02           86           14        7.7        255
## 1006        0.00         0.02           77           54        8.1         93
## 1007        0.00         0.02           91           55        8.2         72
## 1008        0.00         0.02           77           61        7.6          7
## 1009        0.00         0.02           47            9        4.5         20
## 1010        0.00         0.02           79           42        8.7         26
## 1011        0.00         0.02           66           10        7.0          4
## 1012        0.00         0.02           76            5        8.2         22
## 1013        0.00         0.02           73            6        4.4         31
## 1014        0.00         0.02           72           28        8.2        229
## 1015        0.00         0.02           96           56        8.2         20
## 1016        0.00         0.02           41           11        2.9         16
## 1017        0.00         0.02           61           17        4.3          7
## 1018        0.00         0.02           49           19        5.0         19
## 1019        0.00         0.02           67           33        7.3        607
## 1020        0.00         0.02           69           41        7.5         10
## 1021        0.00         0.02           63            4        6.2          5
## 1022        0.00         0.02           58           16        4.3         17
## 1023        0.00         0.02           85           65        8.1        193
## 1024        0.00         0.02           75           55        5.6          7
## 1025        0.00         0.02           89           71        5.2        113
## 1026        0.00         0.02           54           19        6.8          5
## 1027        0.00         0.02           37           13        2.8         42
## 1028        0.00         0.02           70           15        7.4          9
## 1029        0.00         0.02           45           15        3.6          4
## 1030        0.00         0.02           83           18        6.2         47
## 1031        0.00         0.02           90           13        8.3         66
## 1032        0.00         0.02           87           42        8.6        179
## 1033        0.00         0.02           87           23        5.7          6
## 1034        0.00         0.02           77            9        8.8          7
## 1035        0.00         0.02           88           68        6.9        424
## 1036        0.00         0.02           55            8        7.5         11
## 1037        0.00         0.02           62           22        5.2         83
## 1038        0.00         0.02           80           45        6.8          4
## 1039        0.00         0.02           82           14        6.3          9
## 1040        0.00         0.02           65            5        6.6         21
## 1041        0.00         0.02           65            4        8.4         17
## 1042        0.00         0.02           51           18        3.8         16
## 1043        0.00         0.02           83           55        8.1         56
## 1044        0.00         0.02           86           48        6.8        182
## 1045        0.00         0.02           74            6        7.4         41
## 1046        0.00         0.02           85           26        7.7        116
## 1047        0.00         0.02           85           64        6.7         87
## 1048        0.00         0.02           77           63        7.3          7
## 1049        0.00         0.02           44            8        3.9         15
## 1050        0.00         0.02           73           43        7.0         29
## 1051        0.00         0.02           67           14        7.2        162
## 1052        0.00         0.02           17           11        3.1         10
## 1053        0.00         0.02           76           52        8.7         34
## 1054        0.00         0.02           56           24        3.4         41
## 1055        0.00         0.02           52           50        4.5       1238
## 1056        0.00         0.02           77           12        7.2         11
## 1057        0.00         0.02           80           14        8.8         65
## 1058        0.00         0.02           26            4        1.7          4
## 1059        0.00         0.02           36           18        3.5         70
## 1060        0.00         0.02           84           24        7.8        104
## 1061        0.00         0.02           75           59        6.6        100
## 1062        0.00         0.02           80            7        8.5         43
## 1063        0.00         0.02           66           32        5.3         12
## 1064        0.00         0.02           62           42        5.6        140
## 1065        0.00         0.02           81           37        6.9         42
## 1066        0.00         0.02           36            7        3.7         11
## 1067        0.00         0.02           71            8        6.6          4
## 1068        0.00         0.02           49           21        5.6          6
## 1069        0.00         0.02           73           17        2.7         67
## 1070        0.00         0.01           51           25        5.1          7
## 1071        0.00         0.01           74           56        8.2        135
## 1072        0.00         0.01           63           27        8.3         34
## 1073        0.00         0.01           93           77        8.8          5
## 1074        0.00         0.01           65           22        5.7       1209
## 1075        0.00         0.01           61            9        6.8         20
## 1076        0.00         0.01           65           14        7.7         90
## 1077        0.00         0.01           66            6        6.2          6
## 1078        0.00         0.01           64           13        5.1         36
## 1079        0.00         0.01           91           10        8.1          8
## 1080        0.00         0.01           38           15        5.4         11
## 1081        0.00         0.01           70           50        7.7        130
## 1082        0.00         0.01           74           61        6.8         32
## 1083        0.00         0.01           59           20        5.5          6
## 1084        0.00         0.01           30           21        2.8         11
## 1085        0.00         0.01           74           29        7.6        145
## 1086        0.00         0.01           61           57        6.3         55
## 1087        0.00         0.01           58           43        7.4         15
## 1088        0.00         0.01           77           70        8.7         32
## 1089        0.00         0.01           81           15        7.1         17
## 1090        0.00         0.01           87           20        8.5         54
## 1091        0.00         0.01           35           21        0.2         35
## 1092        0.00         0.01           67            9        7.1         35
## 1093        0.00         0.01           70           26        7.4         72
## 1094        0.00         0.01           71           37        7.1         93
## 1095        0.00         0.01           91           11        8.3         12
## 1096        0.00         0.01           67           31        4.2        178
## 1097        0.00         0.01           50           20        1.8         22
## 1098        0.00         0.01           82            9        8.3         20
## 1099        0.00         0.01           45           22        1.4          8
## 1100        0.00         0.01           98           11        7.1         10
## 1101        0.00         0.01           68           18        6.7         10
## 1102        0.00         0.01           86           45        7.4        781
## 1103        0.00         0.01           38            9        5.1         24
## 1104        0.00         0.01           65           16        6.0         27
## 1105        0.00         0.01           87           48        8.8        180
## 1106        0.00         0.01           68           39        5.6         47
## 1107        0.00         0.01           98           23        7.0          8
## 1108        0.00         0.01           58           38        6.7        111
## 1109        1.97        12.61           97           66        8.3       2899
## 1110        0.74        11.68           87          107        8.6       1156
## 1111        1.23         7.66           83           39        5.7       1443
## 1112        0.48         7.55           97           96        9.1        382
## 1113        0.51         7.09           88           82        9.1       1599
## 1114        0.90         6.08           82           47        5.7        988
## 1115        0.92         5.64           76           95        6.1       5380
## 1116        0.47         5.48           97           14        7.9        764
## 1117        0.48         5.27           81           53        5.4        898
## 1118        0.87         5.26           71           34        4.9        564
## 1119        0.38         4.87           49           35        6.2        327
## 1120        0.77         4.71           87           38        5.8       1010
## 1121        0.68         4.36           71           79        4.8        207
## 1122        0.68         4.32           83           51        8.0       4926
## 1123        0.40         4.29           30           11        4.9        221
## 1124        0.64         4.28           41           23        4.5        109
## 1125        0.64         4.05           80           80        6.3       2996
## 1126        0.63         4.04           85           83        7.7       1653
## 1127        0.62         3.96           70           40        4.9       2050
## 1128        0.11         3.89           86           80        8.7        348
## 1129        0.33         3.50           72           59        4.1       1005
## 1130        0.31         3.37           75           11        5.5       1735
## 1131        0.01         3.28           70           71        8.4          5
## 1132        0.29         3.23           85           69        7.2       1267
## 1133        0.23         3.05           70           74        3.9       2057
## 1134        0.47         2.96           84           85        8.1       1886
## 1135        0.27         2.95           86           68        6.4       2658
## 1136        0.21         2.92           64            6        4.2         85
## 1137        0.46         2.79           80           90        7.9       2944
## 1138        0.25         2.76           72           35        5.7         94
## 1139        0.00         2.68           94           59        8.9         60
## 1140        0.43         2.45           83           50        7.0        291
## 1141        0.40         2.19           81           37        6.1        208
## 1142        0.16         2.18           82           33        5.4        347
## 1143        0.31         2.07           71           85        6.1       1571
## 1144        0.22         2.05           61           49        5.5         29
## 1145        0.17         2.01           74           81        8.4          5
## 1146        0.32         2.01           89           43        7.4       1984
## 1147        0.24         1.96           65           18        7.6         30
## 1148        0.18         1.92           50           20        4.7        504
## 1149        0.31         1.91           79           78        7.1        506
## 1150        0.09         1.83           80           68        8.8        206
## 1151        0.28         1.82           65           71        6.1          5
## 1152        0.27         1.79           75           65        7.3       1223
## 1153        0.27         1.74           57           30        5.1        383
## 1154        0.26         1.72           61           60        5.4        575
## 1155        0.18         1.72           82            9        6.3        101
## 1156        0.14         1.63           82           15        7.5        383
## 1157        0.17         1.63           47           20        3.0         40
## 1158        0.25         1.62           65           13        4.5        445
## 1159        0.14         1.57           78           15        5.8        712
## 1160        0.16         1.57           80           19        6.4        138
## 1161        0.24         1.55           79           73        8.1       1116
## 1162        0.12         1.52           83           77        8.9        712
## 1163        0.27         1.45           30            4        2.7         13
## 1164        0.22         1.40           63            6        5.4         35
## 1165        0.11         1.40           86           85        8.2        977
## 1166        0.09         1.38           64           71        6.1        155
## 1167        0.13         1.36           83           21        5.9        371
## 1168        0.12         1.35           87           12        8.0        585
## 1169        0.24         1.34           91           26        3.5         22
## 1170        0.19         1.29           75           58        7.3        113
## 1171        0.20         1.29           72           53        7.5        292
## 1172        0.11         1.27           69            8        7.2         26
## 1173        0.15         1.27           91           69        8.1       1107
## 1174        0.18         1.27           75           70        6.2       1311
## 1175        0.11         1.25           57           37        5.0        332
## 1176        0.18         1.23           82           65        6.8        152
## 1177        0.10         1.23           76           81        8.3        662
## 1178        0.07         1.20           52           20        5.0        159
## 1179        0.09         1.19           81           78        8.6        377
## 1180        0.19         1.15           62           44        5.1        164
## 1181        0.10         1.14           81           89        7.7       1137
## 1182        0.17         1.13           79           50        8.1        795
## 1183        0.10         1.08           38           31        6.6         12
## 1184        0.09         1.08           69            6        7.3        121
## 1185        0.17         1.05           70           57        6.1        279
## 1186        0.09         1.01           72           32        7.3        318
## 1187        0.16         1.01           90           16        8.5        525
## 1188        0.16         0.95           65           25        7.9         48
## 1189        0.08         0.95           24            5        1.2          6
## 1190        0.09         0.93           85           28        6.9        703
## 1191        0.15         0.93           73           43        7.1         75
## 1192        0.15         0.93           80            5        6.8         12
## 1193        0.16         0.92           85           31        8.5        575
## 1194        0.09         0.92           82           33        8.4        363
## 1195        0.08         0.90           75           19        7.0        109
## 1196        0.07         0.90           71           64        5.7       2421
## 1197        0.08         0.90           40           12        3.3          8
## 1198        0.08         0.89           80           14        6.8         14
## 1199        0.12         0.84           84           58        7.6        193
## 1200        0.13         0.82           47           13        4.1          8
## 1201        0.00         0.79           77           82        8.2         15
## 1202        0.06         0.78           43           30        5.1        116
## 1203        0.13         0.78           55            5        3.1         57
## 1204        0.06         0.76           91           80        8.2       1217
## 1205        0.10         0.75           82           56        7.2        386
## 1206        0.11         0.75           53            4        4.7         16
## 1207        0.07         0.74           91           30        7.9        915
## 1208        0.12         0.74           71           51        6.7         11
## 1209        0.06         0.73           85           45        5.9       3926
## 1210        0.06         0.73           75            6        6.6         26
## 1211        0.04         0.72           83           56        8.1        169
## 1212        0.14         0.72           83           17        7.7        205
## 1213        0.07         0.72           74           16        6.4        161
## 1214        0.06         0.70           86            4        7.1         18
## 1215        0.05         0.69           49           38        5.4         13
## 1216        0.06         0.69           76           65        7.4        438
## 1217        0.11         0.68           67           41        7.1        178
## 1218        0.06         0.68           79           18        7.8        397
## 1219        0.06         0.67           79           24        7.3        430
## 1220        0.11         0.67           71           31        7.1         98
## 1221        0.11         0.66           65           43        7.0          5
## 1222        0.06         0.66           64           46        4.7        110
## 1223        0.10         0.66           58           21        5.4         51
## 1224        0.11         0.66           80           81        7.8         24
## 1225        0.08         0.65           73           39        8.3        265
## 1226        0.06         0.65           80           22        7.9        204
## 1227        0.15         0.64           64           31        7.6        358
## 1228        0.05         0.64           68            5        7.7         25
## 1229        0.06         0.64           50            5        4.0         65
## 1230        0.05         0.64           64           18        5.9        176
## 1231        0.10         0.63           57           22        7.2         64
## 1232        0.04         0.63           80           17        6.7       1064
## 1233        0.11         0.63           64           21        7.5         20
## 1234        0.10         0.62           80           56        8.6        125
## 1235        0.09         0.61           73           33        4.3         87
## 1236        0.10         0.61           75           23        7.6        259
## 1237        0.10         0.61           77           24        6.3        130
## 1238        0.05         0.61           83           15        5.8        184
## 1239        0.06         0.60           68           29        8.3          6
## 1240        0.05         0.60           60           53        5.1        144
## 1241        0.09         0.60           72           47        6.6         88
## 1242        0.10         0.60           60           28        3.6        306
## 1243        0.09         0.60           81           26        5.2        242
## 1244        0.12         0.59           55           27        3.1         42
## 1245        0.05         0.59           66            5        5.9        242
## 1246        0.06         0.58           83           67        7.8         34
## 1247        0.05         0.57           56           25        5.7         63
## 1248        0.04         0.56           86           29        6.2       1727
## 1249        0.09         0.56           36           12        3.4        100
## 1250        0.04         0.56           45           34        4.3         12
## 1251        0.09         0.55           78           12        5.8        117
## 1252        0.04         0.55           70           10        3.0       1463
## 1253        0.02         0.54           69           57        7.0         87
## 1254        0.05         0.53           70           17        7.5         20
## 1255        0.05         0.53           69           18        6.9         49
## 1256        0.05         0.53           50           37        5.1        235
## 1257        0.08         0.52           68           45        6.6        425
## 1258        0.04         0.51           78           24        7.8        314
## 1259        0.04         0.49           75           17        4.6         77
## 1260        0.03         0.49           76           22        7.7         19
## 1261        0.03         0.48           78           73        8.2         76
## 1262        0.03         0.47           87           49        5.9       1154
## 1263        0.04         0.47           70           23        6.3        152
## 1264        0.03         0.46           80           36        6.0        151
## 1265        0.04         0.46           85           74        7.6        172
## 1266        0.04         0.46           93           18        8.3          5
## 1267        0.07         0.46           66           42        7.4        161
## 1268        0.07         0.46           61           50        7.0         10
## 1269        0.03         0.45           35            4        2.4         35
## 1270        0.04         0.45           70            4        8.7         11
## 1271        0.05         0.45           25           21        2.8         47
## 1272        0.04         0.45           72           18        6.4          7
## 1273        0.04         0.45           63           11        7.0         20
## 1274        0.03         0.45           81           23        8.2       1647
## 1275        0.03         0.45           77           18        4.7       3288
## 1276        0.07         0.44           71           20        7.1        115
## 1277        0.07         0.44           78           46        5.6         32
## 1278        0.04         0.44           71            8        5.6         11
## 1279        0.04         0.44           62           54        7.6         26
## 1280        0.07         0.43           84           79        8.0       1692
## 1281        0.06         0.43           73           26        7.5        100
## 1282        0.04         0.43           74           25        7.1         36
## 1283        0.08         0.43           81           26        6.8         79
## 1284        0.03         0.42           74           29        4.4         93
## 1285        0.07         0.42           79           51        7.2        244
## 1286        0.01         0.42           76           39        8.2         54
## 1287        0.04         0.41           59           22        3.2        180
## 1288        0.06         0.41           62           19        4.1         28
## 1289        0.03         0.41           78           18        4.5       1136
## 1290        0.04         0.41           80           30        8.5         17
## 1291        0.07         0.39           72            8        5.8         32
## 1292        0.03         0.38           71            4        7.4         98
## 1293        0.00         0.38           74           69        8.1         54
## 1294        0.03         0.38           68           21        7.0        106
## 1295        0.02         0.37           83           52        8.2         66
## 1296        0.04         0.37           74           72        5.3        627
## 1297        0.03         0.36           81           78        5.5       1027
## 1298        0.06         0.36           39           22        1.6         45
## 1299        0.01         0.36           57           25        4.8         19
## 1300        0.05         0.35           77           85        6.1         18
## 1301        0.03         0.35           84           17        8.0       1671
## 1302        0.03         0.35           63           12        6.6         68
## 1303        0.03         0.34           91            6        7.9        218
## 1304        0.05         0.33           87           40        8.3        111
## 1305        0.00         0.32           74           56        7.6         69
## 1306        0.04         0.32           81            8        8.4         69
## 1307        0.05         0.32           59           60        6.9        310
## 1308        0.02         0.31           70           45        7.9         11
## 1309        0.00         0.31           65           55        6.5          8
## 1310        0.03         0.31           32           28        3.6        587
## 1311        0.03         0.31           78           36        5.4         33
## 1312        0.04         0.31           54           32        5.3        103
## 1313        0.03         0.30           66           44        6.6         26
## 1314        0.07         0.30           78           56        7.7         12
## 1315        0.04         0.30           74           52        7.3        465
## 1316        0.00         0.30           67           28        7.6        131
## 1317        0.07         0.29           55            7        5.6         14
## 1318        0.02         0.29           75           55        6.2        703
## 1319        0.03         0.29           47           21        6.3        160
## 1320        0.02         0.29           76           13        5.4        348
## 1321        0.02         0.28           82            9        4.2        383
## 1322        0.02         0.28           83            5        8.2        113
## 1323        0.05         0.28           58            7        6.4         18
## 1324        0.02         0.28           71           34        7.1        133
## 1325        0.02         0.28           46            7        3.4          5
## 1326        0.02         0.28           74           31        6.6        437
## 1327        0.04         0.28           71           28        7.3         46
## 1328        0.02         0.27           68           18        5.9        721
## 1329        0.04         0.27           62           31        7.6        504
## 1330        0.00         0.27           70           60        7.5         70
## 1331        0.02         0.27           69           20        6.8         36
## 1332        0.02         0.27           69           16        7.6         32
## 1333        0.04         0.26           62           34        3.9         34
## 1334        0.00         0.26           51            6        5.0         11
## 1335        0.00         0.26           65           31        8.0         11
## 1336        0.02         0.25           71           32        7.7         15
## 1337        0.04         0.25           85           51        6.8          4
## 1338        0.03         0.25           78           15        8.6         49
## 1339        0.04         0.25           77           27        5.9          8
## 1340        0.04         0.25           86           36        6.6        165
## 1341        0.02         0.24           80           28        7.1        158
## 1342        0.04         0.24           57           40        6.5         72
## 1343        0.03         0.24           76           31        8.1         74
## 1344        0.02         0.24           85           19        8.8         95
## 1345        0.04         0.23           59           24        5.6         86
## 1346        0.02         0.23           70           20        3.7         10
## 1347        0.01         0.23           82            5        8.6         42
## 1348        0.00         0.23           66           14        6.0          4
## 1349        0.02         0.23           64           14        4.1         20
## 1350        0.02         0.22           72           38        7.8         11
## 1351        0.02         0.22           82           24        8.4        125
## 1352        0.02         0.22           71           13        6.7        166
## 1353        0.02         0.22           61           18        6.8        106
## 1354        0.01         0.22           58           28        6.8         56
## 1355        0.02         0.22           62           11        7.3         44
## 1356        0.02         0.22           59           47        6.4         94
## 1357        0.03         0.21           81            5        7.6         37
## 1358        0.02         0.21           72           35        8.4         77
## 1359        0.04         0.21           83            6        8.4        259
## 1360        0.02         0.21           53            9        6.8         53
## 1361        0.01         0.21           74            5        7.9         29
## 1362        0.05         0.20           73           28        7.4        133
## 1363        0.02         0.20           45           11        6.4          7
## 1364        0.02         0.20           83           15        7.4         46
## 1365        0.03         0.20           63           55        7.8        528
## 1366        0.03         0.19           53           40        5.9        230
## 1367        0.03         0.19           63           30        7.5         42
## 1368        0.01         0.19           85           48        8.6       1739
## 1369        0.03         0.19           80           14        7.8        136
## 1370        0.00         0.19           82           65        6.7        383
## 1371        0.01         0.19           80           23        7.3         73
## 1372        0.03         0.19           47           19        4.1         18
## 1373        0.00         0.19           86           59        9.1         44
## 1374        0.00         0.19           74           19        7.0         47
## 1375        0.03         0.19           48           11        5.1         12
## 1376        0.02         0.18           56           39        6.1        101
## 1377        0.01         0.18           68           20        7.7          6
## 1378        0.01         0.18           58            6        8.3         28
## 1379        0.02         0.18           76           26        7.7         44
## 1380        0.03         0.18           60           19        7.4         58
## 1381        0.03         0.18           73           28        6.4         26
## 1382        0.03         0.18           75           35        6.8         62
## 1383        0.01         0.17           91           36        7.1       2318
## 1384        0.02         0.17           73           26        7.0        151
## 1385        0.04         0.17           81           50        8.7        140
## 1386        0.00         0.17           75           64        6.0        578
## 1387        0.01         0.17           33           11        2.9          7
## 1388        0.00         0.17           53            4        4.8         20
## 1389        0.02         0.17           65            4        5.1         14
## 1390        0.00         0.17           92           33        8.2         33
## 1391        0.01         0.16           66           13        8.2         29
## 1392        0.01         0.16           51           17        7.0        130
## 1393        0.01         0.16           71           12        6.4        463
## 1394        0.02         0.16           42            8        3.9         11
## 1395        0.01         0.16           69           27        5.9         27
## 1396        0.02         0.16           67           23        7.8         49
## 1397        0.01         0.16           89           73        7.9        213
## 1398        0.01         0.16           82           52        7.4        965
## 1399        0.02         0.16           81           42        5.2         12
## 1400        0.01         0.15           77           48        7.5         67
## 1401        0.02         0.15           61           65        7.9        130
## 1402        0.00         0.15           84           58        6.8         47
## 1403        0.03         0.15           64           15        2.5         13
## 1404        0.00         0.15           78           26        8.0         84
## 1405        0.02         0.15           79           63        6.2        704
## 1406        0.01         0.15           90            4        7.8         71
## 1407        0.00         0.15           35           31        5.4          4
## 1408        0.00         0.14           88           37        8.9        135
## 1409        0.01         0.14           81           41        8.4       1588
## 1410        0.00         0.14           44           12        1.7         42
## 1411        0.01         0.14           68           33        5.7        148
## 1412        0.01         0.14           79            9        7.3         65
## 1413        0.01         0.14           72           39        6.8         29
## 1414        0.01         0.14           92           80        6.2       1599
## 1415        0.00         0.14           88           48        6.0        881
## 1416        0.03         0.14           87            8        8.4        159
## 1417        0.02         0.14           69           45        7.1         55
## 1418        0.00         0.14           71           66        7.1        417
## 1419        0.00         0.14           84           38        8.1         85
## 1420        0.01         0.13           80           34        4.2        915
## 1421        0.01         0.13           75            7        8.5         28
## 1422        0.00         0.13           77           63        7.6         70
## 1423        0.01         0.13           62           15        6.4        162
## 1424        0.01         0.13           67           19        7.5         61
## 1425        0.02         0.13           67            4        7.8         25
## 1426        0.02         0.13           63           26        6.2         32
## 1427        0.02         0.13           68           24        7.1         36
## 1428        0.00         0.13           72           26        4.7         14
## 1429        0.00         0.12           81           42        7.5         34
## 1430        0.00         0.12           30           24        3.8         13
## 1431        0.00         0.12           81           46        7.2        519
## 1432        0.02         0.12           76           49        7.0        102
## 1433        0.00         0.12           69           18        8.2          5
## 1434        0.00         0.12           61           15        5.4          5
## 1435        0.01         0.12           75           51        7.0        351
## 1436        0.01         0.11           70           19        8.2         27
## 1437        0.00         0.11           87           66        7.8        747
## 1438        0.01         0.11           71           20        6.8         44
## 1439        0.00         0.11           86            5        7.9         77
## 1440        0.00         0.11           67           58        7.6        226
## 1441        0.02         0.11           62           12        8.1          6
## 1442        0.02         0.11           79           50        7.9         33
## 1443        0.01         0.11           73           37        7.3          5
## 1444        0.00         0.11           76            5        8.6         18
## 1445        0.02         0.11           67            7        4.6         20
## 1446        0.03         0.11           68            6        7.0         25
## 1447        0.00         0.11           52            7        3.1         35
## 1448        0.01         0.11           66            7        7.5         54
## 1449        0.01         0.11           60            7        6.5         10
## 1450        0.00         0.10           64           49        7.3        445
## 1451        0.01         0.10           56           13        3.4         46
## 1452        0.00         0.10           73           64        8.4         39
## 1453        0.01         0.10           77           42        6.4         30
## 1454        0.02         0.10           69           36        7.6         60
## 1455        0.01         0.10           43           26        3.8          5
## 1456        0.01         0.10           61           10        7.2         57
## 1457        0.00         0.10           39           16        6.3          5
## 1458        0.01         0.10           82            5        5.2        144
## 1459        0.02         0.10           82           49        8.2         39
## 1460        0.02         0.10           81           16        6.9         95
## 1461        0.01         0.10           53           31        6.0         79
## 1462        0.01         0.10           61           20        4.8         65
## 1463        0.01         0.10           38            6        3.7         28
## 1464        0.01         0.10           66           25        7.3         24
## 1465        0.01         0.10           79           72        6.6        186
## 1466        0.00         0.10           45           16        3.2         34
## 1467        0.01         0.10           56           31        7.1         69
## 1468        0.02         0.09           59           11        6.3          4
## 1469        0.01         0.09           76           23        6.3         18
## 1470        0.00         0.09           54           33        5.1         26
## 1471        0.01         0.09           70           48        7.7         32
## 1472        0.02         0.09           49           12        5.8         32
## 1473        0.02         0.09           43           46        4.5         84
## 1474        0.01         0.09           70           22        7.8        239
## 1475        0.02         0.09           65           37        8.2         48
## 1476        0.00         0.09           70           38        6.3         30
## 1477        0.01         0.09           75           15        6.0         56
## 1478        0.00         0.09           65           49        5.7        822
## 1479        0.00         0.09           43           19        5.6         18
## 1480        0.00         0.09           59           39        5.4          5
## 1481        0.01         0.09           74           40        6.7        128
## 1482        0.01         0.08           47            4        4.9          7
## 1483        0.01         0.08           74           48        4.6        105
## 1484        0.01         0.08           66           11        6.3         67
## 1485        0.01         0.08           48           11        5.7          7
## 1486        0.00         0.08           65            5        5.6          8
## 1487        0.01         0.08           36            8        3.7         77
## 1488        0.01         0.08           85           15        7.4         35
## 1489        0.01         0.08           49           16        4.9          9
## 1490        0.01         0.08           60            6        4.9         11
## 1491        0.02         0.08           72           28        8.3         35
## 1492        0.00         0.08           63           13        6.1         10
## 1493        0.01         0.08           59           37        8.5         82
## 1494        0.00         0.08           47           29        2.0         21
## 1495        0.01         0.07           71           18        7.3         27
## 1496        0.00         0.07           37           22        6.6         14
## 1497        0.01         0.07           40           25        3.5         51
## 1498        0.00         0.07           68           15        6.4          6
## 1499        0.02         0.07           77           73        8.0         95
## 1500        0.01         0.07           32           12        3.8         74
## 1501        0.01         0.07           83           14        7.8        108
## 1502        0.00         0.07           63           55        8.1          4
## 1503        0.01         0.07           63            6        5.9         18
## 1504        0.01         0.07           72           45        7.0          7
## 1505        0.01         0.07           72           82        7.8         28
## 1506        0.01         0.07           63           12        7.0         16
## 1507        0.01         0.07           72           20        8.5         22
## 1508        0.01         0.07           58           10        6.8         15
## 1509        0.00         0.07           79           23        5.8         81
## 1510        0.00         0.07           70           50        8.5        267
## 1511        0.01         0.07           67           37        4.4        213
## 1512        0.00         0.07           87           22        6.6       1026
## 1513        0.01         0.07           53            9        7.0          6
## 1514        0.00         0.07           53           17        5.1         44
## 1515        0.01         0.07           83            4        7.9         47
## 1516        0.01         0.07           62           55        7.0          9
## 1517        0.00         0.07           33           57        5.1         15
## 1518        0.00         0.07           51            4        7.1          8
## 1519        0.00         0.07           90           69        7.1        288
## 1520        0.01         0.07           60            7        7.5         29
## 1521        0.00         0.07           64           17        5.0         47
## 1522        0.00         0.06           44            8        4.4         69
## 1523        0.00         0.06           70            9        7.9         14
## 1524        0.00         0.06           68           47        7.3        866
## 1525        0.00         0.06           66           11        7.8         43
## 1526        0.01         0.06           35           13        4.6          5
## 1527        0.00         0.06           82           38        8.1        191
## 1528        0.00         0.06           82            8        5.8        173
## 1529        0.00         0.06           75           37        3.0        151
## 1530        0.00         0.06           68            5        6.8         21
## 1531        0.00         0.06           65            4        7.8         27
## 1532        0.00         0.06           68            7        6.8         33
## 1533        0.00         0.06           34           36        2.5         42
## 1534        0.01         0.06           48           10        4.8         14
## 1535        0.01         0.06           72           51        7.5         43
## 1536        0.00         0.06           60           11        7.5          7
## 1537        0.00         0.06           88           41        8.3        366
## 1538        0.01         0.06           63           18        5.7         10
## 1539        0.00         0.06           92           37        8.2         80
## 1540        0.00         0.06           62           13        7.4         11
## 1541        0.00         0.06           68           16        7.8         36
## 1542        0.00         0.06           71           45        7.2        263
## 1543        0.00         0.06           58            5        7.5          4
## 1544        0.00         0.06           72           38        6.6         34
## 1545        0.00         0.06           66           75        8.4        308
## 1546        0.00         0.06           71            4        7.2          9
## 1547        0.01         0.06           64           11        6.4         17
## 1548        0.00         0.06           37            7        5.4          8
## 1549        0.01         0.05           43           12        6.0         75
## 1550        0.00         0.05           59           22        7.4        379
## 1551        0.00         0.05           75           39        5.3         17
## 1552        0.00         0.05           71           50        8.4        336
## 1553        0.00         0.05           26            7        2.4          5
## 1554        0.00         0.05           51           11        4.1         42
## 1555        0.00         0.05           79           61        8.3        278
## 1556        0.00         0.05           74            5        6.1        992
## 1557        0.01         0.05           44           21        8.1         17
## 1558        0.00         0.05           82           46        8.0        451
## 1559        0.00         0.05           68            6        6.5         25
## 1560        0.00         0.05           73           14        7.0         12
## 1561        0.00         0.05           57           25        6.5         13
## 1562        0.00         0.05           50           20        5.3         43
## 1563        0.00         0.05           66           22        6.9         94
## 1564        0.00         0.05           57            5        5.2         10
## 1565        0.00         0.05           66           22        8.7          4
## 1566        0.00         0.05           70           44        7.0         60
## 1567        0.00         0.05           89           47        7.0        153
## 1568        0.00         0.04           63           77        5.3        159
## 1569        0.00         0.04           58           23        7.1         42
## 1570        0.00         0.04           77           59        7.8         70
## 1571        0.00         0.04           35            8        5.8         78
## 1572        0.01         0.04           80           20        8.1         46
## 1573        0.01         0.04           66           47        8.4         29
## 1574        0.00         0.04           65           19        6.1         20
## 1575        0.00         0.04           81           59        7.6         73
## 1576        0.01         0.04           79           14        5.9         39
## 1577        0.00         0.04           84            5        7.7         29
## 1578        0.00         0.04           92           77        7.6        439
## 1579        0.00         0.04           79           20        7.5         13
## 1580        0.00         0.04           75           45        8.3         80
## 1581        0.00         0.04           69           32        7.1        352
## 1582        0.00         0.04           58           16        7.7        498
## 1583        0.01         0.04           80           30        6.2         71
## 1584        0.00         0.04           70           25        8.2         36
## 1585        0.00         0.04           59           11        8.4         16
## 1586        0.00         0.03           92           19        8.9         15
## 1587        0.00         0.03           73           70        7.5        580
## 1588        0.00         0.03           53            9        5.1         22
## 1589        0.00         0.03           68           13        5.3         45
## 1590        0.00         0.03           76           34        5.2          6
## 1591        0.00         0.03           54            7        5.0         22
## 1592        0.00         0.03           62           58        7.8         38
## 1593        0.00         0.03           55           50        8.3         12
## 1594        0.00         0.03           44           33        4.3        239
## 1595        0.00         0.03           80           12        6.8         97
## 1596        0.01         0.03           73           25        5.9          8
## 1597        0.00         0.03           58           18        7.8         10
## 1598        0.01         0.03           70           65        6.7        418
## 1599        0.00         0.03           69           63        8.5        166
## 1600        0.00         0.03           65           30        7.3          7
## 1601        0.00         0.03           64           15        5.4         59
## 1602        0.01         0.03           68           15        5.3          6
## 1603        0.00         0.03           69           49        7.7       1102
## 1604        0.00         0.03           76           13        8.0         16
## 1605        0.00         0.03           43            7        6.4          7
## 1606        0.00         0.03           73           36        6.9        583
## 1607        0.00         0.03           69           27        7.7         79
## 1608        0.00         0.03           69           46        6.6          6
## 1609        0.00         0.03           51           38        7.3          4
## 1610        0.00         0.03           58            4        3.5          4
## 1611        0.00         0.03           27           12        2.7         10
## 1612        0.00         0.03           81           62        8.8         43
## 1613        0.00         0.03           83            4        7.5         22
## 1614        0.00         0.03           55           17        6.8         10
## 1615        0.00         0.03           71           31        6.5         15
## 1616        0.00         0.02           78           35        6.2        257
## 1617        0.00         0.02           83           51        7.3        219
## 1618        0.00         0.02           76           34        7.3         70
## 1619        0.00         0.02           34            6        3.8          5
## 1620        0.00         0.02           58           22        7.1         81
## 1621        0.00         0.02           81           46        7.7        282
## 1622        0.00         0.02           81           34        9.0         76
## 1623        0.00         0.02           71           46        8.5         33
## 1624        0.00         0.02           78           11        7.8        186
## 1625        0.00         0.02           86           41        6.5         77
## 1626        0.00         0.02           40           18        4.1          6
## 1627        0.00         0.02           57           47        1.4        544
## 1628        0.00         0.02           65           20        7.3         23
## 1629        0.00         0.02           73           17        5.4         52
## 1630        0.00         0.02           60           26        6.7         21
## 1631        0.00         0.02           55           28        4.9         18
## 1632        0.00         0.02           26           10        2.4         22
## 1633        0.00         0.02           75           30        6.9        571
## 1634        0.00         0.02           63           10        4.5         19
## 1635        0.00         0.02           61           31        8.4        124
## 1636        0.00         0.02           89           71        8.3       2191
## 1637        0.00         0.02           72            4        6.3        148
## 1638        0.00         0.02           55           64        5.1        193
## 1639        0.00         0.02           30            6        2.0         11
## 1640        0.00         0.02           89           63        7.6        896
## 1641        0.00         0.02           87           59        8.7       2089
## 1642        0.00         0.02           62           32        5.8          7
## 1643        0.00         0.02           51           15        5.3          4
## 1644        0.00         0.02           63           41        5.3         71
## 1645        0.00         0.02           59           18        6.1         42
## 1646        0.00         0.02           72            9        7.5         27
## 1647        0.00         0.02           76           19        3.8         40
## 1648        0.00         0.02           46           12        5.0         21
## 1649        0.00         0.02           58           34        4.2        131
## 1650        0.00         0.01           75           26        9.1         62
## 1651        0.00         0.01           61           17        6.3         41
## 1652        0.00         0.01           73            5        6.9         55
## 1653        0.00         0.01           67           40        7.1         30
## 1654        0.00         0.01           78           13        7.7         16
## 1655        0.00         0.01           89           56        6.8        403
## 1656        0.00         0.01           64           21        7.4         29
## 1657        0.00         0.01           51           20        5.5         35
## 1658        0.00         0.01           70           33        6.6       1010
## 1659        0.00         0.01           58           16        7.7         23
## 1660        0.00         0.01           70           54        6.9         57
## 1661        0.00         0.01           80           41        7.3        127
## 1662        0.00         0.01           47           12        1.8         20
## 1663        0.00         0.01           79           34        7.8        126
## 1664        0.00         0.01           56            9        7.1          9
## 1665        0.00         0.01           88            9        7.7         10
## 1666        0.00         0.01           85           77        8.2        356
## 1667        0.00         0.01           20            9        1.6          8
## 1668        0.00         0.01           93           55        8.1         57
## 1669        0.00         0.01           60           19        5.3         46
## 1670        0.00         0.01           69           31        6.5         32
## 1671        0.00         0.01           82           54        8.9        146
## 1672        0.00         0.01           61            7        6.7          4
## 1673        0.00         0.01           62            4        7.5          4
## 1674        0.00         0.01           87           18        7.8        110
## 1675        0.00         0.01           69           12        8.0         10
## 1676        0.00         0.01           50           21        7.1         24
## 1677        0.00         0.01           51           21        3.3         22
## 1678        0.00         0.01           82            8        5.8         61
## 1679        0.00         0.01           56           33        0.3        131
## 1680        0.00         0.01           88           14        5.9        135
## 1681        0.00         0.01           75           71        7.6         52
## 1682        0.00         0.01           71           37        8.0         11
## 1683        0.00         0.01           88           39        5.3         55
## 1684        0.00         0.01           69           63        6.1          9
## 1685        0.00         0.01           49           44        6.8         25
## 1686        0.00         0.01           65           49        5.3         89
## 1687        0.00         0.01           63           29        7.6         17
## 1688        0.00         0.01           80           20        7.6        412
## 1689        0.00         0.01           76           20        6.0        127
## 1690        3.96        21.04           97           50        8.2       3994
## 1691        1.41        16.27           97           58        8.1       3711
## 1692        0.78        14.60           93           79        7.7        157
## 1693        0.91        10.25           73           29        2.6       2117
## 1694        1.25         9.36           71           10        2.6       1047
## 1695        0.81         9.18           83           57        7.3        594
## 1696        1.37         6.47           86           37        4.3        576
## 1697        0.99         5.87           95           98        9.1       8003
## 1698        0.24         5.23           87           21        8.1        349
## 1699        0.29         4.59           86           74        8.4        458
## 1700        0.32         4.32           93           83        9.0       1607
## 1701        0.40         4.22           84           41        4.2        435
## 1702        0.57         3.83           78           49        3.7       1564
## 1703        0.57         3.71           88           36        8.1        840
## 1704        0.51         3.59           85           18        6.9       1580
## 1705        0.31         3.59           66           60        6.2         10
## 1706        0.50         3.49           80           14        5.8        579
## 1707        0.31         3.48           79           21        5.6        542
## 1708        0.00         3.44           77           73        7.9          6
## 1709        0.29         3.30           86           35        7.9        701
## 1710        0.44         3.23           81           81        7.7        758
## 1711        0.23         3.10           91           81        8.9       1057
## 1712        0.44         3.01           87           26        6.3        616
## 1713        0.27         2.92           78            7        4.3        700
## 1714        0.42         2.85           83           29        7.8       1530
## 1715        0.39         2.69           73           88        6.8       2102
## 1716        0.23         2.52           87           23        4.9        150
## 1717        0.48         2.42           60            8        4.7        107
## 1718        0.38         2.29           76           46        7.7        668
## 1719        0.35         2.25           80           89        7.5        914
## 1720        0.18         2.24           77           59        7.9        288
## 1721        0.21         2.23           72           11        7.4        355
## 1722        0.19         2.23           80           32        5.6        136
## 1723        0.19         2.22           80           37        7.6        127
## 1724        0.19         2.20           79           76        5.9       1095
## 1725        0.19         2.15           75           50        6.6          5
## 1726        0.32         2.11           84           26        4.9        142
## 1727        0.05         2.09           64           33        8.0          4
## 1728        0.14         2.08           82           47        7.8        148
## 1729        0.19         2.02           81            5        6.6        480
## 1730        0.30         1.98           80           53        6.2        667
## 1731        0.16         1.93           93           33        8.5       1647
## 1732        0.11         1.92           57           47        6.3        117
## 1733        0.29         1.91           86           43        6.4        557
## 1734        0.17         1.89           64            8        7.6         23
## 1735        0.13         1.89           85           40        5.7        237
## 1736        0.17         1.88           74           46        7.5        685
## 1737        0.24         1.87           76           19        4.1         91
## 1738        0.29         1.84           82           22        7.9         76
## 1739        0.14         1.79           84           81        8.1        764
## 1740        0.05         1.75           65           38        6.8        135
## 1741        0.24         1.74           62            5        7.0          9
## 1742        0.20         1.73           54           83        6.5       1074
## 1743        0.28         1.69           94           27        8.5       1863
## 1744        0.18         1.67           86           68        7.9       1346
## 1745        0.13         1.66           81           42        6.5        325
## 1746        0.26         1.63           70           98        8.1       2652
## 1747        0.26         1.62           83           22        7.7        262
## 1748        0.14         1.60           66           24        4.2         24
## 1749        0.15         1.57           78           69        6.8        908
## 1750        0.12         1.57           79           81        5.4        779
## 1751        0.00         1.51           54            4        7.6         19
## 1752        0.11         1.47           52           34        5.0         27
## 1753        0.01         1.46           75           46        7.4         27
## 1754        0.23         1.45           85           20        6.5        368
## 1755        0.13         1.44           74           38        6.5         79
## 1756        0.17         1.42           64           75        2.2       4572
## 1757        0.16         1.42           80           61        7.9        746
## 1758        0.12         1.41           87           42        6.6        384
## 1759        0.11         1.38           81           63        7.9        362
## 1760        0.13         1.38           60           77        6.1       1409
## 1761        0.10         1.35           81           52        6.0       3517
## 1762        0.12         1.32           83           37        5.7         45
## 1763        0.16         1.27           85           50        8.5        332
## 1764        0.19         1.27           80            6        4.9        123
## 1765        0.19         1.25           76           26        6.3        278
## 1766        0.20         1.18           78           37        7.9        282
## 1767        0.09         1.16           88           22        5.8        328
## 1768        0.19         1.14           74           22        7.5        121
## 1769        0.07         1.11           87           79        8.7        664
## 1770        0.10         1.11           75           43        7.7        100
## 1771        0.08         1.10           80           66        8.2        283
## 1772        0.08         1.09           77           18        5.8         74
## 1773        0.13         1.08           60           30        5.1         46
## 1774        0.11         1.07           66           62        5.9        552
## 1775        0.09         1.06           59           11        6.8         73
## 1776        0.17         1.02           83           31        5.3         33
## 1777        0.10         0.99           79           16        7.8         33
## 1778        0.08         0.98           78           68        6.4        694
## 1779        0.16         0.98           73           67        6.8       1287
## 1780        0.08         0.98           82           58        7.5        383
## 1781        0.16         0.97           75           21        5.9         47
## 1782        0.16         0.96           76           37        6.4        522
## 1783        0.00         0.95           78           39        4.1        303
## 1784        0.09         0.94           72           50        6.4         97
## 1785        0.15         0.94           84           27        7.7        314
## 1786        0.15         0.93           77           32        7.9        187
## 1787        0.03         0.92           71           27        7.5         21
## 1788        0.16         0.91           86           59        8.1        295
## 1789        0.09         0.91           86           15        5.7        183
## 1790        0.08         0.90           76           45        6.7        344
## 1791        0.15         0.90           74           13        5.2        118
## 1792        0.07         0.90           61            4        5.2         11
## 1793        0.16         0.87           77           23        6.3        288
## 1794        0.05         0.85           72           19        7.7         72
## 1795        0.09         0.84           77            9        6.2         40
## 1796        0.08         0.81           73           18        5.9        111
## 1797        0.17         0.80           78           86        8.9        513
## 1798        0.12         0.80           86           14        8.5        223
## 1799        0.10         0.79           85           40        5.3       1471
## 1800        0.07         0.79           76           12        5.4        107
## 1801        0.07         0.78           57           43        6.3        192
## 1802        0.06         0.78           73           30        8.4          8
## 1803        0.07         0.77           48           47        3.8        449
## 1804        0.03         0.75           81           58        7.9         86
## 1805        0.09         0.74           74           30        7.2        204
## 1806        0.07         0.74           87           36        7.8        114
## 1807        0.06         0.74           82            8        8.0         71
## 1808        0.07         0.72           76           71        4.2       3742
## 1809        0.05         0.70           84           89        7.8       2162
## 1810        0.07         0.69           75           18        5.8        175
## 1811        0.06         0.67           81           39        7.2        139
## 1812        0.05         0.66           92           35        8.7        465
## 1813        0.07         0.66           94           68        8.5       7322
## 1814        0.05         0.66           71           35        7.8         61
## 1815        0.06         0.65           70            4        6.9        200
## 1816        0.10         0.65           71           41        7.4        124
## 1817        0.05         0.64           84           10        7.7       1470
## 1818        0.03         0.64           85           41        5.5        275
## 1819        0.05         0.63           32           30        4.0        410
## 1820        0.07         0.63           76           47        6.5       1223
## 1821        0.14         0.61           87           82        8.9        391
## 1822        0.11         0.60           43           25        3.6        295
## 1823        0.09         0.60           62           25        5.9        140
## 1824        0.05         0.60           68           26        8.5         75
## 1825        0.05         0.60           71           10        7.6         58
## 1826        0.05         0.60           78            4        7.8          8
## 1827        0.05         0.60           72           13        7.6         45
## 1828        0.05         0.58           89            7        6.0         96
## 1829        0.03         0.58           83           48        8.3        251
## 1830        0.01         0.58           71           53        8.3         55
## 1831        0.10         0.58           91           23        8.7        310
## 1832        0.05         0.57           75           18        6.3        203
## 1833        0.05         0.57           60           27        7.2        249
## 1834        0.08         0.54           75           69        8.3        343
## 1835        0.09         0.54           80           22        6.0         79
## 1836        0.09         0.54           77           22        6.3         40
## 1837        0.05         0.54           81           30        5.9         92
## 1838        0.05         0.53           82           62        8.3        288
## 1839        0.07         0.52           78           38        7.2          6
## 1840        0.04         0.52           78           50        6.8         33
## 1841        0.11         0.51           32            8        5.2          6
## 1842        0.06         0.51           77           71        8.2        298
## 1843        0.08         0.51           34           14        3.6        196
## 1844        0.05         0.51           70           16        7.7         67
## 1845        0.03         0.49           59           34        6.5        144
## 1846        0.04         0.48           82           46        7.8        358
## 1847        0.04         0.48           94           82        6.9        280
## 1848        0.04         0.45           71            6        7.0         58
## 1849        0.00         0.45           55           11        6.1          7
## 1850        0.08         0.45           61           27        7.2        221
## 1851        0.04         0.44           86           65        5.1       1438
## 1852        0.04         0.43           62           49        7.4        368
## 1853        0.08         0.43           74           12        6.2        181
## 1854        0.04         0.43           47           14        6.0         24
## 1855        0.04         0.43           90           35        8.2        217
## 1856        0.10         0.42           61           38        6.8        106
## 1857        0.07         0.42           80           23        8.2        508
## 1858        0.00         0.42           46           22        4.5         34
## 1859        0.07         0.41           75            4        5.5         51
## 1860        0.05         0.41           81           12        7.9         70
## 1861        0.09         0.41           20           28        1.8         69
## 1862        0.00         0.41           61            5        6.8         12
## 1863        0.06         0.40           93            4        9.0        255
## 1864        0.03         0.40           78           75        8.5        495
## 1865        0.03         0.40           87            6        4.6        441
## 1866        0.03         0.39           63           64        7.3        461
## 1867        0.06         0.39           79            7        5.2         45
## 1868        0.01         0.39           75            5        7.6         26
## 1869        0.04         0.38           33           12        6.2         30
## 1870        0.02         0.38           54           14        4.3         19
## 1871        0.00         0.38           74           31        6.8         28
## 1872        0.07         0.38           66            6        4.1          9
## 1873        0.03         0.38           63           33        4.8          5
## 1874        0.06         0.38           77            6        7.1         25
## 1875        0.08         0.37           82           20        6.6        173
## 1876        0.07         0.37           74           28        3.8         26
## 1877        0.03         0.36           61           11        6.0         20
## 1878        0.05         0.35           78           15        8.4        198
## 1879        0.01         0.35           69           28        7.5         52
## 1880        0.03         0.35           77           28        6.2         26
## 1881        0.00         0.35           72           10        6.3         54
## 1882        0.02         0.35           71           44        8.0        136
## 1883        0.03         0.35           80           20        8.4        440
## 1884        0.06         0.35           59           21        6.9        145
## 1885        0.03         0.34           69            6        3.4        256
## 1886        0.04         0.34           80           82        2.1       6157
## 1887        0.03         0.34           69            5        3.0          8
## 1888        0.07         0.33           52           15        6.0         82
## 1889        0.04         0.33           80           55        8.1        235
## 1890        0.06         0.32           72           37        7.4        424
## 1891        0.03         0.32           70           48        5.5         43
## 1892        0.02         0.31           74           17        7.5       1170
## 1893        0.02         0.31           61           33        7.7        237
## 1894        0.03         0.31           68            5        7.4        127
## 1895        0.03         0.31           65            5        3.6          7
## 1896        0.03         0.30           83           16        8.3         64
## 1897        0.02         0.30           79           29        6.6         33
## 1898        0.02         0.29           80           38        6.1        516
## 1899        0.03         0.29           39            5        4.2         17
## 1900        0.05         0.29           49            6        3.6         23
## 1901        0.00         0.29           78           46        7.9        478
## 1902        0.03         0.29           86            5        7.7        207
## 1903        0.02         0.28           73           10        8.4        108
## 1904        0.02         0.28           59            3        5.6         25
## 1905        0.05         0.28           58           27        6.7        100
## 1906        0.03         0.27           78           51        5.8        156
## 1907        0.02         0.27           87           55        8.3         61
## 1908        0.02         0.27           69           21        6.6        222
## 1909        0.02         0.27           68            7        6.8         38
## 1910        0.00         0.26           38           25        7.0         19
## 1911        0.00         0.26           66           35        6.5         18
## 1912        0.02         0.26           33            5        2.8          5
## 1913        0.00         0.26           50            7        7.2         13
## 1914        0.00         0.26           74           66        6.6        307
## 1915        0.01         0.26           80           41        8.2         89
## 1916        0.02         0.26           75           30        7.4        170
## 1917        0.02         0.26           54           55        6.2        195
## 1918        0.04         0.26           80           75        8.5        236
## 1919        0.02         0.25           76           16        3.3        546
## 1920        0.04         0.25           69           22        6.7         79
## 1921        0.06         0.25           75           15        8.2        148
## 1922        0.02         0.24           68           12        6.4         13
## 1923        0.01         0.24           65           18        7.3         17
## 1924        0.02         0.24           73            5        6.2         40
## 1925        0.04         0.24           76            9        6.6         37
## 1926        0.04         0.24           43           25        2.7        175
## 1927        0.00         0.24           68           31        5.4         30
## 1928        0.02         0.24           80           23        4.3        113
## 1929        0.00         0.23           64           35        7.5         25
## 1930        0.02         0.23           77           20        7.5        132
## 1931        0.01         0.23           50           29        5.6         87
## 1932        0.03         0.23           64           39        7.9        215
## 1933        0.00         0.22           53           14        7.6         31
## 1934        0.02         0.22           84           11        8.2         21
## 1935        0.00         0.22           26           26        2.8          9
## 1936        0.02         0.22           77           31        7.9         31
## 1937        0.04         0.21           47            5        2.0         87
## 1938        0.02         0.21           68           30        6.7        118
## 1939        0.02         0.21           35           33        2.1         61
## 1940        0.02         0.21           71           21        7.7         20
## 1941        0.02         0.21           74           37        8.1         61
## 1942        0.04         0.21           71           20        7.6         46
## 1943        0.02         0.21           55            8        5.2         46
## 1944        0.02         0.21           64           40        6.5        661
## 1945        0.02         0.21           61           30        5.5        102
## 1946        0.02         0.20           52           33        5.7        110
## 1947        0.02         0.20           51           10        5.3          9
## 1948        0.02         0.20           53           44        7.5         80
## 1949        0.02         0.20           36           14        3.1         88
## 1950        0.01         0.20           86           12        7.7        128
## 1951        0.00         0.20           69           45        6.4        106
## 1952        0.00         0.20           83           26        6.2        400
## 1953        0.02         0.19           23           39        3.0        211
## 1954        0.00         0.19           74           76        7.5        137
## 1955        0.02         0.19           82            5        7.9        112
## 1956        0.02         0.19           82           71        8.6       2654
## 1957        0.04         0.19           62           11        3.4         23
## 1958        0.01         0.19           80           19        7.5        146
## 1959        0.00         0.19           76           46        7.8       1363
## 1960        0.00         0.19           65           17        7.3         21
## 1961        0.01         0.19           82           13        7.4        754
## 1962        0.00         0.19           48           43        7.2          9
## 1963        0.00         0.19           74           16        5.7         12
## 1964        0.02         0.19           86           45        7.4       1543
## 1965        0.02         0.19           65           31        7.4         50
## 1966        0.01         0.18           91           30        5.6        301
## 1967        0.00         0.18           85            5        7.4         21
## 1968        0.01         0.18           48           19        6.8         56
## 1969        0.00         0.18           69           55        6.4        546
## 1970        0.02         0.18           45           40        3.5       1156
## 1971        0.02         0.18           70           42        7.5        267
## 1972        0.00         0.18           83           41        2.2        386
## 1973        0.02         0.17           69           14        7.2         45
## 1974        0.01         0.17           81           31        7.7          4
## 1975        0.00         0.17           68           50        6.2        537
## 1976        0.03         0.17           62           24        7.6        118
## 1977        0.01         0.17           78            7        8.1        124
## 1978        0.02         0.17           70           38        7.4        129
## 1979        0.00         0.16           80           66        8.0        147
## 1980        0.00         0.16           82           20        8.8         30
## 1981        0.02         0.16           53            4        6.9         63
## 1982        0.03         0.16           38            8        2.9         52
## 1983        0.01         0.16           72           13        5.3         26
## 1984        0.01         0.16           68            4        6.8          9
## 1985        0.02         0.15           76           33        8.1        397
## 1986        0.01         0.15           65           21        7.5         35
## 1987        0.02         0.15           65           18        8.7         41
## 1988        0.01         0.15           61           81        4.9        894
## 1989        0.01         0.15           32           12        4.0          6
## 1990        0.00         0.15           71           71        4.7       1662
## 1991        0.01         0.15           68           25        8.1         63
## 1992        0.00         0.15           74            7        8.3          6
## 1993        0.02         0.14           40           17        2.9          9
## 1994        0.03         0.14           54           17        4.4         24
## 1995        0.01         0.14           47           44        8.0          9
## 1996        0.01         0.13           78           11        8.6         18
## 1997        0.03         0.13           63            4        5.0         16
## 1998        0.03         0.13           64            5        6.6          8
## 1999        0.00         0.13           77           46        7.3         40
## 2000        0.01         0.13           49           10        6.5          7
## 2001        0.00         0.13           68           15        6.5         30
## 2002        0.00         0.13           57           48        6.7         15
## 2003        0.00         0.13           73            4        8.1          6
## 2004        0.00         0.12           75           75        7.4       8665
## 2005        0.01         0.12           62           11        7.7         44
## 2006        0.01         0.12           81           27        7.0        159
## 2007        0.01         0.12           64           38        7.2        144
## 2008        0.01         0.12           59           20        5.4         14
## 2009        0.00         0.12           70           29        7.0         31
## 2010        0.00         0.12           53           13        5.0          8
## 2011        0.01         0.12           75            5        7.8        148
## 2012        0.01         0.12           58           43        5.8        142
## 2013        0.01         0.12           77            7        7.3         31
## 2014        0.01         0.12           73           28        8.3          9
## 2015        0.00         0.12           66           18        7.4         28
## 2016        0.02         0.12           73           77        8.3         59
## 2017        0.02         0.11           54           14        5.5         27
## 2018        0.01         0.11           63           11        4.6         49
## 2019        0.02         0.11           75            7        7.5         21
## 2020        0.01         0.11           78           67        7.2        382
## 2021        0.00         0.11           83           16        6.3         13
## 2022        0.01         0.11           58            8        6.5         39
## 2023        0.01         0.11           74           38        7.4        866
## 2024        0.02         0.10           59           13        6.0         72
## 2025        0.01         0.10           74            9        4.4        239
## 2026        0.00         0.10           69           41        6.7         43
## 2027        0.00         0.10           64           35        6.8          8
## 2028        0.02         0.10           85           16        6.3        187
## 2029        0.00         0.10           80           46        5.8        468
## 2030        0.01         0.10           71           17        6.3         39
## 2031        0.00         0.10           85           17        7.8        112
## 2032        0.01         0.10           68            7        6.2         20
## 2033        0.02         0.10           83           16        9.2         87
## 2034        0.01         0.10           63           46        6.8         17
## 2035        0.00         0.10           74           31        6.5          6
## 2036        0.00         0.09           46           57        6.2         17
## 2037        0.02         0.09           66            7        4.9         15
## 2038        0.01         0.09           44           23        5.1         15
## 2039        0.01         0.09           57           51        6.5         89
## 2040        0.01         0.09           47           12        2.0        129
## 2041        0.01         0.09           75           50        7.1          4
## 2042        0.02         0.09           52           17        5.0          7
## 2043        0.00         0.09           68           51        5.3        120
## 2044        0.00         0.09           80           39        6.7         33
## 2045        0.00         0.09           87           65        5.9       2421
## 2046        0.01         0.09           66            9        4.1         73
## 2047        0.00         0.09           32           17        2.5          8
## 2048        0.01         0.09           42            5        5.6         21
## 2049        0.02         0.08           28           26        2.0         13
## 2050        0.02         0.08           69           16        6.8         10
## 2051        0.00         0.08           71           24        7.5         64
## 2052        0.00         0.08           67           16        6.1         60
## 2053        0.00         0.08           47           44        6.2         94
## 2054        0.00         0.08           81           60        6.9         76
## 2055        0.01         0.08           51            6        3.1          7
## 2056        0.01         0.08           52           24        5.8        320
## 2057        0.00         0.08           58           49        6.3         65
## 2058        0.00         0.08           67           29        7.1         25
## 2059        0.00         0.08           75           59        7.5         66
## 2060        0.01         0.08           49            7        5.1         13
## 2061        0.00         0.08           79           23        6.1        375
## 2062        0.00         0.08           33           24        3.3       1340
## 2063        0.00         0.08           69           28        6.6          7
## 2064        0.01         0.08           71           22        7.1         36
## 2065        0.01         0.08           76           48        8.9         45
## 2066        0.01         0.07           63           28        5.6         18
## 2067        0.00         0.07           84            5        7.2          5
## 2068        0.00         0.07           79           42        8.2        102
## 2069        0.00         0.07           79           61        7.4         71
## 2070        0.00         0.07           68           43        3.4         46
## 2071        0.01         0.07           48           10        4.3          6
## 2072        0.00         0.07           58           30        4.9         40
## 2073        0.00         0.07           73           23        7.9          7
## 2074        0.00         0.07           64           16        6.3         41
## 2075        0.00         0.07           72           64        8.0       3717
## 2076        0.01         0.07           48           19        3.8         31
## 2077        0.00         0.07           83           18        8.9         79
## 2078        0.00         0.07           74           38        8.1        127
## 2079        0.00         0.07           55           32        7.4         45
## 2080        0.01         0.07           57           26        6.4         56
## 2081        0.00         0.07           80           34        7.9        171
## 2082        0.00         0.07           74           27        7.8         66
## 2083        0.00         0.06           69           46        6.2         41
## 2084        0.00         0.06           83           46        7.5         96
## 2085        0.01         0.06           28           31        3.3         28
## 2086        0.01         0.06           80           17        5.7        571
## 2087        0.01         0.06           55           31        6.7         37
## 2088        0.00         0.06           82           12        6.8         74
## 2089        0.00         0.06           39           47        5.9         22
## 2090        0.01         0.06           76           10        7.9        100
## 2091        0.00         0.06           91           61        8.1        298
## 2092        0.00         0.06           78            9        6.3         34
## 2093        0.00         0.06           76           36        8.2         22
## 2094        0.00         0.06           65           26        7.4       1007
## 2095        0.00         0.06           63           12        7.8         69
## 2096        0.01         0.06           19           14        1.3        433
## 2097        0.00         0.05           80           37        8.4        156
## 2098        0.00         0.05           75            7        5.8         21
## 2099        0.00         0.05           82           36        7.4         69
## 2100        0.00         0.05           58            9        6.5         16
## 2101        0.00         0.05           66           45        6.5        621
## 2102        0.00         0.05           58           23        6.2         18
## 2103        0.00         0.05           58           11        6.3          9
## 2104        0.00         0.05           85           25        7.0         47
## 2105        0.00         0.05           66           13        4.2         17
## 2106        0.01         0.05           79           51        3.4       3558
## 2107        0.00         0.05           76            6        5.5         24
## 2108        0.00         0.05           73            8        6.7        801
## 2109        0.01         0.05           75           31        7.4        135
## 2110        0.00         0.05           83           16        7.6         21
## 2111        0.00         0.05           66            5        6.6          7
## 2112        0.01         0.05           59            8        7.4         66
## 2113        0.00         0.05           48            7        6.1         13
## 2114        0.00         0.04           92           74        7.7         56
## 2115        0.00         0.04           43            4        8.3          4
## 2116        0.00         0.04           65           12        5.3         60
## 2117        0.00         0.04           81           30        5.9        330
## 2118        0.01         0.04           13            4        1.0        218
## 2119        0.00         0.04           77           66        9.1        109
## 2120        0.00         0.04           80           25        8.2          9
## 2121        0.00         0.04           77           12        7.0        342
## 2122        0.00         0.04           84           55        8.2       2482
## 2123        0.01         0.04           84           23        6.8       3963
## 2124        0.00         0.04           71           38        7.4          9
## 2125        0.00         0.04           61           17        6.2        210
## 2126        0.00         0.04           49            7        6.3          4
## 2127        0.00         0.04           85           13        7.9          6
## 2128        0.00         0.04           60           17        4.8          6
## 2129        0.00         0.04           63           44        5.9        891
## 2130        0.01         0.04           60           22        7.1         14
## 2131        0.00         0.03           77           58        6.9        746
## 2132        0.00         0.03           75           45        7.5         82
## 2133        0.00         0.03           73           34        5.2         72
## 2134        0.00         0.03           90           36        8.9         40
## 2135        0.00         0.03           74           13        7.7         23
## 2136        0.00         0.03           26           21        1.9          5
## 2137        0.00         0.03           59           43        6.7         28
## 2138        0.00         0.03           73           20        5.5          9
## 2139        0.00         0.03           75           75        6.5        492
## 2140        0.00         0.03           90           62        7.9        222
## 2141        0.00         0.03           62           30        5.0         13
## 2142        0.00         0.03           80           73        6.9         94
## 2143        0.00         0.03           65           17        7.3         44
## 2144        0.00         0.03           83           51        8.8         49
## 2145        0.00         0.03           78           24        7.4         20
## 2146        0.00         0.03           80           33        7.3         27
## 2147        0.00         0.03           80           20        6.4         27
## 2148        0.00         0.03           58            4        5.5        130
## 2149        0.00         0.03           59           13        7.1          7
## 2150        0.00         0.03           72           18        8.1         48
## 2151        0.00         0.03           65           31        6.8         34
## 2152        0.00         0.03           41           26        6.4          5
## 2153        0.00         0.03           47            5        0.6         59
## 2154        0.00         0.03           52            4        5.0         26
## 2155        0.00         0.03           70           39        7.9         74
## 2156        0.00         0.03           54           16        5.9         13
## 2157        0.00         0.03           88            7        8.9        132
## 2158        0.00         0.03           94           39        8.2          5
## 2159        0.00         0.03           43            5        7.4         24
## 2160        0.01         0.03           62           52        8.2          6
## 2161        0.00         0.03           69           16        8.7         18
## 2162        0.00         0.03           79           44        8.0         19
## 2163        0.00         0.03           51           17        6.5         12
## 2164        0.00         0.03           80           27        8.6         12
## 2165        0.00         0.02           52           18        7.3         20
## 2166        0.00         0.02           51           14        3.9          8
## 2167        0.00         0.02           74           35        7.0        368
## 2168        0.00         0.02           78            5        5.9         22
## 2169        0.00         0.02           83           33        6.9        712
## 2170        0.00         0.02           60           15        7.1         22
## 2171        0.00         0.02           82           12        8.1         80
## 2172        0.00         0.02           43           17        5.5          8
## 2173        0.00         0.02           77            8        5.5         88
## 2174        0.00         0.02           82           40        8.9        148
## 2175        0.00         0.02           58            5        5.8         30
## 2176        0.00         0.02           81           74        6.8        694
## 2177        0.00         0.02           81           70        7.3       3926
## 2178        0.00         0.02           90           56        6.4         10
## 2179        0.00         0.02           93           77        8.4        693
## 2180        0.00         0.02           51           18        6.5          4
## 2181        0.00         0.02           83            8        7.9          4
## 2182        0.00         0.02           40            4        5.8         18
## 2183        0.00         0.02           76            7        7.1         19
## 2184        0.00         0.02           69           22        7.9         25
## 2185        0.00         0.02           88           46        7.8         73
## 2186        0.00         0.02           87           55        7.7        431
## 2187        0.00         0.02           79           38        7.5         13
## 2188        0.00         0.02           85           20        8.2       1520
## 2189        0.00         0.02           51           43        3.0        101
## 2190        0.00         0.02           84           26        7.6          5
## 2191        0.00         0.02           50           16        5.0         14
## 2192        0.00         0.02           62           21        5.4         44
## 2193        0.00         0.02           53           20        6.6         13
## 2194        0.00         0.02           89           36        8.2        158
## 2195        0.00         0.02           62           40        8.4         14
## 2196        0.00         0.02           38            5        4.6          7
## 2197        0.00         0.02           61           30        6.0         57
## 2198        0.00         0.02           81           51        9.3         82
## 2199        0.00         0.02           69           27        8.3        116
## 2200        0.00         0.02           61           26        7.3         54
## 2201        0.00         0.02           70           37        5.2        278
## 2202        0.00         0.02           55           15        7.2          6
## 2203        0.00         0.02           70           30        5.2          5
## 2204        0.00         0.02           66           46        6.5        118
## 2205        0.00         0.02           66            6        7.6        152
## 2206        0.00         0.01           62           24        7.7        169
## 2207        0.00         0.01           77           53        7.9        179
## 2208        0.00         0.01           55           57        6.4         93
## 2209        0.00         0.01           49            8        6.3         13
## 2210        0.00         0.01           66           15        7.9         15
## 2211        0.00         0.01           70           29        7.8         97
## 2212        0.00         0.01           30           26        5.2         10
## 2213        0.00         0.01           66            7        5.7         16
## 2214        0.00         0.01           45            8        5.1         10
## 2215        0.00         0.01           65           46        6.3       1736
## 2216        0.00         0.01           78           49        8.4         52
## 2217        0.00         0.01           67           31        8.1         10
## 2218        0.00         0.01           67           13        6.4         20
## 2219        0.00         0.01           65           12        6.0         88
## 2220        0.00         0.01           83           38        7.4        449
## 2221        0.00         0.01           72           36        7.9         74
## 2222        0.00         0.01           74           18        4.5         10
## 2223        0.00         0.01           55            7        1.4         20
## 2224        0.00         0.01           78           21        6.2         10
## 2225        0.00         0.01           55           17        3.5        128
## 2226        0.00         0.01           64           15        3.0         17
## 2227        0.00         0.01           92           72        8.6       1358
## 2228        0.00         0.01           75           42        7.1          6
## 2229        0.00         0.01           90           53        9.5        100
## 2230        0.00         0.01           44           14        4.3         17
## 2231        0.00         0.01           68           47        7.1        672
## 2232        0.00         0.01           74            6        5.1          9
## 2233        0.00         0.01           63           18        2.7        122
## 2234        2.42        13.79           83           21        5.3        922
## 2235        1.12        13.67           83           73        4.8       2256
## 2236        0.63         9.90           78           70        7.2        424
## 2237        0.74         9.71           87           87        7.0       3260
## 2238        0.39         9.16           88           70        8.7        626
## 2239        1.97         8.16           88           37        6.6        348
## 2240        0.41         8.07           92           57        8.3         81
## 2241        0.55         6.76           74           10        7.3         28
## 2242        1.12         6.45           85           41        6.9       1307
## 2243        0.44         5.29           84           61        6.7       1196
## 2244        0.32         5.22           84           70        8.1        733
## 2245        0.57         5.16           90           48        6.1        403
## 2246        0.54         5.14           88           86        4.0       9629
## 2247        0.33         4.42           77           61        7.9        471
## 2248        0.67         3.35           90           32        8.5       1041
## 2249        0.22         3.13           73           45        6.8        155
## 2250        0.40         3.10           74           34        5.4       1304
## 2251        0.25         3.05           89           59        8.2        892
## 2252        0.24         3.04           93           74        5.8       3725
## 2253        0.28         3.00           91           39        8.6       1247
## 2254        0.19         3.00           88           41        7.2        131
## 2255        0.17         2.86           81           36        5.8        179
## 2256        0.58         2.81           72            5        4.2         28
## 2257        0.23         2.56           83           22        5.5        101
## 2258        0.21         2.52           78            8        7.0         20
## 2259        0.27         2.47           90           26        8.0         99
## 2260        0.27         2.31           90           69        7.9       2954
## 2261        0.14         2.30           75           69        5.6        382
## 2262        0.35         2.23           91           25        8.2        858
## 2263        0.44         2.14           83           30        7.5        511
## 2264        0.13         2.01           92           72        9.1       1130
## 2265        0.18         1.96           85           83        8.4        431
## 2266        0.16         1.95           67           71        5.0       1407
## 2267        0.30         1.85           87           31        7.8        790
## 2268        0.22         1.82           82           42        4.8       1265
## 2269        0.14         1.74           55           61        3.5        145
## 2270        0.17         1.74           78           38        8.3        444
## 2271        0.17         1.73           79           51        7.1        453
## 2272        0.14         1.71           88           56        7.9        815
## 2273        0.15         1.66           79           59        7.2        114
## 2274        0.13         1.62           86           80        7.8        869
## 2275        0.10         1.58           75           54        8.2        267
## 2276        0.15         1.56           83           54        8.5        134
## 2277        0.24         1.53           82           37        6.7        146
## 2278        0.25         1.53           89           35        7.9        781
## 2279        0.19         1.53           74           11        4.2       1635
## 2280        0.26         1.47           33           58        4.8        479
## 2281        0.12         1.47           79           75        7.2        334
## 2282        0.20         1.42           93           30        5.5       1849
## 2283        0.26         1.41           55           22        6.0        250
## 2284        0.11         1.38           70           69        7.1         12
## 2285        0.08         1.38           89           65        8.2        345
## 2286        0.25         1.35           76           24        8.1         99
## 2287        0.24         1.32           70           71        7.2        318
## 2288        0.11         1.30           80           35        6.6         38
## 2289        0.07         1.27           83           75        8.7        487
## 2290        0.07         1.27           59           46        6.3        134
## 2291        0.11         1.27           78           46        8.0        110
## 2292        0.27         1.25           88           71        8.6        348
## 2293        0.23         1.23           76           36        6.4         66
## 2294        0.11         1.23           80           49        8.5         73
## 2295        0.19         1.19           81           28        7.5         81
## 2296        0.09         1.18           82            5        7.3         71
## 2297        0.09         1.18           77           23        7.7         36
## 2298        0.08         1.18           64           33        6.5         55
## 2299        0.10         1.17           52           36        4.9        222
## 2300        0.21         1.15           86           37        6.7        228
## 2301        0.10         1.15           53           43        5.4        437
## 2302        0.06         1.13           73           51        8.6        209
## 2303        0.15         1.12           93           61        9.2       1228
## 2304        0.07         1.09           76           20        5.5         65
## 2305        0.20         1.06           77           21        6.3         18
## 2306        0.19         1.05           82           16        8.3         85
## 2307        0.19         1.04           83           40        7.7        645
## 2308        0.23         1.03           81           23        7.5         54
## 2309        0.13         1.03           86           30        7.4         92
## 2310        0.04         1.02           80           40        8.2         89
## 2311        0.22         1.01           82           56        7.7         34
## 2312        0.08         1.01           77           70        7.7        758
## 2313        0.08         0.99           85           60        7.6         88
## 2314        0.12         0.97           89           23        5.5       5926
## 2315        0.12         0.96           88           43        8.2       3183
## 2316        0.00         0.96           89           85        7.8         75
## 2317        0.15         0.96           65           12        7.5        111
## 2318        0.00         0.96           72           51        7.8         22
## 2319        0.14         0.96           70           21        6.9         92
## 2320        0.05         0.95           69           58        6.9        110
## 2321        0.15         0.95           74           69        7.3        540
## 2322        0.07         0.95           26           26        3.4         10
## 2323        0.12         0.95           79           18        6.9        156
## 2324        0.12         0.93           80           21        6.2       1489
## 2325        0.10         0.93           89           38        8.2       2482
## 2326        0.06         0.92           87           23        7.5         75
## 2327        0.05         0.91           74           21        8.2         62
## 2328        0.14         0.91           81           38        6.8        110
## 2329        0.08         0.90           88           82        8.3        818
## 2330        0.07         0.90           80           18        7.2         21
## 2331        0.10         0.89           77           47        6.7         58
## 2332        0.11         0.89           61           19        6.6         42
## 2333        0.07         0.89           79            9        4.1         34
## 2334        0.05         0.88           82           78        8.5        397
## 2335        0.08         0.87           80           47        7.9        468
## 2336        0.07         0.87           80           71        7.7        446
## 2337        0.15         0.87           73           69        6.9        159
## 2338        0.11         0.85           81           34        7.6        376
## 2339        0.13         0.85           82           50        8.2        193
## 2340        0.14         0.84           84           39        7.1        422
## 2341        0.07         0.84           71           59        7.9        216
## 2342        0.07         0.84           67           37        6.8        131
## 2343        0.09         0.83           84           51        5.3        191
## 2344        0.10         0.82           79           75        8.3         52
## 2345        0.09         0.82           74           27        8.8        158
## 2346        0.06         0.81           86           43        8.0         45
## 2347        0.08         0.81           84           23        8.5        694
## 2348        0.04         0.80           79           69        8.5         99
## 2349        0.07         0.79           83           63        8.0        456
## 2350        0.07         0.79           74           69        7.0        173
## 2351        0.06         0.79           75           59        7.8        320
## 2352        0.13         0.79           50           18        4.3         39
## 2353        0.06         0.77           52           56        4.9        330
## 2354        0.10         0.76           68           47        6.5         38
## 2355        0.06         0.75           72            6        5.2         25
## 2356        0.09         0.75           81           53        6.7        150
## 2357        0.10         0.74           79           39        6.8        179
## 2358        0.06         0.73           78           71        8.4         23
## 2359        0.05         0.73           70           59        5.2        795
## 2360        0.01         0.73           76            5        8.0         15
## 2361        0.07         0.73           86           47        7.7        180
## 2362        0.08         0.73           74           23        7.1         83
## 2363        0.10         0.72           75           19        2.8        729
## 2364        0.08         0.71           89           57        8.2       2235
## 2365        0.06         0.70           82           65        6.4        186
## 2366        0.04         0.69           63           30        4.2         15
## 2367        0.07         0.69           46           47        1.6         21
## 2368        0.06         0.69           75           49        8.0          4
## 2369        0.02         0.67           82            6        8.8         37
## 2370        0.15         0.67           62           19        6.7         19
## 2371        0.14         0.67           56           21        5.9          5
## 2372        0.00         0.66           91           73        8.4         32
## 2373        0.05         0.66           83           44        6.6         86
## 2374        0.08         0.66           67           37        7.1        199
## 2375        0.10         0.65           85           51        7.8        192
## 2376        0.09         0.64           84           22        6.8         60
## 2377        0.07         0.64           74           34        7.7        109
## 2378        0.00         0.63           74           27        6.3         53
## 2379        0.05         0.63           62            7        4.6         20
## 2380        0.05         0.62           90           35        8.3        366
## 2381        0.00         0.62           74           24        8.0          8
## 2382        0.05         0.61           73           13        7.4         21
## 2383        0.00         0.59           83           34        8.5        180
## 2384        0.04         0.58           77           56        6.2        124
## 2385        0.05         0.58           33           18        3.7          7
## 2386        0.05         0.58           68           31        5.1         15
## 2387        0.08         0.58           79           45        7.2         79
## 2388        0.07         0.58           91            9        7.9         23
## 2389        0.10         0.57           89           20        8.2        296
## 2390        0.10         0.57           67           16        6.4        107
## 2391        0.03         0.57           78           33        8.1        122
## 2392        0.08         0.56           83           73        8.5        625
## 2393        0.08         0.54           77           27        8.0        350
## 2394        0.09         0.54           88           54        8.4        298
## 2395        0.08         0.54           75           14        5.7          9
## 2396        0.04         0.51           80            9        5.6        145
## 2397        0.04         0.51           59           35        5.5         22
## 2398        0.06         0.51           76           26        6.8         21
## 2399        0.04         0.51           77           47        5.6         39
## 2400        0.07         0.50           71           60        7.5        169
## 2401        0.02         0.50           78           60        7.8        113
## 2402        0.03         0.50           68           19        6.4         22
## 2403        0.03         0.50           69           13        7.3          4
## 2404        0.05         0.49           84           42        6.9         56
## 2405        0.04         0.49           48            6        5.0          7
## 2406        0.09         0.49           61           19        5.8          4
## 2407        0.04         0.48           70           64        7.0        260
## 2408        0.04         0.47           67           30        6.5        132
## 2409        0.04         0.47           83           45        4.4        177
## 2410        0.04         0.47           69           28        6.2         49
## 2411        0.08         0.47           59           36        4.3         24
## 2412        0.00         0.47           66           46        5.4         25
## 2413        0.02         0.46           81           14        7.6         22
## 2414        0.06         0.46           64           41        6.9        262
## 2415        0.09         0.45           75           15        7.5        221
## 2416        0.04         0.44           74           35        7.2         47
## 2417        0.04         0.44           79           52        8.3        160
## 2418        0.11         0.44           57            9        4.1         89
## 2419        0.05         0.43           58           43        5.0        152
## 2420        0.03         0.43           77           32        8.4         93
## 2421        0.06         0.43           86           55        8.7         63
## 2422        0.06         0.43           77            5        7.1         29
## 2423        0.05         0.43           87           30        7.6       2202
## 2424        0.05         0.42           73           27        8.0         42
## 2425        0.03         0.42           75           38        7.5         10
## 2426        0.04         0.42           76           59        8.2        319
## 2427        0.03         0.41           81           31        6.9        228
## 2428        0.06         0.41           60           63        6.8        245
## 2429        0.03         0.40           75           28        7.4         30
## 2430        0.05         0.40           71           39        7.4        169
## 2431        0.03         0.40           66           21        7.8        111
## 2432        0.07         0.40           86            7        6.6        286
## 2433        0.04         0.40           82           30        7.5         71
## 2434        0.03         0.39           61            4        7.6         10
## 2435        0.02         0.39           65           26        7.3         47
## 2436        0.02         0.39           70           53        7.3        146
## 2437        0.06         0.39           77           32        8.2         87
## 2438        0.06         0.39           64           51        8.8         66
## 2439        0.03         0.39           80           71        7.5        219
## 2440        0.03         0.39           67           13        5.7         11
## 2441        0.09         0.38           67           38        8.1        136
## 2442        0.02         0.38           78           46        7.8        167
## 2443        0.01         0.38           82            6        6.3         21
## 2444        0.03         0.37           80            8        6.9         22
## 2445        0.03         0.37           66           14        7.8         37
## 2446        0.03         0.37           73           42        7.4        109
## 2447        0.03         0.36           85           41        7.2         56
## 2448        0.00         0.36           81           44        9.0        265
## 2449        0.03         0.36           31           13        2.7         18
## 2450        0.05         0.35           79           63        8.2        191
## 2451        0.03         0.35           85           26        7.1        216
## 2452        0.09         0.35           40            9        3.2         19
## 2453        0.03         0.34           83           35        7.5         90
## 2454        0.07         0.34           66           10        6.9         54
## 2455        0.06         0.33           62            9        6.7         46
## 2456        0.04         0.33           55           30        5.4        599
## 2457        0.03         0.33           72           33        8.2        179
## 2458        0.00         0.32           60           21        7.2         13
## 2459        0.02         0.32           68           38        7.3        269
## 2460        0.03         0.32           76           39        7.9         95
## 2461        0.04         0.32           70           33        4.8        136
## 2462        0.05         0.32           79           28        7.6        127
## 2463        0.06         0.32           61           27        5.6         34
## 2464        0.00         0.31           78           12        6.9        118
## 2465        0.01         0.31           80           48        8.3         42
## 2466        0.03         0.31           82           33        6.9         77
## 2467        0.00         0.30           83           24        8.7         11
## 2468        0.03         0.30           81           25        6.6       1097
## 2469        0.02         0.30           63            6        7.3         38
## 2470        0.00         0.30           49           19        7.0         19
## 2471        0.05         0.29           70           52        7.3         57
## 2472        0.04         0.29           62           51        6.4         69
## 2473        0.00         0.29           93           68        8.6         90
## 2474        0.03         0.29           77           71        7.8        188
## 2475        0.03         0.29           68            4        3.7         16
## 2476        0.03         0.29           92           17        7.2         16
## 2477        0.02         0.29           55           43        6.8         12
## 2478        0.00         0.28           78            8        7.9          9
## 2479        0.06         0.28           54            8        5.6         35
## 2480        0.02         0.28           61           70        4.8         80
## 2481        0.03         0.28           41           30        5.7         25
## 2482        0.00         0.28           81           19        6.9          4
## 2483        0.02         0.27           82           34        8.0         60
## 2484        0.02         0.27           64           33        5.7         22
## 2485        0.02         0.27           60           21        5.4         18
## 2486        0.01         0.27           86           32        8.4         24
## 2487        0.00         0.27           42           10        6.5         37
## 2488        0.02         0.27           84           58        7.5         66
## 2489        0.03         0.27           91           37        6.9        135
## 2490        0.04         0.26           40            9        6.4         31
## 2491        0.02         0.26           63           13        3.5         27
## 2492        0.02         0.26           70           17        6.6        120
## 2493        0.00         0.26           74           60        8.4         89
## 2494        0.02         0.25           52           35        5.2        126
## 2495        0.02         0.25           39           28        5.0         51
## 2496        0.02         0.25           58           39        4.4        136
## 2497        0.04         0.24           79           26        7.0       1327
## 2498        0.04         0.24           82           56        8.8        237
## 2499        0.02         0.24           71           54        6.5        131
## 2500        0.04         0.24           65           16        7.4         34
## 2501        0.03         0.24           53           14        5.5         81
## 2502        0.03         0.23           73           27        8.4         18
## 2503        0.00         0.23           81           10        8.0         90
## 2504        0.02         0.23           75           53        6.4         53
## 2505        0.04         0.23           73           36        5.2         17
## 2506        0.03         0.23           79           29        8.2         86
## 2507        0.02         0.23           57           14        5.6         46
## 2508        0.00         0.23           66           27        6.8         25
## 2509        0.02         0.23           75            9        6.7         30
## 2510        0.03         0.23           58           25        7.6         17
## 2511        0.04         0.23           83           65        7.8         85
## 2512        0.02         0.23           76           16        8.2       1237
## 2513        0.02         0.22           90           14        8.2         45
## 2514        0.03         0.22           69           51        5.6        751
## 2515        0.01         0.22           54           35        6.1         28
## 2516        0.04         0.22           47           13        5.2         37
## 2517        0.03         0.22           80            6        8.2        127
## 2518        0.00         0.22           68           18        8.9          7
## 2519        0.01         0.21           68           37        7.2         37
## 2520        0.00         0.21           61           12        7.4          6
## 2521        0.02         0.21           51            4        7.4          4
## 2522        0.04         0.21           92           78        8.8       1381
## 2523        0.02         0.21           69           53        7.4         50
## 2524        0.00         0.21           89           46        8.9        228
## 2525        0.00         0.21           84           57        8.6         58
## 2526        0.02         0.20           71           35        8.2        106
## 2527        0.00         0.20           65           39        5.4         25
## 2528        0.02         0.20           84           38        4.4        152
## 2529        0.00         0.20           78           36        8.2         16
## 2530        0.01         0.20           67           38        7.6         73
## 2531        0.01         0.20           64           42        5.9         39
## 2532        0.02         0.20           75           21        8.8         20
## 2533        0.00         0.20           83           67        7.3        110
## 2534        0.02         0.20           77           17        9.2         15
## 2535        0.03         0.20           49           34        6.4         61
## 2536        0.01         0.20           74           33        5.8         30
## 2537        0.04         0.20           58           57        5.1        102
## 2538        0.00         0.20           80           28        8.3         31
## 2539        0.02         0.19           68            8        4.4          5
## 2540        0.01         0.19           89           55        8.2         66
## 2541        0.00         0.19           78           58        5.4        418
## 2542        0.01         0.19           74           13        5.9         17
## 2543        0.00         0.19           57           63        6.6         20
## 2544        0.02         0.19           69           17        5.6         98
## 2545        0.02         0.19           76           15        7.8         42
## 2546        0.03         0.19           79           25        7.5         66
## 2547        0.02         0.19           74           43        8.0        185
## 2548        0.00         0.19           75            8        5.7          9
## 2549        0.00         0.19           96           23        8.6         16
## 2550        0.01         0.18           84           37        7.3         64
## 2551        0.02         0.18           36            4        4.9          4
## 2552        0.00         0.18           59           24        8.5          8
## 2553        0.02         0.18           74           65        7.1        174
## 2554        0.02         0.18           73            7        6.2          5
## 2555        0.03         0.18           64           19        6.8         21
## 2556        0.02         0.18           71           45        5.1         14
## 2557        0.01         0.18           61           19        7.5         26
## 2558        0.03         0.18           75           27        6.3         43
## 2559        0.02         0.17           61           23        6.6         26
## 2560        0.00         0.17           80           42        7.7         74
## 2561        0.02         0.17           74           55        8.2       1326
## 2562        0.02         0.17           71           13        4.9        368
## 2563        0.01         0.17           54            7        5.2          5
## 2564        0.01         0.17           73           38        7.9        105
## 2565        0.02         0.17           42           40        5.0         78
## 2566        0.03         0.17           72           20        6.0         29
## 2567        0.03         0.16           66            8        3.7         20
## 2568        0.02         0.16           55           19        7.8         94
## 2569        0.02         0.16           62           10        8.1         21
## 2570        0.02         0.16           73           12        7.5         48
## 2571        0.00         0.16           70           68        5.5        229
## 2572        0.00         0.16           54           17        6.4         18
## 2573        0.01         0.15           55           24        7.3         35
## 2574        0.01         0.15           71           13        5.4         19
## 2575        0.01         0.15           77           18        8.9         18
## 2576        0.02         0.15           81           23        7.8        653
## 2577        0.01         0.15           85           36        8.2        153
## 2578        0.01         0.15           68           20        6.0          6
## 2579        0.00         0.15           68           37        7.6         17
## 2580        0.01         0.15           62            7        4.1         67
## 2581        0.02         0.15           74           33        8.2        307
## 2582        0.01         0.15           74            4        6.0          9
## 2583        0.01         0.15           71            8        6.3         65
## 2584        0.02         0.15           80           15        6.9        115
## 2585        0.01         0.14           59            9        5.0         13
## 2586        0.02         0.14           75           29        6.5        106
## 2587        0.00         0.14           59           35        7.2         14
## 2588        0.00         0.14           64           11        5.3         60
## 2589        0.01         0.14           60           18        6.0         58
## 2590        0.01         0.14           77           20        7.6        448
## 2591        0.00         0.14           63           20        8.0         22
## 2592        0.01         0.14           61           21        7.6          7
## 2593        0.00         0.14           32            7        4.6         32
## 2594        0.01         0.13           38            4        2.4          9
## 2595        0.01         0.13           76            8        6.3         16
## 2596        0.00         0.13           45           25        5.9        173
## 2597        0.00         0.13           68           30        6.9         45
## 2598        0.00         0.13           57            5        8.5          6
## 2599        0.02         0.13           79           17        8.7        992
## 2600        0.01         0.13           80           27        7.3        121
## 2601        0.01         0.13           83           21        7.3         60
## 2602        0.01         0.13           24            8        3.5         21
## 2603        0.01         0.13           38           58        2.4         92
## 2604        0.01         0.13           85           17        7.0         43
## 2605        0.01         0.13           65            6        7.6          9
## 2606        0.00         0.12           83           35        8.8        239
## 2607        0.01         0.12           71           32        7.4         16
## 2608        0.02         0.12           50           32        4.7         47
## 2609        0.01         0.12           81           23        8.2       1209
## 2610        0.00         0.12           42            6        3.1         48
## 2611        0.01         0.12           70           19        6.1         14
## 2612        0.00         0.12           63            9        6.7          4
## 2613        0.01         0.12           68           25        7.1          6
## 2614        0.01         0.12           50           10        5.0         25
## 2615        0.02         0.12           54           39        3.8         30
## 2616        0.00         0.11           70           32        6.9         49
## 2617        0.00         0.11           74           74        8.9         15
## 2618        0.00         0.11           78           27        6.6         74
## 2619        0.01         0.11           53           50        1.4        308
## 2620        0.01         0.11           71           59        7.7         56
## 2621        0.00         0.11           70           38        7.0         14
## 2622        0.00         0.11           82           31        4.4          4
## 2623        0.01         0.11           76           12        6.4        389
## 2624        0.00         0.11           38            8        3.6          6
## 2625        0.00         0.11           56           46        6.2         23
## 2626        0.00         0.11           72           16        7.6         63
## 2627        0.01         0.11           75           13        7.8         20
## 2628        0.00         0.11           78           39        7.7         43
## 2629        0.00         0.10           88           43        8.7         26
## 2630        0.00         0.10           48           40        5.1         32
## 2631        0.00         0.10           69           41        7.3         74
## 2632        0.01         0.10           52           23        6.5         30
## 2633        0.00         0.10           74           13        6.2         17
## 2634        0.01         0.10           72            7        3.4         27
## 2635        0.00         0.10           77           32        8.3         15
## 2636        0.00         0.10           71           40        6.6         30
## 2637        0.00         0.10           79           20        8.9         19
## 2638        0.01         0.10           52           46        5.5         65
## 2639        0.01         0.10           53           19        7.2         22
## 2640        0.00         0.10           49           32        4.6          4
## 2641        0.00         0.10           56           25        2.6         37
## 2642        0.01         0.09           71           11        7.9         17
## 2643        0.00         0.09           30           32        0.2        220
## 2644        0.00         0.09           60           38        7.2         75
## 2645        0.00         0.09           54           21        6.2         12
## 2646        0.00         0.09           66           35        5.0         37
## 2647        0.01         0.09           89           65        8.3       1530
## 2648        0.00         0.09           73           33        6.6         66
## 2649        0.00         0.09           52           27        9.0          7
## 2650        0.00         0.09           84           82        8.1        340
## 2651        0.00         0.09           33           31        5.9          4
## 2652        0.00         0.09           48           16        3.2         34
## 2653        0.00         0.09           59           22        5.3         22
## 2654        0.01         0.08           76            4        4.5         15
## 2655        0.01         0.08           80            8        6.9        182
## 2656        0.00         0.08           69            4        7.3        135
## 2657        0.01         0.08           64           18        7.4         31
## 2658        0.00         0.08           56           22        6.8         29
## 2659        0.00         0.08           60           16        5.7         23
## 2660        0.01         0.08           58           23        6.5        345
## 2661        0.00         0.08           79            5        6.8         16
## 2662        0.01         0.08           77           23        7.9         44
## 2663        0.02         0.08           82           19        8.5        525
## 2664        0.00         0.08           63           10        7.5         11
## 2665        0.01         0.08           86           11        8.4        337
## 2666        0.00         0.08           89           45        8.3        237
## 2667        0.01         0.07           46           23        7.0          8
## 2668        0.00         0.07           65           27        8.3         19
## 2669        0.00         0.07           57           36        7.1          6
## 2670        0.01         0.07           49           24        5.5          6
## 2671        0.00         0.07           91           14        7.7         40
## 2672        0.00         0.07           73           32        7.3         46
## 2673        0.00         0.07           76           31        8.2         17
## 2674        0.00         0.07           79           25        7.8        171
## 2675        0.00         0.07           84           46        7.9        729
## 2676        0.00         0.07           47            6        5.5          6
## 2677        0.00         0.07           77           52        8.0         33
## 2678        0.00         0.07           78           56        7.4        203
## 2679        0.00         0.07           78           50        6.0        220
## 2680        0.01         0.07           73           18        8.0        128
## 2681        0.01         0.07           56           23        5.4         43
## 2682        0.01         0.07           84           24        8.5         42
## 2683        0.00         0.07           74           33        6.7         14
## 2684        0.01         0.07           75           56        8.3         18
## 2685        0.01         0.06           83           30        8.0       1473
## 2686        0.00         0.06           87           68        8.9       1594
## 2687        0.00         0.06           55           18        7.1         20
## 2688        0.01         0.06           83            8        8.7         51
## 2689        0.00         0.06           68           36        7.9         31
## 2690        0.01         0.06           49           31        5.5         22
## 2691        0.00         0.06           61           25        4.6         35
## 2692        0.00         0.06           78           19        8.5         19
## 2693        0.00         0.06           87           12        8.0         28
## 2694        0.00         0.06           56           10        6.0          5
## 2695        0.00         0.06           83           26        6.8        466
## 2696        0.00         0.06           61           32        5.0        102
## 2697        0.00         0.06           72           45        3.4       1467
## 2698        0.01         0.06           53           51        6.5         72
## 2699        0.00         0.06           81           19        8.2         11
## 2700        0.00         0.06           54            8        3.5         16
## 2701        0.00         0.06           78           52        8.2         34
## 2702        0.00         0.06           79           28        6.9        137
## 2703        0.01         0.06           78           39        6.8        123
## 2704        0.00         0.06           74           41        7.6          8
## 2705        0.00         0.06           59            7        5.8         20
## 2706        0.01         0.05           76            9        6.7         15
## 2707        0.00         0.05           25            5        2.7          5
## 2708        0.00         0.05           69           58        8.5        118
## 2709        0.00         0.05           80           26        7.4        199
## 2710        0.00         0.05           83           37        8.2       3963
## 2711        0.00         0.05           38           14        4.5          9
## 2712        0.01         0.05           50            9        0.7        613
## 2713        0.00         0.05           51           37        4.8        119
## 2714        0.00         0.05           77            6        6.7          6
## 2715        0.00         0.05           75           30        7.9         21
## 2716        0.00         0.05           62           23        6.8         18
## 2717        0.00         0.05           78           49        5.6        124
## 2718        0.00         0.05           74           16        8.0          8
## 2719        0.00         0.05           38           17        4.1         19
## 2720        0.00         0.05           66           23        7.8          6
## 2721        0.00         0.05           28           10        3.6          5
## 2722        0.00         0.05           79           26        8.2          8
## 2723        0.00         0.04           60           21        8.2        130
## 2724        0.00         0.04           61           21        4.1         29
## 2725        0.00         0.04           71           27        8.2          5
## 2726        0.00         0.04           89           55        8.1        136
## 2727        0.00         0.04           41            5        5.6         10
## 2728        0.00         0.04           69           18        5.9        868
## 2729        0.00         0.04           79           27        7.7         16
## 2730        0.00         0.04           66           54        5.7         15
## 2731        0.00         0.04           53           12        6.3          4
## 2732        0.00         0.04           37            5        6.3          4
## 2733        0.00         0.04           86           75        8.7        455
## 2734        0.01         0.04           62           19        4.9         22
## 2735        0.00         0.04           79           25        8.5         13
## 2736        0.00         0.04           52           22        6.2         63
## 2737        0.00         0.04           71           30        6.2         38
## 2738        0.00         0.04           69           47        7.3         94
## 2739        0.00         0.04           58           16        5.6         27
## 2740        0.01         0.04           41            8        3.8          8
## 2741        0.00         0.04           68           64        6.6        351
## 2742        0.00         0.04           65           31        6.8          9
## 2743        0.00         0.04           74           44        7.7        585
## 2744        0.01         0.04           48            8        3.8        188
## 2745        0.00         0.04           76           27        7.2         36
## 2746        0.00         0.04           85           24        8.8         51
## 2747        0.00         0.04           54           19        2.6         49
## 2748        0.00         0.04           56           13        8.1         37
## 2749        0.00         0.04           63            5        4.8         36
## 2750        0.00         0.04           68           13        6.3         15
## 2751        0.00         0.04           78           28        7.7         14
## 2752        0.00         0.04           87           56        8.0        915
## 2753        0.00         0.04           61           15        6.6          7
## 2754        0.00         0.03           79           50        6.1        208
## 2755        0.00         0.03           83            9        8.5        320
## 2756        0.00         0.03           75           41        6.7         26
## 2757        0.00         0.03           60           10        6.0         24
## 2758        0.00         0.03           79           32        8.2        184
## 2759        0.00         0.03           85           74        9.0       1026
## 2760        0.00         0.03           48           27        4.9          6
## 2761        0.00         0.03           35           36        4.7         35
## 2762        0.00         0.03           53           20        7.1         44
## 2763        0.00         0.03           61           59        7.5         73
## 2764        0.00         0.03           84           30        8.3       1010
## 2765        0.00         0.03           84           57        7.9         87
## 2766        0.00         0.03           65           13        7.3          4
## 2767        0.01         0.03           70           40        7.5        240
## 2768        0.01         0.03           56           23        7.8         11
## 2769        0.00         0.03           88           15        8.8        188
## 2770        0.00         0.03           58            6        5.3          9
## 2771        0.00         0.03           52           26        5.2         29
## 2772        0.00         0.03           43           37        2.4         25
## 2773        0.00         0.03           75           37        6.6        122
## 2774        0.00         0.03           59           12        5.3        210
## 2775        0.00         0.03           67           33        8.0          6
## 2776        0.00         0.03           90            5        6.8        130
## 2777        0.00         0.03           98           81        7.3       1137
## 2778        0.00         0.03           54            8        6.7         26
## 2779        0.00         0.03           66            9        7.3          6
## 2780        0.00         0.03           90           59        9.1        803
## 2781        0.00         0.03           82           38        8.3        341
## 2782        0.00         0.03           52           23        5.3          7
## 2783        0.00         0.03           56           19        5.8          8
## 2784        0.00         0.03           64            9        4.8         25
## 2785        0.00         0.03           54            7        4.9         39
## 2786        0.00         0.03           88           48        7.4       2318
## 2787        0.00         0.03           48           27        2.8         10
## 2788        0.00         0.03           69           18        7.8         48
## 2789        0.00         0.03           89           40        8.3        881
## 2790        0.00         0.03           61           16        4.8        519
## 2791        0.00         0.03           54            6        6.2         11
## 2792        0.00         0.03           84           47        6.9        160
## 2793        0.00         0.02           57           28        4.6         44
## 2794        0.00         0.02           43            4        7.2          5
## 2795        0.00         0.02           84           71        8.3         72
## 2796        0.00         0.02           69           33        7.3         35
## 2797        0.00         0.02           65           11        5.3          4
## 2798        0.00         0.02           71            9        7.3        222
## 2799        0.00         0.02           75            4        5.3          5
## 2800        0.00         0.02           78           11        8.0         58
## 2801        0.00         0.02           82           48        8.3         58
## 2802        0.00         0.02           86           22        8.4         36
## 2803        0.00         0.02           79            8        6.4        134
## 2804        0.00         0.02           74           20        6.9         70
## 2805        0.00         0.02           62            8        5.4         46
## 2806        0.00         0.02           80           72        8.7        139
## 2807        0.00         0.02           62           44        6.4        127
## 2808        0.00         0.02           87           25        7.8         19
## 2809        0.00         0.02           75           28        6.7          4
## 2810        0.00         0.02           64           43        6.6        108
## 2811        0.00         0.02           53           27        5.2         43
## 2812        0.00         0.02           47           13        5.3         11
## 2813        0.00         0.02           78           10        8.6          4
## 2814        0.00         0.02           92           40        8.4        102
## 2815        0.00         0.02           55           15        6.5          4
## 2816        0.00         0.02           85           44        7.3        137
## 2817        0.00         0.02           45           23        5.5          5
## 2818        0.00         0.02           79           41        8.3        286
## 2819        0.00         0.02           72           49        8.8         62
## 2820        0.00         0.02           48           22        2.2          7
## 2821        0.00         0.02           89           65        8.3       2360
## 2822        0.00         0.02           67           23        6.5         55
## 2823        0.00         0.02           77           15        9.0         49
## 2824        0.00         0.02           76           26        7.5        455
## 2825        0.00         0.02           74           18        8.1          5
## 2826        0.00         0.02           81           32        8.3         30
## 2827        0.00         0.02           73           11        8.3         17
## 2828        0.00         0.02           72            9        6.0         83
## 2829        0.00         0.02           69           34        6.0         16
## 2830        0.00         0.02           46           30        6.0         11
## 2831        0.00         0.02           67           47        5.3         77
## 2832        0.00         0.02           64           24        7.6         30
## 2833        0.00         0.02           62           11        7.3         12
## 2834        0.00         0.02           75           65        6.9        191
## 2835        0.00         0.02           81           12        8.2          8
## 2836        0.00         0.02           62           15        6.0        179
## 2837        0.00         0.02           71           38        7.0         93
## 2838        0.00         0.02           68            5        6.4         30
## 2839        0.00         0.02           51           27        4.6          4
## 2840        0.00         0.02           49           11        2.5         54
## 2841        0.00         0.02           39           13        0.7         67
## 2842        0.00         0.02           63           53        6.0         20
## 2843        0.00         0.02           77           25        9.2         19
## 2844        0.00         0.02           96           49        9.1        278
## 2845        0.00         0.02           75           13        7.7         12
## 2846        0.00         0.02           84           68        8.0        279
## 2847        0.00         0.02           87           60        8.0         76
## 2848        0.00         0.02           48            6        5.3         10
## 2849        0.00         0.02           80           75        6.6         87
## 2850        0.00         0.02           58           31        6.0         10
## 2851        0.00         0.01           89           69        7.5        101
## 2852        0.00         0.01           47           40        2.2         86
## 2853        0.00         0.01           72           10        7.2         34
## 2854        0.00         0.01           80           54        7.9         12
## 2855        0.00         0.01           77           40        8.3         11
## 2856        0.00         0.01           77           17        7.9         14
## 2857        0.00         0.01           59           25        7.2          7
## 2858        0.00         0.01           54           61        3.6        165
## 2859        0.00         0.01           83           22        5.5        101
## 2860        0.00         0.01           64           13        6.7          4
## 2861        0.00         0.01           68           28        5.1         16
## 2862        0.00         0.01           77           40        7.2         36
## 2863        0.00         0.01           84            8        8.1         16
## 2864        0.00         0.01           69           24        6.2         21
## 2865        0.00         0.01           55           19        6.5        127
## 2866        0.00         0.01           74           11        6.8         31
## 2867        0.00         0.01           76           26        8.0         18
## 2868        0.00         0.01           44           13        4.6         72
## 2869        0.00         0.01           56           39        6.5         20
## 2870        0.00         0.01           84           28        6.0        439
## 2871        0.00         0.01           66            4        7.5          8
## 2872        0.00         0.01           54           39        5.9          7
## 2873        0.00         0.01           84           16        6.9          6
## 2874        0.00         0.01           76           16        5.9         29
## 2875        0.00         0.01           55           29        7.4         20
## 2876        0.00         0.01           60           12        5.9          5
## 2877        0.00         0.01           78           13        7.9        121
## 2878        0.00         0.01           45           18        7.3          4
## 2879        0.00         0.01           64           31        6.4         86
## 2880        0.00         0.01           49           32        2.1         39
## 2881        0.00         0.01           61           44        7.1         15
## 2882        0.00         0.01           71           23        8.1         22
## 2883        0.00         0.01           80            8        7.4         34
## 2884        0.00         0.01           63           16        8.0         88
## 2885        0.00         0.01           66           23        6.4         13
## 2886        0.00         0.01           49           28        4.7        129
## 2887        1.32        14.73           88           81        3.4       8713
## 2888        1.57        13.32           88           39        3.2       5234
## 2889        0.91        12.66           85           73        8.2        632
## 2890        0.78        10.81           90           82        8.4        921
## 2891        1.06        10.12           74           15        7.8         16
## 2892        0.85         8.79           96           89        8.4       3589
## 2893        0.69         7.32           84           57        7.4       2142
## 2894        1.08         7.17           85           38        7.5       1761
## 2895        1.03         6.74           92           97        8.3       3712
## 2896        1.39         6.65           69           30        6.7        233
## 2897        1.00         6.41           92           16        6.4       2527
## 2898        0.50         6.21           91           96        7.8       1504
## 2899        0.81         5.48           96           42        8.6       2162
## 2900        0.42         4.73           94           87        8.7       1472
## 2901        0.46         4.57           91           83        8.2        617
## 2902        0.31         4.33           83           47        7.7         45
## 2903        0.70         4.22           80           39        7.5        613
## 2904        0.43         4.19           80           77        7.2        564
## 2905        0.53         4.18           62           59        7.0       3725
## 2906        0.38         3.95           93           81        8.0       1958
## 2907        0.60         3.88           94           32        8.1       9073
## 2908        0.27         3.85           94            9        6.7        294
## 2909        0.45         3.72           95           31        8.5        533
## 2910        0.46         3.39           91           86        8.4        657
## 2911        0.49         3.17           89           78        7.7       1010
## 2912        0.38         2.96           85           73        5.9       2748
## 2913        0.34         2.84           84           60        8.4        494
## 2914        0.27         2.81           71           21        9.1        308
## 2915        0.07         2.79           84           22        8.6          4
## 2916        0.30         2.78           81           11        5.6         31
## 2917        0.46         2.78           89           61        7.5       4926
## 2918        0.38         2.77           84           85        7.9        942
## 2919        0.30         2.76           84           70        7.6        490
## 2920        0.24         2.70           89           83        7.8        893
## 2921        0.16         2.69           78           55        5.9         94
## 2922        0.23         2.63           79           53        6.6        707
## 2923        0.16         2.62           90           42        7.7        134
## 2924        0.38         2.47           82           50        7.7        384
## 2925        0.22         2.40           82           73        8.1        487
## 2926        0.20         2.37           71           75        6.9        627
## 2927        0.17         2.35           73           33        2.9         67
## 2928        0.22         2.34           66           46        6.5         39
## 2929        0.31         2.27           71           41        6.6        405
## 2930        0.17         2.25           79           31        5.5         56
## 2931        0.33         2.19           80           41        6.6        132
## 2932        0.18         2.11           90           38        6.7        127
## 2933        0.16         2.10           86           66        8.3        382
## 2934        0.17         2.08           95           66        8.5        997
## 2935        0.16         2.04           86           56        8.2         63
## 2936        0.22         2.02           89           54        8.7       1397
## 2937        0.16         2.02           70           34        7.7         17
## 2938        0.36         2.01           64           48        6.4        182
## 2939        0.22         1.82           83           90        8.4        932
## 2940        0.13         1.79           57           40        5.2         20
## 2941        0.15         1.76           76            7        7.7         10
## 2942        0.32         1.72           78           26        2.5       5664
## 2943        0.24         1.70           95           54        8.4        937
## 2944        0.07         1.65           77           49        8.5        156
## 2945        0.15         1.60           81           77        6.7        559
## 2946        0.26         1.58           76           38        8.2        253
## 2947        0.15         1.55           73           14        7.0         13
## 2948        0.21         1.54           86           31        7.3        288
## 2949        0.22         1.53           80           80        7.4        770
## 2950        0.14         1.53           64           28        7.8         13
## 2951        0.13         1.51           90           83        8.6        679
## 2952        0.33         1.51           84           45        8.0        172
## 2953        0.23         1.51           85           89        8.6        984
## 2954        0.22         1.48           83           91        7.8        543
## 2955        0.13         1.48           75           43        7.8         42
## 2956        0.12         1.45           70           85        6.0        399
## 2957        0.19         1.45           94           62        8.5       1081
## 2958        0.11         1.45           59           14        6.9         11
## 2959        0.29         1.43           83           33        7.0        493
## 2960        0.21         1.42           89           78        8.4        535
## 2961        0.13         1.38           77           49        8.3        340
## 2962        0.12         1.37           89           70        8.3        684
## 2963        0.22         1.37           89           50        8.2        682
## 2964        0.15         1.36           68           65        6.0        160
## 2965        0.12         1.34           84           72        7.5        533
## 2966        0.14         1.34           84           56        7.3        147
## 2967        0.17         1.31           78           15        6.9        440
## 2968        0.20         1.31           81           37        6.2        353
## 2969        0.21         1.29           85           54        7.2        406
## 2970        0.12         1.27           71           52        6.3         89
## 2971        0.11         1.23           95           50        7.8        179
## 2972        0.09         1.22           78           65        8.2        468
## 2973        0.09         1.21           85           69        8.1        206
## 2974        0.24         1.20           82           36        7.1         55
## 2975        0.17         1.17           72           28        6.9         80
## 2976        0.19         1.16           76           36        7.3         34
## 2977        0.10         1.16           77           13        7.6         21
## 2978        0.07         1.14           56           36        7.1         50
## 2979        0.12         1.14           83           51        6.9        965
## 2980        0.09         1.13           67           25        6.1         31
## 2981        0.15         1.12           80           27        8.3         52
## 2982        0.08         1.12           77           30        8.2         62
## 2983        0.09         1.11           79           75        4.5       2380
## 2984        0.18         1.11           84           52        7.3         95
## 2985        0.08         1.10           81           23        7.4         29
## 2986        0.15         1.10           82           71        7.8        211
## 2987        0.10         1.09           66            8        3.7         36
## 2988        0.07         1.07           32            4        2.8         17
## 2989        0.20         1.06           87           52        7.1        122
## 2990        0.09         1.03           68           85        5.8        404
## 2991        0.09         1.03           73           54        7.0         31
## 2992        0.10         1.02           61           11        6.0          5
## 2993        0.08         1.02           84           83        7.6        439
## 2994        0.09         1.02           66           29        6.9        108
## 2995        0.17         1.00           87           43        8.4        238
## 2996        0.06         0.99           82           25        6.6         49
## 2997        0.05         0.99           83           46        8.6         55
## 2998        0.09         0.99           89           66        8.4       1106
## 2999        0.10         0.97           78           35        5.2         53
## 3000        0.14         0.96           88           76        8.5       4378
## 3001        0.07         0.95           71           64        7.4         88
## 3002        0.18         0.95           79           53        7.7        114
## 3003        0.16         0.95           73           42        7.1         34
## 3004        0.06         0.94           81           65        8.2        231
## 3005        0.16         0.94           77           18        4.8         42
## 3006        0.06         0.93           39            5        5.6          8
## 3007        0.07         0.92           91            5        8.2         73
## 3008        0.09         0.92           60           34        6.1         16
## 3009        0.06         0.91           57           25        7.4         57
## 3010        0.15         0.90           70           60        5.7        174
## 3011        0.10         0.90           69            5        7.9         22
## 3012        0.08         0.89           67           64        6.3        121
## 3013        0.09         0.89           73           43        7.2         21
## 3014        0.11         0.89           80           41        7.3         17
## 3015        0.15         0.88           78           37        8.1         60
## 3016        0.08         0.88           78           52        8.3        144
## 3017        0.07         0.87           63           31        6.8         29
## 3018        0.07         0.83           49           76        4.4        456
## 3019        0.05         0.83           82           17        5.8         41
## 3020        0.06         0.83           75           33        7.6        197
## 3021        0.11         0.83           82           52        4.3       1197
## 3022        0.08         0.82           70           16        1.8        442
## 3023        0.00         0.81           68           19        6.4         14
## 3024        0.13         0.79           53           17        6.0         34
## 3025        0.07         0.78           86           59        7.4        105
## 3026        0.12         0.78           72           38        6.3         52
## 3027        0.08         0.78           87           55        8.2        209
## 3028        0.10         0.77           66            5        7.2         12
## 3029        0.06         0.77           70           36        6.5         15
## 3030        0.11         0.76           56           16        3.5         17
## 3031        0.07         0.76           52           29        3.3         31
## 3032        0.10         0.76           95           52        8.8       5999
## 3033        0.12         0.76           51           48        4.9        278
## 3034        0.04         0.75           60           18        7.0         27
## 3035        0.12         0.74           80           20        7.4        771
## 3036        0.07         0.74           77           28        6.7         82
## 3037        0.13         0.74           86           42        6.8       1594
## 3038        0.06         0.73           79           50        6.3        268
## 3039        0.12         0.73           72           39        5.8        168
## 3040        0.00         0.73           35            5        8.9         19
## 3041        0.09         0.72           84           61        7.1         54
## 3042        0.08         0.72           87           81        7.1        166
## 3043        0.06         0.70           79           61        8.1        372
## 3044        0.05         0.70           86           56        7.0         72
## 3045        0.06         0.70           43           18        3.3         25
## 3046        0.07         0.70           80           63        7.6        130
## 3047        0.09         0.69           77           56        6.1        173
## 3048        0.13         0.69           82           37        7.7         55
## 3049        0.07         0.67           84           59        7.3        561
## 3050        0.12         0.67           85           59        7.2        815
## 3051        0.05         0.66           78           23        7.3         19
## 3052        0.06         0.66           70           51        6.7         87
## 3053        0.04         0.65           80           61        8.4        179
## 3054        0.06         0.64           61           39        6.6         48
## 3055        0.08         0.63           82           45        4.5       4533
## 3056        0.00         0.63           70           22        3.6         81
## 3057        0.09         0.62           75            5        6.0          7
## 3058        0.06         0.62           71           16        7.3         20
## 3059        0.01         0.62           70           17        7.9         35
## 3060        0.00         0.62           68           56        6.9         41
## 3061        0.05         0.62           80           50        6.1         25
## 3062        0.05         0.61           56            6        6.0          7
## 3063        0.06         0.61           71           17        6.5         20
## 3064        0.09         0.61           70           29        6.9         13
## 3065        0.07         0.61           58           26        5.4         77
## 3066        0.03         0.60           64           55        7.4         69
## 3067        0.09         0.60           90           62        8.3       1180
## 3068        0.10         0.59           88           24        8.2       1102
## 3069        0.08         0.58           90           52        8.5       3069
## 3070        0.04         0.58           90           30        7.8         87
## 3071        0.08         0.58           70           51        7.9        181
## 3072        0.07         0.58           86           33        7.5         52
## 3073        0.05         0.57           76            4        8.3          6
## 3074        0.05         0.57           82            8        4.9         62
## 3075        0.05         0.57           80           39        7.8        126
## 3076        0.06         0.57           74            4        6.3          8
## 3077        0.05         0.57           66           31        5.3         13
## 3078        0.06         0.56           76           57        7.8        232
## 3079        0.06         0.56           77           41        7.5         80
## 3080        0.06         0.55           84           58        8.4        208
## 3081        0.05         0.55           76           55        8.1         77
## 3082        0.06         0.55           92           13        8.3        127
## 3083        0.04         0.55           63           43        7.2         24
## 3084        0.00         0.54           84           44        9.0          7
## 3085        0.04         0.54           55           24        5.8         52
## 3086        0.03         0.54           67           50        6.6        140
## 3087        0.05         0.54           47            5        4.5          5
## 3088        0.00         0.53           72           59        5.5        694
## 3089        0.04         0.53           85           51        9.1        103
## 3090        0.09         0.53           91           27        8.6       1847
## 3091        0.08         0.53           83           57        7.7        288
## 3092        0.08         0.52           66           11        8.4         16
## 3093        0.04         0.52           79           26        6.9         22
## 3094        0.13         0.52           79           16        8.6         12
## 3095        0.09         0.52           58           10        5.4        210
## 3096        0.06         0.51           67           46        7.4        139
## 3097        0.00         0.50           68           15        5.4          9
## 3098        0.07         0.50           78           36        6.6         55
## 3099        0.05         0.50           72           56        6.0         96
## 3100        0.04         0.50           70           67        8.1        157
## 3101        0.03         0.49           75           59        7.2         56
## 3102        0.04         0.49           55           57        5.5         31
## 3103        0.05         0.49           58           34        7.2         46
## 3104        0.04         0.49           78           71        6.2         82
## 3105        0.03         0.49           65           69        6.4        110
## 3106        0.04         0.49           43           37        4.4         24
## 3107        0.03         0.49           58           55        6.3         29
## 3108        0.05         0.48           86           55        7.2       3183
## 3109        0.08         0.48           77           74        7.7        155
## 3110        0.02         0.48           68           42        7.5         24
## 3111        0.00         0.47           23           11        1.7         10
## 3112        0.10         0.47           75           42        7.2        194
## 3113        0.04         0.47           54           56        7.8         44
## 3114        0.05         0.46           70           28        7.0         65
## 3115        0.07         0.46           61           41        6.7         11
## 3116        0.08         0.46           75           12        5.6         17
## 3117        0.03         0.45           77           59        7.8        131
## 3118        0.03         0.45           70           62        6.9        226
## 3119        0.03         0.45           69           27        6.8         24
## 3120        0.07         0.45           71           52        7.3         58
## 3121        0.07         0.45           74           48        7.1        103
## 3122        0.03         0.45           79           62        8.2        113
## 3123        0.04         0.45           75           71        7.0        139
## 3124        0.08         0.44           70           46        7.4        162
## 3125        0.08         0.44           69           49        6.6         28
## 3126        0.03         0.44           51           20        6.8          8
## 3127        0.03         0.44           72           10        6.2          5
## 3128        0.04         0.44           84           81        7.7         95
## 3129        0.04         0.43           83           79        9.3        113
## 3130        0.03         0.43           74           33        6.8         28
## 3131        0.10         0.43           81           25        7.8         30
## 3132        0.00         0.42           56            6        5.5          8
## 3133        0.03         0.42           78           12        7.3         60
## 3134        0.09         0.42           53           14        5.4          4
## 3135        0.02         0.42           73           35        7.7         34
## 3136        0.04         0.41           41            4        8.3         17
## 3137        0.04         0.41           84           54        8.2         70
## 3138        0.07         0.41           75           51        6.4         36
## 3139        0.03         0.41           66           11        7.5          4
## 3140        0.06         0.41           54           48        5.7       1183
## 3141        0.03         0.40           53           22        6.8         21
## 3142        0.03         0.40           59           12        6.8         17
## 3143        0.00         0.40           70           46        5.0        171
## 3144        0.04         0.40           77           60        8.1         40
## 3145        0.00         0.39           56            6        6.9          6
## 3146        0.01         0.39           69            9        7.0          8
## 3147        0.03         0.39           49           18        5.3         16
## 3148        0.05         0.39           54           11        5.3          6
## 3149        0.00         0.39           42           29        6.1          5
## 3150        0.03         0.39           44           18        5.3          9
## 3151        0.03         0.39           83           13        6.7        130
## 3152        0.01         0.39           61           30        7.7         35
## 3153        0.04         0.39           71           74        7.0         77
## 3154        0.05         0.39           71           52        6.3         86
## 3155        0.03         0.38           78           27        8.2         97
## 3156        0.04         0.38           78           34        7.5         22
## 3157        0.06         0.38           84           22        8.1       1263
## 3158        0.00         0.38           72           20        4.4         17
## 3159        0.02         0.38           73           43        6.7         18
## 3160        0.08         0.37           63            4        1.4        184
## 3161        0.00         0.37           71           25        8.3         13
## 3162        0.02         0.37           73            4        5.5         20
## 3163        0.06         0.37           79           32        5.2       1618
## 3164        0.03         0.37           72           55        5.9        102
## 3165        0.06         0.37           85           66        7.8        382
## 3166        0.07         0.36           69           18        5.8        338
## 3167        0.00         0.36           81           54        6.8        116
## 3168        0.03         0.35           77           29        8.6         14
## 3169        0.00         0.35           82           11        8.7         12
## 3170        0.04         0.35           76           47        6.9         90
## 3171        0.03         0.34           85           14        6.7          7
## 3172        0.00         0.34           39           22        7.0          7
## 3173        0.06         0.34           57           41        5.6         27
## 3174        0.03         0.34           74            6        5.2          9
## 3175        0.03         0.34           75           64        7.2         45
## 3176        0.02         0.34           83           46        6.8          6
## 3177        0.04         0.34           59           16        7.2         26
## 3178        0.03         0.34           77           49        7.9         78
## 3179        0.05         0.34           58           10        6.3         14
## 3180        0.00         0.33           77           33        8.9         68
## 3181        0.03         0.33           44           31        5.4         24
## 3182        0.03         0.33           79           31        8.2         51
## 3183        0.08         0.33           67            5        7.3        498
## 3184        0.00         0.33           67            4        7.5          4
## 3185        0.03         0.33           47            6        6.6          5
## 3186        0.04         0.33           66           13        6.8       1069
## 3187        0.03         0.32           65           26        8.2          5
## 3188        0.05         0.32           71           52        7.9        212
## 3189        0.04         0.32           64           16        5.7          6
## 3190        0.04         0.32           87           28        8.3        974
## 3191        0.02         0.32           75           19        7.6         96
## 3192        0.03         0.32           66           17        5.8          8
## 3193        0.03         0.32           72           31        7.1         35
## 3194        0.05         0.32           43           21        5.7         27
## 3195        0.05         0.32           67           36        6.3         18
## 3196        0.02         0.32           45            4        6.9          6
## 3197        0.03         0.32           53           18        4.9         11
## 3198        0.02         0.32           57           39        2.0        226
## 3199        0.02         0.32           64            6        5.3          6
## 3200        0.05         0.32           75           39        5.4        555
## 3201        0.05         0.32           63           13        6.6          9
## 3202        0.07         0.32           50           12        5.6          7
## 3203        0.00         0.31           69           24        7.1         24
## 3204        0.02         0.31           82           39        7.9        153
## 3205        0.04         0.31           79           34        8.7         15
## 3206        0.03         0.31           49           30        4.8         13
## 3207        0.01         0.31           79           21        8.8         45
## 3208        0.04         0.31           70           19        7.4         19
## 3209        0.02         0.31           73           48        8.0         99
## 3210        0.03         0.31           73           14        6.0          8
## 3211        0.02         0.30           62           24        4.1         14
## 3212        0.03         0.30           77           26        8.2         76
## 3213        0.02         0.30           53           32        5.5         26
## 3214        0.03         0.30           82           70        7.8        182
## 3215        0.03         0.30           61           13        7.5         10
## 3216        0.00         0.30           46           20        7.3         14
## 3217        0.02         0.30           71           18        7.6         30
## 3218        0.04         0.30           57           62        5.5         53
## 3219        0.03         0.29           77           16        8.7          5
## 3220        0.04         0.29           80           48        7.7         93
## 3221        0.02         0.29           91           17        9.5         21
## 3222        0.05         0.29           45           42        5.5         74
## 3223        0.00         0.29           47           48        4.3         14
## 3224        0.05         0.29           80           38        3.7       1466
## 3225        0.00         0.28           68           27        7.8         87
## 3226        0.03         0.28           69           64        6.1         29
## 3227        0.03         0.28           59           53        6.7         30
## 3228        0.03         0.28           78           46        7.5         40
## 3229        0.02         0.28           64           18        5.6        597
## 3230        0.04         0.28           61           41        6.5         17
## 3231        0.04         0.28           55           14        3.9         13
## 3232        0.02         0.28           58           12        7.3         10
## 3233        0.02         0.28           81            6        5.3         17
## 3234        0.02         0.27           74           41        7.2         35
## 3235        0.03         0.27           64           49        5.0          7
## 3236        0.03         0.27           64            6        3.6         21
## 3237        0.02         0.27           72           48        7.5         60
## 3238        0.02         0.27           62           16        3.7         15
## 3239        0.02         0.27           61            6        4.6         24
## 3240        0.03         0.27           77           56        8.1        124
## 3241        0.04         0.27           78           46        7.7        359
## 3242        0.02         0.27           60           21        8.7         27
## 3243        0.02         0.27           61            4        5.7          4
## 3244        0.03         0.27           41            8        7.4          7
## 3245        0.03         0.27           47           62        5.7        109
## 3246        0.05         0.26           59           27        5.7         13
## 3247        0.00         0.26           74           32        7.7        511
## 3248        0.02         0.26           64           11        7.8          9
## 3249        0.00         0.26           88           18        7.9         12
## 3250        0.00         0.26           59           16        7.9         10
## 3251        0.02         0.26           78            6        6.2         18
## 3252        0.02         0.25           91           69        8.1        291
## 3253        0.03         0.25           76           14        7.5         44
## 3254        0.02         0.25           66           21        6.9         33
## 3255        0.03         0.25           57           34        6.2         70
## 3256        0.02         0.25           66           30        3.9        122
## 3257        0.02         0.25           57           50        6.8         33
## 3258        0.02         0.25           65           11        7.8         11
## 3259        0.03         0.25           83           28        7.9        903
## 3260        0.02         0.25           73           23        8.0          7
## 3261        0.00         0.24           90            9        6.1         30
## 3262        0.01         0.24           71           37        7.8         26
## 3263        0.00         0.24           69           13        5.1         25
## 3264        0.02         0.24           67           35        7.5         73
## 3265        0.01         0.24           78           23        8.1          7
## 3266        0.03         0.24           70           36        5.5        531
## 3267        0.02         0.24           58           22        8.0         46
## 3268        0.04         0.24           49           12        6.8         46
## 3269        0.03         0.24           63           35        6.1         12
## 3270        0.02         0.24           53           31        5.2         10
## 3271        0.03         0.24           50           33        4.8         37
## 3272        0.01         0.24           63           42        6.1         67
## 3273        0.02         0.24           47           51        5.0         72
## 3274        0.02         0.24           53            4        5.7         10
## 3275        0.05         0.24           76           48        7.3         19
## 3276        0.03         0.24           62            4        7.9         53
## 3277        0.02         0.23           72           27        6.8        243
## 3278        0.03         0.23           74           30        7.5          7
## 3279        0.02         0.23           78           10        7.6        119
## 3280        0.02         0.23           70           37        6.2         12
## 3281        0.02         0.23           47            4        5.1         39
## 3282        0.01         0.23           78           18        8.6        206
## 3283        0.04         0.23           66           25        5.2          5
## 3284        0.02         0.23           77           24        8.5         20
## 3285        0.02         0.23           71           12        7.4          7
## 3286        0.02         0.23           89           40        6.2        241
## 3287        0.02         0.23           55           12        7.9         44
## 3288        0.02         0.23           62           14        7.3         34
## 3289        0.00         0.22           86           92        8.4        106
## 3290        0.00         0.22           75           13        8.0          5
## 3291        0.00         0.22           84           34        8.4         46
## 3292        0.01         0.22           42            5        3.1          9
## 3293        0.03         0.22           58           43        7.2         29
## 3294        0.02         0.22           69           33        7.3         33
## 3295        0.04         0.22           81           21        7.8         25
## 3296        0.02         0.22           74           23        7.4          8
## 3297        0.03         0.22           49           33        4.8         28
## 3298        0.02         0.22           55           57        5.4         22
## 3299        0.03         0.22           80           24        6.8       1428
## 3300        0.02         0.22           61           59        6.0        116
## 3301        0.02         0.21           51            9        4.4         38
## 3302        0.02         0.21           77           38        8.0         32
## 3303        0.02         0.21           47            5        7.1         11
## 3304        0.02         0.21           55            5        5.9         28
## 3305        0.01         0.21           50            6        2.1         16
## 3306        0.02         0.21           92           57        7.8        157
## 3307        0.02         0.21           79            9        7.0         12
## 3308        0.04         0.21           47           23        5.0         29
## 3309        0.01         0.21           39           14        5.1         25
## 3310        0.03         0.21           74           50        7.1         34
## 3311        0.02         0.21           76           42        8.1         77
## 3312        0.01         0.21           81            5        7.7          6
## 3313        0.01         0.21           82           23        7.9         29
## 3314        0.01         0.21           54           11        5.5          8
## 3315        0.00         0.21           74           51        8.0         26
## 3316        0.03         0.20           74           34        7.4        596
## 3317        0.01         0.20           90           67        8.2        191
## 3318        0.02         0.20           72           13        6.3          9
## 3319        0.00         0.20           87           75        7.4        446
## 3320        0.00         0.20           35           13        2.4        433
## 3321        0.02         0.20           76           31        6.5        315
## 3322        0.04         0.20           33           10        4.8          4
## 3323        0.02         0.20           63           28        7.0         24
## 3324        0.00         0.20           77           51        7.7        153
## 3325        0.00         0.20           91           44        8.9          6
## 3326        0.02         0.20           85            8        7.9         60
## 3327        0.01         0.20           82           28        8.0          5
## 3328        0.02         0.20           73           10        7.5         27
## 3329        0.03         0.20           73           16        8.2         10
## 3330        0.01         0.19           58           25        6.5         15
## 3331        0.03         0.19           65            8        2.4          5
## 3332        0.00         0.19           70           36        7.8         52
## 3333        0.01         0.19           67           11        7.0         11
## 3334        0.03         0.19           61           34        7.3         40
## 3335        0.01         0.19           54            9        5.4          9
## 3336        0.03         0.19           65           45        4.6         38
## 3337        0.02         0.19           65            9        6.0         26
## 3338        0.00         0.19           68           80        7.8        232
## 3339        0.02         0.19           64            8        6.0          8
## 3340        0.01         0.19           70           38        6.7         26
## 3341        0.02         0.19           68           11        7.0          8
## 3342        0.01         0.19           79           54        7.8         36
## 3343        0.03         0.19           42           51        6.0         18
## 3344        0.01         0.19           57            5        7.1          5
## 3345        0.01         0.19           73           28        6.3         82
## 3346        0.04         0.19           83           10        7.2         83
## 3347        0.03         0.19           51            8        6.5          6
## 3348        0.01         0.19           89           44        6.0         67
## 3349        0.01         0.19           68           40        8.2         45
## 3350        0.02         0.19           44           22        7.0         24
## 3351        0.03         0.19           66           21        7.1        289
## 3352        0.03         0.19           65           23        6.4          7
## 3353        0.02         0.19           76           76        8.4        139
## 3354        0.02         0.18           70           65        7.4          5
## 3355        0.01         0.18           66           10        3.5          6
## 3356        0.02         0.18           51            5        5.6         22
## 3357        0.02         0.18           39            5        3.3         16
## 3358        0.03         0.18           80           11        7.0        332
## 3359        0.01         0.18           95           28        8.6         33
## 3360        0.02         0.18           54            5        7.5          4
## 3361        0.00         0.18           80           59        9.1         19
## 3362        0.03         0.18           70            4        6.6          5
## 3363        0.01         0.18           65            7        8.2          7
## 3364        0.01         0.18           85            6        8.4         13
## 3365        0.02         0.18           79           20        8.1         26
## 3366        0.03         0.18           70           38        6.0        547
## 3367        0.01         0.18           78           31        5.6         45
## 3368        0.01         0.18           82           11        7.3         18
## 3369        0.02         0.18           78           15        5.0          4
## 3370        0.00         0.18           69           45        6.0        771
## 3371        0.03         0.18           44           31        1.7         46
## 3372        0.01         0.18           50            6        5.3          4
## 3373        0.02         0.17           77           50        6.6        167
## 3374        0.02         0.17           44           39        3.7         59
## 3375        0.03         0.17           79           60        7.9        208
## 3376        0.02         0.17           72           37        4.7        399
## 3377        0.01         0.17           38            9        3.5          9
## 3378        0.02         0.17           41            5        3.6         14
## 3379        0.03         0.17           53           39        6.1         16
## 3380        0.01         0.17           60           48        6.4         37
## 3381        0.03         0.17           45           10        5.3         15
## 3382        0.03         0.17           68           32        6.1         23
## 3383        0.02         0.17           80           21        6.7         15
## 3384        0.01         0.17           86           58        8.4         88
## 3385        0.03         0.17           45           17        5.0         26
## 3386        0.02         0.17           61           12        6.7         17
## 3387        0.02         0.17           77            9        6.0          5
## 3388        0.01         0.17           23            6        3.0          4
## 3389        0.02         0.16           64            7        6.2         10
## 3390        0.00         0.16           47           29        3.0        350
## 3391        0.02         0.16           59           15        6.8         13
## 3392        0.01         0.16           53           19        6.1          8
## 3393        0.02         0.16           76           43        8.2         29
## 3394        0.00         0.16           56           11        7.4          7
## 3395        0.01         0.16           75           44        7.0         47
## 3396        0.00         0.16           46           10        5.3         10
## 3397        0.01         0.16           71            9        8.1         19
## 3398        0.01         0.16           76           24        7.3         48
## 3399        0.04         0.16           83           78        7.8       1247
## 3400        0.01         0.16           59            5        6.0          9
## 3401        0.00         0.16           63           37        7.3         19
## 3402        0.01         0.16           48           14        5.0         11
## 3403        0.02         0.16           86            5        7.1         66
## 3404        0.02         0.16           82           34        7.7        768
## 3405        0.00         0.16           80           26        7.7          4
## 3406        0.00         0.16           82           49        7.4         94
## 3407        0.00         0.16           78           47        8.2          4
## 3408        0.01         0.15           60           22        6.6          5
## 3409        0.02         0.15           55            5        6.7         21
## 3410        0.03         0.15           74           34        5.9        420
## 3411        0.01         0.15           78           33        7.8         17
## 3412        0.02         0.15           56            8        5.7         12
## 3413        0.03         0.15           86           23        6.9        433
## 3414        0.00         0.15           84           21        8.8         65
## 3415        0.01         0.15           77           54        7.5         23
## 3416        0.02         0.15           78           15        6.9          6
## 3417        0.01         0.15           80           44        4.6        140
## 3418        0.01         0.15           80           13        8.2         14
## 3419        0.01         0.15           56           14        8.0          9
## 3420        0.02         0.15           69           24        6.7          9
## 3421        0.00         0.15           62           25        8.0         60
## 3422        0.00         0.15           68           25        7.0          9
## 3423        0.02         0.15           51            8        6.5         12
## 3424        0.01         0.15           65           30        7.2         36
## 3425        0.01         0.15           39           27        4.4         29
## 3426        0.00         0.15           55            9        4.9          5
## 3427        0.02         0.15           66           15        6.8          6
## 3428        0.01         0.15           82           47        8.6        900
## 3429        0.01         0.15           43           11        5.4         11
## 3430        0.00         0.15           66           19        7.2         39
## 3431        0.01         0.14           83           29        8.5       1613
## 3432        0.00         0.14           84           52        7.3         45
## 3433        0.01         0.14           64           30        8.4         67
## 3434        0.01         0.14           82           29        7.7         72
## 3435        0.01         0.14           38           40        5.7         22
## 3436        0.00         0.14           59           22        8.3          5
## 3437        0.00         0.14           30           16        4.5          7
## 3438        0.02         0.14           39           35        4.4         19
## 3439        0.02         0.14           54            8        7.4          7
## 3440        0.00         0.14           47            6        6.5         13
## 3441        0.01         0.14           60           44        6.8          9
## 3442        0.00         0.14           60           20        5.8         23
## 3443        0.00         0.14           88           67        7.4       1530
## 3444        0.01         0.14           65           15        7.5          4
## 3445        0.01         0.14           62           23        7.5         12
## 3446        0.00         0.14           81           61        8.5        262
## 3447        0.01         0.14           81           65        8.5        140
## 3448        0.01         0.14           35           11        4.7          7
## 3449        0.02         0.14           76           23        7.5         11
## 3450        0.02         0.14           65            8        7.2          7
## 3451        0.01         0.14           75           21        7.8         24
## 3452        0.01         0.14           50            6        5.3         41
## 3453        0.00         0.14           46           13        6.3          9
## 3454        0.02         0.14           76           49        7.3        729
## 3455        0.01         0.13           64           45        7.6          7
## 3456        0.01         0.13           26            4        2.2         20
## 3457        0.01         0.13           71           25        7.2         54
## 3458        0.01         0.13           73           21        8.0          9
## 3459        0.00         0.13           85           63        7.8         96
## 3460        0.02         0.13           65            7        6.2          6
## 3461        0.00         0.13           83           47        8.3         49
## 3462        0.01         0.13           56           18        7.8         20
## 3463        0.01         0.13           71           55        8.1         72
## 3464        0.01         0.13           50           11        6.4         26
## 3465        0.00         0.13           50           19        5.7         17
## 3466        0.01         0.13           65           21        7.4         18
## 3467        0.01         0.13           44           26        4.4          5
## 3468        0.02         0.13           66           27        6.2         25
## 3469        0.01         0.13           66           10        7.3          8
## 3470        0.00         0.13           68           44        6.3         39
## 3471        0.01         0.13           77            8        6.8         10
## 3472        0.01         0.13           42            6        3.9          7
## 3473        0.00         0.13           61            9        7.0          4
## 3474        0.01         0.13           68           25        8.0          9
## 3475        0.01         0.13           26            5        4.9          4
## 3476        0.02         0.13           58           12        7.6          6
## 3477        0.01         0.13           59           17        7.2         23
## 3478        0.01         0.13           81           74        7.0         10
## 3479        0.00         0.13           80           83        8.3         52
## 3480        0.01         0.13           53           23        6.5          4
## 3481        0.01         0.13           62           53        7.2         53
## 3482        0.01         0.13           81           24        8.7         14
## 3483        0.01         0.13           55           12        5.6         19
## 3484        0.03         0.13           36            5        3.2         10
## 3485        0.01         0.13           73           22        7.7          5
## 3486        0.04         0.13           76           47        7.3         81
## 3487        0.01         0.12           91           11        8.1        119
## 3488        0.00         0.12           39            8        5.6         19
## 3489        0.02         0.12           62           40        5.3         80
## 3490        0.01         0.12           52            8        6.5         24
## 3491        0.00         0.12           75           29        5.8         26
## 3492        0.01         0.12           66            5        6.8          8
## 3493        0.01         0.12           37           12        4.5         14
## 3494        0.01         0.12           64           18        7.2          9
## 3495        0.02         0.12           69           41        7.4         51
## 3496        0.01         0.12           37           22        4.2         25
## 3497        0.02         0.12           50            4        4.0          4
## 3498        0.02         0.12           47           17        6.5          4
## 3499        0.01         0.12           64           51        7.6         60
## 3500        0.00         0.12           51           29        5.4          8
## 3501        0.00         0.12           78            5        7.8         15
## 3502        0.01         0.12           82           37        9.3         57
## 3503        0.01         0.12           78           40        6.3       3288
## 3504        0.00         0.12           79           69        8.5        110
## 3505        0.01         0.12           39           35        4.8        179
## 3506        0.01         0.12           52            6        6.5         67
## 3507        0.01         0.12           48            5        3.5          4
## 3508        0.00         0.12           60           13        6.1         12
## 3509        0.01         0.12           80           67        8.7         68
## 3510        0.02         0.12           75           29        8.4        559
## 3511        0.01         0.12           50           17        7.4          7
## 3512        0.01         0.12           50            7        6.4         12
## 3513        0.01         0.12           60           26        7.4         29
## 3514        0.01         0.12           45           13        4.0         10
## 3515        0.01         0.12           79           11        8.5          6
## 3516        0.00         0.12           45           12        3.8         71
## 3517        0.02         0.12           84           75        9.0       1287
## 3518        0.01         0.12           85           44        7.5         15
## 3519        0.02         0.12           54            4        7.5          8
## 3520        0.01         0.12           65           52        6.0        133
## 3521        0.01         0.12           21            5        5.0         25
## 3522        0.01         0.11           87           30        8.3         10
## 3523        0.01         0.11           72           50        6.8        101
## 3524        0.02         0.11           61           19        8.2          9
## 3525        0.01         0.11           57           48        7.3          9
## 3526        0.00         0.11           76           21        6.5         84
## 3527        0.01         0.11           63           47        3.4          5
## 3528        0.01         0.11           75           11        8.2          6
## 3529        0.01         0.11           51           12        3.3        126
## 3530        0.01         0.11           41            7        3.1          7
## 3531        0.01         0.11           83           77        8.6       1130
## 3532        0.00         0.11           60            6        3.0        801
## 3533        0.01         0.11           73           21        5.3         13
## 3534        0.01         0.11           84           46        6.6         86
## 3535        0.01         0.11           62            9        7.4          9
## 3536        0.01         0.11           64           33        4.8         23
## 3537        0.00         0.11           58           31        8.1         22
## 3538        0.01         0.11           58           11        7.5         12
## 3539        0.02         0.11           50           40        3.5         28
## 3540        0.01         0.11           62           28        6.7         62
## 3541        0.01         0.11           50            7        3.6         46
## 3542        0.00         0.11           78           29        7.9        182
## 3543        0.03         0.11           81           22        6.9         18
## 3544        0.01         0.11           53           61        4.7         73
## 3545        0.01         0.11           48           10        3.5          6
## 3546        0.01         0.11           81            4        9.0         21
## 3547        0.02         0.11           83           28        7.5         97
## 3548        0.02         0.11           77           11        8.3        337
## 3549        0.01         0.11           71           17        6.3         60
## 3550        0.02         0.11           71           32        5.8         43
## 3551        0.01         0.11           64           14        6.1         19
## 3552        0.00         0.11           30           18        4.6         97
## 3553        0.01         0.11           69            8        6.1          5
## 3554        0.01         0.11           31           14        0.9         12
## 3555        0.01         0.11           57           16        8.7          4
## 3556        0.01         0.11           55            4        6.6          6
## 3557        0.01         0.11           75            4        4.9         89
## 3558        0.00         0.11           62           22        4.7          5
## 3559        0.01         0.10           47            4        5.3          6
## 3560        0.02         0.10           54           15        8.2         14
## 3561        0.01         0.10           52           21        6.3         26
## 3562        0.01         0.10           52           21        4.9         13
## 3563        0.01         0.10           49           28        6.6         25
## 3564        0.01         0.10           64           23        7.0         19
## 3565        0.00         0.10           53           20        8.2         39
## 3566        0.00         0.10           32            4        2.8          5
## 3567        0.00         0.10           87           87        8.8        664
## 3568        0.00         0.10           61           22        6.8         58
## 3569        0.01         0.10           76           46        6.9         28
## 3570        0.01         0.10           51           37        3.8          6
## 3571        0.02         0.10           62           27        4.8         23
## 3572        0.01         0.10           75           34        7.5         17
## 3573        0.01         0.10           67           23        5.1          8
## 3574        0.00         0.10           71           28        8.1         40
## 3575        0.01         0.10           77           82        7.7        271
## 3576        0.01         0.10           94           74        9.2         72
## 3577        0.01         0.10           67            5        7.3          8
## 3578        0.01         0.10           88           44        8.0        127
## 3579        0.01         0.10           36           10        4.5         15
## 3580        0.01         0.10           54            4        4.9          9
## 3581        0.01         0.10           43           12        5.0         56
## 3582        0.01         0.10           53            9        5.0         37
## 3583        0.02         0.10           87           53        7.7        311
## 3584        0.00         0.10           90           36        8.1         31
## 3585        0.01         0.10           74           42        7.7         20
## 3586        0.01         0.10           92           78        7.6        572
## 3587        0.01         0.10           55           10        4.2          5
## 3588        0.01         0.10           51           15        5.9         14
## 3589        0.01         0.10           71           21        5.5         35
## 3590        0.01         0.10           59           24        7.2          7
## 3591        0.01         0.10           59           30        3.5         15
## 3592        0.01         0.10           60           13        4.6          8
## 3593        0.00         0.10           81           18        8.0         18
## 3594        0.01         0.10           58           16        5.9         28
## 3595        0.01         0.09           60           16        7.0          7
## 3596        0.01         0.09           55            7        6.5         65
## 3597        0.01         0.09           80           36        6.2        114
## 3598        0.01         0.09           43           42        1.2        116
## 3599        0.01         0.09           60           21        5.9          8
## 3600        0.01         0.09           56            9        7.3          5
## 3601        0.01         0.09           65           35        4.6        106
## 3602        0.01         0.09           46            9        6.5          4
## 3603        0.02         0.09           70           38        6.3         84
## 3604        0.00         0.09           73           20        9.2         14
## 3605        0.01         0.09           42            8        2.2         11
## 3606        0.02         0.09           57           43        6.6         28
## 3607        0.01         0.09           46            4        4.1         39
## 3608        0.01         0.09           73           56        5.3        114
## 3609        0.01         0.09           83           12        7.7         19
## 3610        0.01         0.09           65            5        8.8          8
## 3611        0.01         0.09           48           13        5.0         20
## 3612        0.01         0.09           70            5        6.3         23
## 3613        0.02         0.09           77           13        6.4         88
## 3614        0.02         0.09           57           27        5.8         19
## 3615        0.01         0.09           29            6        5.2          6
## 3616        0.01         0.09           45            5        4.5          8
## 3617        0.01         0.09           64           15        6.4         14
## 3618        0.01         0.09           30           12        3.7          5
## 3619        0.01         0.09           87           43        7.5         81
## 3620        0.01         0.09           66            5        6.8         51
## 3621        0.00         0.09           72           32        5.2        192
## 3622        0.00         0.09           67           11        5.3          4
## 3623        0.00         0.09           73            6        7.5         27
## 3624        0.01         0.09           68           17        4.1         21
## 3625        0.01         0.09           59           21        6.5         20
## 3626        0.01         0.09           63           20        8.0          5
## 3627        0.01         0.09           39           58        4.1        108
## 3628        0.00         0.09           82           20        9.2         10
## 3629        0.01         0.09           62            9        5.2          6
## 3630        0.01         0.09           75           29        6.7        273
## 3631        0.01         0.09           84           19        8.7         18
## 3632        0.06         0.09           56            5        7.0          4
## 3633        0.01         0.09           70            4        7.0          4
## 3634        0.01         0.09           77           24        5.8         41
## 3635        0.01         0.08           72           27        7.7         80
## 3636        0.01         0.08           48            4        6.3          4
## 3637        0.01         0.08           75            8        7.7         18
## 3638        0.01         0.08           51            9        5.0          6
## 3639        0.01         0.08           61            7        2.1         11
## 3640        0.00         0.08           35           13        3.2          7
## 3641        0.01         0.08           68           11        6.7         10
## 3642        0.00         0.08           85           61        8.7         53
## 3643        0.01         0.08           61           14        8.1         13
## 3644        0.01         0.08           50           12        5.0          9
## 3645        0.01         0.08           87           67        8.0         57
## 3646        0.01         0.08           66           24        7.3        289
## 3647        0.01         0.08           51           37        6.0          8
## 3648        0.00         0.08           85           50        9.1        139
## 3649        0.01         0.08           67           37        3.4         24
## 3650        0.01         0.08           84            4        7.7         47
## 3651        0.01         0.08           48           16        4.3         23
## 3652        0.01         0.08           49           17        6.2         11
## 3653        0.01         0.08           80           41        6.6         58
## 3654        0.00         0.08           81           43        6.9        124
## 3655        0.01         0.08           74            5        5.9         16
## 3656        0.01         0.08           67           43        8.0         12
## 3657        0.02         0.08           69            4        8.4          6
## 3658        0.01         0.08           51            5        4.7         27
## 3659        0.02         0.08           80           52        7.8        235
## 3660        0.00         0.08           94           77        7.3        691
## 3661        0.00         0.08           73           18        7.3          9
## 3662        0.01         0.08           72           25        7.3         54
## 3663        0.01         0.08           49           41        5.6         16
## 3664        0.00         0.08           54            4        6.2          8
## 3665        0.01         0.08           57           19        5.8         60
## 3666        0.01         0.08           64            8        6.3         15
## 3667        0.00         0.08           65           16        6.2          8
## 3668        0.01         0.08           73            5        7.6         20
## 3669        0.01         0.08           60           43        6.7          9
## 3670        0.01         0.08           53            6        5.6         28
## 3671        0.00         0.08           60           18        8.0          9
## 3672        0.01         0.08           72           53        8.2        586
## 3673        0.00         0.08           85           20        8.4         49
## 3674        0.01         0.08           76           49        8.1         18
## 3675        0.01         0.08           54           14        5.5        224
## 3676        0.00         0.08           44           14        5.5          4
## 3677        0.00         0.08           62           17        7.2          5
## 3678        0.01         0.08           67            5        6.8          4
## 3679        0.00         0.08           82           15        5.7        918
## 3680        0.00         0.07           59           34        7.9          4
## 3681        0.01         0.07           85           49        9.1        171
## 3682        0.01         0.07           63           22        7.8          5
## 3683        0.01         0.07           78            4        7.9         29
## 3684        0.01         0.07           74           29        5.9         36
## 3685        0.00         0.07           83           40        7.6         40
## 3686        0.01         0.07           55           19        5.8         31
## 3687        0.01         0.07           70            4        6.7         22
## 3688        0.01         0.07           73           59        7.8        425
## 3689        0.01         0.07           73           38        7.7         36
## 3690        0.01         0.07           57           33        5.0         26
## 3691        0.01         0.07           77            8        7.5         27
## 3692        0.00         0.07           47           28        7.3         11
## 3693        0.01         0.07           60           17        6.6          6
## 3694        0.01         0.07           67           25        4.9        103
## 3695        0.00         0.07           94           59        9.0         66
## 3696        0.01         0.07           89           39        7.4         57
## 3697        0.00         0.07           88           42        8.1        173
## 3698        0.00         0.07           90           13        8.0         53
## 3699        0.00         0.07           76           22        7.0        110
## 3700        0.01         0.07           42           15        4.1          5
## 3701        0.00         0.07           66            9        7.5          9
## 3702        0.01         0.07           71           55        8.0         51
## 3703        0.01         0.07           65           25        6.8         20
## 3704        0.00         0.07           79           44        6.2         85
## 3705        0.01         0.07           49           25        4.4          5
## 3706        0.01         0.07           86           78        8.4          8
## 3707        0.00         0.07           64           28        7.6         16
## 3708        0.01         0.07           85           61        8.9        259
## 3709        0.00         0.07           47            4        8.6          9
## 3710        0.01         0.07           61           18        5.6         95
## 3711        0.00         0.07           62           32        6.5         30
## 3712        0.00         0.06           66           21        8.1         72
## 3713        0.00         0.06           78           60        7.3        124
## 3714        0.00         0.06           64           26        7.9         13
## 3715        0.00         0.06           79           15        8.0         15
## 3716        0.00         0.06           51           19        9.2          7
## 3717        0.00         0.06           28           10        3.8         57
## 3718        0.00         0.06           26           41        0.9          7
## 3719        0.01         0.06           58           17        6.3          5
## 3720        0.00         0.06           54           34        6.4         88
## 3721        0.00         0.06           61            8        7.5         15
## 3722        0.00         0.06           72           39        4.6         34
## 3723        0.00         0.06           83           71        7.7         79
## 3724        0.00         0.06           53            6        4.0          6
## 3725        0.01         0.06           70            9        7.0         10
## 3726        0.01         0.06           70           44        5.6        186
## 3727        0.00         0.06           59           24        6.3          7
## 3728        0.00         0.06           54           16        6.7          7
## 3729        0.01         0.06           54           35        6.1         17
## 3730        0.00         0.06           75           30        8.5         89
## 3731        0.00         0.06           87           56        7.7        192
## 3732        0.01         0.06           75           30        7.9         35
## 3733        0.01         0.06           72           24        6.8         36
## 3734        0.00         0.06           68           24        7.4          5
## 3735        0.00         0.06           65           30        8.2         11
## 3736        0.01         0.06           72           31        8.0        136
## 3737        0.01         0.06           66           10        5.3         54
## 3738        0.00         0.06           88           66        7.4         27
## 3739        0.00         0.06           67            4        7.4          5
## 3740        0.00         0.06           75           44        5.8         76
## 3741        0.00         0.06           74           14        7.5         69
## 3742        0.01         0.06           53            5        2.8          8
## 3743        0.00         0.06           66            4        8.6         25
## 3744        0.00         0.06           80           61        7.7        685
## 3745        0.01         0.06           61           19        6.0         31
## 3746        0.00         0.06           41           47        4.7         48
## 3747        0.00         0.06           33            6        5.6          7
## 3748        0.00         0.06           68           36        5.2         41
## 3749        0.01         0.06           43           34        8.0          5
## 3750        0.00         0.06           68           32        7.4         42
## 3751        0.00         0.06           67           42        6.2         97
## 3752        0.01         0.06           85           51        8.6        160
## 3753        0.00         0.06           89           81        6.6        135
## 3754        0.01         0.06           46            7        5.0          8
## 3755        0.01         0.05           68           43        8.6         31
## 3756        0.00         0.05           78           26        9.2          4
## 3757        0.00         0.05           70           16        6.4         65
## 3758        0.01         0.05           57            4        5.5         30
## 3759        0.00         0.05           89           39        8.1         60
## 3760        0.00         0.05           55           13        7.0         10
## 3761        0.01         0.05           64           32        5.9         11
## 3762        0.01         0.05           60           13        7.1        114
## 3763        0.01         0.05           77           21        8.2         93
## 3764        0.00         0.05           83           50        8.4        399
## 3765        0.00         0.05           87           23        7.9         51
## 3766        0.00         0.05           61           21        6.6        127
## 3767        0.01         0.05           70           20        7.7        105
## 3768        0.01         0.05           64           17        6.2         42
## 3769        0.00         0.05           66            7        4.1          9
## 3770        0.00         0.05           58           40        6.6         33
## 3771        0.00         0.05           68           13        4.8         46
## 3772        0.00         0.05           86           33        8.1         10
## 3773        0.01         0.05           74           10        7.7          8
## 3774        0.00         0.05           70           31        7.9         77
## 3775        0.00         0.05           71           12        7.4         43
## 3776        0.01         0.05           87           41        8.3        314
## 3777        0.00         0.05           68           11        5.9         29
## 3778        0.00         0.05           56           17        5.5         43
## 3779        0.00         0.05           85           36        9.0         89
## 3780        0.00         0.05           70           42        7.1         54
## 3781        0.00         0.05           47            4        5.3          6
## 3782        0.00         0.05           62            8        6.3         51
## 3783        0.00         0.05           41            9        8.1          9
## 3784        0.00         0.05           74           21        4.4         25
## 3785        0.00         0.05           54            6        8.3          5
## 3786        0.01         0.05           69           16        7.9         56
## 3787        0.00         0.05           59           36        5.8          7
## 3788        0.01         0.05           69           15        5.2         23
## 3789        0.01         0.05           72           11        3.9         24
## 3790        0.00         0.05           80            4        8.3         12
## 3791        0.00         0.05           71           32        4.6        199
## 3792        0.01         0.05           83           26        7.9         13
## 3793        0.00         0.05           82           23        7.2         18
## 3794        0.01         0.05           67           25        7.0         30
## 3795        0.00         0.05           73           42        7.3         24
## 3796        0.00         0.05           76           19        7.7        992
## 3797        0.00         0.05           91           17        8.2          6
## 3798        0.00         0.05           49           11        5.8          7
## 3799        0.00         0.05           73            8        7.2        639
## 3800        0.00         0.04           59           26        4.3          6
## 3801        0.01         0.04           51           17        6.8         33
## 3802        0.00         0.04           43           44        4.1         82
## 3803        0.00         0.04           67           23        8.2         50
## 3804        0.00         0.04           45           37        5.4         67
## 3805        0.00         0.04           79           46        8.0         25
## 3806        0.00         0.04           91           82        7.9          5
## 3807        0.00         0.04           65            5        3.8         63
## 3808        0.00         0.04           47           29        5.0          7
## 3809        0.00         0.04           68           27        6.3         46
## 3810        0.01         0.04           38            5        3.1          7
## 3811        0.00         0.04           76           35        8.1          6
## 3812        0.01         0.04           71           54        6.4         17
## 3813        0.00         0.04           43           40        5.4          6
## 3814        0.00         0.04           38           36        4.9         14
## 3815        0.00         0.04           65           16        6.0         12
## 3816        0.00         0.04           90           42        8.6        188
## 3817        0.00         0.04           85           12        7.9         20
## 3818        0.00         0.04           64           20        5.4         18
## 3819        0.00         0.04           57           25        6.7          6
## 3820        0.01         0.04           66            5        7.3         43
## 3821        0.00         0.04           65            8        7.8         16
## 3822        0.00         0.04           52           28        5.5         17
## 3823        0.00         0.04           83           27        7.6         21
## 3824        0.01         0.04           68           19        4.9         35
## 3825        0.00         0.04           57           16        7.1          6
## 3826        0.00         0.04           57           14        7.7         13
## 3827        0.00         0.04           94           55        8.7        174
## 3828        0.00         0.04           81           12        8.4         72
## 3829        0.00         0.04           36           14        4.5          8
## 3830        0.00         0.04           65           21        6.9          5
## 3831        0.00         0.04           48            4        3.1         14
## 3832        0.00         0.04           59           17        7.2         46
## 3833        0.00         0.04           86           12        7.3         34
## 3834        0.00         0.04           60           10        6.4         17
## 3835        0.00         0.04           82           23        7.0         24
## 3836        0.00         0.04           81           24        7.4        225
## 3837        0.00         0.04           66            4        7.8         48
## 3838        0.00         0.04           56           12        5.7        269
## 3839        0.01         0.04           65           27        7.4         22
## 3840        0.01         0.04           84           55        8.4        667
## 3841        0.00         0.04           86           62        6.5         57
## 3842        0.00         0.04           77           35        7.8         38
## 3843        0.00         0.04           76           56        3.3       1441
## 3844        0.00         0.03           62           43        8.0         17
## 3845        0.00         0.03           83           41        8.3          7
## 3846        0.01         0.03           53           40        4.0        110
## 3847        0.01         0.03           55            7        6.0         33
## 3848        0.00         0.03           74           37        4.9         34
## 3849        0.00         0.03           86           70        5.8         14
## 3850        0.00         0.03           82           54        9.1        124
## 3851        0.00         0.03           57           57        6.8        435
## 3852        0.00         0.03           52            5        6.5         17
## 3853        0.01         0.03           63           12        6.8         27
## 3854        0.01         0.03           49           26        6.6        358
## 3855        0.00         0.03           79           13        6.1        219
## 3856        0.00         0.03           68           32        7.9        103
## 3857        0.00         0.03           42           15        2.4         16
## 3858        0.01         0.03           66            8        6.2          5
## 3859        0.00         0.03           54            4        3.3         16
## 3860        0.00         0.03           89            5        8.3          4
## 3861        0.00         0.03           70           36        8.3         18
## 3862        0.01         0.03           64           17        6.2         86
## 3863        0.01         0.03           38            9        3.1         66
## 3864        0.00         0.03           59           25        6.8         98
## 3865        0.00         0.03           68            5        8.0         77
## 3866        0.01         0.03           53           28        6.5         14
## 3867        0.00         0.03           32           12        4.8          6
## 3868        0.00         0.03           79           29        8.6         27
## 3869        0.00         0.03           67            7        7.9         74
## 3870        0.00         0.03           73           46        8.7          5
## 3871        0.00         0.03           79           39        6.6        288
## 3872        0.01         0.03           70           10        6.7         28
## 3873        0.00         0.03           55           15        7.1          7
## 3874        0.00         0.03           84           12        8.3         42
## 3875        0.00         0.03           49           10        7.2         32
## 3876        0.00         0.03           63            8        8.2         15
## 3877        0.00         0.03           83            5        7.7         88
## 3878        0.00         0.03           86           51        8.4         44
## 3879        0.00         0.03           73           11        6.6         17
## 3880        0.00         0.03           84           21        8.5         36
## 3881        0.00         0.03           43           15        4.1         36
## 3882        0.01         0.03           77           62        6.6         39
## 3883        0.00         0.03           69           35        6.5        184
## 3884        0.00         0.03           54           36        7.8         22
## 3885        0.00         0.03           90           24        7.8         46
## 3886        0.00         0.03           64           17        6.2         11
## 3887        0.00         0.03           58           20        7.6         10
## 3888        0.00         0.03           63           30        7.2         15
## 3889        0.00         0.03           92           69        8.6        455
## 3890        0.00         0.03           64           31        8.4          8
## 3891        0.00         0.03           67           18        7.0         13
## 3892        0.00         0.03           72           24        7.8          8
## 3893        0.00         0.03           56           62        6.7         98
## 3894        0.00         0.03           67           26        7.8          5
## 3895        0.00         0.03           57           13        6.2         12
## 3896        0.01         0.03           74           44        7.6        602
## 3897        0.00         0.03           66           49        7.1        771
## 3898        0.01         0.03           65            5        6.4         24
## 3899        0.00         0.03           74           17        6.8        100
## 3900        0.00         0.03           66           16        6.6         85
## 3901        0.00         0.03           64           11        7.5          6
## 3902        0.00         0.03           76           28        4.1         29
## 3903        0.00         0.03           76           47        8.0        216
## 3904        0.00         0.02           67           27        5.6         21
## 3905        0.00         0.02           66           20        6.6         51
## 3906        0.00         0.02           61           16        5.8        242
## 3907        0.00         0.02           46            5        5.5         17
## 3908        0.00         0.02           75            4        8.1          4
## 3909        0.00         0.02           46           10        7.1          9
## 3910        0.00         0.02           62           20        5.3         14
## 3911        0.00         0.02           74           66        6.8        174
## 3912        0.00         0.02           92           42        8.1        242
## 3913        0.00         0.02           77           51        7.9         95
## 3914        0.00         0.02           61           10        7.8         14
## 3915        0.00         0.02           60           43        6.3          9
## 3916        0.00         0.02           57           37        6.2          6
## 3917        0.00         0.02           76           32        9.2         11
## 3918        0.00         0.02           54           35        5.3         16
## 3919        0.00         0.02           45            5        6.0         17
## 3920        0.00         0.02           72           23        7.0        134
## 3921        0.00         0.02           77            8        7.7          5
## 3922        0.00         0.02           50           11        5.6         17
## 3923        0.00         0.02           54           51        7.8         89
## 3924        0.00         0.02           32            5        0.9         31
## 3925        0.00         0.02           79           12        7.7         49
## 3926        0.00         0.02           73            7        6.0          8
## 3927        0.00         0.02           50            7        7.5         37
## 3928        0.00         0.02           77           67        4.5        109
## 3929        0.00         0.02           78           62        7.8          4
## 3930        0.00         0.02           77           41        6.3          4
## 3931        0.00         0.02           81           26        7.3        399
## 3932        0.00         0.02           27            6        2.0          5
## 3933        0.00         0.02           82           58        8.5         43
## 3934        0.00         0.02           67           19        8.0          8
## 3935        0.00         0.02           34           22        4.4         56
## 3936        0.00         0.02           67           51        8.0        903
## 3937        0.00         0.02           62           49        8.2        338
## 3938        0.00         0.02           78           41        8.5         28
## 3939        0.00         0.02           66           19        7.3         11
## 3940        0.00         0.02           35           19        4.7          8
## 3941        0.00         0.02           74           74        7.0         83
## 3942        0.00         0.02           80            5        7.7         53
## 3943        0.00         0.02           68           27        6.2        171
## 3944        0.00         0.02           70           29        7.1         21
## 3945        0.00         0.02           70           19        7.6         14
## 3946        0.00         0.02           73           21        6.5         13
## 3947        0.00         0.02           79           26        8.4        188
## 3948        0.00         0.02           70           38        6.6          4
## 3949        0.00         0.02           90           43        8.1         23
## 3950        0.00         0.02           43            5        4.0         16
## 3951        0.00         0.02           74           51        7.4        114
## 3952        0.00         0.02           73            6        8.2         25
## 3953        0.00         0.02           54           46        3.8         48
## 3954        0.00         0.02           67           21        6.8         29
## 3955        0.00         0.02           60           23        7.2        242
## 3956        0.00         0.02           50           14        4.7         57
## 3957        0.00         0.02           54            5        5.7          6
## 3958        0.00         0.02           37            7        4.1          6
## 3959        0.00         0.02           63            9        4.3         16
## 3960        0.00         0.02           75           21        8.1         60
## 3961        0.00         0.02           76           35        8.4          6
## 3962        0.00         0.02           79           78        7.3        263
## 3963        0.00         0.02           62            5        3.2          5
## 3964        0.00         0.02           70           40        5.7        118
## 3965        0.00         0.02           63           22        6.8          4
## 3966        0.00         0.02           67           30        7.3         24
## 3967        0.00         0.02           83           39        8.5        102
## 3968        0.00         0.02           77           15        7.7          8
## 3969        0.00         0.02           78           60        7.8        131
## 3970        0.00         0.02           81           18        7.3         31
## 3971        0.00         0.02           76            9        7.3         13
## 3972        0.00         0.02           62           14        6.1          5
## 3973        0.00         0.02           69           43        8.1          7
## 3974        0.00         0.02           72            6        5.6         16
## 3975        0.00         0.02           51            5        6.0         25
## 3976        0.00         0.02           62            6        5.5         16
## 3977        0.00         0.02           51            8        7.6         47
## 3978        0.00         0.02           69           22        7.0          6
## 3979        0.00         0.02           62           23        5.0         25
## 3980        0.00         0.02           54            7        6.4          7
## 3981        0.00         0.02           85           54        8.1        858
## 3982        0.00         0.02           45           12        4.9         10
## 3983        0.00         0.02           67           10        8.3         10
## 3984        0.00         0.02           73            8        5.5          6
## 3985        0.00         0.02           59            5        7.2          7
## 3986        0.00         0.02           76           44        7.8         21
## 3987        0.00         0.02           82           33        8.7        544
## 3988        0.00         0.02           80           74        9.0        418
## 3989        0.00         0.01           66           25        4.9         13
## 3990        0.00         0.01           57           17        6.2          4
## 3991        0.00         0.01           70           13        6.8         86
## 3992        0.00         0.01           82           46        7.0         41
## 3993        0.00         0.01           30            9        2.8         17
## 3994        0.00         0.01           74           47        8.4        107
## 3995        0.00         0.01           55           47        6.2         15
## 3996        0.00         0.01           72           29        6.9         61
## 3997        0.00         0.01           74           35        7.5         60
## 3998        0.00         0.01           49           32        3.5         31
## 3999        0.00         0.01           84           35        7.8         14
## 4000        0.00         0.01           84           56        7.3        803
## 4001        0.00         0.01           81            9        8.3         11
## 4002        0.00         0.01           85           50        8.1         31
## 4003        0.00         0.01           71           17        6.3         99
## 4004        0.00         0.01           57            6        7.8          4
## 4005        0.00         0.01           64           24        8.2         15
## 4006        0.00         0.01           65           13        6.8          4
## 4007        0.00         0.01           66           31        7.5         86
## 4008        0.00         0.01           52           12        7.0          4
## 4009        0.00         0.01           68           27        8.0         10
## 4010        0.00         0.01           88            5        8.4         11
## 4011        0.00         0.01           44            4        5.6          4
## 4012        0.00         0.01           77           30        8.1         13
## 4013        0.00         0.01           70           45        7.0         13
## 4014        0.00         0.01           75           58        7.9         93
## 4015        0.00         0.01           31           36        2.8          5
## 4016        0.00         0.01           55            4        6.3         10
## 4017        0.00         0.01           77           34        7.7        374
## 4018        0.00         0.01           71           16        8.1         10
## 4019        0.00         0.01           72           26        6.1         22
## 4020        0.00         0.01           94           18        6.2         10
## 4021        0.00         0.01           61           12        5.8         43
## 4022        0.00         0.01           60           12        7.2         13
## 4023        1.69        21.81           61           45        6.3        106
## 4024        0.80        15.14           91           33        7.6          9
## 4025        1.13        14.61           87           89        6.3       1454
## 4026        1.79        12.63           88           58        6.4       1094
## 4027        2.11        10.70           84           82        7.5       1112
## 4028        0.79         9.86           91           99        7.9       2045
## 4029        0.78         9.44           74           24        7.3         24
## 4030        0.67         8.38           68           42        7.4         54
## 4031        0.62         7.51           97           87        9.1       1854
## 4032        0.66         6.71           82           70        6.6       2739
## 4033        0.99         6.49           95           73        8.8       2456
## 4034        0.46         6.44           87           77        8.6        368
## 4035        0.58         6.32           95           96        9.0       2316
## 4036        0.51         6.19           73           51        7.4         95
## 4037        0.38         5.10           80           88        6.5        604
## 4038        1.12         5.07           89           51        8.0        233
## 4039        0.00         4.87           89           10        8.7         19
## 4040        0.58         4.84           93           82        8.2       3052
## 4041        0.61         4.80           92          101        8.7       2633
## 4042        0.39         4.36           56           37        8.3         31
## 4043        0.33         4.05           84           81        8.1        769
## 4044        0.50         3.84           76           64        7.9        104
## 4045        0.40         3.52           88           66        7.5        155
## 4046        0.24         3.49           89           81        8.3        693
## 4047        0.32         3.47           88           75        8.6        869
## 4048        0.26         3.17           82           63        7.6         85
## 4049        0.46         3.11           82           57        7.8        492
## 4050        0.27         3.10           96           98        8.9       3143
## 4051        0.47         3.03           87          107        7.7       2759
## 4052        0.22         3.00           73           78        7.0        131
## 4053        0.44         2.95           88           59        8.5        572
## 4054        0.29         2.82           90           59        8.2        791
## 4055        0.42         2.81           75           56        7.5        286
## 4056        0.47         2.78           89           59        7.2        301
## 4057        0.18         2.69           84           47        5.7        120
## 4058        0.18         2.67           79           51        7.7         18
## 4059        0.24         2.63           80           65        8.0        127
## 4060        0.21         2.61           74           71        6.7        288
## 4061        0.14         2.56           72           34        7.1          9
## 4062        0.28         2.52           75           15        8.0          5
## 4063        0.22         2.43           79           13        8.0         34
## 4064        0.20         2.42           71            9        7.4         11
## 4065        0.41         2.41           77           40        6.8         85
## 4066        0.20         2.38           83           36        6.1         68
## 4067        0.18         2.37           42           10        5.5         16
## 4068        0.22         2.28           72            7        7.2          6
## 4069        0.20         2.28           76           42        7.1         71
## 4070        0.18         2.24           45           23        6.4         19
## 4071        0.21         2.20           88           73        7.0        206
## 4072        0.19         2.20           88           93        8.2        573
## 4073        0.21         2.16           82           54        6.3        539
## 4074        0.13         2.09           89           50        8.1        100
## 4075        0.00         2.08           90           53        5.6        953
## 4076        0.12         2.08           64           54        7.1         34
## 4077        0.24         2.06           89           66        8.9        443
## 4078        0.10         2.06           80           40        8.1         13
## 4079        0.26         2.06           82           62        8.6        208
## 4080        0.19         2.06           76           22        7.1        117
## 4081        0.36         2.05           85           25        6.5         55
## 4082        0.21         2.05           80            8        8.0        308
## 4083        0.32         1.98           80           46        7.6         82
## 4084        0.30         1.94           78           39        6.4         55
## 4085        0.16         1.83           67           38        8.7         21
## 4086        0.17         1.83           70           24        7.5         28
## 4087        0.16         1.80           89           46        7.6        105
## 4088        0.32         1.75           83           66        8.0        291
## 4089        0.03         1.73           78           41        8.1         31
## 4090        0.23         1.70           74           17        5.3         77
## 4091        0.15         1.68           78           58        8.5        301
## 4092        0.17         1.68           90           70        7.9       2280
## 4093        0.13         1.62           74           50        3.1         69
## 4094        0.17         1.60           81           74        8.0        267
## 4095        0.14         1.55           79           58        8.0         62
## 4096        0.15         1.55           74           79        7.8        458
## 4097        0.22         1.54           88           62        8.2        492
## 4098        0.17         1.52           73           18        6.2         11
## 4099        0.21         1.50           63           41        6.8        121
## 4100        0.12         1.49           79           76        6.9        216
## 4101        0.26         1.49           75           61        7.7        297
## 4102        0.11         1.46           81           53        8.2         46
## 4103        0.15         1.44           83            6        7.7         46
## 4104        0.11         1.43           61           59        5.7        180
## 4105        0.12         1.43           52           46        5.0         20
## 4106        0.02         1.41           77           33        7.3         15
## 4107        0.18         1.41           85           54        7.2         48
## 4108        0.14         1.41           40            4        2.5         31
## 4109        0.14         1.38           58           23        8.2         39
## 4110        0.12         1.37           80           25        5.8         87
## 4111        0.21         1.36           80           54        6.7        178
## 4112        0.10         1.34           79           71        6.5        482
## 4113        0.26         1.34           84           46        7.8         83
## 4114        0.13         1.33           83          100        8.1       1156
## 4115        0.11         1.32           84           70        6.7         80
## 4116        0.11         1.32           73           32        7.5         25
## 4117        0.16         1.31           79           44        8.2        207
## 4118        0.21         1.31           79           42        8.0         52
## 4119        0.05         1.29           68           25        8.2         25
## 4120        0.12         1.29           79           26        7.9         66
## 4121        0.11         1.26           79            8        8.1         22
## 4122        0.25         1.26           85           23        8.4         77
## 4123        0.22         1.23           82           56        7.8         57
## 4124        0.18         1.21           76           34        8.3        130
## 4125        0.36         1.20           68            6        5.4          9
## 4126        0.14         1.17           84           39        8.6       2754
## 4127        0.12         1.16           45           39        5.8         89
## 4128        0.18         1.14           85           11        7.4         17
## 4129        0.16         1.12           82           85        8.4        201
## 4130        0.10         1.12           70           91        6.0        202
## 4131        0.15         1.10           85           62        8.0        468
## 4132        0.09         1.09           47           52        2.1         98
## 4133        0.18         1.09           74           42        6.9         41
## 4134        0.13         1.08           75           69        7.5        265
## 4135        0.16         1.08           71           14        6.8         19
## 4136        0.12         1.07           73           17        7.3          8
## 4137        0.10         1.07           76           17        7.6         18
## 4138        0.11         1.06           64           64        7.3        247
## 4139        0.10         1.06           83           81        7.9        292
## 4140        0.18         1.04           65           57        7.3        168
## 4141        0.11         1.04           53            8        7.1          7
## 4142        0.09         1.02           88           50        7.9        915
## 4143        0.12         1.02           48            6        3.3          4
## 4144        0.21         1.00           86           73        8.4        255
## 4145        0.07         0.98           77           55        8.2        336
## 4146        0.09         0.97           77           23        8.3         72
## 4147        0.06         0.97           59           41        7.6          5
## 4148        0.09         0.96           77           26        7.5         17
## 4149        0.09         0.95           73           79        7.3        126
## 4150        0.16         0.95           63           14        6.7         63
## 4151        0.13         0.95           68           56        6.9         62
## 4152        0.08         0.94           88           14        8.1          4
## 4153        0.05         0.93           66           58        7.0         76
## 4154        0.00         0.93           73           16        6.2         21
## 4155        0.06         0.92           86           29        7.1         70
## 4156        0.07         0.92           73           71        7.7        224
## 4157        0.12         0.91           78           20        5.4         14
## 4158        0.06         0.91           49           21        6.4         36
## 4159        0.07         0.91           92           59        8.9        950
## 4160        0.06         0.89           68           11        8.5          9
## 4161        0.10         0.88           84           43        7.5         65
## 4162        0.06         0.88           93           57        8.2        137
## 4163        0.08         0.88           75           49        7.6         45
## 4164        0.08         0.86           72           65        6.5         51
## 4165        0.07         0.85           71            7        7.3         14
## 4166        0.09         0.85           83           61        8.1         58
## 4167        0.06         0.85           51           31        4.3          4
## 4168        0.06         0.85           85           22        7.4         25
## 4169        0.12         0.85           74           56        7.0         88
## 4170        0.13         0.83           78           40        6.7         17
## 4171        0.06         0.82           86           66        7.9         23
## 4172        0.07         0.82           71           64        7.6        165
## 4173        0.13         0.81           74           46        7.1         30
## 4174        0.09         0.81           60           27        7.5         63
## 4175        0.07         0.80           81           42        9.3         11
## 4176        0.16         0.79           74           10        5.8          5
## 4177        0.05         0.79           38           15        4.6          4
## 4178        0.07         0.78           74           31        8.5         39
## 4179        0.05         0.78           79           63        8.1         86
## 4180        0.07         0.76           76           11        7.2          9
## 4181        0.07         0.76           75           28        7.7         77
## 4182        0.36         0.76           67           11        6.6          7
## 4183        0.07         0.76           83            8        7.2         30
## 4184        0.06         0.76           71           10        7.8         31
## 4185        0.06         0.76           73           13        6.4         16
## 4186        0.10         0.75           86           46        7.8         22
## 4187        0.08         0.75           62           24        7.6         14
## 4188        0.08         0.73           72           42        8.0        136
## 4189        0.11         0.73           90           50        8.8        781
## 4190        0.05         0.73           88           49        7.7         71
## 4191        0.08         0.72           65            9        5.2          5
## 4192        0.00         0.72           64           15        7.3         28
## 4193        0.07         0.72           74           45        6.7        155
## 4194        0.06         0.72           91           33        8.3        107
## 4195        0.12         0.72           81           58        8.2         86
## 4196        0.00         0.72           87           46        8.3       1467
## 4197        0.08         0.70           63            5        6.0         30
## 4198        0.17         0.70           71           15        6.7          7
## 4199        0.13         0.70           65           49        7.4         45
## 4200        0.06         0.69           40           30        4.4          9
## 4201        0.12         0.69           75           49        7.6        120
## 4202        0.08         0.68           85           46        8.8        172
## 4203        0.18         0.68           71            4        8.2         22
## 4204        0.02         0.67           68            8        7.1         11
## 4205        0.06         0.67           73            9        6.4         20
## 4206        0.05         0.67           49           24        5.2        210
## 4207        0.11         0.66           50           13        6.5         17
## 4208        0.05         0.66           83           70        7.8        237
## 4209        0.12         0.66           81           56        7.9        515
## 4210        0.00         0.66           71           30        7.9         35
## 4211        0.01         0.66           60           30        6.9         29
## 4212        0.06         0.65           83           18        6.8        145
## 4213        0.05         0.65           89           17        7.2        348
## 4214        0.09         0.65           80           29        8.2        155
## 4215        0.14         0.65           71           27        8.0         37
## 4216        0.05         0.65           76           28        7.5         24
## 4217        0.02         0.64           61           37        7.9         29
## 4218        0.05         0.64           57           33        7.4         30
## 4219        0.04         0.63           45           23        6.0          8
## 4220        0.04         0.63           91           10        6.9         36
## 4221        0.04         0.63           60           45        7.1         64
## 4222        0.06         0.62           80           73        8.6        178
## 4223        0.06         0.62           74           69        7.8        112
## 4224        0.04         0.62           88           20        7.5         17
## 4225        0.13         0.62           72           18        6.9         24
## 4226        0.07         0.61           68           58        8.4        263
## 4227        0.08         0.61           84           61        8.1        304
## 4228        0.07         0.61           79           43        5.9         33
## 4229        0.04         0.61           59           14        5.9          8
## 4230        0.03         0.61           80           18        7.8         15
## 4231        0.00         0.60           59           50        7.0          7
## 4232        0.06         0.60           32           38        4.6         23
## 4233        0.06         0.60           82           78        8.1        101
## 4234        0.04         0.60           75            7        7.5         19
## 4235        0.05         0.59           54            6        6.0         33
## 4236        0.07         0.59           88           38        7.1         54
## 4237        0.23         0.59           77            8        6.8         82
## 4238        0.05         0.59           62           43        6.1         13
## 4239        0.06         0.59           82           78        8.3        169
## 4240        0.10         0.59           73           20        6.9         36
## 4241        0.09         0.59           48           39        7.5         77
## 4242        0.05         0.58           33            6        3.7          9
## 4243        0.04         0.58           74           13        6.0         54
## 4244        0.04         0.58           77           67        7.6         89
## 4245        0.05         0.58           84           58        8.3       1647
## 4246        0.04         0.57           83           15        8.1          8
## 4247        0.08         0.57           38           15        3.8          4
## 4248        0.05         0.57           91           34        8.0         95
## 4249        0.05         0.56           72           19        5.8          4
## 4250        0.03         0.55           68            6        7.5         13
## 4251        0.09         0.55           80           53        7.4        312
## 4252        0.09         0.55           86           22        6.9       1611
## 4253        0.05         0.55           65            8        6.4         45
## 4254        0.04         0.54           49           14        4.3         11
## 4255        0.00         0.54           79           28        7.8         11
## 4256        0.05         0.54           82           72        7.8        295
## 4257        0.02         0.54           58           18        7.5         20
## 4258        0.04         0.54           70           29        7.0          7
## 4259        0.06         0.54           84           29        8.3         23
## 4260        0.05         0.54           77           83        7.9        351
## 4261        0.05         0.54           41            8        5.0         11
## 4262        0.08         0.54           58           49        5.9         15
## 4263        0.09         0.53           83           54        8.1         67
## 4264        0.05         0.53           85           62        8.8         85
## 4265        0.05         0.53           87           49        8.8        102
## 4266        0.03         0.53           89          101        9.0       1749
## 4267        0.14         0.53           73           22        7.7         22
## 4268        0.05         0.53           60            8        5.3          7
## 4269        0.03         0.52           65           14        5.3          6
## 4270        0.05         0.52           79           51        7.8         19
## 4271        0.11         0.52           65           21        3.9          8
## 4272        0.05         0.51           71           56        6.1        113
## 4273        0.04         0.51           76           26        7.6         38
## 4274        0.05         0.51           69           18        7.4         13
## 4275        0.03         0.50           83           45        7.9          4
## 4276        0.08         0.50           76           37        7.3         50
## 4277        0.09         0.50           68           13        8.0         17
## 4278        0.08         0.50           65           19        7.5         18
## 4279        0.05         0.50           56           23        7.6         20
## 4280        0.07         0.50           86           70        7.0          4
## 4281        0.03         0.49           65           28        7.1         26
## 4282        0.04         0.49           65           35        5.3        387
## 4283        0.05         0.49           73           28        7.8          8
## 4284        0.06         0.49           72           26        6.4        516
## 4285        0.03         0.48           71           49        7.6         52
## 4286        0.04         0.47           78           24        7.2        268
## 4287        0.05         0.47           62           66        7.1         63
## 4288        0.00         0.47           34            4        3.5         89
## 4289        0.04         0.47           62            5        7.9         74
## 4290        0.02         0.47           48           26        6.8         13
## 4291        0.12         0.46           69           11        7.4          9
## 4292        0.17         0.46           74           25        7.3         51
## 4293        0.05         0.46           50            8        3.7         18
## 4294        0.04         0.46           72            7        5.9          5
## 4295        0.04         0.45           50           15        6.8          5
## 4296        0.03         0.45           40           12        6.1         16
## 4297        0.04         0.45           38           42        5.0         46
## 4298        0.06         0.45           85           14        7.8        152
## 4299        0.03         0.45           78           13        8.0          4
## 4300        0.03         0.44           44            4        7.5         21
## 4301        0.08         0.44           74           51        8.0         20
## 4302        0.05         0.44           74           57        7.5         96
## 4303        0.00         0.44           58           16        7.6          4
## 4304        0.03         0.44           73           22        7.5          4
## 4305        0.07         0.43           43           31        5.5         49
## 4306        0.04         0.43           45           31        7.0        148
## 4307        0.02         0.43           82           48        7.9         53
## 4308        0.04         0.43           77           60        7.2         87
## 4309        0.07         0.43           64           49        6.9        117
## 4310        0.02         0.43           44           10        4.1         14
## 4311        0.03         0.42           74           19        6.7        109
## 4312        0.04         0.42           70           19        6.7         11
## 4313        0.04         0.42           59           11        7.0          4
## 4314        0.00         0.42           66           31        6.1         25
## 4315        0.03         0.42           44            4        6.4          5
## 4316        0.04         0.42           84           70        8.4        182
## 4317        0.05         0.42           58           47        6.2         28
## 4318        0.03         0.41           69           18        8.5          9
## 4319        0.11         0.41           75           46        6.7          7
## 4320        0.05         0.41           70           33        7.3         22
## 4321        0.05         0.41           70           30        6.8         19
## 4322        0.14         0.41           77            5        7.7          6
## 4323        0.06         0.41           76           41        6.3         24
## 4324        0.06         0.41           86           54        8.8        282
## 4325        0.00         0.41           76           64        8.8        111
## 4326        0.00         0.41           87           44        7.9       1473
## 4327        0.04         0.41           75           54        6.6         32
## 4328        0.04         0.41           56            6        6.0          4
## 4329        0.04         0.41           87           29        8.0         65
## 4330        0.04         0.40           43           51        5.6         70
## 4331        0.02         0.40           79           43        8.5         20
## 4332        0.03         0.40           77           32        7.3         74
## 4333        0.05         0.40           77           46        7.9       1238
## 4334        0.03         0.39           84           68        8.8        184
## 4335        0.06         0.39           94           55        8.8       3559
## 4336        0.07         0.39           38           27        2.8         23
## 4337        0.06         0.39           71           33        5.7         14
## 4338        0.03         0.39           75           30        7.0         24
## 4339        0.04         0.39           63           68        7.2        201
## 4340        0.04         0.39           92           39        6.4        304
## 4341        0.07         0.39           41           28        5.2         36
## 4342        0.06         0.39           64           11        6.1          9
## 4343        0.04         0.39           68           21        5.4          9
## 4344        0.05         0.38           68           22        7.1         15
## 4345        0.02         0.38           83           60        9.0        127
## 4346        0.07         0.38           73            4        5.8          4
## 4347        0.02         0.38           54           15        2.5          4
## 4348        0.07         0.38           49            8        3.1          9
## 4349        0.03         0.38           33            4        3.3        204
## 4350        0.07         0.38           71            6        7.8         12
## 4351        0.03         0.37           65           19        6.9         21
## 4352        0.03         0.37           86            6        7.1        101
## 4353        0.05         0.37           86           14        6.7        556
## 4354        0.06         0.37           77           47        6.9         38
## 4355        0.10         0.37           65           10        7.4         14
## 4356        0.03         0.36           76           12        8.8         11
## 4357        0.03         0.36           68           57        6.3         29
## 4358        0.00         0.36           69           56        5.8       1064
## 4359        0.03         0.36           50            5        6.0         14
## 4360        0.03         0.36           76           68        7.6         96
## 4361        0.02         0.36           75           40        6.9         47
## 4362        0.05         0.35           59           50        6.0         36
## 4363        0.02         0.35           79           63        7.0         55
## 4364        0.03         0.34           74           50        7.6          5
## 4365        0.03         0.34           75           28        7.1         23
## 4366        0.06         0.34           45           17        4.3          8
## 4367        0.02         0.34           63           13        7.0         12
## 4368        0.07         0.34           51           16        7.2          7
## 4369        0.03         0.34           66           49        7.5         47
## 4370        0.05         0.34           60           39        6.2         11
## 4371        0.03         0.33           54            7        7.7          6
## 4372        0.03         0.33           60            4        5.4          9
## 4373        0.03         0.33           74           43        7.7         96
## 4374        0.04         0.33           82           16        8.0        229
## 4375        0.02         0.33           65            5        7.4         13
## 4376        0.02         0.33           63           41        6.4         70
## 4377        0.02         0.33           26           16        3.7          9
## 4378        0.08         0.33           67           27        6.9         40
## 4379        0.03         0.32           70           76        8.6         86
## 4380        0.03         0.32           41           11        4.6         12
## 4381        0.03         0.32           75           25        6.3          4
## 4382        0.03         0.32           80           23        8.0         56
## 4383        0.03         0.32           79           10        8.0         12
## 4384        0.08         0.32           49           11        6.0         32
## 4385        0.00         0.32           56           13        7.6        110
## 4386        0.02         0.32           55            7        5.6          5
## 4387        0.03         0.32           53           45        5.5         21
## 4388        0.02         0.31           85           32        8.7         26
## 4389        0.01         0.31           77           23        8.0         21
## 4390        0.03         0.31           58           10        8.1         39
## 4391        0.05         0.31           79           33        5.2        213
## 4392        0.03         0.31           59           69        6.0         61
## 4393        0.05         0.31           41           28        1.7         17
## 4394        0.02         0.31           76           41        7.0         35
## 4395        0.02         0.31           78           15        8.9         39
## 4396        0.02         0.31           67           16        8.0          5
## 4397        0.02         0.31           58           51        6.0         41
## 4398        0.03         0.30           93           56        9.0         94
## 4399        0.07         0.30           73           28        7.5         43
## 4400        0.00         0.30           73           26        6.7         53
## 4401        0.03         0.30           83           51        8.3         73
## 4402        0.01         0.29           85           30        9.0         81
## 4403        0.02         0.29           74           14        8.0          8
## 4404        0.02         0.29           74           57        7.8         64
## 4405        0.02         0.29           74           36        5.4          9
## 4406        0.03         0.29           67            9        5.2          5
## 4407        0.00         0.29           45            5        3.2         10
## 4408        0.08         0.29           85           53        9.0          4
## 4409        0.03         0.29           60            9        7.6          5
## 4410        0.03         0.29           58           42        6.0         30
## 4411        0.02         0.29           67           60        8.3        126
## 4412        0.03         0.29           43           23        6.4          4
## 4413        0.03         0.29           71           30        7.2         12
## 4414        0.03         0.29           78            9        8.3          4
## 4415        0.02         0.29           53           35        6.8         13
## 4416        0.01         0.29           65           18        8.8         13
## 4417        0.05         0.29           72           49        7.9         35
## 4418        0.04         0.28           80           12        8.3         20
## 4419        0.03         0.28           60           25        7.5         15
## 4420        0.02         0.28           57           23        7.0         27
## 4421        0.02         0.28           87            6        6.9         24
## 4422        0.02         0.28           55           25        5.5         10
## 4423        0.05         0.28           60           44        5.9         27
## 4424        0.04         0.28           56            5        6.7          6
## 4425        0.02         0.28           73           71        6.9        204
## 4426        0.02         0.28           72           22        5.6          4
## 4427        0.02         0.28           66           18        6.6         16
## 4428        0.02         0.27           79           46        7.8         57
## 4429        0.03         0.27           41           35        5.9         54
## 4430        0.02         0.27           82           52        7.8         34
## 4431        0.09         0.27           57           19        6.0          4
## 4432        0.02         0.27           37            9        2.7         19
## 4433        0.02         0.27           41           15        6.5          8
## 4434        0.02         0.27           49            7        8.0          4
## 4435        0.02         0.27           62           12        5.8          4
## 4436        0.03         0.27           80           13        8.5          4
## 4437        0.04         0.27           76           33        8.1        176
## 4438        0.02         0.27           70           27        8.0         18
## 4439        0.00         0.27           43           20        1.6         17
## 4440        0.08         0.27           69           16        8.1          5
## 4441        0.03         0.27           65            4        5.2          4
## 4442        0.02         0.27           69           15        8.2         14
## 4443        0.02         0.27           78           45        7.0         38
## 4444        0.02         0.27           35            9        6.3         90
## 4445        0.00         0.27           53           24        5.8        148
## 4446        0.02         0.26           83           16        7.3         15
## 4447        0.02         0.26           89           27        8.2        160
## 4448        0.02         0.26           87           54        6.4         51
## 4449        0.00         0.26           65           68        6.2         36
## 4450        0.02         0.26           87            4        5.6          9
## 4451        0.03         0.26           93           54        8.2        147
## 4452        0.02         0.26           68           39        8.2        332
## 4453        0.02         0.26           49            6        4.0          4
## 4454        0.02         0.26           53            4        3.3          5
## 4455        0.03         0.26           63           22        8.6         20
## 4456        0.02         0.26           53           10        6.6         10
## 4457        0.02         0.26           81           63        8.8         65
## 4458        0.01         0.25           13            8        8.0         11
## 4459        0.00         0.25           61           25        6.3          5
## 4460        0.05         0.25           62           26        3.5        104
## 4461        0.02         0.25           60           66        6.3         24
## 4462        0.05         0.25           42           33        3.8         20
## 4463        0.02         0.25           38            4        3.0          4
## 4464        0.02         0.25           64            5        6.6          5
## 4465        0.04         0.25           24           15        2.8         11
## 4466        0.02         0.25           68           27        6.3          4
## 4467        0.05         0.25           56           17        4.9          8
## 4468        0.02         0.25           62            7        6.2       3552
## 4469        0.02         0.24           51            8        8.6         15
## 4470        0.04         0.24           82           15        8.6          5
## 4471        0.03         0.24           74           19        6.7          9
## 4472        0.02         0.24           56            6        6.9         12
## 4473        0.00         0.24           74           16        7.1         11
## 4474        0.05         0.24           81           40        8.1       1472
## 4475        0.02         0.24           75           13        7.7         15
## 4476        0.05         0.24           88           49        8.4        837
## 4477        0.04         0.24           46           12        7.5         30
## 4478        0.02         0.24           56            4        6.3          6
## 4479        0.01         0.24           61           27        5.4        101
## 4480        0.00         0.23           56            4        8.1         14
## 4481        0.02         0.23           77           24        8.1         31
## 4482        0.02         0.23           84           44        8.3         14
## 4483        0.02         0.23           58           21        7.8          5
## 4484        0.02         0.23           90           56        7.7        110
## 4485        0.03         0.23           48           11        6.8         29
## 4486        0.02         0.23           86           10        7.9         12
## 4487        0.03         0.23           67           34        6.7         46
## 4488        0.02         0.23           74           17        6.8          5
## 4489        0.00         0.23           39           34        5.0         25
## 4490        0.02         0.23           71           20        7.7          9
## 4491        0.01         0.23           83           76        8.3         88
## 4492        0.02         0.23           41            7        2.2          9
## 4493        0.02         0.23           65            6        7.1          4
## 4494        0.02         0.22           59           24        7.9          6
## 4495        0.01         0.22           87           14        8.6         21
## 4496        0.04         0.22           57           24        6.6         22
## 4497        0.02         0.22           78            9        5.4          7
## 4498        0.02         0.22           75           13        8.1          6
## 4499        0.04         0.22           70           42        5.4         28
## 4500        0.02         0.22           46            4        5.4          5
## 4501        0.02         0.22           58           13        6.6         35
## 4502        0.01         0.22           78           82        7.5        273
## 4503        0.02         0.22           84           45        7.3        275
## 4504        0.02         0.22           40           15        5.1          4
## 4505        0.01         0.21           80           27        8.0         17
## 4506        0.02         0.21           43            5        4.0          5
## 4507        0.00         0.21           50           23        5.9         29
## 4508        0.01         0.21           93           44        8.8         70
## 4509        0.04         0.21           73            4        7.5          4
## 4510        0.02         0.21           95           42        7.6        110
## 4511        0.02         0.21           77           13        5.5         30
## 4512        0.04         0.21           74           27        7.0         13
## 4513        0.00         0.21           66            4        6.8          9
## 4514        0.01         0.21           84           18        8.3          7
## 4515        0.02         0.21           40           37        4.7         19
## 4516        0.02         0.21           53            4        6.6          5
## 4517        0.00         0.21           78           45        7.1         94
## 4518        0.02         0.21           79           11        6.6          8
## 4519        0.02         0.21           61           64        7.0         34
## 4520        0.01         0.21           38           16        1.7          4
## 4521        0.03         0.20           78           29        7.8         13
## 4522        0.03         0.20           36           45        3.7         21
## 4523        0.02         0.20           63           33        7.2         19
## 4524        0.02         0.20           57           33        4.8          4
## 4525        0.00         0.20           58           28        7.5          6
## 4526        0.02         0.20           58           52        6.1         24
## 4527        0.03         0.20           66           17        6.1         12
## 4528        0.01         0.20           75           32        5.9         30
## 4529        0.01         0.20           82            8        7.8        124
## 4530        0.00         0.20           68            8        6.6         20
## 4531        0.02         0.20           85           79        7.9        937
## 4532        0.01         0.20           76           40        7.9         23
## 4533        0.02         0.20           77           42        6.6        900
## 4534        0.02         0.19           72           38        7.3         38
## 4535        0.02         0.19           68           35        7.4        985
## 4536        0.01         0.19           63           30        5.9          7
## 4537        0.01         0.19           57           15        8.1         30
## 4538        0.02         0.19           56           12        7.5         26
## 4539        0.02         0.19           57           11        4.5          6
## 4540        0.00         0.19           86           49        7.9         54
## 4541        0.04         0.19           77           54        6.2        803
## 4542        0.03         0.19           43           34        5.3         21
## 4543        0.04         0.19           73           21        5.9         99
## 4544        0.01         0.19           74           46        8.1         24
## 4545        0.01         0.19           70           20        9.1         15
## 4546        0.00         0.19           68            6        5.4         17
## 4547        0.01         0.19           82            6        8.6         37
## 4548        0.01         0.19           73           13        7.0          6
## 4549        0.02         0.19           70           14        8.1         46
## 4550        0.02         0.19           71            9        7.7         10
## 4551        0.02         0.19           75           14        7.0         24
## 4552        0.01         0.19           53           12        6.5         46
## 4553        0.00         0.19           62           17        6.0          8
## 4554        0.01         0.19           74           75        8.1        132
## 4555        0.02         0.19           60            5        7.1          5
## 4556        0.03         0.19           61           26        6.5          8
## 4557        0.01         0.19           47           10        5.5          9
## 4558        0.01         0.19           74           19        5.3          4
## 4559        0.02         0.19           63           25        4.4        307
## 4560        0.02         0.19           74           13        8.3          8
## 4561        0.01         0.18           56           11        5.7         44
## 4562        0.01         0.18           69           30        6.2         20
## 4563        0.01         0.18           68           14        7.4         16
## 4564        0.02         0.18           75           66        6.2        227
## 4565        0.02         0.18           67           22        7.3         11
## 4566        0.02         0.18           39            5        5.6         13
## 4567        0.02         0.18           47            6        7.0         25
## 4568        0.02         0.18           55           26        7.4          8
## 4569        0.01         0.18           69            6        7.0          4
## 4570        0.01         0.18           73           25        7.3         26
## 4571        0.02         0.18           81           33        5.7        101
## 4572        0.01         0.18           57            4        8.1         10
## 4573        0.02         0.18           51            5        5.3          4
## 4574        0.02         0.18           38           20        7.9         29
## 4575        0.04         0.18           83           16        7.7        102
## 4576        0.02         0.18           69           10        5.4         15
## 4577        0.01         0.18           62           51        7.6         60
## 4578        0.01         0.18           56           12        4.7         21
## 4579        0.02         0.18           84           50        8.3        112
## 4580        0.02         0.18           37           38        3.8          6
## 4581        0.01         0.18           59            6        6.8          8
## 4582        0.02         0.18           51           18        7.0          6
## 4583        0.01         0.18           65           27        7.8         20
## 4584        0.02         0.18           38           34        5.6         37
## 4585        0.01         0.17           65           12        6.3          7
## 4586        0.00         0.17           85           25        8.1        179
## 4587        0.01         0.17           63           17        7.6          6
## 4588        0.00         0.17           43            6        6.9          6
## 4589        0.02         0.17           79           23        7.8         45
## 4590        0.02         0.17           89           27        8.0         20
## 4591        0.02         0.17           73            9        7.8         12
## 4592        0.02         0.17           54            6        6.0          8
## 4593        0.02         0.17           58           12        6.0          8
## 4594        0.00         0.17           58           37        9.3       3552
## 4595        0.02         0.17           69           41        5.7         41
## 4596        0.01         0.17           82           53        8.7         83
## 4597        0.01         0.17           80           16        7.6         27
## 4598        0.01         0.17           74           47        8.7          8
## 4599        0.01         0.17           42            9        4.8          4
## 4600        0.01         0.17           43            6        5.9          4
## 4601        0.02         0.17           72            4        6.8          6
## 4602        0.01         0.17           86           28        7.1        166
## 4603        0.01         0.17           58            5        5.9         17
## 4604        0.02         0.17           50            7        7.2          8
## 4605        0.02         0.17           40           11        4.2          5
## 4606        0.01         0.17           82           49        8.5        124
## 4607        0.01         0.16           90            9        7.7         51
## 4608        0.02         0.16           42           31        4.1         17
## 4609        0.00         0.16           76           46        7.2         14
## 4610        0.01         0.16           70           26        6.4         31
## 4611        0.01         0.16           66           12        8.0          5
## 4612        0.02         0.16           61           23        5.2          5
## 4613        0.01         0.16           61            8        5.5         35
## 4614        0.01         0.16           68           61        5.5          5
## 4615        0.01         0.16           75           20        7.1         98
## 4616        0.03         0.16           75            9        7.6          5
## 4617        0.01         0.16           37            9        5.6          5
## 4618        0.02         0.16           25            4        2.0          5
## 4619        0.01         0.16           61           34        5.3          7
## 4620        0.01         0.16           70           22        6.6          6
## 4621        0.01         0.16           71           23        6.2        100
## 4622        0.00         0.16           73           33        3.7         28
## 4623        0.01         0.16           59           57        4.7        136
## 4624        0.03         0.16           55           23        5.5        267
## 4625        0.01         0.16           59           38        7.3         23
## 4626        0.01         0.15           80            8        8.0         13
## 4627        0.01         0.15           89           54        7.7        965
## 4628        0.03         0.15           72           41        9.3         18
## 4629        0.01         0.15           68           31        7.5         53
## 4630        0.01         0.15           80           25        8.0         26
## 4631        0.01         0.15           64           25        8.3         11
## 4632        0.02         0.15           67           17        7.4         33
## 4633        0.02         0.15           61           39        8.5         46
## 4634        0.01         0.15           76           19        7.0         12
## 4635        0.02         0.15           66           35        6.2          6
## 4636        0.01         0.15           68           31        8.1         35
## 4637        0.01         0.15           68           52        7.8         38
## 4638        0.01         0.15           55           10        6.3          6
## 4639        0.01         0.15           57            7        6.3          6
## 4640        0.01         0.15           86           78        7.7        833
## 4641        0.02         0.15           83           18        7.8        603
## 4642        0.02         0.15           43            5        4.2          6
## 4643        0.02         0.15           42           13        6.5         47
## 4644        0.01         0.15           66           14        8.1         23
## 4645        0.01         0.15           61            4        9.3         25
## 4646        0.01         0.15           80           25        8.3         57
## 4647        0.01         0.15           66            6        8.0         12
## 4648        0.01         0.15           62           10        7.8         16
## 4649        0.00         0.15           70           32        5.3        514
## 4650        0.01         0.14           56            6        7.2         36
## 4651        0.01         0.14           50           32        6.2         75
## 4652        0.01         0.14           75           21        8.4         10
## 4653        0.00         0.14           81           76        7.2       1530
## 4654        0.01         0.14           83           18        8.7          4
## 4655        0.01         0.14           82           46        8.9        424
## 4656        0.01         0.14           75           24        8.4          5
## 4657        0.01         0.14           69           30        8.3         16
## 4658        0.01         0.14           65            4        7.1          7
## 4659        0.01         0.14           54           11        5.7          9
## 4660        0.01         0.14           36           10        0.5          4
## 4661        0.01         0.14           50           10        6.8          5
## 4662        0.01         0.14           63           24        8.3         25
## 4663        0.01         0.14           91           42        7.6         77
## 4664        0.01         0.14           55           34        6.2         33
## 4665        0.02         0.14           85           52        6.5        969
## 4666        0.01         0.14           94           78        8.5         80
## 4667        0.01         0.14           58           23        7.6         10
## 4668        0.01         0.14           78           17        6.3        211
## 4669        0.01         0.14           60           19        5.8         10
## 4670        0.02         0.14           29           14        6.2         10
## 4671        0.00         0.14           65           21        7.8         14
## 4672        0.01         0.13           47            5        0.5         88
## 4673        0.01         0.13           78           69        7.8        136
## 4674        0.00         0.13           78           41        4.6         15
## 4675        0.02         0.13           54           12        6.3          6
## 4676        0.01         0.13           76           18        7.0         26
## 4677        0.00         0.13           72           40        7.9          5
## 4678        0.01         0.13           50            8        4.3         29
## 4679        0.02         0.13           61           26        8.2          6
## 4680        0.01         0.13           72           13        7.8         50
## 4681        0.01         0.13           41            6        3.2         75
## 4682        0.00         0.13           61           27        5.7         11
## 4683        0.01         0.13           62           26        7.7         47
## 4684        0.01         0.13           64           21        6.9          5
## 4685        0.02         0.13           73            9        5.7         13
## 4686        0.00         0.13           90           43        8.0        171
## 4687        0.01         0.13           63           25        7.0          8
## 4688        0.01         0.13           51           38        8.3         17
## 4689        0.01         0.13           42           14        7.3         18
## 4690        0.01         0.13           73           54        6.7         28
## 4691        0.01         0.13           94           11        7.4         39
## 4692        0.00         0.13           66           43        7.0         23
## 4693        0.00         0.13           70           10        6.7          7
## 4694        0.02         0.13           54            9        4.9          9
## 4695        0.01         0.13           59            9        7.1         41
## 4696        0.00         0.13           61           11        5.6          7
## 4697        0.00         0.13           45           27        5.5          9
## 4698        0.02         0.13           66           21        7.4         20
## 4699        0.01         0.13           57           22        5.0          6
## 4700        0.00         0.13           54           32        7.5         22
## 4701        0.03         0.13           76           39        9.0         59
## 4702        0.00         0.13           79           63        8.1        210
## 4703        0.01         0.13           42            8        3.8         21
## 4704        0.00         0.13           86           27        7.2         30
## 4705        0.02         0.12           84           33        7.7        838
## 4706        0.01         0.12           59            9        8.0         14
## 4707        0.00         0.12           64           45        5.5         46
## 4708        0.01         0.12           58           20        6.3         31
## 4709        0.01         0.12           33            6        6.6         11
## 4710        0.01         0.12           46           21        6.8          8
## 4711        0.01         0.12           86           27        7.9         32
## 4712        0.01         0.12           33            5        3.1          6
## 4713        0.01         0.12           33            7        4.3          6
## 4714        0.00         0.12           73           44        7.2         68
## 4715        0.00         0.12           56            9        7.5         30
## 4716        0.01         0.12           59           11        6.4          8
## 4717        0.02         0.12           93           80        7.8       1692
## 4718        0.01         0.12           47           14        6.5          6
## 4719        0.02         0.12           82           29        7.9         11
## 4720        0.01         0.12           63           19        5.1         32
## 4721        0.01         0.12           59            6        7.5          9
## 4722        0.01         0.12           70           51        7.3        891
## 4723        0.01         0.12           34            8        2.9         22
## 4724        0.01         0.12           69           14        7.5          4
## 4725        0.02         0.12           74           33        8.7         25
## 4726        0.00         0.12           84           18        9.0          6
## 4727        0.01         0.12           90           69        9.1         51
## 4728        0.01         0.12           36           20        2.1         17
## 4729        0.01         0.12           61           39        5.0          4
## 4730        0.00         0.12           72           25        5.9         25
## 4731        0.02         0.12           66           36        6.2         13
## 4732        0.01         0.12           53           22        4.5         12
## 4733        0.01         0.12           68           38        8.7         18
## 4734        0.01         0.12           54            5        5.6          9
## 4735        0.01         0.12           65           36        6.1         51
## 4736        0.01         0.12           55            4        6.0          5
## 4737        0.02         0.11           77           24        7.9         27
## 4738        0.01         0.11           62           35        8.8         24
## 4739        0.01         0.11           74           27        5.8         11
## 4740        0.01         0.11           62           16        6.3          4
## 4741        0.01         0.11           71           13        7.8        130
## 4742        0.00         0.11           80           54        7.7         99
## 4743        0.01         0.11           40           21        6.5         10
## 4744        0.01         0.11           82           64        7.1         94
## 4745        0.00         0.11           80           33        8.5        219
## 4746        0.01         0.11           53           14        7.4          6
## 4747        0.02         0.11           63           16        6.7         15
## 4748        0.00         0.11           88           70        8.6         59
## 4749        0.01         0.11           75           25        8.3         31
## 4750        0.01         0.11           82           14        7.8         18
## 4751        0.01         0.11           60           19        7.1         14
## 4752        0.01         0.11           83           58        7.3        135
## 4753        0.01         0.11           58           23        4.1          8
## 4754        0.01         0.11           28            6        5.2          6
## 4755        0.02         0.11           81           19        7.9        137
## 4756        0.01         0.11           85            7        7.6         49
## 4757        0.01         0.11           72           55        5.5         46
## 4758        0.01         0.11           78           47        8.2         85
## 4759        0.01         0.11           75           31        7.9         36
## 4760        0.01         0.11           52           25        8.2          6
## 4761        0.01         0.11           47            4        3.1          7
## 4762        0.01         0.11           51            5        9.0          4
## 4763        0.01         0.11           53           21        6.0          7
## 4764        0.01         0.11           62           22        6.2          9
## 4765        0.01         0.11           71            4        7.5         22
## 4766        0.02         0.11           83           20        5.2        672
## 4767        0.00         0.11           86           27        8.3         84
## 4768        0.01         0.11           54            6        7.1         10
## 4769        0.00         0.11           86           20        8.1         57
## 4770        0.01         0.10           75           30        7.3         31
## 4771        0.00         0.10           91           51        8.0        858
## 4772        0.01         0.10           78           22        6.3         51
## 4773        0.00         0.10           89           74        8.1         51
## 4774        0.01         0.10           61           22        5.9         23
## 4775        0.01         0.10           61           16        5.3          9
## 4776        0.01         0.10           71           48        6.4        102
## 4777        0.01         0.10           73           56        7.1         49
## 4778        0.02         0.10           83           74        9.5         61
## 4779        0.00         0.10           43            9        4.4          7
## 4780        0.01         0.10           61           36        4.4         43
## 4781        0.01         0.10           75           37        6.8         17
## 4782        0.00         0.10           25            9        3.6         26
## 4783        0.01         0.10           48           24        5.6          8
## 4784        0.01         0.10           37            5        4.1         33
## 4785        0.02         0.10           54           15        4.9          8
## 4786        0.01         0.10           64           49        7.1         16
## 4787        0.01         0.10           39            6        2.4         10
## 4788        0.01         0.10           55            4        5.6         29
## 4789        0.01         0.10           63           59        7.8          5
## 4790        0.01         0.10           73           26        7.8       1273
## 4791        0.01         0.10           47           11        4.7         76
## 4792        0.01         0.10           70           41        8.4         12
## 4793        0.01         0.10           50           17        7.2          9
## 4794        0.01         0.10           89           41        8.4          6
## 4795        0.01         0.10           56           15        5.5          4
## 4796        0.01         0.10           82           46        9.0         10
## 4797        0.01         0.10           73           12        5.8          8
## 4798        0.00         0.10           70           16        7.2         16
## 4799        0.01         0.10           77           10        6.4         21
## 4800        0.00         0.09           49           20        4.0        280
## 4801        0.01         0.09           55           21        8.5         11
## 4802        0.01         0.09           31           16        2.8          6
## 4803        0.01         0.09           81           51        8.7        288
## 4804        0.01         0.09           64           21        5.2         52
## 4805        0.02         0.09           52            9        7.2         15
## 4806        0.01         0.09           36            4        3.8          4
## 4807        0.01         0.09           68           10        7.3         46
## 4808        0.00         0.09           58            4        5.4         23
## 4809        0.01         0.09           74           39        3.5        150
## 4810        0.01         0.09           76            8        7.8          4
## 4811        0.00         0.09           62           45        7.0         14
## 4812        0.01         0.09           58           26        6.0         29
## 4813        0.01         0.09           85           61        7.3        325
## 4814        0.01         0.09           57           11        5.5         16
## 4815        0.00         0.09           89           42        6.6         35
## 4816        0.00         0.09           55           11        6.7         13
## 4817        0.01         0.09           86           66        9.0        178
## 4818        0.01         0.09           64           15        4.4         40
## 4819        0.00         0.09           56           62        5.7        102
## 4820        0.01         0.09           65           16        7.3         11
## 4821        0.01         0.09           65            4        6.6         23
## 4822        0.01         0.09           44           30        4.6         34
## 4823        0.01         0.09           80           14        7.5         21
## 4824        0.01         0.09           37           39        3.6         31
## 4825        0.00         0.09           58            8        7.4          8
## 4826        0.01         0.09           47           15        4.7         15
## 4827        0.01         0.09           36            4        4.1          6
## 4828        0.01         0.09           59           43        6.8         18
## 4829        0.00         0.09           86           50        8.2         25
## 4830        0.01         0.09           43            4        7.3         13
## 4831        0.01         0.09           75           10        7.7          7
## 4832        0.01         0.09           56           19        7.9          9
## 4833        0.01         0.09           79            8        5.5          6
## 4834        0.01         0.09           56            7        8.2          5
## 4835        0.01         0.09           84           44        8.3        528
## 4836        0.01         0.08           62           17        7.4         28
## 4837        0.00         0.08           88            7        7.9         21
## 4838        0.01         0.08           62           19        6.8          5
## 4839        0.01         0.08           62           19        7.9          9
## 4840        0.01         0.08           64            7        7.8          6
## 4841        0.01         0.08           48            8        6.8          8
## 4842        0.01         0.08           62            8        5.3          4
## 4843        0.01         0.08           82           27        8.1         86
## 4844        0.01         0.08           66           16        7.9         37
## 4845        0.01         0.08           76           34        6.2        430
## 4846        0.00         0.08           81           10        6.6         19
## 4847        0.00         0.08           76           69        6.8         76
## 4848        0.01         0.08           61            4        5.5         69
## 4849        0.00         0.08           47           37        4.7         35
## 4850        0.02         0.08           65           11        5.4         14
## 4851        0.01         0.08           79           45        7.6         54
## 4852        0.01         0.08           62            9        6.2          4
## 4853        0.01         0.08           83           53        8.5         28
## 4854        0.00         0.08           78            7        8.1         14
## 4855        0.01         0.08           79           12        7.2         81
## 4856        0.01         0.08           81           43        8.0        278
## 4857        0.01         0.08           92           68        8.0       1662
## 4858        0.01         0.08           73           44        8.9          7
## 4859        0.01         0.08           78           15        7.2         19
## 4860        0.01         0.08           78           15        6.5        380
## 4861        0.00         0.08           78           15        4.7        235
## 4862        0.01         0.08           72           21        8.0         30
## 4863        0.01         0.08           35            6        4.1          6
## 4864        0.00         0.08           65           31        5.9         47
## 4865        0.01         0.08           76           21        7.9        525
## 4866        0.00         0.08           81            4        8.5          8
## 4867        0.01         0.08           69            4        6.6          4
## 4868        0.00         0.08           60           16        8.9          6
## 4869        0.01         0.08           71           38        7.9        174
## 4870        0.00         0.07           55           35        7.0          5
## 4871        0.01         0.07           80            8        7.1         61
## 4872        0.00         0.07           55           15        5.2         42
## 4873        0.00         0.07           82           16        8.0         19
## 4874        0.01         0.07           63           27        4.8         26
## 4875        0.01         0.07           60           13        8.0          5
## 4876        0.01         0.07           47           11        7.0          5
## 4877        0.00         0.07           85           75        8.4       2654
## 4878        0.01         0.07           59           29        6.7          6
## 4879        0.01         0.07           60           15        7.8         16
## 4880        0.01         0.07           61            9        6.2         12
## 4881        0.00         0.07           43            7        6.0         13
## 4882        0.00         0.07           82           23        8.4          6
## 4883        0.00         0.07           82           62        8.3         55
## 4884        0.00         0.07           92           46        7.4        160
## 4885        0.01         0.07           76           45        8.4       1010
## 4886        0.00         0.07           64            9        7.6          4
## 4887        0.01         0.07           76           55        6.9        306
## 4888        0.00         0.07           89           54        9.5        108
## 4889        0.01         0.07           60           62        4.6         33
## 4890        0.00         0.07           80           30        8.4         95
## 4891        0.00         0.07           47           31        7.0         14
## 4892        0.00         0.07           56           22        5.5          6
## 4893        0.00         0.07           62           33        5.1         11
## 4894        0.00         0.07           71           30        7.3        626
## 4895        0.00         0.07           63            4        6.8          8
## 4896        0.00         0.07           66           48        7.3          4
## 4897        0.00         0.07           70            7        7.1         19
## 4898        0.01         0.07           43           57        4.8          4
## 4899        0.01         0.07           85           55        7.9         53
## 4900        0.01         0.07           61           12        8.1         12
## 4901        0.01         0.07           79           23        5.0          4
## 4902        0.00         0.07           72           11        8.2          7
## 4903        0.00         0.07           77           23        7.5         12
## 4904        0.00         0.07           62           26        6.2         20
## 4905        0.00         0.07           54            5        6.6         24
## 4906        0.00         0.07           55           34        8.1          5
## 4907        0.02         0.07           80           52        7.4         23
## 4908        0.00         0.07           57           11        6.0         25
## 4909        0.00         0.06           53           13        5.9         15
## 4910        0.00         0.06           53           37        6.5         25
## 4911        0.00         0.06           64           31        7.6          5
## 4912        0.01         0.06           93           63        8.2        397
## 4913        0.00         0.06           91           20        8.2          8
## 4914        0.01         0.06           45           38        6.9         11
## 4915        0.00         0.06           95           70        8.5        273
## 4916        0.00         0.06           70           10        8.8         17
## 4917        0.01         0.06           82           38        8.3        136
## 4918        0.00         0.06           93           76        7.8        211
## 4919        0.00         0.06           58           21        7.7         19
## 4920        0.00         0.06           78           37        8.4         12
## 4921        0.01         0.06           61           20        6.1         22
## 4922        0.00         0.06           81           71        8.1        614
## 4923        0.00         0.06           70           15        5.8          5
## 4924        0.01         0.06           81           24        7.4        177
## 4925        0.00         0.06           62           23        8.8          5
## 4926        0.00         0.06           75           28        5.2        175
## 4927        0.00         0.06           75           45        8.2         92
## 4928        0.00         0.06           88           25        8.0         12
## 4929        0.01         0.06           49           21        6.8          5
## 4930        0.01         0.06           54            7        6.8          9
## 4931        0.00         0.06           73           38        9.1         62
## 4932        0.00         0.06           58           22        8.9          6
## 4933        0.00         0.06           72            6        7.6         26
## 4934        0.01         0.06           79            9        7.0         14
## 4935        0.00         0.06           66           20        6.7         33
## 4936        0.00         0.06           91           27        8.8         82
## 4937        0.00         0.06           76           39        8.2         15
## 4938        0.00         0.06           79           49        8.3        107
## 4939        0.01         0.06           77           32        7.9          9
## 4940        0.00         0.06           65           29        7.3         11
## 4941        0.00         0.06           60            8        5.7         11
## 4942        0.00         0.06           74           30        7.2         12
## 4943        0.00         0.06           82           61        9.3         36
## 4944        0.00         0.06           49           15        4.4         19
## 4945        0.01         0.06           80           24        6.5         10
## 4946        0.00         0.06           64           16        6.9         78
## 4947        0.01         0.06           42            4        4.8          4
## 4948        0.00         0.06           67            5        8.1          5
## 4949        0.00         0.06           82           12        9.2         20
## 4950        0.00         0.06           58            7        3.4         14
## 4951        0.00         0.05           59            7        7.1         17
## 4952        0.01         0.05           84           15        6.6         99
## 4953        0.00         0.05           70            6        8.2          4
## 4954        0.00         0.05           57           22        5.7         20
## 4955        0.00         0.05           80           41        8.2         24
## 4956        0.00         0.05           30           10        4.6          5
## 4957        0.00         0.05           68           34        7.0         26
## 4958        0.00         0.05           49           19        5.4         13
## 4959        0.00         0.05           63           13        5.1         48
## 4960        0.00         0.05           77           38        7.6         36
## 4961        0.00         0.05           65           18        5.3         22
## 4962        0.00         0.05           94           27        8.9         85
## 4963        0.00         0.05           83           58        8.1         97
## 4964        0.01         0.05           68            5        7.4         21
## 4965        0.00         0.05           42           10        6.3        218
## 4966        0.00         0.05           63            9        6.4         10
## 4967        0.00         0.05           49           11        6.3         12
## 4968        0.01         0.05           66           12        3.8         47
## 4969        0.00         0.05           59           23        6.9          8
## 4970        0.00         0.05           65           15        6.9          7
## 4971        0.00         0.05           62            8        7.9         17
## 4972        0.00         0.05           50            6        6.5          4
## 4973        0.00         0.05           60           18        8.0          8
## 4974        0.01         0.05           77           10        8.6         16
## 4975        0.00         0.05           65           18        7.2         12
## 4976        0.00         0.05           33            4        6.6         15
## 4977        0.00         0.05           82           62        9.3         64
## 4978        0.00         0.05           56           32        5.9         19
## 4979        0.00         0.05           38           29        7.4         39
## 4980        0.00         0.05           91           55        9.0        131
## 4981        0.00         0.05           68           22        3.6        348
## 4982        0.00         0.05           59           33        8.0          6
## 4983        0.00         0.05           69           20        6.3          4
## 4984        0.00         0.05           60           13        8.1          9
## 4985        0.00         0.05           81            4        8.2          8
## 4986        0.00         0.05           81           57        8.9         24
## 4987        0.00         0.05           79           15        7.4         21
## 4988        0.00         0.05           68           17        8.1          8
## 4989        0.00         0.05           68           41        7.3        225
## 4990        0.00         0.05           66           22        9.3          6
## 4991        0.00         0.05           67           11        7.3          6
## 4992        0.01         0.05           76           36        7.7        326
## 4993        0.01         0.05           45            7        6.5         14
## 4994        0.00         0.05           73           21        7.5         13
## 4995        0.01         0.05           79           28        6.8        185
## 4996        0.00         0.05           86           28        9.0         35
## 4997        0.01         0.05           49            5        6.2         27
## 4998        0.00         0.05           55           10        6.8         26
## 4999        0.00         0.05           48            7        4.8          4
## 5000        0.00         0.05           61           20        5.9          4
## 5001        0.00         0.05           36           23        5.3         71
## 5002        0.00         0.05           74           15        8.7          7
## 5003        0.00         0.05           71           46        6.0         18
## 5004        0.01         0.04           89           72        8.8        427
## 5005        0.00         0.04           74           22        8.5         10
## 5006        0.00         0.04           48           15        5.1         11
## 5007        0.00         0.04           78           43        6.8          4
## 5008        0.00         0.04           93           73        9.1        112
## 5009        0.00         0.04           70           21        6.1         24
## 5010        0.00         0.04           78           12        7.2         17
## 5011        0.00         0.04           38            8        1.7         10
## 5012        0.00         0.04           58           43        2.7         29
## 5013        0.01         0.04           79           18        8.2        116
## 5014        0.00         0.04           69           35        8.7         13
## 5015        0.00         0.04           85           52        8.7         24
## 5016        0.00         0.04           70           10        8.6          7
## 5017        0.00         0.04           87           39        8.2        199
## 5018        0.00         0.04           39            9        4.4         22
## 5019        0.00         0.04           40           40        5.2         61
## 5020        0.00         0.04           49           26        6.8          8
## 5021        0.00         0.04           36           14        7.8          5
## 5022        0.00         0.04           74           38        8.8          9
## 5023        0.00         0.04           59           62        8.4         18
## 5024        0.01         0.04           45           25        5.5         70
## 5025        0.00         0.04           66           18        6.4         34
## 5026        0.00         0.04           80           41        8.6         19
## 5027        0.00         0.04           84           41        8.2        116
## 5028        0.00         0.04           72           40        8.3          7
## 5029        0.01         0.04           47            5        5.5          6
## 5030        0.01         0.04           56           43        5.0         82
## 5031        0.00         0.04           94           83        8.8        216
## 5032        0.00         0.04           68           11        8.0          7
## 5033        0.00         0.04           85           25        7.6          7
## 5034        0.00         0.04           73            8        7.0          4
## 5035        0.00         0.04           32           13        5.0         18
## 5036        0.00         0.04           87            5        8.8         13
## 5037        0.00         0.04           74           11        8.1         14
## 5038        0.00         0.04           48           35        5.7         15
## 5039        0.00         0.04           75           49        6.9          5
## 5040        0.00         0.04           76           35        4.1         28
## 5041        0.00         0.04           78           33        7.0          9
## 5042        0.00         0.04           53           13        7.5          4
## 5043        0.00         0.04           71           40        5.9         53
## 5044        0.00         0.04           69           18        7.4         38
## 5045        0.00         0.04           74           21        6.6         22
## 5046        0.00         0.04           72           55        7.8         15
## 5047        0.00         0.04           70           15        7.1          6
## 5048        0.01         0.04           80           15        7.9         19
## 5049        0.00         0.04           46            5        5.6         11
## 5050        0.00         0.03           65           14        8.7          6
## 5051        0.00         0.03           88           10        8.7         14
## 5052        0.00         0.03           68           25        4.5         46
## 5053        0.01         0.03           72           25        7.5        511
## 5054        0.00         0.03           84           22        7.5         22
## 5055        0.00         0.03           85           53        7.6          5
## 5056        0.00         0.03           66            9        7.1          9
## 5057        0.00         0.03           80           56        8.5         91
## 5058        0.00         0.03           64            7        7.5         18
## 5059        0.00         0.03           75           16        6.6        218
## 5060        0.00         0.03           60           13        7.4          4
## 5061        0.00         0.03           82           21        7.7          5
## 5062        0.00         0.03           74           50        7.3         44
## 5063        0.00         0.03           53            7        6.5          4
## 5064        0.00         0.03           60            5        7.2          5
## 5065        0.00         0.03           93           60        9.0          7
## 5066        0.00         0.03           77           85        8.7        159
## 5067        0.00         0.03           83           70        7.4         48
## 5068        0.00         0.03           67            8        8.8          8
## 5069        0.00         0.03           55           49        7.6          8
## 5070        0.00         0.03           49           37        4.8          5
## 5071        0.00         0.03           70            7        5.4         23
## 5072        0.00         0.03           67           25        6.5         18
## 5073        0.00         0.03           77           28        8.5        132
## 5074        0.00         0.03           43            5        4.2         21
## 5075        0.01         0.03           65           13        7.3          6
## 5076        0.00         0.03           91           16        6.9         22
## 5077        0.00         0.03           74           26        7.1          9
## 5078        0.00         0.03           69           11        5.3         16
## 5079        0.00         0.03           60           33        7.3          7
## 5080        0.00         0.03           75            7        7.6          8
## 5081        0.00         0.03           79           49        6.8        261
## 5082        0.00         0.03           66           38        7.6         15
## 5083        0.00         0.03           58           14        8.1         63
## 5084        0.00         0.03           37            5        4.6          9
## 5085        0.00         0.03           63           21        8.4         50
## 5086        0.00         0.03           80            6        4.9         29
## 5087        0.00         0.03           59           14        5.8        162
## 5088        0.00         0.03           63           25        5.1         10
## 5089        0.00         0.03           64           20        3.0         78
## 5090        0.00         0.03           79           21        6.6         18
## 5091        0.00         0.03           78           28        7.2        102
## 5092        0.00         0.03           36           39        3.8         95
## 5093        0.00         0.03           75            9        7.6         24
## 5094        0.01         0.03           68           80        7.1         59
## 5095        0.00         0.03           64           25        5.8         25
## 5096        0.00         0.03           68           16        5.2         19
## 5097        0.00         0.03           66           14        5.3          8
## 5098        0.00         0.03           79           63        8.1         55
## 5099        0.00         0.03           70           65        8.2         34
## 5100        0.00         0.03           75           18        8.5         13
## 5101        0.00         0.03           84           17        7.8         31
## 5102        0.00         0.03           67           19        7.0         13
## 5103        0.00         0.03           76            9        6.6         30
## 5104        0.01         0.03           61           11        7.2          9
## 5105        0.00         0.03           79           15        7.9         55
## 5106        0.00         0.03           72           18        7.3         11
## 5107        0.00         0.03           41            7        4.6         12
## 5108        0.00         0.03           64            6        6.7         17
## 5109        0.00         0.03           65           25        8.1          8
## 5110        0.01         0.03           67           40        4.5         52
## 5111        0.00         0.03           83           14        8.4         52
## 5112        0.00         0.03           49            6        5.0          9
## 5113        0.00         0.03           81           20        8.2          4
## 5114        0.00         0.03           88           61        8.6        132
## 5115        0.00         0.03           83           21        8.0         86
## 5116        0.01         0.03           72            4        8.3         15
## 5117        0.00         0.03           57           12        6.0         20
## 5118        0.00         0.03           63           15        6.3         87
## 5119        0.00         0.03           81           54        8.2         76
## 5120        0.00         0.03           92           18        7.1         39
## 5121        0.00         0.03           57           13        6.0          8
## 5122        0.00         0.03           58           23        8.0         10
## 5123        0.00         0.02           79           16        7.8         22
## 5124        0.00         0.02           43           12        2.0         27
## 5125        0.00         0.02           77           25        7.7          8
## 5126        0.00         0.02           72           11        6.1         32
## 5127        0.00         0.02           70           60        7.0        194
## 5128        0.00         0.02           56           22        6.3        240
## 5129        0.00         0.02           80           31        7.8         10
## 5130        0.00         0.02           72           18        6.2         15
## 5131        0.00         0.02           64           19        7.5        137
## 5132        0.00         0.02           78           49        6.6         55
## 5133        0.00         0.02           80           32        7.1         22
## 5134        0.00         0.02           64            4        6.4          4
## 5135        0.00         0.02           67           17        6.8          6
## 5136        0.00         0.02           70           17        5.7         39
## 5137        0.00         0.02           72           17        8.6         33
## 5138        0.00         0.02           66           34        6.2        694
## 5139        0.00         0.02           79           50        8.1         23
## 5140        0.00         0.02           77            4        6.9         15
## 5141        0.00         0.02           71           10        5.8         52
## 5142        0.00         0.02           77           18        8.5          4
## 5143        0.00         0.02           94           74        9.0        188
## 5144        0.00         0.02           75           17        7.7         12
## 5145        0.00         0.02           69           33        7.8          7
## 5146        0.00         0.02           46           10        3.2          7
## 5147        0.00         0.02           57           23        6.0         26
## 5148        0.00         0.02           81           16        6.6         74
## 5149        0.00         0.02           37            8        4.5         11
## 5150        0.00         0.02           76           25        8.7          8
## 5151        0.00         0.02           75            5        7.1         14
## 5152        0.00         0.02           90           37        8.6        263
## 5153        0.00         0.02           68           31        8.2         53
## 5154        0.00         0.02           63            4        6.9          9
## 5155        0.00         0.02           35           14        7.8          4
## 5156        0.00         0.02           73           64        8.2         73
## 5157        0.00         0.02           70            5        6.9         12
## 5158        0.00         0.02           55           20        4.7          8
## 5159        0.00         0.02           46            9        6.3          5
## 5160        0.00         0.02           72           20        7.1         22
## 5161        0.00         0.02           88           66        8.8         30
## 5162        0.00         0.02           86           20        9.1       1007
## 5163        0.00         0.02           52           11        6.5          4
## 5164        0.00         0.02           72           25        6.0         13
## 5165        0.00         0.02           79           88        8.3         91
## 5166        0.00         0.02           69           12        7.5         20
## 5167        0.00         0.02           66           19        8.2         70
## 5168        0.00         0.02           85           10        7.7         17
## 5169        0.00         0.02           39            8        5.7          7
## 5170        0.00         0.02           68           36        6.3         61
## 5171        0.00         0.02           76           19        7.5         81
## 5172        0.00         0.02           75           74        7.9         96
## 5173        0.00         0.02           68           38        7.9        129
## 5174        0.00         0.02           86           45        6.5        332
## 5175        0.00         0.02           84           49        7.7         13
## 5176        0.00         0.02           82           73        7.9        319
## 5177        0.00         0.02           68            7        7.9         10
## 5178        0.00         0.02           40           23        5.6          6
## 5179        0.00         0.02           82           64        8.8        858
## 5180        0.00         0.02           74            7        8.3          9
## 5181        0.00         0.02           73           36        8.3          9
## 5182        0.00         0.02           70           18        5.7         24
## 5183        0.00         0.02           60           11        7.0          5
## 5184        0.00         0.02           36            9        4.5          7
## 5185        0.00         0.02           58           24        7.3          5
## 5186        0.00         0.02           72           42        6.2         48
## 5187        0.00         0.02           63           17        7.1         72
## 5188        0.00         0.02           69           13        6.9          9
## 5189        0.00         0.02           80           36        8.8        144
## 5190        0.00         0.02           47           48        4.8        106
## 5191        0.00         0.02           63           76        5.9        102
## 5192        0.00         0.02           73           13        6.4         75
## 5193        0.00         0.02           74           17        7.5          8
## 5194        0.00         0.02           84           13        8.4         16
## 5195        0.00         0.02           81           17        7.2         39
## 5196        0.00         0.02           71           63        8.1        525
## 5197        0.00         0.02           40           14        3.5          5
## 5198        0.00         0.02           83           30        6.0         54
## 5199        0.00         0.02           58           38        7.4         22
## 5200        0.00         0.02           87           26        7.5        286
## 5201        0.00         0.02           77           36        8.6          7
## 5202        0.00         0.02           39            4        2.4         15
## 5203        0.00         0.02           68           25        5.7        179
## 5204        0.00         0.02           48           29        6.0          5
## 5205        0.00         0.02           61           40        6.2         12
## 5206        0.00         0.02           80            8        7.8         18
## 5207        0.00         0.02           71           37        7.8        140
## 5208        0.00         0.02           80            7        8.1         16
## 5209        0.00         0.02           75           20        8.4         25
## 5210        0.00         0.02           56           36        5.4        105
## 5211        0.00         0.02           70           16        7.0         58
## 5212        0.00         0.02           57           22        5.1         67
## 5213        0.00         0.02           52           36        4.2         15
## 5214        0.00         0.02           60            5        5.3          9
## 5215        0.00         0.02           63           12        6.4         18
## 5216        0.00         0.02           85           81        7.4       1081
## 5217        0.00         0.02           70           48        6.1         23
## 5218        0.00         0.02           46            7        3.0         12
## 5219        0.00         0.02           55            8        3.8         16
## 5220        0.00         0.02           77           61        6.5        120
## 5221        0.00         0.02           68           11        6.1         12
## 5222        0.00         0.02           80           34        8.6         46
## 5223        0.00         0.02           61           26        4.4         45
## 5224        0.00         0.02           81           51        6.5         53
## 5225        0.00         0.02           70            6        8.3         20
## 5226        0.00         0.02           71           25        6.2         28
## 5227        0.00         0.02           54            6        5.9          5
## 5228        0.00         0.02           57           26        5.1          4
## 5229        0.00         0.02           63            4        3.5          5
## 5230        0.00         0.02           72           47        7.6        338
## 5231        0.00         0.02           36            5        4.5          7
## 5232        0.00         0.02           66           11        6.6         27
## 5233        0.00         0.02           43           48        6.3         42
## 5234        0.00         0.02           66           19        8.2         10
## 5235        0.00         0.01           83           41        8.0        216
## 5236        0.00         0.01           74           30        3.7          7
## 5237        0.00         0.01           73           30        7.5         55
## 5238        0.00         0.01           51           32        6.4         17
## 5239        0.00         0.01           92           75        8.4       1197
## 5240        0.00         0.01           90           29        5.2        443
## 5241        0.00         0.01           67           63        7.9         11
## 5242        0.00         0.01           59            4        3.7         16
## 5243        0.00         0.01           74           16        7.5         10
## 5244        0.00         0.01           52           44        5.8        105
## 5245        0.00         0.01           38            7        3.8         14
## 5246        0.00         0.01           36            7        3.5         11
## 5247        0.00         0.01           56           56        7.2        184
## 5248        0.00         0.01           62            9        7.3         15
## 5249        0.00         0.01           58           10        7.1          5
## 5250        0.00         0.01           76           43        5.7        156
## 5251        0.00         0.01           52           23        7.3         57
## 5252        0.00         0.01           65            6        7.4         46
## 5253        0.00         0.01           82           60        9.1         18
## 5254        0.00         0.01           76           44        8.1        903
## 5255        0.00         0.01           42            4        3.0         37
## 5256        0.00         0.01           69           32        8.7         26
## 5257        0.00         0.01           65           18        6.1         13
## 5258        0.00         0.01           75           38        6.2         31
## 5259        0.00         0.01           57           28        6.7          9
## 5260        0.00         0.01           77           50        8.0         47
## 5261        0.00         0.01           58            5        7.3         69
## 5262        0.00         0.01           45           11        7.1          6
## 5263        0.00         0.01           94           21        8.1         21
## 5264        0.00         0.01           61           24        7.7          4
## 5265        0.00         0.01           76           38        7.5        121
## 5266        0.00         0.01           78           15        7.3          6
## 5267        0.00         0.01           75           25        7.1         29
## 5268        0.00         0.01           57            5        6.9         25
## 5269        0.00         0.01           48           20        4.3         19
## 5270        0.00         0.01           70           51        7.2         36
## 5271        0.00         0.01           76           26        7.4         20
## 5272        0.00         0.01           54           49        4.9         37
## 5273        0.00         0.01           69           17        7.9         16
## 5274        0.00         0.01           58           12        4.2         43
## 5275        0.00         0.01           85           15        6.9         65
## 5276        0.00         0.01           71           52        6.9         33
## 5277        0.00         0.01           63           30        8.0          5
## 5278        2.95        32.77           80           73        8.0        192
## 5279        2.24        28.32           87           80        8.4        594
## 5280        1.77        21.79           80           33        7.4         52
## 5281        1.28        13.47           94          100        6.3       2698
## 5282        0.76        11.77           80           85        9.0         44
## 5283        1.60        10.60           94           67        6.3       2073
## 5284        0.60         8.01           86           75        7.6        886
## 5285        0.73         7.20           49           21        8.0        110
## 5286        0.98         6.66           96          105        8.8       5187
## 5287        0.61         6.34           83           94        7.1       1163
## 5288        0.15         5.78           87           65        8.8        197
## 5289        0.86         5.55           91           70        8.6       1202
## 5290        0.50         5.49           92           90        8.0        516
## 5291        0.51         5.33           83           83        7.3       2483
## 5292        0.51         5.26           90           82        8.8       1305
## 5293        0.64         5.09           84           76        7.5        667
## 5294        0.48         4.53           55            4        5.4        138
## 5295        0.61         4.23           91           70        8.9       1122
## 5296        0.52         4.16           94           61        7.3        330
## 5297        0.38         3.97           89           76        8.6        681
## 5298        0.40         3.90           81           27        8.7         39
## 5299        0.26         3.77           89           29        8.9          6
## 5300        0.00         3.67           91           68        8.8          5
## 5301        0.52         3.62           91           56        7.6        203
## 5302        0.34         3.50           83           91        7.5        523
## 5303        0.31         3.48           92           78        8.7       1080
## 5304        0.37         3.46           84           50        9.2        492
## 5305        0.29         3.44           84           83        8.2        715
## 5306        0.26         3.31           87           75        7.8        228
## 5307        0.87         3.25           50            8        1.4        299
## 5308        0.47         3.01           91           94        8.1       1505
## 5309        0.26         2.94           93           77        7.3        292
## 5310        0.37         2.93           85           98        8.3       1172
## 5311        0.22         2.83           85           58        6.1         90
## 5312        0.42         2.75           79           63        7.4        211
## 5313        0.32         2.67           83           58        8.7         52
## 5314        0.52         2.65           84           55        6.9        113
## 5315        0.24         2.62           82           92        7.2        454
## 5316        0.23         2.62           90           63        7.5        133
## 5317        0.40         2.60           91           50        8.7        529
## 5318        0.27         2.56           50           20        5.7         10
## 5319        0.22         2.56           86           68        7.9        725
## 5320        0.67         2.54           87           68        7.8         98
## 5321        0.21         2.37           85           41        6.8         58
## 5322        0.26         2.28           78           42        6.7         76
## 5323        0.31         2.26           80           35        8.6         43
## 5324        0.28         2.23           64           16        6.8         10
## 5325        0.11         2.22           84           70        8.6        219
## 5326        0.18         2.16           79           72        7.6        110
## 5327        0.18         2.12           62            5        5.2         54
## 5328        0.29         2.09           83           58        7.9        427
## 5329        0.19         2.06           83           68        7.9         51
## 5330        0.12         2.06           72           26        7.6         14
## 5331        0.13         1.98           75           53        7.8        162
## 5332        0.22         1.91           83           75        6.5        134
## 5333        0.18         1.88           49           15        6.6         13
## 5334        0.26         1.86           88           56        8.5       8665
## 5335        0.15         1.84           80            4        4.5          8
## 5336        0.17         1.82           89           81        8.9       1441
## 5337        0.24         1.76           84           58        8.1         47
## 5338        0.15         1.71           89           25        8.9         43
## 5339        1.23         1.70           84           70        8.4          9
## 5340        0.12         1.69           69           45        7.8          4
## 5341        0.17         1.69           57            4        5.8          7
## 5342        0.12         1.68           37            4        7.0         10
## 5343        0.21         1.67           87           41        7.9        597
## 5344        1.16         1.57           53           31        8.1         15
## 5345        0.12         1.56           54           26        9.0        133
## 5346        0.15         1.55           89           25        6.9         49
## 5347        0.20         1.52           88           46        7.6         95
## 5348        0.14         1.51           73           26        4.1         32
## 5349        0.13         1.48           86           71        8.2        791
## 5350        0.14         1.46           57           47        5.8        838
## 5351        0.13         1.41           79           45        8.5         40
## 5352        0.13         1.40           87           76        8.1         86
## 5353        0.12         1.40           72           13        6.1         14
## 5354        0.03         1.39           80           56        9.0         31
## 5355        0.10         1.38           60            6        6.7          7
## 5356        0.13         1.35           63           16        6.3          6
## 5357        0.13         1.35           60           17        9.3          4
## 5358        0.14         1.32           93           85        8.3        280
## 5359        0.12         1.31           78           83        7.8        356
## 5360        0.11         1.30           89           76        8.6        127
## 5361        0.12         1.30           80           59        7.0        132
## 5362        0.09         1.29           56            4        5.0          5
## 5363        0.11         1.25           65           29        8.9         51
## 5364        0.19         1.24           79           53        7.7        308
## 5365        0.28         1.23           63           38        7.2         69
## 5366        0.16         1.21           87           54        7.7        355
## 5367        0.11         1.18           59            4        6.1         12
## 5368        0.06         1.17           62           22        7.2         36
## 5369        0.20         1.17           81           38        8.1         55
## 5370        0.31         1.15           83            9        7.9         14
## 5371        0.10         1.13           80           15        7.8          9
## 5372        0.11         1.13           85           69        6.8        108
## 5373        0.14         1.12           78           50        8.3         32
## 5374        0.54         1.12           71            4        2.6         10
## 5375        0.08         1.12           79           77        8.1        165
## 5376        0.15         1.12           88           60        8.7         59
## 5377        0.17         1.09           86           54        5.7         87
## 5378        0.10         1.09           54           51        6.9        198
## 5379        0.09         1.09           84           70        8.0         72
## 5380        0.10         1.08           90           62        6.9       2981
## 5381        0.54         1.07           77           55        7.7         31
## 5382        0.09         1.07           72           54        8.5         99
## 5383        0.11         1.07           88           44        8.8         57
## 5384        0.11         1.07           60            5        6.7         24
## 5385        0.27         1.06           90           77        7.3        146
## 5386        0.11         1.06           84           72        8.0         42
## 5387        0.09         1.05           75           55        8.0         60
## 5388        0.10         1.04           80           59        8.4         36
## 5389        0.10         1.03           78           28        8.6         28
## 5390        0.29         1.02           79           58        8.8         39
## 5391        0.09         1.02           71           41        7.4         25
## 5392        0.09         1.01           93           70        8.9       1197
## 5393        0.07         1.00           67           12        4.5          6
## 5394        0.19         0.99           87           63        8.2         94
## 5395        0.08         0.99           70           35        8.2         20
## 5396        0.09         0.99           58            7        5.0         87
## 5397        0.11         0.98           75           21        6.2         17
## 5398        0.10         0.98           68           49        7.2          6
## 5399        0.08         0.97           82           46        7.6         34
## 5400        0.09         0.97           82           88        8.0        268
## 5401        0.09         0.97           79           20        6.6         15
## 5402        0.07         0.95           86           54        7.6         46
## 5403        0.07         0.94           83           26        6.7         37
## 5404        0.13         0.94           83           61        7.6        162
## 5405        0.08         0.94           47           15        4.5         21
## 5406        0.10         0.93           85           20        8.6         17
## 5407        0.08         0.93           90           86        8.0        597
## 5408        0.10         0.93           77           47        7.8        112
## 5409        0.19         0.91           70           56        6.3        179
## 5410        0.11         0.91           54           16        6.5          5
## 5411        0.17         0.91           76           42        6.5         53
## 5412        0.08         0.90           73           75        7.3         82
## 5413        0.16         0.90           53           54        5.8         23
## 5414        0.12         0.90           74           44        7.4         10
## 5415        0.14         0.90           86           53        7.8         49
## 5416        0.21         0.89           81           67        8.1         84
## 5417        0.13         0.89           70           25        7.1         16
## 5418        0.09         0.88           86           40        4.2       6430
## 5419        0.15         0.88           78           47        7.8         91
## 5420        0.11         0.87           69           29        7.2         30
## 5421        0.06         0.87           69           27        8.1         35
## 5422        0.09         0.87           85           84        8.1        237
## 5423        0.08         0.86           58            7        5.4         19
## 5424        0.07         0.86           76           29        8.5         28
## 5425        0.06         0.86           76           42        8.5         26
## 5426        0.10         0.85           83           52        7.7        115
## 5427        0.09         0.85           78           65        8.7         95
## 5428        0.14         0.84           78           74        7.9         96
## 5429        0.07         0.84           83           30        7.8         39
## 5430        0.12         0.84           84           50        7.8         53
## 5431        0.08         0.83           69           41        7.4         38
## 5432        0.07         0.82           60           21        5.3          6
## 5433        0.08         0.81           78           34        7.6         29
## 5434        0.06         0.81           80           20        6.9         14
## 5435        0.09         0.80           87           65        8.2        110
## 5436        0.07         0.80           49            7        6.6          5
## 5437        0.18         0.80           72            9        4.6          5
## 5438        0.07         0.80           84           62        8.1         79
## 5439        0.07         0.79           48           10        6.4          5
## 5440        0.08         0.79           65           72        6.9         60
## 5441        0.07         0.79           76           52        5.0         30
## 5442        0.06         0.79           72           56        7.2        150
## 5443        0.11         0.79           69           32        7.3         19
## 5444        0.11         0.78           81           38        7.7          9
## 5445        0.07         0.77           81           74        8.6        176
## 5446        0.08         0.77           93           57        7.7        113
## 5447        0.07         0.77           88           51        8.9       1188
## 5448        0.10         0.77           57           26        7.2         58
## 5449        0.15         0.76           63           25        8.0         41
## 5450        0.07         0.76           87           22        7.6         19
## 5451        0.08         0.75           60           35        6.0          8
## 5452        0.08         0.75           58           22        6.0          8
## 5453        0.05         0.75           49           12        7.5          5
## 5454        0.08         0.75           55           31        7.9          8
## 5455        0.11         0.74           54           45        7.1         57
## 5456        0.11         0.74           76           45        5.7          9
## 5457        0.10         0.74           67           53        7.2         50
## 5458        0.21         0.74           69           11        6.5         31
## 5459        0.12         0.74           85           56        8.1        136
## 5460        0.12         0.74           84           27        7.8         42
## 5461        0.09         0.73           74           48        7.3         51
## 5462        0.06         0.73           78           11        7.7          9
## 5463        0.07         0.72           70            7        7.0         13
## 5464        0.07         0.72           55           32        7.0         28
## 5465        0.06         0.72           77           23        7.2         24
## 5466        0.06         0.72           90           27        8.1         61
## 5467        0.06         0.72           75           47        6.6         30
## 5468        0.07         0.72           64            8        6.2         15
## 5469        0.05         0.71           77            6        8.3          6
## 5470        0.04         0.70           78           51        8.4         79
## 5471        0.07         0.70           60            8        6.3         26
## 5472        0.06         0.69           70           15        6.8          6
## 5473        0.12         0.69           76           24        7.4        100
## 5474        0.06         0.69           77           41        7.6         23
## 5475        0.10         0.68           81           28        7.3         20
## 5476        0.06         0.68           83           11        8.2         34
## 5477        0.05         0.66           62           12        7.2         11
## 5478        0.05         0.66           61            5        6.5         17
## 5479        0.06         0.66           88           52        8.4         71
## 5480        0.08         0.66           73            9        7.8          5
## 5481        0.06         0.65           80           51        6.9         20
## 5482        0.44         0.64           78           54        8.3         13
## 5483        0.06         0.64           72           21        7.7         22
## 5484        0.05         0.64           67           18        8.2         10
## 5485        0.07         0.64           80           25        8.2         18
## 5486        0.44         0.63           73            9        8.2          6
## 5487        0.06         0.63           55           58        7.0        110
## 5488        0.11         0.63           71           58        7.4         77
## 5489        0.05         0.63           89           40        8.3        317
## 5490        0.06         0.63           75           40        8.0        106
## 5491        0.06         0.63           79           53        8.5        125
## 5492        0.04         0.62           59           33        6.4         55
## 5493        0.05         0.62           76           28        7.3         22
## 5494        0.10         0.62           86           44        8.0         48
## 5495        0.06         0.62           39           30        6.0          4
## 5496        0.07         0.61           48            9        4.3          7
## 5497        0.11         0.61           70           61        6.4         55
## 5498        0.14         0.61           91           48        9.3        316
## 5499        0.15         0.61           71           47        6.3         28
## 5500        0.14         0.61           73           20        6.6          8
## 5501        0.05         0.61           46           43        3.0         67
## 5502        0.09         0.61           70           45        7.1         51
## 5503        0.05         0.61           64           29        5.3         26
## 5504        0.07         0.61           67           11        7.3          4
## 5505        0.05         0.60           79           17        8.2          6
## 5506        0.29         0.60           61            9        6.7         14
## 5507        0.06         0.60           77           77        7.6         94
## 5508        0.04         0.60           81           58        8.7        101
## 5509        0.02         0.60           80           59        8.3        376
## 5510        0.14         0.60           66           24        8.0         18
## 5511        0.07         0.59           44           29        2.1         31
## 5512        0.04         0.59           82           53        8.7         39
## 5513        0.14         0.58           58           13        8.3          4
## 5514        0.06         0.58           74           17        7.7          6
## 5515        0.06         0.58           73           64        7.3         51
## 5516        0.07         0.58           71            7        7.6          5
## 5517        0.03         0.58           71           49        7.1         38
## 5518        0.07         0.58           63           29        6.5          9
## 5519        0.38         0.57           81           31        8.0         72
## 5520        0.06         0.57           87           50        8.4        112
## 5521        0.07         0.57           88           35        7.9         40
## 5522        0.04         0.57           63           17        6.4         78
## 5523        0.06         0.57           69           79        8.2        258
## 5524        0.07         0.57           67           11        7.6          7
## 5525        0.07         0.57           77           66        8.0         96
## 5526        0.06         0.56           62            6        8.0          4
## 5527        0.05         0.56           71           50        7.2         31
## 5528        0.09         0.56           74           35        8.1         39
## 5529        0.04         0.56           64            4        7.3         20
## 5530        0.06         0.56           72           66        7.5        128
## 5531        0.06         0.55           70           22        7.6          7
## 5532        0.07         0.54           70           43        6.5         19
## 5533        0.05         0.54           81           32        7.5         25
## 5534        0.05         0.54           71           56        7.3         64
## 5535        0.04         0.54           69           21        3.3         19
## 5536        0.04         0.54           79           51        8.2         57
## 5537        0.05         0.53           85           35        9.0          5
## 5538        0.05         0.53           56            9        7.3         32
## 5539        0.05         0.53           75            7        8.3          4
## 5540        0.10         0.53           43           41        3.9         70
## 5541        0.05         0.52           77           68        8.0        114
## 5542        0.16         0.52           68           23        7.2         14
## 5543        0.05         0.52           70           10        7.5          4
## 5544        0.06         0.51           62           28        5.6         41
## 5545        0.05         0.51           80           43        8.4         18
## 5546        0.04         0.51           87           26        6.2          6
## 5547        0.05         0.51           82           13        8.4         17
## 5548        0.04         0.51           74           23        8.1         21
## 5549        0.05         0.51           91           67        8.6       3542
## 5550        0.12         0.51           80           52        6.2         45
## 5551        0.04         0.51           56           29        7.5         33
## 5552        0.05         0.51           73           69        8.2        141
## 5553        0.05         0.50           47            8        7.4         16
## 5554        0.12         0.50           55           47        6.6          9
## 5555        0.06         0.50           48            6        4.2         24
## 5556        0.02         0.49           83           35        8.4         33
## 5557        0.05         0.49           45            6        5.8          6
## 5558        0.04         0.49           61           12        5.0          8
## 5559        0.33         0.49           72           12        6.9         20
## 5560        0.22         0.49           67           13        4.4         20
## 5561        0.10         0.48           79           50        8.6         31
## 5562        0.05         0.48           78           47        8.6        118
## 5563        0.07         0.48           72           54        8.1        118
## 5564        0.05         0.48           83           27        7.6         16
## 5565        0.03         0.48           68           11        7.6          5
## 5566        0.24         0.48           73           27        7.1         26
## 5567        0.04         0.47           94           46        8.8         63
## 5568        0.05         0.47           68           22        7.4          5
## 5569        0.08         0.47           79           48        7.9         98
## 5570        0.02         0.47           85           67        8.1       1502
## 5571        0.17         0.47           56           17        3.9         22
## 5572        0.04         0.47           82           76        8.1         82
## 5573        0.05         0.47           79           56        8.0        226
## 5574        0.06         0.47           56           13        4.4         22
## 5575        0.02         0.47           75           37        7.3         21
## 5576        0.06         0.46           72            8        4.6         32
## 5577        0.04         0.46           82           64        9.1         32
## 5578        0.04         0.46           86           48        8.4         37
## 5579        0.00         0.45           71            4        7.7         14
## 5580        0.05         0.45           60            6        3.2         40
## 5581        0.03         0.45           64            4        9.1          5
## 5582        0.02         0.45           65           28        6.8         10
## 5583        0.05         0.45           74           47        6.2         78
## 5584        0.39         0.45           78           38        6.3         34
## 5585        0.04         0.45           80            8        7.5          6
## 5586        0.03         0.45           80           40        7.7         37
## 5587        0.03         0.44           61           31        6.5         34
## 5588        0.03         0.44           46           32        6.2          8
## 5589        0.04         0.44           90           81        9.1       1107
## 5590        0.04         0.44           66            5        8.2          5
## 5591        0.05         0.44           69            6        8.0          6
## 5592        0.01         0.44           55           26        7.2         22
## 5593        0.04         0.44           65            5        4.0          6
## 5594        0.03         0.44           53            8        6.8          5
## 5595        0.03         0.44           76           71        6.8        179
## 5596        0.38         0.44           78           34        8.7         32
## 5597        0.07         0.44           65           18        5.5         14
## 5598        0.04         0.44           63            4        7.7          7
## 5599        0.05         0.43           78           10        6.7          5
## 5600        0.04         0.43           65           18        7.0          4
## 5601        0.07         0.43           43           22        5.3         16
## 5602        0.24         0.43           64            9        8.7          6
## 5603        0.03         0.43           63           10        6.1          8
## 5604        0.04         0.43           68            7        7.0         20
## 5605        0.03         0.43           70           21        6.1         30
## 5606        0.05         0.43           74            5        5.7          7
## 5607        0.03         0.42           77           22        6.8        126
## 5608        0.04         0.42           91           17        8.7        338
## 5609        0.11         0.42           50           14        7.0          9
## 5610        0.03         0.42           70           12        8.1          9
## 5611        0.04         0.42           71           56        5.9         18
## 5612        0.00         0.42           86           18        7.7         30
## 5613        0.06         0.42           75           36        7.6         18
## 5614        0.00         0.41           51            5        4.8         21
## 5615        0.03         0.41           61            4        2.8          4
## 5616        0.03         0.41           83           26        8.7         84
## 5617        0.03         0.41           68            8        6.4         50
## 5618        0.00         0.41           66           31        7.7          9
## 5619        0.06         0.41           70           29        8.0         22
## 5620        0.05         0.41           53            8        5.3         54
## 5621        0.20         0.41           59           32        4.4          7
## 5622        0.07         0.41           80           21        6.7         34
## 5623        0.16         0.41           61           26        4.6         15
## 5624        0.04         0.40           74           51        8.1         50
## 5625        0.04         0.40           43            7        7.1          7
## 5626        0.02         0.40           77           10        8.6         46
## 5627        0.07         0.40           60           22        6.1          8
## 5628        0.05         0.40           73           43        8.6         11
## 5629        0.00         0.40           80           15        7.3          4
## 5630        0.03         0.40           60           19        5.0          9
## 5631        0.03         0.40           71           51        8.2        128
## 5632        0.08         0.40           59           16        6.3          9
## 5633        0.03         0.40           84           75        8.6         47
## 5634        0.03         0.40           85           27        7.8          9
## 5635        0.02         0.40           60           23        8.0         10
## 5636        0.04         0.40           78           19        7.5         17
## 5637        0.03         0.40           61           23        7.1         36
## 5638        0.04         0.40           55           17        6.0          7
## 5639        0.04         0.39           57            8        3.1          9
## 5640        0.04         0.39           52           37        5.3          4
## 5641        0.04         0.39           89           20        8.2         95
## 5642        0.04         0.39           71           59        6.3         23
## 5643        0.00         0.39           86            8        7.2        132
## 5644        0.03         0.39           66           53        7.6         70
## 5645        0.00         0.39           80           37        8.0         22
## 5646        0.04         0.39           43           37        6.3         19
## 5647        0.03         0.39           77           12        7.9         47
## 5648        0.04         0.39           36           26        5.1         13
## 5649        0.02         0.38           68           18        7.0         16
## 5650        0.03         0.38           46            7        4.7          5
## 5651        0.06         0.38           82           32        8.8        132
## 5652        0.04         0.38           54            4        4.5          4
## 5653        0.06         0.38           70           34        6.3         21
## 5654        0.04         0.38           70            7        6.3          7
## 5655        0.03         0.38           61           22        6.6         19
## 5656        0.03         0.38           46           18        5.0         55
## 5657        0.03         0.37           75           55        8.0         40
## 5658        0.03         0.37           83            5        8.6         11
## 5659        0.04         0.37           66           19        6.4          9
## 5660        0.03         0.37           75           58        8.2        212
## 5661        0.04         0.37           70           30        6.3          7
## 5662        0.04         0.37           51           10        5.5         22
## 5663        0.03         0.37           72           26        6.8         22
## 5664        0.04         0.37           73           33        7.7         21
## 5665        0.04         0.37           68           30        7.9         15
## 5666        0.04         0.37           62           61        7.5         26
## 5667        0.04         0.37           79            9        8.3         12
## 5668        0.03         0.36           67           41        8.3         63
## 5669        0.03         0.36           52           15        7.1          6
## 5670        0.04         0.36           89           55        8.5       2530
## 5671        0.02         0.36           49           28        7.7          7
## 5672        0.06         0.36           59           41        6.4         28
## 5673        0.01         0.36           73           21        7.9         24
## 5674        0.06         0.36           71           48        7.4         62
## 5675        0.03         0.36           86           51        8.5         70
## 5676        0.03         0.36           49           16        6.2         14
## 5677        0.05         0.36           79           20        8.5          4
## 5678        0.03         0.35           74           43        6.2        153
## 5679        0.03         0.35           43            7        5.9          8
## 5680        0.09         0.35           69           10        6.9          7
## 5681        0.05         0.35           91            9        8.8          4
## 5682        0.05         0.35           73           34        7.2          9
## 5683        0.03         0.35           79            8        6.8         16
## 5684        0.03         0.35           67           34        8.2         21
## 5685        0.06         0.35           64           37        5.5        160
## 5686        0.04         0.35           48           50        5.0         53
## 5687        0.04         0.35           67           14        6.9         13
## 5688        0.04         0.35           80           65        7.6          9
## 5689        0.04         0.34           69            7        6.5          8
## 5690        0.06         0.34           73           37        8.7         62
## 5691        0.04         0.34           61           10        5.8          4
## 5692        0.25         0.34           72           10        8.3          6
## 5693        0.02         0.34           62           22        7.0         26
## 5694        0.22         0.34           23            6        2.7         16
## 5695        0.03         0.33           53           19        6.1         15
## 5696        0.03         0.33           75           17        7.8          6
## 5697        0.00         0.33           86           45        7.7         24
## 5698        0.04         0.33           71           19        7.5         14
## 5699        0.03         0.33           68           65        6.8         55
## 5700        0.02         0.33           80            5        8.0          5
## 5701        0.03         0.33           70           43        6.2         15
## 5702        0.04         0.33           79            7        7.5         12
## 5703        0.16         0.33           79           44        8.5         29
## 5704        0.03         0.33           54            8        2.6         50
## 5705        0.05         0.33           66           35        7.1         17
## 5706        0.03         0.33           77            6        8.1         13
## 5707        0.02         0.33           70           18        7.3          5
## 5708        0.02         0.32           75           22        7.8         20
## 5709        0.03         0.32           76           48        7.4         41
## 5710        0.02         0.32           71           43        7.5         12
## 5711        0.03         0.32           50            8        5.2         16
## 5712        0.03         0.32           75           60        7.2         46
## 5713        0.05         0.32           91           29        8.7       1736
## 5714        0.03         0.32           78           20        8.5         44
## 5715        0.02         0.32           76           23        6.9        188
## 5716        0.08         0.32           55           13        5.7         10
## 5717        0.05         0.32           56           10        6.3         33
## 5718        0.04         0.32           76           39        8.5         11
## 5719        0.03         0.32           63            5        6.6          4
## 5720        0.02         0.32           49           12        5.4         10
## 5721        0.20         0.32           87            4        6.4          5
## 5722        0.03         0.32           82           39        8.2         68
## 5723        0.02         0.32           80           27        8.1         48
## 5724        0.06         0.32           72           42        7.6         24
## 5725        0.03         0.31           64           38        6.8         11
## 5726        0.02         0.31           70           22        3.0          4
## 5727        0.02         0.31           63           19        7.8         10
## 5728        0.00         0.31           72           37        7.8         14
## 5729        0.04         0.31           66           45        7.0         45
## 5730        0.03         0.31           60            5        7.5         37
## 5731        0.03         0.31           58           13        2.1         35
## 5732        0.03         0.31           30            6        2.8          9
## 5733        0.02         0.31           67           64        7.8          4
## 5734        0.02         0.31           89           50        8.5        108
## 5735        0.04         0.30           66           18        4.5          4
## 5736        0.00         0.30           76           19        5.3         18
## 5737        0.02         0.30           69           49        7.0         57
## 5738        0.02         0.30           45            4        5.3          7
## 5739        0.02         0.30           42           26        7.0         23
## 5740        0.03         0.30           64            9        6.4         10
## 5741        0.02         0.29           72           33        8.7         30
## 5742        0.03         0.29           57           34        5.8         17
## 5743        0.04         0.29           80           21        7.4         20
## 5744        0.03         0.29           73           44        8.4         38
## 5745        0.15         0.29           55           32        7.0          4
## 5746        0.03         0.29           61           18        6.8          6
## 5747        0.02         0.29           87           50        8.8         86
## 5748        0.03         0.29           64           27        7.3         15
## 5749        0.02         0.29           93           46        9.1         90
## 5750        0.02         0.29           82           24        7.3         20
## 5751        0.04         0.29           61           56        7.1         25
## 5752        0.03         0.29           82           67        8.2         73
## 5753        0.04         0.29           77           10        7.4         33
## 5754        0.02         0.29           68            5        8.5          6
## 5755        0.02         0.29           58           24        8.1         10
## 5756        0.02         0.29           61           30        6.5         35
## 5757        0.02         0.28           76           29        8.4         47
## 5758        0.03         0.28           59           39        7.4         50
## 5759        0.02         0.28           82           13        7.5          4
## 5760        0.03         0.28           69           20        7.3         22
## 5761        0.03         0.28           50           12        5.2          6
## 5762        0.03         0.28           70           65        7.3         87
## 5763        0.05         0.28           66           13        7.1          7
## 5764        0.03         0.28           74           24        6.8        355
## 5765        0.16         0.28           55            4        7.5         13
## 5766        0.01         0.28           80           26        8.7         69
## 5767        0.03         0.27           75           12        8.3          6
## 5768        0.04         0.27           59           33        4.7          9
## 5769        0.17         0.27           59           37        8.7         10
## 5770        0.00         0.27           61           20        5.9         20
## 5771        0.14         0.27           67           21        7.4          6
## 5772        0.02         0.27           68           30        3.3        583
## 5773        0.02         0.27           89           35        8.3         37
## 5774        0.02         0.27           59           27        5.6          5
## 5775        0.02         0.27           61           27        4.1         27
## 5776        0.02         0.27           69           49        7.3         59
## 5777        0.01         0.26           84           28        8.8         79
## 5778        0.00         0.26           46           46        7.0         25
## 5779        0.02         0.26           92           10        8.4          6
## 5780        0.02         0.26           68           26        7.9         42
## 5781        0.02         0.26           61            5        4.5         10
## 5782        0.02         0.26           78           12        6.9          7
## 5783        0.00         0.26           79           26        5.8         29
## 5784        0.00         0.26           53           15        6.2          6
## 5785        0.02         0.26           57           22        6.8         46
## 5786        0.02         0.26           49            5        5.7          5
## 5787        0.13         0.26           71           31        8.0         53
## 5788        0.02         0.26           59           33        7.3         24
## 5789        0.03         0.26           55           17        6.5         13
## 5790        0.02         0.26           77           29        8.6         26
## 5791        0.02         0.26           74           27        8.2         60
## 5792        0.02         0.26           64            7        7.0          5
## 5793        0.04         0.26           76           11        8.4         13
## 5794        0.08         0.25           80            8        8.3          9
## 5795        0.02         0.25           69           12        7.3        162
## 5796        0.02         0.25           64           29        5.6         11
## 5797        0.03         0.25           60           15        4.8          6
## 5798        0.03         0.25           57           31        8.0         52
## 5799        0.03         0.25           65            5        6.5          4
## 5800        0.02         0.25           59           25        6.8         43
## 5801        0.00         0.25           58            9        4.1          8
## 5802        0.01         0.25           36            4        5.0          6
## 5803        0.05         0.25           63           10        7.8         17
## 5804        0.02         0.25           53            9        6.6         15
## 5805        0.02         0.25           80           67        8.6        110
## 5806        0.02         0.25           58           24        5.0        439
## 5807        0.02         0.25           55           23        6.0          4
## 5808        0.00         0.25           48            4        4.8         11
## 5809        0.02         0.25           50            5        6.8         11
## 5810        0.02         0.25           53            8        6.1         10
## 5811        0.02         0.25           83           33        7.1         47
## 5812        0.04         0.25           80           45        7.7         40
## 5813        0.04         0.25           48           14        4.5          5
## 5814        0.02         0.24           74           45        7.8          4
## 5815        0.01         0.24           74           25        7.2         24
## 5816        0.04         0.24           67           44        7.4         36
## 5817        0.02         0.24           64            4        4.2         10
## 5818        0.02         0.24           80           26        7.7         47
## 5819        0.02         0.24           85           39        7.9         15
## 5820        0.00         0.24           53           20        8.1         56
## 5821        0.02         0.24           60           16        5.2          9
## 5822        0.02         0.24           68           27        8.5          8
## 5823        0.02         0.24           59           24        7.3         28
## 5824        0.02         0.24           42           59        4.7         22
## 5825        0.02         0.24           54            7        7.4         23
## 5826        0.05         0.24           70            7        5.7        242
## 5827        0.02         0.24           72           24        8.9          6
## 5828        0.02         0.24           65           70        6.2         57
## 5829        0.02         0.24           74           29        8.1         14
## 5830        0.02         0.24           62           37        6.4         36
## 5831        0.02         0.23           63           10        8.2          5
## 5832        0.02         0.23           82           10        8.2          6
## 5833        0.02         0.23           66            7        6.5          4
## 5834        0.02         0.23           58           13        2.1         93
## 5835        0.03         0.23           69           34        5.8         41
## 5836        0.00         0.23           80           28        7.0        648
## 5837        0.02         0.23           66            4        8.0          8
## 5838        0.02         0.23           81           61        8.5         96
## 5839        0.01         0.23           54            4        6.5         27
## 5840        0.02         0.23           59           18        5.7         12
## 5841        0.00         0.23           85           19        8.3         16
## 5842        0.00         0.23           36           17        4.7         11
## 5843        0.00         0.23           60            4        5.8          4
## 5844        0.02         0.23           58           15        7.1          6
## 5845        0.03         0.23           37           23        3.4         17
## 5846        0.02         0.23           79           27        8.5         65
## 5847        0.02         0.22           74           51        8.9          9
## 5848        0.02         0.22           52           13        8.3          8
## 5849        0.02         0.22           73            4        8.0          4
## 5850        0.03         0.22           68           22        7.6          7
## 5851        0.00         0.22           70           15        8.0          7
## 5852        0.01         0.22           33            4        4.7         31
## 5853        0.02         0.22           82           16        7.9          8
## 5854        0.10         0.22           69            6        8.3          6
## 5855        0.01         0.22           78           30        8.0         47
## 5856        0.02         0.22           61            9        8.3          4
## 5857        0.06         0.22           60           11        5.8         26
## 5858        0.01         0.22           75           33        6.6         22
## 5859        0.02         0.22           72           45        8.8         36
## 5860        0.02         0.22           57            6        3.1         18
## 5861        0.02         0.22           51           11        3.3          8
## 5862        0.02         0.21           56           16        4.6         35
## 5863        0.03         0.21           54           30        8.4         12
## 5864        0.02         0.21           80           52        6.1        311
## 5865        0.02         0.21           25            4        3.8         48
## 5866        0.02         0.21           83           18        8.9          8
## 5867        0.02         0.21           76           31        6.2         35
## 5868        0.02         0.21           71           54        6.4         64
## 5869        0.03         0.21           62           15        6.8          4
## 5870        0.01         0.21           64           24        6.6          7
## 5871        0.02         0.21           63            4        5.8          5
## 5872        0.02         0.21           67           51        7.6         33
## 5873        0.01         0.21           80           43        8.7         35
## 5874        0.03         0.21           43           32        4.8         13
## 5875        0.02         0.21           55           22        6.8         16
## 5876        0.02         0.21           51            7        7.2          9
## 5877        0.00         0.21           91           37        8.7          4
## 5878        0.01         0.21           68           34        8.6         19
## 5879        0.02         0.21           61           33        7.7         20
## 5880        0.01         0.21           60           26        6.5         12
## 5881        0.01         0.20           72           38        6.7          5
## 5882        0.00         0.20           48           14        4.4          5
##                                                           Developer Rating
## 1                                           EA Sports, EA Vancouver      E
## 2                                                              <NA>   <NA>
## 3                                                       Naughty Dog      T
## 4                                                     Infinity Ward      M
## 5                                                           EA DICE      M
## 6                                             Massive Entertainment      M
## 7                                           EA Sports, EA Vancouver      E
## 8                                                     Infinity Ward      M
## 9                                                  Ubisoft Montreal      M
## 10                                                          EA DICE      M
## 11                                            Massive Entertainment      M
## 12                                           Blizzard Entertainment      T
## 13                                                  Visual Concepts      E
## 14                                                        Hangar 13      M
## 15                                                        EA Sports      E
## 16                                                      Hello Games      T
## 17                                                    From Software      M
## 18                                                             <NA>   <NA>
## 19                                                             <NA>   <NA>
## 20                                                    The Coalition      M
## 21                                                             <NA>   <NA>
## 22                                                             <NA>   <NA>
## 23                                                        EA Sports      E
## 24                                                    CyberConnect2      T
## 25                                                 Ubisoft Montreal      M
## 26                                                 Playground Games      E
## 27                                           Blizzard Entertainment      T
## 28                         Tantalus Interactive, Tantatus, Nintendo      T
## 29                                                  Visual Concepts      E
## 30                                               Bandai Namco Games   E10+
## 31                                                             <NA>   <NA>
## 32                                                        EA Sports      T
## 33                                                         HAL Labs      E
## 34                                                           Capcom      T
## 35                                                             <NA>   <NA>
## 36                                                 Ubisoft Montreal      M
## 37                                                             <NA>   <NA>
## 38                                            Respawn Entertainment      M
## 39                                                             <NA>   <NA>
## 40                                          EA Sports, EA Vancouver      E
## 41                                                         TT Games   E10+
## 42                                                Dimps Corporation      T
## 43                                                         TT Games   E10+
## 44                                                             <NA>   <NA>
## 45                                                  Giants Software      E
## 46                                                   Arkane Studios      M
## 47                                                             <NA>   <NA>
## 48                                                        Hangar 13      M
## 49                                                           Yuke's      T
## 50                                            Respawn Entertainment      M
## 51                                                             <NA>   <NA>
## 52                                             Remedy Entertainment      M
## 53                                           Blizzard Entertainment      T
## 54                                                             <NA>   <NA>
## 55                                                           PopCap   E10+
## 56                                                           PopCap   E10+
## 57                                                           Konami      E
## 58                                                             <NA>   <NA>
## 59                                    Nintendo, Intelligent Systems      E
## 60                                                        EA Sports      T
## 61                                                    Maximum Games      E
## 62                                            Massive Entertainment      M
## 63                                                             <NA>   <NA>
## 64                                            DONTNOD Entertainment      M
## 65                                                    From Software   <NA>
## 66                                               SuperMassive Games      M
## 67                                                             <NA>   <NA>
## 68                                                          EA DICE      M
## 69                                                   Eidos Montreal      M
## 70                                          EA Sports, EA Vancouver      E
## 71                                                             <NA>   <NA>
## 72                                                            Atlus   <NA>
## 73                                                         2K Games      M
## 74                                                          Psyonix      E
## 75                                                      Codemasters      E
## 76                                                    PlatinumGames   E10+
## 77                                                 Ubisoft Montreal      M
## 78                                    Deep Silver Dambuster Studios      M
## 79                                                   Spike Chunsoft      T
## 80                                                         TT Games   E10+
## 81                                                          EA DICE      T
## 82                                                            Nadeo      E
## 83                                                             <NA>   <NA>
## 84                                                      Square Enix   E10+
## 85                                          EA Canada, EA Vancouver   E10+
## 86                                                             <NA>   <NA>
## 87                                           Blizzard Entertainment      T
## 88                                                         TT Games   E10+
## 89                                                Nintendo, Nd Cube      E
## 90                                                    CyberConnect2      T
## 91                                               Rocksteady Studios      M
## 92                                                             <NA>   <NA>
## 93                                                         TT Games   E10+
## 94                                                           Konami      E
## 95                                                             <NA>   <NA>
## 96                                                             <NA>   <NA>
## 97                                                             <NA>   <NA>
## 98                                                             <NA>   <NA>
## 99                                                         TT Games   E10+
## 100                                     Rocksteady Studios, Virtuos      T
## 101                                                          Yuke's      T
## 102                                                Gearbox Software      T
## 103                                  Sony Interactive Entertainment      M
## 104                                                   Firaxis Games   E10+
## 105                                         EA Canada, EA Vancouver   E10+
## 106                                                          Bungie      T
## 107                                                         Psyonix      E
## 108                                                        TT Games   E10+
## 109                                                            <NA>   <NA>
## 110                                                   Firaxis Games      T
## 111                                              Bandai Namco Games      T
## 112                                                            <NA>   <NA>
## 113                                                  Arkane Studios      M
## 114                                                            <NA>   <NA>
## 115                                                       Ganbarion      T
## 116                                                     Square Enix   E10+
## 117                                                 Digital Eclipse      E
## 118                                                Ubisoft Montreal      M
## 119                                                            <NA>   <NA>
## 120                                                            <NA>   <NA>
## 121                                                            <NA>   <NA>
## 122                                               Dimps Corporation      T
## 123                                                     Vanillaware      T
## 124                                                            <NA>   <NA>
## 125                                                            <NA>   <NA>
## 126                                                            <NA>   <NA>
## 127                                                        TT Games   E10+
## 128                                                       Hangar 13      M
## 129                                              Bandai Namco Games      T
## 130                                                   Ubisoft Paris   E10+
## 131                                                            <NA>   <NA>
## 132                                                    Toys for Bob   E10+
## 133                                                       EA Sports      E
## 134                                                            <NA>   <NA>
## 135                                                  Eidos Montreal      M
## 136                                                Ubisoft Montreal      M
## 137                                                         EA DICE      T
## 138                                                        TT Games   E10+
## 139                                           Ryu ga Gotoku Studios   <NA>
## 140                                                        2K Games      M
## 141                                                Gearbox Software      T
## 142                                                    SNK Playmore      T
## 143                                              Bandai Namco Games      T
## 144                          Warner Bros. Interactive Entertainment   E10+
## 145                                                        TT Games   E10+
## 146                                        Armature Studio, comcept      T
## 147                                                    Toys for Bob   E10+
## 148                                                   Firaxis Games      T
## 149                                                          Yuke's      T
## 150                                                     Vanillaware      T
## 151                                   Deep Silver Dambuster Studios      M
## 152                                 The Fun Pimps Entertainment LLC      M
## 153                                                        Techland      M
## 154                                                   Infinity Ward      M
## 155                                                            <NA>   <NA>
## 156                                                            <NA>   <NA>
## 157                                           DONTNOD Entertainment      M
## 158                                               Creative Assembly      T
## 159                                                          Konami      E
## 160                                                        2K Games      E
## 161                                                        TT Games   E10+
## 162                                                     Codemasters      E
## 163                                                            <NA>   <NA>
## 164                                                            <NA>   <NA>
## 165                                                        TT Games   E10+
## 166                                                            <NA>   <NA>
## 167                                                          Crytek   <NA>
## 168                               Crystal Dynamics, Nixxes Software      M
## 169                                                            Sega      T
## 170                                                          Bungie      T
## 171                                                        TT Games   E10+
## 172                                                 Giants Software      E
## 173                                                  Arkane Studios      M
## 174                                                            <NA>   <NA>
## 175                                                            <NA>   <NA>
## 176                                                        2K Games      E
## 177                                                            <NA>   <NA>
## 178                                                            <NA>   <NA>
## 179                                         EA Sports, EA Vancouver      E
## 180                                                       EA Sports      E
## 181                                                Headstrong Games      E
## 182                                                           Atlus   <NA>
## 183                                                            <NA>   <NA>
## 184                                                    Media Vision      T
## 185                                     Rocksteady Studios, Virtuos      T
## 186                                              Guerilla Cambridge      T
## 187                                                          Yuke's      T
## 188                                                    Toys for Bob   E10+
## 189                                                  Marvelous Inc.      T
## 190                                                            <NA>   <NA>
## 191                                                           Maxis      T
## 192                                                             CCP      T
## 193                                                            <NA>   <NA>
## 194                                                      B.B.Studio   <NA>
## 195                                                            <NA>   <NA>
## 196                                                        TT Games   E10+
## 197                                                    Toys for Bob   E10+
## 198                                                  Spike Chunsoft      T
## 199                                                   Ubisoft Paris   E10+
## 200                                                            <NA>   <NA>
## 201                                                            <NA>   <NA>
## 202                                                   PlatinumGames      T
## 203                                              Sports Interactive      E
## 204                                                            <NA>   <NA>
## 205                                                            <NA>   <NA>
## 206                                               Evolution Studios      E
## 207                                                    Toys for Bob   E10+
## 208                                                  Marvelous Inc.      T
## 209                                                        Re-Logic      T
## 210                                                            <NA>   <NA>
## 211                                                  Climax Studios      T
## 212                                                            <NA>   <NA>
## 213                                                Koei Tecmo Games   <NA>
## 214                                                            <NA>   <NA>
## 215                                                Arc System Works      T
## 216                                                Gearbox Software      T
## 217                                                            <NA>   <NA>
## 218                                                 Digital Eclipse      E
## 219                                           Respawn Entertainment      M
## 220                                                            <NA>   <NA>
## 221                                                            <NA>   <NA>
## 222                                                          Capcom      M
## 223                                                 Insomniac Games      E
## 224                                                            <NA>   <NA>
## 225                                                Ubisoft Montreal      M
## 226                                      Milestone, Milestone S.r.l      E
## 227                                                            <NA>   <NA>
## 228                                           Spike Chunsoft, Chime      M
## 229                                                   From Software      M
## 230                                                            <NA>   <NA>
## 231                                               Ubisoft, FunHouse   E10+
## 232                                                  Climax Studios      T
## 233                                                            <NA>   <NA>
## 234                                                         EA DICE      T
## 235                                                            <NA>   <NA>
## 236                                                     Vanillaware      T
## 237                                               Kunos Simulazioni      E
## 238                                                  Spike Chunsoft      T
## 239                                                           Nadeo      E
## 240                                           Spike Chunsoft, Chime      M
## 241                                                            <NA>   <NA>
## 242                                                         Spiders      M
## 243                                                            <NA>   <NA>
## 244                                                            <NA>   <NA>
## 245                                                    Media Vision   <NA>
## 246                                                            <NA>   <NA>
## 247                                                 Insomniac Games      E
## 248                                                            <NA>   <NA>
## 249                                                            <NA>   <NA>
## 250                                                            <NA>   <NA>
## 251                                                Arc System Works      T
## 252                                                            <NA>   <NA>
## 253                                                          Capcom      T
## 254                                                            <NA>   <NA>
## 255                                                          Aquria   <NA>
## 256                                                         Psyonix      E
## 257                                                            <NA>   <NA>
## 258                                 The Fun Pimps Entertainment LLC      M
## 259                                      Paradox Development Studio   <NA>
## 260                                                            <NA>   <NA>
## 261                                                            <NA>   <NA>
## 262                                                            <NA>   <NA>
## 263                                                            <NA>   <NA>
## 264                                                    Inti Creates   E10+
## 265                                                      Team Ninja   <NA>
## 266                                                        Techland      M
## 267                                                   PlatinumGames      T
## 268                                            Tripwire Interactive      M
## 269                                                            <NA>   <NA>
## 270                                                            <NA>   <NA>
## 271                                                            <NA>   <NA>
## 272                                      Next Level Games, Nintendo      T
## 273                                                            <NA>   <NA>
## 274                                                            Sega      T
## 275                                                            <NA>   <NA>
## 276                                                          PopCap   E10+
## 277                                        Dusenberry Martin Racing      E
## 278                                                          Konami      E
## 279                                                   Firaxis Games      T
## 280                                                            <NA>   <NA>
## 281                                                   Ubisoft Paris   E10+
## 282                                                 Milestone S.r.l      E
## 283                                                        Kadokawa      M
## 284                                                          Capcom      M
## 285                                                            <NA>   <NA>
## 286                                                 Milestone S.r.l      E
## 287                                           DONTNOD Entertainment      M
## 288                                                            <NA>   <NA>
## 289                                                       Rebellion      T
## 290                                                            <NA>   <NA>
## 291                                                   PlatinumGames      T
## 292                                                            <NA>   <NA>
## 293                                                   PlatinumGames      T
## 294                                                            <NA>   <NA>
## 295                                                            <NA>   <NA>
## 296                                                            <NA>   <NA>
## 297                                           Wicked Witch Software      E
## 298                                      Paradox Development Studio   <NA>
## 299                                                   Infinity Ward      M
## 300                                                             5pb      T
## 301                                                            <NA>   <NA>
## 302                                                          Capcom      M
## 303                                                            <NA>   <NA>
## 304                                                     Omega Force   <NA>
## 305                                              Kojima Productions      M
## 306                                        Dusenberry Martin Racing      E
## 307                                                            <NA>   <NA>
## 308                                                     Urban Games   <NA>
## 309                                   Deep Silver Dambuster Studios      M
## 310                                                   Ubisoft Paris   E10+
## 311                                                   Ubisoft Paris   E10+
## 312                                                          Konami      E
## 313                                                            <NA>   <NA>
## 314                                                            <NA>   <NA>
## 315                                                            <NA>   <NA>
## 316                                                            <NA>   <NA>
## 317                                                            <NA>   <NA>
## 318                                                         Cyanide   <NA>
## 319                                                            <NA>   <NA>
## 320                                                            <NA>   <NA>
## 321                                                            <NA>   <NA>
## 322                                                            <NA>   <NA>
## 323                                                Gearbox Software      M
## 324                                                            <NA>   <NA>
## 325                                                   Ubisoft Paris   E10+
## 326                                                            <NA>   <NA>
## 327                                 Eidos Montreal, Nixxes Software      M
## 328                                                            <NA>   <NA>
## 329                                                            <NA>   <NA>
## 330                                                    Media Vision   <NA>
## 331                                                 Insomniac Games      E
## 332                                                            <NA>   <NA>
## 333                                                     Codemasters      E
## 334                                     Introversion, Double Eleven      M
## 335                                                            Gust      T
## 336                                                            <NA>   <NA>
## 337                                                         Team 17   E10+
## 338                                       Engine Software, Re-Logic      T
## 339                                                 Milestone S.r.l      E
## 340                                                            <NA>   <NA>
## 341                                                            <NA>   <NA>
## 342                                                  Telltale Games      M
## 343                                                     Omega Force   <NA>
## 344                                                            <NA>   <NA>
## 345                                                    Inti Creates   E10+
## 346                                                            <NA>   <NA>
## 347                                                   Compile Heart      T
## 348                                                            <NA>   <NA>
## 349                                             Still Alive Studios   <NA>
## 350                                                            <NA>   <NA>
## 351                                                            <NA>   <NA>
## 352                                                            <NA>   <NA>
## 353                                                            <NA>   <NA>
## 354                                                            <NA>   <NA>
## 355                                               Blue Castle Games      M
## 356                                           Wicked Witch Software   <NA>
## 357                                                         Spiders      M
## 358                                                            <NA>   <NA>
## 359                                                         Acquire      T
## 360                                                           Arika   <NA>
## 361                                                            <NA>   <NA>
## 362                                                         Acquire      T
## 363                                                            <NA>   <NA>
## 364                                                         Natsume      E
## 365                                                        Microids      T
## 366                                                 Atari, Atari SA      E
## 367                                                            <NA>   <NA>
## 368                                                Gearbox Software      M
## 369                                                            <NA>   <NA>
## 370                                                            <NA>   <NA>
## 371                                                          Dracue   E10+
## 372                                                            <NA>   <NA>
## 373                                                 Atari, Atari SA      E
## 374                                                            <NA>   <NA>
## 375                                                The Tangentlemen      M
## 376                                                         Acquire      T
## 377                                           Wicked Witch Software      E
## 378                                                            <NA>   <NA>
## 379                                                            <NA>   <NA>
## 380                                                            <NA>   <NA>
## 381                               Edge Entertainment, Anima Project      T
## 382                                                            <NA>   <NA>
## 383                                                             5pb      T
## 384                                                            <NA>   <NA>
## 385                                   The Digital Lounge, Dino Dini   <NA>
## 386                                                            <NA>   <NA>
## 387                                                   Infinity Ward      M
## 388                                                            <NA>   <NA>
## 389                                                            <NA>   <NA>
## 390                                            Mediascape, CUBETYPE   E10+
## 391                                                 Atari, Atari SA      E
## 392                                                            <NA>   <NA>
## 393                                                      Epic Games   <NA>
## 394                                                 Atari, Atari SA      E
## 395                                                            <NA>   <NA>
## 396                                                          Konami      E
## 397                                                 Stainless Games      M
## 398                                                            <NA>   <NA>
## 399                                               Nvizzio Creations      E
## 400                                                     Omega Force      T
## 401                                         Nordic Games Publishing      M
## 402                                                Artefacts Studio   <NA>
## 403                                                            <NA>   <NA>
## 404                                                    Inti Creates   E10+
## 405                                                            <NA>   <NA>
## 406                                                            <NA>   <NA>
## 407                                                            <NA>   <NA>
## 408                                                            <NA>   <NA>
## 409                                                            <NA>   <NA>
## 410                                                            <NA>   <NA>
## 411                                           Radical Entertainment      M
## 412                                             Revolution Software   <NA>
## 413                                                            <NA>   <NA>
## 414                                                            <NA>   <NA>
## 415                                                            <NA>   <NA>
## 416                                                            <NA>   <NA>
## 417                                                            <NA>   <NA>
## 418                                           HB Studios Multimedia      T
## 419                                                            <NA>   <NA>
## 420                                                         Ubisoft      T
## 421                                                            <NA>   <NA>
## 422                                                         Otomate   <NA>
## 423                                                            <NA>   <NA>
## 424                                                            <NA>   <NA>
## 425                                                            <NA>   <NA>
## 426                                                            <NA>   <NA>
## 427                                                            <NA>   <NA>
## 428                                                     Omega Force   <NA>
## 429                                               Blue Castle Games      M
## 430                                           HB Studios Multimedia      T
## 431                                            Remedy Entertainment      M
## 432                                                            <NA>   <NA>
## 433                                               Kunos Simulazioni      E
## 434                                               The Odd Gentlemen   E10+
## 435                                                            <NA>   <NA>
## 436                                      Milestone, Milestone S.r.l      E
## 437                                                  Camouflaj, LLC      M
## 438                                                 Visual Concepts      E
## 439                                  Sony Interactive Entertainment   E10+
## 440                                                            <NA>   <NA>
## 441                                                          Capcom      M
## 442                                                    Inti Creates   E10+
## 443                                                            <NA>   <NA>
## 444                                                         Ubisoft      T
## 445                                         Nordic Games Publishing      M
## 446                                             Spidersoft, Spiders      M
## 447                                                     TML-Studios   <NA>
## 448                                                    Inti Creates      T
## 449                                                         Team 17   E10+
## 450                                                        KING Art      T
## 451                                                            <NA>   <NA>
## 452                                                       Frogwares      T
## 453                                           Radical Entertainment      M
## 454                                                        Microids   <NA>
## 455                                                            <NA>   <NA>
## 456                                                            <NA>   <NA>
## 457                                                            <NA>   <NA>
## 458                                                        KING Art   <NA>
## 459                                                  Triple Eh? Ltd   E10+
## 460                                                            <NA>   <NA>
## 461                                                            <NA>   <NA>
## 462                                            Coffee Stain Studios      T
## 463                                                            <NA>   <NA>
## 464                                                  Colossal Order   <NA>
## 465                                                            <NA>   <NA>
## 466                                                            <NA>   <NA>
## 467                                                           Nadeo      E
## 468                                                   Magic Pockets   E10+
## 469                                                     React Games   E10+
## 470                                                            <NA>   <NA>
## 471                                                       Frogwares      T
## 472                                                        Kadokawa   <NA>
## 473                                                            <NA>   <NA>
## 474                                                            <NA>   <NA>
## 475                                                 Milestone S.r.l      E
## 476                                                 Milestone S.r.l      E
## 477                                                         Kalypso      T
## 478                                                 Stainless Games      M
## 479                                                            <NA>   <NA>
## 480                                                  Climax Studios      T
## 481                                                            <NA>   <NA>
## 482                                                            <NA>   <NA>
## 483                                                            <NA>   <NA>
## 484                                                            <NA>   <NA>
## 485                                                            <NA>   <NA>
## 486                                                            <NA>   <NA>
## 487                                                 Milestone S.r.l      E
## 488                                           Wicked Witch Software      E
## 489                                                            <NA>   <NA>
## 490                                                            <NA>   <NA>
## 491                                                         Shin'en      E
## 492                                     Introversion, Double Eleven   <NA>
## 493                                              Kojima Productions      M
## 494                                                            <NA>   <NA>
## 495                                                            <NA>   <NA>
## 496                                                            <NA>   <NA>
## 497                                                            <NA>   <NA>
## 498                                                            <NA>   <NA>
## 499                                                            <NA>   <NA>
## 500                                                            <NA>   <NA>
## 501                                                            <NA>   <NA>
## 502                                                            <NA>   <NA>
## 503                                                            <NA>   <NA>
## 504                                                       EA Sports      E
## 505                                                            <NA>   <NA>
## 506                                                            <NA>   <NA>
## 507                                           Bethesda Game Studios      M
## 508                                                 Bluepoint Games      T
## 509                                                  343 Industries      T
## 510                                                        Nintendo   E10+
## 511                                           Bethesda Game Studios      M
## 512                                           CD Projekt Red Studio      M
## 513                                              Rocksteady Studios      M
## 514                                                 Visual Concepts   E10+
## 515                                                            <NA>   <NA>
## 516                            Kojima Productions, Moby Dick Studio      M
## 517                                                  Ubisoft Quebec      M
## 518                                                            <NA>   <NA>
## 519                                    Splash Damage, The Coalition      M
## 520                                                       EA Sports      E
## 521                                                       EA Sports      E
## 522                                                        Nintendo      E
## 523                                                        Nintendo      E
## 524     Warner Bros. Interactive Entertainment, NetherRealm Studios      M
## 525                                                       EA Sports      E
## 526                                                   From Software      M
## 527                                                            <NA>   <NA>
## 528                                                       EA Sports      E
## 529                                                          GREZZO   E10+
## 530                                                 Visual Concepts   E10+
## 531                                                            <NA>   <NA>
## 532                                                Ubisoft Montreal      M
## 533                                                  Visceral Games      M
## 534                                                        Techland      M
## 535                                                          Bungie      T
## 536                                               Avalanche Studios      M
## 537                                                         Turn 10      E
## 538                                                            <NA>   <NA>
## 539                                 Ready at Dawn, SCE Santa Monica      M
## 540                                                            <NA>   <NA>
## 541                                                            <NA>   <NA>
## 542                                                            <NA>   <NA>
## 543                                              SuperMassive Games      M
## 544                                               Nintendo, Nd Cube      E
## 545                                                       EA Sports      E
## 546                                              Rocksteady Studios      M
## 547     Warner Bros. Interactive Entertainment, NetherRealm Studios      M
## 548                                                Crystal Dynamics      M
## 549                                                Ubisoft Montreal      M
## 550                                           CD Projekt Red Studio      M
## 551                                                       Good-Feel      E
## 552                                                  Ubisoft Quebec      M
## 553                                                        Techland      M
## 554                                           Bethesda Game Studios      M
## 555                                                   ZeniMax Media      M
## 556                         Spike Chunsoft Co. Ltd., Spike Chunsoft      E
## 557                                                          Yuke's      T
## 558                                                  Visceral Games      M
## 559                                         Bungie Software, Bungie      T
## 560                                                            <NA>   <NA>
## 561                                                  Rockstar North      M
## 562                                                        Nintendo      E
## 563                                               Dimps Corporation      T
## 564                                            Slightly Mad Studios      E
## 565                                                            <NA>   <NA>
## 566                                                       EA Sports      E
## 567                                             Turtle Rock Studios      M
## 568                                                         Ubisoft   E10+
## 569                                                 Visual Concepts      E
## 570                                          SCEA San Diego Studios      E
## 571                                               Avalanche Studios      M
## 572                                                        TT Games   E10+
## 573                                                            <NA>   <NA>
## 574                                                Gearbox Software      M
## 575                                                            <NA>   <NA>
## 576                                                        TT Games   E10+
## 577                                                         Cygames      T
## 578                                                  FreeStyleGames      T
## 579                                                        TT Games   E10+
## 580                                                   Monolith Soft      T
## 581                                                          Konami      E
## 582                                                       Rare Ltd.      M
## 583                                                       EA Sports      E
## 584                                                            <NA>   <NA>
## 585                                                            <NA>   <NA>
## 586                            Kojima Productions, Moby Dick Studio      M
## 587                                                            <NA>   <NA>
## 588                                                            <NA>   <NA>
## 589                                                            <NA>   <NA>
## 590                                                 Visual Concepts      E
## 591                                               Traveller's Tales   E10+
## 592                                                            <NA>   <NA>
## 593                                           CD Projekt Red Studio      M
## 594                                                            <NA>   <NA>
## 595                                                            <NA>   <NA>
## 596                                                            <NA>   <NA>
## 597                                                     Codemasters      E
## 598                                                        TT Games   E10+
## 599                                                            <NA>   <NA>
## 600                            Kojima Productions, Moby Dick Studio      M
## 601                                             Turtle Rock Studios      M
## 602                                            EA Sports, EA Canada   E10+
## 603                                                        TT Games   E10+
## 604                                                            <NA>   <NA>
## 605                                                          Yuke's      T
## 606                                                         Ubisoft   E10+
## 607                          Namco Bandai Games, Bandai Namco Games      T
## 608                                                            <NA>   <NA>
## 609                                                            <NA>   <NA>
## 610                                                  FreeStyleGames      T
## 611                                                          Capcom      M
## 612                                                            <NA>   <NA>
## 613                                                            <NA>   <NA>
## 614                                               Traveller's Tales   E10+
## 615                                          Blizzard Entertainment      T
## 616                                                            <NA>   <NA>
## 617                                                        TT Games   E10+
## 618                                                      EA Tiburon      E
## 619                                                        HAL Labs      E
## 620                                                          Yuke's      T
## 621                                                            <NA>   <NA>
## 622                                                  Silicon Studio      T
## 623                                                            <NA>   <NA>
## 624                                                            <NA>   <NA>
## 625                                               Vicarious Visions   E10+
## 626                                               Dimps Corporation      T
## 627                                            EA Sports, EA Canada   E10+
## 628                                          Harmonix Music Systems      T
## 629                                                     Omega Force      T
## 630                                                            <NA>   <NA>
## 631                                                            <NA>   <NA>
## 632                             Nintendo, Camelot Software Planning      E
## 633                                                Gearbox Software      M
## 634                                                          Yuke's      T
## 635                                                    MachineGames   <NA>
## 636                                               Vicarious Visions   E10+
## 637                                               Nintendo, Nd Cube      E
## 638                                                  Visceral Games      M
## 639                                               Traveller's Tales   E10+
## 640                                                           Shift      T
## 641                                              Bandai Namco Games      T
## 642                                                          Konami      E
## 643                                                            <NA>   <NA>
## 644                                                            <NA>   <NA>
## 645                                                            <NA>   <NA>
## 646                                          SCEA San Diego Studios      E
## 647                                          Harmonix Music Systems      T
## 648                                                            <NA>   <NA>
## 649                                                          Bungie      T
## 650                                               Vicarious Visions   E10+
## 651                                     Bandai Namco Games, Artdink      T
## 652                                                         Ubisoft   E10+
## 653                                                            <NA>   <NA>
## 654                                                            <NA>   <NA>
## 655                                                            Sega      E
## 656                                         Bungie Software, Bungie      T
## 657                                                            <NA>   <NA>
## 658                                                            <NA>   <NA>
## 659                                                            <NA>   <NA>
## 660                                                Arc System Works      T
## 661                                                            Sega   E10+
## 662                                                         Ubisoft   E10+
## 663                                               Dimps Corporation      T
## 664                                                         Ubisoft   E10+
## 665                                               Atlus, Dingo Inc.      T
## 666                                                 Nixxes Software      M
## 667                                                       Haemimont      T
## 668                                               Vicarious Visions   E10+
## 669                                                            <NA>   <NA>
## 670                                               High Moon Studios      M
## 671                                                          Capcom      M
## 672                                            Nippon Ichi Software      T
## 673                                                  Visceral Games      M
## 674                                                            <NA>   <NA>
## 675                                                            <NA>   <NA>
## 676                                      Activision, FreeStyleGames      T
## 677                                                      EA Tiburon      E
## 678                                                  Media Molecule      E
## 679                                                            <NA>   <NA>
## 680                                                            <NA>   <NA>
## 681                                            Slightly Mad Studios      E
## 682                                                     Omega Force      T
## 683                                                            <NA>   <NA>
## 684                                                           FuRyu   E10+
## 685                                                       Blue Byte   E10+
## 686                                                            <NA>   <NA>
## 687                                                            <NA>   <NA>
## 688                                     Bandai Namco Games, Artdink      T
## 689                                                     Codemasters      E
## 690                                         Image Epoch, Imageepoch      T
## 691                                               Vicarious Visions   E10+
## 692                                                            <NA>   <NA>
## 693                                               Creative Assembly      T
## 694                                               Dimps Corporation      T
## 695                                                  Spike Chunsoft   E10+
## 696                                                            <NA>   <NA>
## 697                                                Ubisoft Montreal      M
## 698                                                   PlatinumGames      T
## 699                                                            <NA>   <NA>
## 700                                                      Activision      T
## 701                                                        TT Games   E10+
## 702                                                            <NA>   <NA>
## 703                                                 Milestone S.r.l      E
## 704                                                           Maxis      T
## 705                                             Intelligent Systems      T
## 706                                                       TT Fusion   E10+
## 707                                                  Ubisoft Quebec      M
## 708                                                            <NA>   <NA>
## 709                                                        Robomodo      T
## 710                                                            <NA>   <NA>
## 711                                                       Rebellion   <NA>
## 712                                                       EA Sports      E
## 713                                                        Techland      M
## 714                                                            <NA>   <NA>
## 715                                                            <NA>   <NA>
## 716                                                         Ubisoft   E10+
## 717                                      Activision, FreeStyleGames      T
## 718                                       Shift, Bandai Namco Games      T
## 719                                             Turtle Rock Studios      M
## 720                                                            <NA>   <NA>
## 721                            Kojima Productions, Moby Dick Studio      M
## 722                                               Dimps Corporation      T
## 723                                                  Marvelous Inc.      M
## 724                                                            <NA>   <NA>
## 725                                                  Marvelous Inc.      M
## 726                                                  Telltale Games      T
## 727                                                       EA Sports      E
## 728                                                            <NA>   <NA>
## 729                                                 Milestone S.r.l   <NA>
## 730                                                Koei Tecmo Games      T
## 731                                                            <NA>   <NA>
## 732                                                    Media Vision      T
## 733                                                     Omega Force      T
## 734                                              Bandai Namco Games   E10+
## 735                                                       DMi Games      E
## 736                                                     Omega Force      T
## 737                                                            Sega      T
## 738                                                  Marvelous Inc.   E10+
## 739                                                    MachineGames   <NA>
## 740                                                            <NA>   <NA>
## 741                                                            <NA>   <NA>
## 742                                                            <NA>   <NA>
## 743                                                            <NA>   <NA>
## 744                                                            <NA>   <NA>
## 745                                                            <NA>   <NA>
## 746                                                            <NA>   <NA>
## 747                                                Arc System Works      T
## 748                                                            <NA>   <NA>
## 749                                               Avalanche Studios      M
## 750                                                  Colossal Order      E
## 751                                                Yacht Club Games      E
## 752                                                            <NA>   <NA>
## 753                                                   PlatinumGames      T
## 754                                                            <NA>   <NA>
## 755                                                  Visceral Games      M
## 756                                                      Starbreeze      T
## 757                                                            <NA>   <NA>
## 758                                                            <NA>   <NA>
## 759                                                 Bluepoint Games      T
## 760                                                         Ubisoft   E10+
## 761                         Rocksteady Studios, Iron Galaxy Studios      M
## 762                                                     Square Enix      T
## 763                                                            <NA>   <NA>
## 764                                            Slightly Mad Studios      E
## 765                                               High Moon Studios      M
## 766                                                 Big Ant Studios      E
## 767                                                            Gust   <NA>
## 768                                                            <NA>   <NA>
## 769                                                            <NA>   <NA>
## 770                                                        Robomodo      T
## 771                                                 Prope, Kadokawa   E10+
## 772                                               Vicarious Visions   E10+
## 773                                                     Omega Force      T
## 774                                           HB Studios Multimedia      E
## 775                                                     Omega Force      T
## 776                                                            <NA>   <NA>
## 777                                                       TT Fusion   E10+
## 778                                                            <NA>   <NA>
## 779                                                  Marvelous Inc.      M
## 780                                                            <NA>   <NA>
## 781                                                            <NA>   <NA>
## 782                                                            <NA>   <NA>
## 783                                                       EA Sports      E
## 784                                                       Rebellion   <NA>
## 785                                                           Shift      T
## 786                                                          Konami      E
## 787                                                            <NA>   <NA>
## 788                                            InXile Entertainment      M
## 789                                                 Milestone S.r.l      E
## 790                                                    Frima Studio      M
## 791                                                          Capcom      M
## 792                                                            <NA>   <NA>
## 793                                                            <NA>   <NA>
## 794                                                       2K Sports   E10+
## 795                                         Other Ocean Interactive      T
## 796                                                     Ivory Tower      T
## 797                                                          Konami      E
## 798                                                Yacht Club Games      E
## 799                                                     Omega Force      T
## 800                                                            <NA>   <NA>
## 801                                                            <NA>   <NA>
## 802                                                            <NA>   <NA>
## 803                                                            <NA>   <NA>
## 804                                                             5pb      M
## 805                                   Ambrella, The Pokemon Company   E10+
## 806                                           HB Studios Multimedia      E
## 807                                                      Activision      E
## 808                                                     Omega Force      T
## 809                                                            <NA>   <NA>
## 810                                                    MachineGames      M
## 811                                                            <NA>   <NA>
## 812                                                            <NA>   <NA>
## 813                                                            <NA>   <NA>
## 814                                                            <NA>   <NA>
## 815                                           HB Studios Multimedia      E
## 816                                                            <NA>   <NA>
## 817                                                            <NA>   <NA>
## 818                                                            <NA>   <NA>
## 819                                                            <NA>   <NA>
## 820                                       Shift, Bandai Namco Games      T
## 821                                                Yacht Club Games      E
## 822                                                   PlatinumGames      T
## 823                                                   PlatinumGames      T
## 824                                                            <NA>   <NA>
## 825                                                         Ubisoft      M
## 826                                                            <NA>   <NA>
## 827                                                         Ubisoft      E
## 828                                              Kojima Productions      M
## 829                                                            <NA>   <NA>
## 830                                                            <NA>   <NA>
## 831                                                            <NA>   <NA>
## 832                                                            <NA>   <NA>
## 833                                                            <NA>   <NA>
## 834                                            Gaming Minds Studios      T
## 835                                                            <NA>   <NA>
## 836                                                            <NA>   <NA>
## 837                                                            <NA>   <NA>
## 838                                                   Krome Studios   <NA>
## 839                                                   Compile Heart      T
## 840                                                         Ubisoft      E
## 841                                                  Spike Chunsoft      T
## 842                                                            <NA>   <NA>
## 843                                                          Capcom      M
## 844                                                            <NA>   <NA>
## 845                                                        Robomodo      T
## 846                                                            <NA>   <NA>
## 847                                                            <NA>   <NA>
## 848                                                        KING Art   <NA>
## 849                                                            <NA>   <NA>
## 850                                                Arc System Works      T
## 851                                                         Ubisoft      E
## 852                                             Revolution Software      T
## 853                                                            <NA>   <NA>
## 854                                                            <NA>   <NA>
## 855                          Nintendo, Nintendo Software Technology      E
## 856                                                            <NA>   <NA>
## 857                                                            <NA>   <NA>
## 858                                                            Gust      T
## 859                                                  Spike Chunsoft      T
## 860                                                            <NA>   <NA>
## 861                                                         Sandlot      M
## 862                                                            <NA>   <NA>
## 863                                                            Gust      T
## 864                                                            <NA>   <NA>
## 865                                                        Robomodo      T
## 866                                           Valhalla Game Studios      M
## 867                                                            <NA>   <NA>
## 868                                                   Krome Studios   <NA>
## 869                                                         Tri-Ace      T
## 870                                                     Omega Force      T
## 871                                                 Rainbow Studios      E
## 872                                           HB Studios Multimedia      E
## 873                                           HB Studios Multimedia      E
## 874                                                            <NA>   <NA>
## 875                                                    EKO Software      E
## 876                                                     Omega Force      T
## 877                                                            <NA>   <NA>
## 878                                                            <NA>   <NA>
## 879                                                     Omega Force      T
## 880                                                            <NA>   <NA>
## 881                                                            <NA>   <NA>
## 882                                                      WayForward   E10+
## 883                                                 Milestone S.r.l   E10+
## 884                                                            <NA>   <NA>
## 885                                                            <NA>   <NA>
## 886                                                            <NA>   <NA>
## 887                                                            <NA>   <NA>
## 888                                                     Codemasters      E
## 889                                                            <NA>   <NA>
## 890                                                            <NA>   <NA>
## 891                                           High Voltage Software      M
## 892                                                            <NA>   <NA>
## 893                                                     Omega Force      T
## 894                                            InXile Entertainment      M
## 895                                                            <NA>   <NA>
## 896                                                            <NA>   <NA>
## 897                                                            <NA>   <NA>
## 898                                                            <NA>   <NA>
## 899                                                             5pb      M
## 900                                                 Milestone S.r.l   <NA>
## 901                                                            <NA>   <NA>
## 902                                                            <NA>   <NA>
## 903                                            Gaming Minds Studios      T
## 904                                                   Volition Inc.      M
## 905                                                            <NA>   <NA>
## 906                                                            <NA>   <NA>
## 907                                                     Omega Force      T
## 908                                                            <NA>   <NA>
## 909                                                            <NA>   <NA>
## 910                                       Torus Games, Little Orbit      E
## 911                                                            <NA>   <NA>
## 912                                                          Konami      E
## 913                                                      WayForward   E10+
## 914                                                            <NA>   <NA>
## 915                                               Dimps Corporation      T
## 916                                                      Starbreeze      T
## 917                                                            <NA>   <NA>
## 918                                           Examu, Marvelous Inc.      T
## 919                                                   Ubisoft Osaka      E
## 920                                                 Prope, Kadokawa   E10+
## 921                                                            <NA>   <NA>
## 922                                                            <NA>   <NA>
## 923                                       Torus Games, Little Orbit      E
## 924                                                Arc System Works      T
## 925                                                            <NA>   <NA>
## 926                                                           Maxis      T
## 927                                                            <NA>   <NA>
## 928                                                            <NA>   <NA>
## 929                                                            <NA>   <NA>
## 930                                                      Activision      E
## 931                                                            <NA>   <NA>
## 932                                         Alchemist, Inti Creates      M
## 933                                                            <NA>   <NA>
## 934                                                        TT Games   E10+
## 935                                                            <NA>   <NA>
## 936                                                            <NA>   <NA>
## 937                                                  Dovetail Games      E
## 938                                                         Tri-Ace      T
## 939                                    Climax Group, Climax Studios      T
## 940                                              Bandai Namco Games      T
## 941                                                            <NA>   <NA>
## 942                                                 Experience Inc.      T
## 943                                                            <NA>   <NA>
## 944                                                            <NA>   <NA>
## 945                                                            <NA>   <NA>
## 946                                                     Ravenscourt   <NA>
## 947                                                            <NA>   <NA>
## 948                                                   CyberConnect2      T
## 949                                                            <NA>   <NA>
## 950                                                            <NA>   <NA>
## 951                                                            <NA>   <NA>
## 952                                                          Voxler      T
## 953                                                            <NA>   <NA>
## 954                                                            <NA>   <NA>
## 955                                                            <NA>   <NA>
## 956                                           HB Studios Multimedia      E
## 957                                                            <NA>   <NA>
## 958                                       Torus Games, Little Orbit      E
## 959                                                            <NA>   <NA>
## 960                                                            <NA>   <NA>
## 961                                                            <NA>   <NA>
## 962                                                            <NA>   <NA>
## 963                                                            <NA>   <NA>
## 964                                           HB Studios Multimedia      E
## 965                                                            <NA>   <NA>
## 966                                                            <NA>   <NA>
## 967                                                         Otomate   <NA>
## 968                                                            <NA>   <NA>
## 969                                                            <NA>   <NA>
## 970                                                   PlatinumGames      T
## 971                                                 Milestone S.r.l   <NA>
## 972                                                            <NA>   <NA>
## 973                                           HB Studios Multimedia      E
## 974                                                    Virtual Toys   <NA>
## 975                                                            <NA>   <NA>
## 976                                                            <NA>   <NA>
## 977                                                            <NA>   <NA>
## 978                                                            <NA>   <NA>
## 979                                                            <NA>   <NA>
## 980                                                Koei Tecmo Games      T
## 981                                                            <NA>   <NA>
## 982                                     Vicious Cycle, Little Orbit   E10+
## 983                                                            <NA>   <NA>
## 984                                       Torus Games, Little Orbit      E
## 985                                                    EKO Software      E
## 986                                                            <NA>   <NA>
## 987                                                            <NA>   <NA>
## 988                                                         Croteam   E10+
## 989                                                            <NA>   <NA>
## 990                                                            <NA>   <NA>
## 991                                                 Milestone S.r.l      E
## 992                                                            <NA>   <NA>
## 993                                                            <NA>   <NA>
## 994                                                            <NA>   <NA>
## 995                                                            <NA>   <NA>
## 996                               Activision, Behaviour Interactive      E
## 997                                                 Rainbow Studios   <NA>
## 998                                                            <NA>   <NA>
## 999                               Activision, Behaviour Interactive      E
## 1000                                               Arc System Works      T
## 1001                                            Neon Studios, Kaiko   E10+
## 1002                                                           <NA>   <NA>
## 1003                                                           <NA>   <NA>
## 1004                                      Torus Games, Little Orbit      E
## 1005                                                    Square Enix      T
## 1006                                                           <NA>   <NA>
## 1007                                                    Square Enix      T
## 1008                                                Big Ant Studios      E
## 1009                                                           <NA>   <NA>
## 1010                                                           <NA>   <NA>
## 1011                                                Big Ant Studios      E
## 1012                                                           <NA>   <NA>
## 1013                                             Avanquest Software   <NA>
## 1014                                                           <NA>   <NA>
## 1015                                                           <NA>   <NA>
## 1016                                                           <NA>   <NA>
## 1017                                          HB Studios Multimedia      E
## 1018                                                           <NA>   <NA>
## 1019                                           Alternative Software   <NA>
## 1020                                                 Telltale Games   <NA>
## 1021                                               Arc System Works      M
## 1022                                                           <NA>   <NA>
## 1023                                                           <NA>   <NA>
## 1024                                                           <NA>   <NA>
## 1025                                                           <NA>   <NA>
## 1026                                                           <NA>   <NA>
## 1027                                                           <NA>   <NA>
## 1028                                                    Omega Force      T
## 1029                                                           <NA>   <NA>
## 1030                                                           <NA>   <NA>
## 1031                                                           <NA>   <NA>
## 1032                                                           <NA>   <NA>
## 1033                                                           <NA>   <NA>
## 1034                                                           <NA>   <NA>
## 1035                                                           <NA>   <NA>
## 1036                                                           <NA>   <NA>
## 1037                                    Vicious Cycle, Little Orbit   E10+
## 1038                                    Vicious Cycle, Little Orbit   E10+
## 1039                                                           <NA>   <NA>
## 1040                                                    Ivory Tower      T
## 1041                                                           <NA>   <NA>
## 1042                                                           <NA>   <NA>
## 1043                                                           <NA>   <NA>
## 1044                                                           <NA>   <NA>
## 1045                                                    Ivory Tower      T
## 1046                                                           <NA>   <NA>
## 1047                                                           <NA>   <NA>
## 1048                                                 Telltale Games      T
## 1049                                                           <NA>   <NA>
## 1050                                                           <NA>   <NA>
## 1051                                                           <NA>   <NA>
## 1052                                                           <NA>   <NA>
## 1053                                                           <NA>   <NA>
## 1054                                                           <NA>   <NA>
## 1055                                                           <NA>   <NA>
## 1056                                            Revolution Software      T
## 1057                                                           <NA>   <NA>
## 1058                                                Big Ant Studios   <NA>
## 1059                                                           <NA>   <NA>
## 1060                                                           <NA>   <NA>
## 1061                                                           <NA>   <NA>
## 1062                                                   Logris Games   <NA>
## 1063                                                          Maxis      T
## 1064                                          HB Studios Multimedia      E
## 1065                                                           <NA>   <NA>
## 1066                                                           <NA>   <NA>
## 1067                                                           <NA>   <NA>
## 1068                                                           <NA>   <NA>
## 1069                                                           <NA>   <NA>
## 1070                                                     Activision      E
## 1071                                                           <NA>   <NA>
## 1072                                                           <NA>   <NA>
## 1073                                         SCEA San Diego Studios      E
## 1074                                                           <NA>   <NA>
## 1075                                                           <NA>   <NA>
## 1076                                             Subterranean Games   <NA>
## 1077                                                           <NA>   <NA>
## 1078                                                           <NA>   <NA>
## 1079                                                           <NA>   <NA>
## 1080                                                           <NA>   <NA>
## 1081                                                           <NA>   <NA>
## 1082                                                           <NA>   <NA>
## 1083                                                           <NA>   <NA>
## 1084                                      Torus Games, Little Orbit      E
## 1085                                      Torus Games, Little Orbit      E
## 1086                                                           <NA>   <NA>
## 1087                                                 Marvelous Inc.      T
## 1088                                                           <NA>   <NA>
## 1089                                                           <NA>   <NA>
## 1090                                                           <NA>   <NA>
## 1091                                                           <NA>   <NA>
## 1092                                            Neon Studios, Kaiko   E10+
## 1093                         Nintendo, Nintendo Software Technology      E
## 1094                                                  Eugen Systems   <NA>
## 1095                                                        Various   <NA>
## 1096                                                           <NA>   <NA>
## 1097                                                Milestone S.r.l   <NA>
## 1098                                               Headstrong Games      E
## 1099                                          HB Studios Multimedia      E
## 1100                                                Big Ant Studios      E
## 1101                                                           <NA>   <NA>
## 1102                                                           <NA>   <NA>
## 1103                                                           <NA>   <NA>
## 1104                                                  Volition Inc.      M
## 1105                                                           <NA>   <NA>
## 1106                                                           <NA>   <NA>
## 1107                                               Arc System Works      M
## 1108                                                           <NA>   <NA>
## 1109                                                 Rockstar North      M
## 1110                                                           <NA>   <NA>
## 1111                                             Sledgehammer Games      M
## 1112                                                           <NA>   <NA>
## 1113                                                       Nintendo      E
## 1114                                                      EA Sports      E
## 1115                                        Bungie Software, Bungie      T
## 1116                                                 Rockstar North      M
## 1117                                             Sledgehammer Games      M
## 1118                                                           <NA>   <NA>
## 1119                                                           <NA>   <NA>
## 1120                                                           <NA>   <NA>
## 1121                                              High Moon Studios      M
## 1122                                                           <NA>   <NA>
## 1123                                              High Moon Studios      M
## 1124                                                      EA Sports      E
## 1125                                               Ubisoft Montreal      M
## 1126                                               Ubisoft Montreal      M
## 1127                                      Ubisoft, Ubisoft Montreal      M
## 1128                                                         Capcom      T
## 1129                                      Ubisoft, Ubisoft Montreal      M
## 1130                                        Bungie Software, Bungie      T
## 1131                                                           <NA>   <NA>
## 1132                                                 343 Industries      M
## 1133                                                          Maxis      T
## 1134                                           Monolith Productions      M
## 1135                                          Respawn Entertainment      M
## 1136                                                      EA Sports      E
## 1137                                                   Sucker Punch      T
## 1138                                                           <NA>   <NA>
## 1139                                                           <NA>   <NA>
## 1140                                                Visual Concepts      E
## 1141                                                      EA Sports      E
## 1142                                                      EA Sports      E
## 1143                                              Evolution Studios      E
## 1144                                                      EA Sports      E
## 1145                                                        Ubisoft   E10+
## 1146                                                        BioWare      M
## 1147                                                           <NA>   <NA>
## 1148                                                         Bungie      T
## 1149                                                   Sumo Digital      E
## 1150                                                       HAL Labs      E
## 1151                                         Blizzard Entertainment      M
## 1152                                                Tango Gameworks      M
## 1153                                               Ubisoft Montreal      M
## 1154                               Ubisoft Reflections, Ivory Tower      T
## 1155                                                Visual Concepts      E
## 1156                                               Ubisoft Montreal      M
## 1157                                                Visual Concepts      E
## 1158                                                         Bungie      T
## 1159                                               Ubisoft Montreal      M
## 1160                                                      EA Sports      E
## 1161                                                   MachineGames      M
## 1162                                                  Retro Studios      E
## 1163                                                      EA Sports      E
## 1164                                                           <NA>   <NA>
## 1165                                               Playground Games   E10+
## 1166                                                         Arzest      E
## 1167                                                Bluepoint Games      M
## 1168                                           Monolith Productions      M
## 1169                                                Visual Concepts      E
## 1170                                               Ubisoft Montreal      M
## 1171                                                  Ubisoft Sofia      M
## 1172                                                       TT Games   E10+
## 1173                                                  From Software      T
## 1174                                             Kojima Productions      M
## 1175                                               Ubisoft Montreal      M
## 1176                                                           <NA>   <NA>
## 1177                                                    Omega Force      T
## 1178                                                           <NA>   <NA>
## 1179                                             Nintendo EAD Tokyo      E
## 1180                                                         Yuke's      T
## 1181                                                Insomniac Games      M
## 1182                                              Creative Assembly      M
## 1183                                                           <NA>   <NA>
## 1184                                                         PopCap   E10+
## 1185                                                      EA Sports      T
## 1186                                                        Ubisoft      M
## 1187                                            Ubisoft Montpellier   E10+
## 1188                                                           <NA>   <NA>
## 1189                                                   Toys for Bob   E10+
## 1190                                                        BioWare      M
## 1191                                                       TT Games   E10+
## 1192                                                       TT Games   E10+
## 1193                                         Obsidian Entertainment      M
## 1194                                         Obsidian Entertainment      M
## 1195                                               Ubisoft Montreal      M
## 1196                                                  ZeniMax Media      M
## 1197                                                   Toys for Bob   E10+
## 1198                                                       TT Games   E10+
## 1199                                                Tango Gameworks      M
## 1200                                                           <NA>   <NA>
## 1201                                                           <NA>   <NA>
## 1202                                 Sumo Digital, Playground Games   E10+
## 1203                                                         Yuke's      T
## 1204                                                  PlatinumGames      M
## 1205                                                         Konami      E
## 1206                                                           <NA>   <NA>
## 1207                                                  From Software      T
## 1208                                                       TT Games   E10+
## 1209                                                        BioWare      M
## 1210                                                        Ubisoft   E10+
## 1211                                                          Atlus      M
## 1212                                         SCEA San Diego Studios      E
## 1213                                                   2K Australia      M
## 1214                                                   Toys for Bob   E10+
## 1215                                                       TT Games   E10+
## 1216                                                         PopCap   E10+
## 1217                                                      Rebellion      M
## 1218                                                   MachineGames      M
## 1219                                                Tango Gameworks      M
## 1220                                                       TT Games   E10+
## 1221                                                   Toys for Bob   E10+
## 1222                                                           <NA>   <NA>
## 1223                                                           <NA>   <NA>
## 1224                                                         PopCap   E10+
## 1225                            Dimps Corporation, SCE Japan Studio      T
## 1226                                                           <NA>   <NA>
## 1227                                            Iron Galaxy Studios      M
## 1228                                                       TT Games   E10+
## 1229                                                         Yuke's      T
## 1230                               Ubisoft Reflections, Ivory Tower      T
## 1231                                                   Sumo Digital      E
## 1232                                               Ubisoft Montreal      M
## 1233                                                           <NA>   <NA>
## 1234                                                           <NA>   <NA>
## 1235                                                      EA Canada      E
## 1236                                                         PopCap   E10+
## 1237                                                   2K Australia      M
## 1238                                                           <NA>   <NA>
## 1239                                                        Ubisoft   E10+
## 1240                                         Microsoft Game Studios   E10+
## 1241                                                       TT Games   E10+
## 1242                                                      EA Sports   E10+
## 1243                                                        BioWare      M
## 1244                                                      EA Sports      E
## 1245                                             Kojima Productions      M
## 1246                                                         Konami      E
## 1247                                                         Yuke's      T
## 1248                                          Respawn Entertainment      M
## 1249                                          Behaviour Interactive      M
## 1250                                                      EA Sports      E
## 1251                                                           <NA>   <NA>
## 1252                                      Ubisoft, Ubisoft Montreal      M
## 1253                                                         Racjin   E10+
## 1254                                                        Ubisoft   E10+
## 1255                                                       TT Games   E10+
## 1256                                                        BioWare      M
## 1257                                      City Interactive, Deck 13      M
## 1258                                              Creative Assembly      M
## 1259                                          Behaviour Interactive      M
## 1260                                               Headstrong Games      E
## 1261                                      Camelot Software Planning      E
## 1262                                         Blizzard Entertainment      T
## 1263                                                      EA Sports      T
## 1264                                             Sports Interactive   <NA>
## 1265                                                Tango Gameworks      M
## 1266                                                           <NA>   <NA>
## 1267                                                           <NA>   <NA>
## 1268                                                       TT Games   E10+
## 1269                                                      EA Sports      E
## 1270                                                       TT Games   E10+
## 1271                                                      EA Sports   E10+
## 1272                                                       TT Games   E10+
## 1273                                                       TT Games   E10+
## 1274                                                   MachineGames      M
## 1275                                               Ubisoft Montreal      M
## 1276                                                   MachineGames      M
## 1277                                                   Toys for Bob   E10+
## 1278                                                           <NA>   <NA>
## 1279                                                           <NA>   <NA>
## 1280                                                           <NA>   <NA>
## 1281                                                  CyberConnect2      T
## 1282                                                       TT Games   E10+
## 1283                                         SCEA San Diego Studios      E
## 1284                                                      EA Canada      E
## 1285                                                        RedLynx   E10+
## 1286                                                  Marvelous AQL   E10+
## 1287                                                      EA Sports   E10+
## 1288                                         Codemasters Birmingham      E
## 1289                                             Sledgehammer Games      M
## 1290                                                           <NA>   <NA>
## 1291                                                        Ubisoft   E10+
## 1292                                                   MachineGames      M
## 1293                                                           <NA>   <NA>
## 1294                                                       Nintendo   E10+
## 1295                                                    Indies Zero      T
## 1296                                                           <NA>   <NA>
## 1297                                                  Firaxis Games   E10+
## 1298                                                      EA Sports   E10+
## 1299                              RED Entertainment, Spike Chunsoft   E10+
## 1300                                                           <NA>   <NA>
## 1301                                           Monolith Productions      M
## 1302                                                      Rebellion      M
## 1303                                            Ubisoft Montpellier   E10+
## 1304                                              Creative Assembly      M
## 1305                                                           <NA>   <NA>
## 1306                                                           Sega      T
## 1307                                                 Airtight Games      M
## 1308                                             Bandai Namco Games   <NA>
## 1309                                                           <NA>   <NA>
## 1310                                   Big Red Button Entertainment   E10+
## 1311                                                           <NA>   <NA>
## 1312                                                        Artdink      T
## 1313                                                      Rebellion      M
## 1314                                                       TT Games   E10+
## 1315                                                           <NA>   <NA>
## 1316                                             Bandai Namco Games      T
## 1317                                                       TT Games   E10+
## 1318                                                   2K Australia      M
## 1319                                                  Sanzaru Games      E
## 1320                                             Kojima Productions      M
## 1321                                                      EA Sports      E
## 1322                                              Creative Assembly      M
## 1323                                                      Rebellion      M
## 1324                                                    Indies Zero      E
## 1325                                                   Toys for Bob   E10+
## 1326                                                           <NA>   <NA>
## 1327                                                      Ganbarion      T
## 1328                                                Tango Gameworks      M
## 1329                                                           <NA>   <NA>
## 1330                                                           <NA>   <NA>
## 1331                                                       TT Games   E10+
## 1332                                                    Indies Zero      E
## 1333                                                           <NA>   <NA>
## 1334                                                           <NA>   <NA>
## 1335                                                    Omega Force      T
## 1336                                                    Torus Games   E10+
## 1337                                                        Ubisoft   E10+
## 1338                                                           Sega      T
## 1339                                                     WayForward   E10+
## 1340                                                           <NA>   <NA>
## 1341                                                        RedLynx   E10+
## 1342                                           Tamsoft, D3Publisher      M
## 1343                                                    Omega Force      T
## 1344                                                           <NA>   <NA>
## 1345                                                      EA Sports      E
## 1346                                                           <NA>   <NA>
## 1347                                  Omega Force, Koei Tecmo Games      T
## 1348                                                           <NA>   <NA>
## 1349                                         Codemasters Birmingham      E
## 1350                                                       TT Games   E10+
## 1351                                               SCE Japan Studio      M
## 1352                                      City Interactive, Deck 13      M
## 1353                                                           <NA>   <NA>
## 1354                                                        Tamsoft      M
## 1355                                                  CyberConnect2      T
## 1356                                                    Ivory Tower      T
## 1357                                                           <NA>   <NA>
## 1358                                                 Spike Chunsoft      M
## 1359                                                 Telltale Games      M
## 1360                                                      EA Sports      E
## 1361                                             Bandai Namco Games      T
## 1362                             Sanzaru Games, Sanzaru Games, Inc.      M
## 1363                                                     WayForward   E10+
## 1364                                                           <NA>   <NA>
## 1365                                                  Mercury Steam      M
## 1366                                                        Spiders      M
## 1367                                                    Omega Force      T
## 1368                                         Obsidian Entertainment      M
## 1369                                                           <NA>   <NA>
## 1370                                                           <NA>   <NA>
## 1371                                                         Falcom      T
## 1372                                                           SCEE   <NA>
## 1373                                                           <NA>   <NA>
## 1374                                         Harmonix Music Systems      T
## 1375                                                           <NA>   <NA>
## 1376                                                           <NA>   <NA>
## 1377                                                    Torus Games   E10+
## 1378                                               Ubisoft Montreal      E
## 1379                                                           Gust   E10+
## 1380                                                            5pb      M
## 1381                                                Milestone S.r.l      E
## 1382                                                    Codemasters      E
## 1383                                                  From Software      T
## 1384                                         Microsoft Game Studios   E10+
## 1385                                                 Spike Chunsoft      M
## 1386                                                           <NA>   <NA>
## 1387                                                    Torus Games   E10+
## 1388                                                           <NA>   <NA>
## 1389                                                    Deep Silver      E
## 1390                                                           <NA>   <NA>
## 1391                                             Sega, French-Bread      T
## 1392                                                 Airtight Games      M
## 1393                               Ubisoft Reflections, Ivory Tower      T
## 1394                                                           <NA>   <NA>
## 1395                                                           <NA>   <NA>
## 1396                                                           Gust      T
## 1397                                                           <NA>   <NA>
## 1398                                                Carbine Studios      T
## 1399                                                           <NA>   <NA>
## 1400                                         Harmonix Music Systems   E10+
## 1401                                                           <NA>   <NA>
## 1402                                                           <NA>   <NA>
## 1403                                                       TT Games   E10+
## 1404                                                    Alfa System      T
## 1405                                                           <NA>   <NA>
## 1406                                                         Falcom      T
## 1407                                                           <NA>   <NA>
## 1408                                                           <NA>   <NA>
## 1409                                              Creative Assembly      M
## 1410                                                           <NA>   <NA>
## 1411                                             Kojima Productions      M
## 1412                                                         Konami      E
## 1413                                                         Konami      E
## 1414                                                           <NA>   <NA>
## 1415                                                           <NA>   <NA>
## 1416                                            Ubisoft Montpellier   E10+
## 1417                                                 Airtight Games      M
## 1418                                                           <NA>   <NA>
## 1419                                               Arc System Works      T
## 1420                                                     WayForward   E10+
## 1421                                                           Sega      T
## 1422                                                           <NA>   <NA>
## 1423                                                Ubisoft Romania      M
## 1424                                               Koei Tecmo Games      M
## 1425                                                      Ganbarion      T
## 1426                                                           <NA>   <NA>
## 1427                                                          Sting      T
## 1428                                                           <NA>   <NA>
## 1429                                                           <NA>   <NA>
## 1430                                                           <NA>   <NA>
## 1431                                                           <NA>   <NA>
## 1432                                                           <NA>   <NA>
## 1433                                                           <NA>   <NA>
## 1434                                                           <NA>   <NA>
## 1435                                                      Haemimont      T
## 1436                                               Koei Tecmo Games      M
## 1437                                                           <NA>   <NA>
## 1438                                                        Tamsoft      T
## 1439                                                           <NA>   <NA>
## 1440                                               Koei Tecmo Games      M
## 1441                                                           <NA>   <NA>
## 1442                                                Milestone S.r.l      E
## 1443                                                           <NA>   <NA>
## 1444                                                    Omega Force      T
## 1445                                                      Eutechnyx      E
## 1446                                         SCEA San Diego Studios      E
## 1447                                                           <NA>   <NA>
## 1448                                                        Artdink      T
## 1449                                                  Vicious Cycle   E10+
## 1450                                                           <NA>   <NA>
## 1451                                        Deep Silver, Keen Games      M
## 1452                                                           <NA>   <NA>
## 1453                                                           <NA>   <NA>
## 1454                                                    Torus Games   E10+
## 1455                                                           <NA>   <NA>
## 1456                                                 Airtight Games      M
## 1457                                                           <NA>   <NA>
## 1458                                                           <NA>   <NA>
## 1459                                                           <NA>   <NA>
## 1460                                                           <NA>   <NA>
## 1461                                                       Kadokawa      M
## 1462                                         Codemasters Birmingham      E
## 1463                                                           <NA>   <NA>
## 1464                                                Experience Inc.      M
## 1465                                                           <NA>   <NA>
## 1466                                                           <NA>   <NA>
## 1467                                                           <NA>   <NA>
## 1468                                                  Vicious Cycle   E10+
## 1469                                                           <NA>   <NA>
## 1470                                                           <NA>   <NA>
## 1471                                                           <NA>   <NA>
## 1472                                                          Prope   E10+
## 1473                                       Spark Unlimited, comcept      M
## 1474                                                  Mercury Steam      M
## 1475                                                           <NA>   <NA>
## 1476                                                           <NA>   <NA>
## 1477                                                    Codemasters      E
## 1478                                                  Piranha Bytes      M
## 1479                                               Koei Tecmo Games      T
## 1480                                                           <NA>   <NA>
## 1481                                                Nixxes Software      T
## 1482                                                    Torus Games   E10+
## 1483                                                           <NA>   <NA>
## 1484                                          HB Studios Multimedia      E
## 1485                                                Milestone S.r.l      E
## 1486                                                     WayForward   E10+
## 1487                                                  Piranha Bytes      M
## 1488                                               Arc System Works      T
## 1489                                                           <NA>   <NA>
## 1490                                                  Vicious Cycle   E10+
## 1491                                                          FuRyu      T
## 1492                                                    Omega Force      T
## 1493                                                 Telltale Games      M
## 1494                                                           <NA>   <NA>
## 1495                                                          FuRyu      T
## 1496                                                           <NA>   <NA>
## 1497                                                    Fatshark AB      M
## 1498                                                           <NA>   <NA>
## 1499                                                           <NA>   <NA>
## 1500                                                    Fatshark AB      M
## 1501                                               Ubisoft Montreal   E10+
## 1502                                                           <NA>   <NA>
## 1503                                                       ZeptoLab      E
## 1504                                         Harmonix Music Systems   E10+
## 1505                                               Arc System Works      T
## 1506                                                         TOYBOX      T
## 1507                                                        Sandlot      T
## 1508                                               Koei Tecmo Games      T
## 1509                                                           <NA>   <NA>
## 1510                                                           <NA>   <NA>
## 1511                                                           <NA>   <NA>
## 1512                                                           <NA>   <NA>
## 1513                                                           <NA>   <NA>
## 1514                                                        Artdink      T
## 1515                                                Engine Software      T
## 1516                                                  Vicious Cycle   E10+
## 1517                                                           <NA>   <NA>
## 1518                                                   Little Orbit      E
## 1519                                                           <NA>   <NA>
## 1520                                                       Kadokawa      M
## 1521                                                           <NA>   <NA>
## 1522                                                  Piranha Bytes      M
## 1523                                                    Omega Force      T
## 1524                                                           <NA>   <NA>
## 1525                                                      Ganbarion      T
## 1526                                                           <NA>   <NA>
## 1527                                                           <NA>   <NA>
## 1528                                                         Konami   <NA>
## 1529                                                           <NA>   <NA>
## 1530                                                       TT Games   E10+
## 1531                                                        Artdink   E10+
## 1532                                                       TT Games   E10+
## 1533                                                           <NA>   <NA>
## 1534                                        Nordic Games Publishing      E
## 1535                                                           <NA>   <NA>
## 1536                                                           <NA>   <NA>
## 1537                                                           <NA>   <NA>
## 1538                                                          Prope   E10+
## 1539                                                           <NA>   <NA>
## 1540                                                           <NA>   <NA>
## 1541                                                 Marvelous Inc.      T
## 1542                                                           <NA>   <NA>
## 1543                                                     WayForward   E10+
## 1544                                                           <NA>   <NA>
## 1545                                                           <NA>   <NA>
## 1546                                                      Haemimont      T
## 1547                                                         TOYBOX      T
## 1548                                                           <NA>   <NA>
## 1549                                                       CI Games      M
## 1550                                                 Airtight Games      M
## 1551                                                           <NA>   <NA>
## 1552                                                           <NA>   <NA>
## 1553                                                           <NA>   <NA>
## 1554                                                    Deep Silver      M
## 1555                                                           <NA>   <NA>
## 1556                                                           <NA>   <NA>
## 1557                                                       Kadokawa      M
## 1558                                               Ubisoft Montreal   E10+
## 1559                                                       TT Games   E10+
## 1560                                                           <NA>   <NA>
## 1561                                                           <NA>   <NA>
## 1562                                       Spark Unlimited, comcept      M
## 1563                                                           <NA>   <NA>
## 1564                                                           <NA>   <NA>
## 1565                                                           <NA>   <NA>
## 1566                                                           <NA>   <NA>
## 1567                                                           <NA>   <NA>
## 1568                                                           <NA>   <NA>
## 1569                                                           <NA>   <NA>
## 1570                                                           <NA>   <NA>
## 1571                                                       CI Games      M
## 1572                                               Koei Tecmo Games      T
## 1573                                                 Telltale Games      M
## 1574                                                           <NA>   <NA>
## 1575                                                           <NA>   <NA>
## 1576                                                           <NA>   <NA>
## 1577                                                Engine Software      T
## 1578                                                           <NA>   <NA>
## 1579                                                           <NA>   <NA>
## 1580                                                           <NA>   <NA>
## 1581                                                           <NA>   <NA>
## 1582                                                  Mercury Steam      M
## 1583                                                           <NA>   <NA>
## 1584                                                           <NA>   <NA>
## 1585                                                           <NA>   <NA>
## 1586                                                           <NA>   <NA>
## 1587                                                   Sucker Punch      T
## 1588                                                        Cyanide      E
## 1589                                          Playrix Entertainment   <NA>
## 1590                                                   Little Orbit      E
## 1591                                                           <NA>   <NA>
## 1592                                                           <NA>   <NA>
## 1593                                                           <NA>   <NA>
## 1594                                                           <NA>   <NA>
## 1595                                                        RedLynx   E10+
## 1596                                                  Cauldron Ltd.      T
## 1597                                                           <NA>   <NA>
## 1598                                                           <NA>   <NA>
## 1599                                                           <NA>   <NA>
## 1600                                                           <NA>   <NA>
## 1601                                          HB Studios Multimedia      E
## 1602                                                     Activision   <NA>
## 1603                                                           <NA>   <NA>
## 1604                                                           <NA>   <NA>
## 1605                                             Bandai Namco Games   E10+
## 1606                                      City Interactive, Deck 13      M
## 1607                                                           <NA>   <NA>
## 1608                                                           <NA>   <NA>
## 1609                                                  Cauldron Ltd.      T
## 1610                                        Nordic Games Publishing      E
## 1611                                                           <NA>   <NA>
## 1612                                                           <NA>   <NA>
## 1613                                                           <NA>   <NA>
## 1614                                                           <NA>   <NA>
## 1615                                                           <NA>   <NA>
## 1616                                                    Codemasters      E
## 1617                                                           <NA>   <NA>
## 1618                                                           <NA>   <NA>
## 1619                                                           <NA>   <NA>
## 1620                                                  Compile Heart      T
## 1621                                                           <NA>   <NA>
## 1622                                             NATSUME ATARI Inc.      T
## 1623                                                           <NA>   <NA>
## 1624                                                         PopCap   E10+
## 1625                                                           <NA>   <NA>
## 1626                                                           <NA>   <NA>
## 1627                                                    Deep Silver      M
## 1628                                           Nippon Ichi Software      T
## 1629                                                Nixxes Software      T
## 1630                                                           <NA>   <NA>
## 1631                                                           <NA>   <NA>
## 1632                                             Bandai Namco Games   E10+
## 1633                                                           <NA>   <NA>
## 1634                                                           <NA>   <NA>
## 1635                                                           <NA>   <NA>
## 1636                                         Obsidian Entertainment      M
## 1637                                                           <NA>   <NA>
## 1638                                                           <NA>   <NA>
## 1639                                                           <NA>   <NA>
## 1640                                                  Cauldron Ltd.      T
## 1641                                                 Larian Studios      M
## 1642                                                           <NA>   <NA>
## 1643                                                           <NA>   <NA>
## 1644                                                           <NA>   <NA>
## 1645                                                           <NA>   <NA>
## 1646                                                           <NA>   <NA>
## 1647                                                           <NA>   <NA>
## 1648                                                           <NA>   <NA>
## 1649                                                           <NA>   <NA>
## 1650                                                           <NA>   <NA>
## 1651                                                   Little Orbit      E
## 1652                                                Big Ant Studios      E
## 1653                                                           <NA>   <NA>
## 1654                                                           <NA>   <NA>
## 1655                                                           <NA>   <NA>
## 1656                                                           <NA>   <NA>
## 1657                                                           <NA>   <NA>
## 1658                                                           <NA>   <NA>
## 1659                                           Nippon Ichi Software      T
## 1660                                                           <NA>   <NA>
## 1661                                                           <NA>   <NA>
## 1662                                                           <NA>   <NA>
## 1663                                                           <NA>   <NA>
## 1664                                                           <NA>   <NA>
## 1665                                                           <NA>   <NA>
## 1666                                                           <NA>   <NA>
## 1667                                                           <NA>   <NA>
## 1668                                                           <NA>   <NA>
## 1669                                                           <NA>   <NA>
## 1670                                                           <NA>   <NA>
## 1671                                                           <NA>   <NA>
## 1672                                                           <NA>   <NA>
## 1673                                                Milestone S.r.l      E
## 1674                                                           <NA>   <NA>
## 1675                                                           <NA>   <NA>
## 1676                                                           <NA>   <NA>
## 1677                                                   Little Orbit      E
## 1678                                                           <NA>   <NA>
## 1679                                          Black Lantern Studios      E
## 1680                                                           <NA>   <NA>
## 1681                                                           <NA>   <NA>
## 1682                                                           <NA>   <NA>
## 1683                                                        Cyanide      E
## 1684                                                           <NA>   <NA>
## 1685                                                           <NA>   <NA>
## 1686                                                           <NA>   <NA>
## 1687                                                           <NA>   <NA>
## 1688                                             Kojima Productions      M
## 1689                                                           <NA>   <NA>
## 1690                                                 Rockstar North      M
## 1691                                                 Rockstar North      M
## 1692                                                           <NA>   <NA>
## 1693                                                  Infinity Ward      M
## 1694                                                  Infinity Ward      M
## 1695                                                           <NA>   <NA>
## 1696                                                      EA Canada      E
## 1697                                                    Naughty Dog      M
## 1698                                                           <NA>   <NA>
## 1699                                               Next Level Games      E
## 1700                                                       Nintendo      E
## 1701                                                      EA Canada      E
## 1702                                                  Infinity Ward      M
## 1703                                                        Ubisoft      M
## 1704                                                        EA DICE      M
## 1705                                                        Ubisoft   E10+
## 1706                                                        EA DICE      M
## 1707                                                        EA DICE      M
## 1708                                                           <NA>   <NA>
## 1709                                                        Ubisoft      M
## 1710                                              Polyphony Digital      E
## 1711                                                       Nintendo      E
## 1712                                                      EA Canada      E
## 1713                                                  Infinity Ward      M
## 1714                                                        Ubisoft      M
## 1715                                                      Guerrilla      M
## 1716                                                Visual Concepts      E
## 1717                                                           <NA>   <NA>
## 1718                                              WB Games Montreal      T
## 1719                                               SCE Santa Monica      M
## 1720                                                       Nintendo      E
## 1721                                                        Ubisoft      M
## 1722                                                      EA Sports      E
## 1723                                                       TT Games   E10+
## 1724                                                        Turn 10      E
## 1725                                                         Beenox   E10+
## 1726                                                Visual Concepts      E
## 1727                                                           <NA>   <NA>
## 1728                                                           <NA>   <NA>
## 1729                                                        EA DICE      M
## 1730                                                    Ghost Games   E10+
## 1731                                               Irrational Games      M
## 1732                                              Nintendo, Nd Cube      E
## 1733                                         Blizzard Entertainment      M
## 1734                                                           <NA>   <NA>
## 1735                                                           <NA>   <NA>
## 1736                                              WB Games Montreal      T
## 1737                                                      EA Sports      E
## 1738                                                       TT Games   E10+
## 1739                                                           <NA>   <NA>
## 1740                                                        Nd Cube      E
## 1741                                                           <NA>   <NA>
## 1742                                               SCE Japan Studio   E10+
## 1743                                               Irrational Games      M
## 1744                                         Blizzard Entertainment      T
## 1745                                                  Volition Inc.      M
## 1746                                                  Quantic Dream      M
## 1747                                                       TT Games   E10+
## 1748                                             Avalanche Software   E10+
## 1749                                               Capcom Vancouver      M
## 1750                                                     Epic Games      M
## 1751                                                           <NA>   <NA>
## 1752                                                           <NA>   <NA>
## 1753                                                           <NA>   <NA>
## 1754                                                Visual Concepts      E
## 1755                                             Avalanche Software   E10+
## 1756                                                          Maxis   E10+
## 1757                                                  PlatinumGames      M
## 1758                                         Blizzard Entertainment      M
## 1759                                            NetherRealm Studios      T
## 1760                                                         Crytek      M
## 1761                                                        EA DICE      M
## 1762                                              Vicarious Visions   E10+
## 1763                                                        Virtuos      T
## 1764                                                    Ghost Games   E10+
## 1765                                                  Volition Inc.      M
## 1766                                            NetherRealm Studios      T
## 1767                                                      EA Canada      E
## 1768                                                         Yuke's      T
## 1769                                                       Nintendo   E10+
## 1770                                                         Yuke's      T
## 1771                                                       TT Games   E10+
## 1772                                                     EA Tiburon      E
## 1773                                                           <NA>   <NA>
## 1774                                                    Square Enix      T
## 1775                                                       TT Games   E10+
## 1776                                              Vicarious Visions   E10+
## 1777                                                        Ubisoft   E10+
## 1778                                                 Visceral Games      M
## 1779                                                           <NA>   <NA>
## 1780                                                Ubisoft Toronto      M
## 1781                                             Avalanche Software   E10+
## 1782                                                 Visceral Games      M
## 1783                                                         Konami      E
## 1784                                                           <NA>   <NA>
## 1785                                                Ubisoft Toronto      M
## 1786                                                  CyberConnect2      T
## 1787                                                  h.a.n.d. Inc.      E
## 1788                                                           <NA>   <NA>
## 1789                                                Visual Concepts      E
## 1790                                                         Crytek      M
## 1791                                                      EA Sports      E
## 1792                                                       TT Games   E10+
## 1793                                                         Crytek      M
## 1794                                                       Nintendo      E
## 1795                                                     EA Tiburon      E
## 1796                                                      EA Sports      E
## 1797                                             Guerilla Cambridge      M
## 1798                                                        Virtuos      T
## 1799                                                   Ninja Theory      M
## 1800                                                    Ghost Games   E10+
## 1801                                                       Techland      M
## 1802                                                           <NA>   <NA>
## 1803                                               Gearbox Software      M
## 1804                                                        Level 5   E10+
## 1805                                                         Capcom      M
## 1806                                         SCEA San Diego Studios      E
## 1807                                                       TT Games   E10+
## 1808                                              Creative Assembly      T
## 1809                                                           <NA>   <NA>
## 1810                                                    Ghost Games   E10+
## 1811                                                Engine Software      T
## 1812                                            Ubisoft Montpellier   E10+
## 1813                                               Irrational Games      M
## 1814                                                    Omega Force      T
## 1815                                                           <NA>   <NA>
## 1816                                                           <NA>   <NA>
## 1817                                                        Ubisoft      M
## 1818                                             Sports Interactive      E
## 1819                                               Terminal Reality      M
## 1820                                                         Crytek      M
## 1821                                                 Media Molecule      E
## 1822                                               Gearbox Software      M
## 1823                                                       Techland      M
## 1824                                                    Omega Force      T
## 1825                                             Avalanche Software   E10+
## 1826                                                           <NA>   <NA>
## 1827                                                        Ubisoft   E10+
## 1828                                              Vicarious Visions   E10+
## 1829                                                          Atlus      M
## 1830                                                  CyberConnect2      T
## 1831                                            Ubisoft Montpellier   E10+
## 1832                                              Overkill Software      M
## 1833                                                   Trion Worlds      M
## 1834                                                  Sanzaru Games   E10+
## 1835                                                Electronic Arts   E10+
## 1836                                         Codemasters Birmingham      E
## 1837                                                Electronic Arts   E10+
## 1838                                                    Vanillaware      T
## 1839                                             Namco Bandai Games      T
## 1840                                                           <NA>   <NA>
## 1841                                                           <NA>   <NA>
## 1842                                      SCE Japan Studio, comcept      M
## 1843                                               Terminal Reality      M
## 1844                                                  CyberConnect2      T
## 1845                                              Dimps Corporation   E10+
## 1846                                                  PlatinumGames      M
## 1847                                                           <NA>   <NA>
## 1848                                                        Ubisoft   E10+
## 1849                                                           <NA>   <NA>
## 1850                                              High Moon Studios      M
## 1851                                                   Ninja Theory      M
## 1852                                              High Moon Studios      M
## 1853                                              Overkill Software      M
## 1854                                                         TOYBOX   E10+
## 1855                                            Ubisoft Montpellier   E10+
## 1856                                                Armature Studio      T
## 1857                                                       4A Games   <NA>
## 1858                                                 Spike Chunsoft      M
## 1859                                                        Ubisoft   E10+
## 1860                                                Engine Software      T
## 1861                                                      EA Canada      E
## 1862                                                    Square Enix   <NA>
## 1863                                                         Konami      M
## 1864                                                  PlatinumGames      T
## 1865                                                      EA Canada      E
## 1866                                                     Sonic Team   E10+
## 1867                                              Vicarious Visions   E10+
## 1868                                                      Ganbarion      T
## 1869                                                Giants Software      E
## 1870                                                      EA Canada      E
## 1871                                                           <NA>   <NA>
## 1872                                                           <NA>   <NA>
## 1873                                                       TT Games   E10+
## 1874                                                        Ubisoft   E10+
## 1875                                                    Codemasters      E
## 1876                                                     EA Tiburon      E
## 1877                                                           <NA>   <NA>
## 1878                                                    Vanillaware      T
## 1879                                                        Sandlot      M
## 1880                                                     EA Tiburon      E
## 1881                                                           <NA>   <NA>
## 1882                                                    Omega Force      T
## 1883                                                       4A Games   <NA>
## 1884                                                   Trion Worlds      M
## 1885                                                       Treyarch      M
## 1886                                                          Relic      M
## 1887                                           Exient Entertainment      E
## 1888                                               City Interactive      M
## 1889                                                 Spike Chunsoft      M
## 1890                                          DONTNOD Entertainment      M
## 1891                                              Vicarious Visions   E10+
## 1892                                            Iron Galaxy Studios      T
## 1893                                                   Access Games      M
## 1894                                             Human Head Studios      T
## 1895                                                       TT Games   E10+
## 1896                                               Arc System Works      T
## 1897                                                    Codemasters      E
## 1898                                                           <NA>   <NA>
## 1899                                                           <NA>   <NA>
## 1900                                           Exient Entertainment      E
## 1901                                                           <NA>   <NA>
## 1902                                                        Ubisoft      M
## 1903                                                           Sega      T
## 1904                                           Exient Entertainment      E
## 1905                                                 Visceral Games      M
## 1906                                                    Codemasters      E
## 1907                                                           <NA>   <NA>
## 1908                                                    Square Enix      T
## 1909                                                Armature Studio      T
## 1910                                                           <NA>   <NA>
## 1911                                                           <NA>   <NA>
## 1912                                           Exient Entertainment      E
## 1913                                                           <NA>   <NA>
## 1914                                                           <NA>   <NA>
## 1915                                                          Atlus      T
## 1916                                                         Capcom      M
## 1917                                                 Visceral Games      M
## 1918                                               SCE Japan Studio   E10+
## 1919                                                    Ghost Games   E10+
## 1920                                                       2K Marin      M
## 1921                                                  Sanzaru Games   E10+
## 1922                                                        n-Space   E10+
## 1923                                                           <NA>   <NA>
## 1924                                                       Zoe Mode      E
## 1925                                                           <NA>   <NA>
## 1926                                                      EA Sports      E
## 1927                                                           <NA>   <NA>
## 1928                                                         Konami      E
## 1929                                                    Omega Force      T
## 1930                                                         Falcom      T
## 1931                                                           <NA>   <NA>
## 1932                                        Grasshopper Manufacture      M
## 1933                                                           <NA>   <NA>
## 1934                                                       Zoe Mode      E
## 1935                                                           <NA>   <NA>
## 1936                                                           <NA>   <NA>
## 1937                                           Exient Entertainment      E
## 1938                                                       2K Marin      M
## 1939                                                           <NA>   <NA>
## 1940                                                           <NA>   <NA>
## 1941                                           Nippon Ichi Software      T
## 1942                                                 Io Interactive      M
## 1943                                                           TOSE      E
## 1944                                                   Trion Worlds      M
## 1945                                                Spark Unlimited      T
## 1946                                               City Interactive      M
## 1947                                          Behaviour Interactive      E
## 1948                                           Nippon Ichi Software      T
## 1949                                                      EA Sports      E
## 1950                                                         Falcom      T
## 1951                                                           <NA>   <NA>
## 1952                                                           <NA>   <NA>
## 1953                                                        Ubisoft      T
## 1954                                                           <NA>   <NA>
## 1955                                            NetherRealm Studios      T
## 1956                                                       4A Games      M
## 1957                                                      EA Canada      E
## 1958                                                         Capcom      M
## 1959                                                           <NA>   <NA>
## 1960                                                           <NA>   <NA>
## 1961                                                Ubisoft Toronto      M
## 1962                                                           <NA>   <NA>
## 1963                                                         Konami      E
## 1964                                                  Volition Inc.      M
## 1965                                                  Compile Heart      T
## 1966                                                     WayForward      E
## 1967                                                           <NA>   <NA>
## 1968                                                             K2      M
## 1969                                                           <NA>   <NA>
## 1970                                               Gearbox Software      M
## 1971                                          DONTNOD Entertainment      M
## 1972                                                           <NA>   <NA>
## 1973                                                 Io Interactive      M
## 1974                                                           <NA>   <NA>
## 1975                                                           <NA>   <NA>
## 1976                                                          Spike      M
## 1977                                                       TT Games   E10+
## 1978                                                Experience Inc.      T
## 1979                                                           <NA>   <NA>
## 1980                                                         Konami      E
## 1981                                           Exient Entertainment      E
## 1982                                                       System 3   E10+
## 1983                                                           <NA>   <NA>
## 1984                                                    Omega Force      T
## 1985                                                           <NA>   <NA>
## 1986                                                    Omega Force      T
## 1987                                                      Aqua Plus      T
## 1988                                                           <NA>   <NA>
## 1989                                                           <NA>   <NA>
## 1990                                                           <NA>   <NA>
## 1991                                                        Sandlot      M
## 1992                                                     Felistella      T
## 1993                                                Giants Software      E
## 1994                                                           <NA>   <NA>
## 1995                                          Behaviour Interactive      E
## 1996                                                           <NA>   <NA>
## 1997                                                           <NA>   <NA>
## 1998                                                       TT Games   E10+
## 1999                                                           <NA>   <NA>
## 2000                                                           <NA>   <NA>
## 2001                                                           <NA>   <NA>
## 2002                                                           <NA>   <NA>
## 2003                                                           <NA>   <NA>
## 2004                                                           <NA>   <NA>
## 2005                                                          Spike      M
## 2006                                          Black Lantern Studios      E
## 2007                                        Grasshopper Manufacture      M
## 2008                                                     WayForward      E
## 2009                                                           <NA>   <NA>
## 2010                                                           <NA>   <NA>
## 2011                                                Ubisoft Toronto      M
## 2012                                                Spark Unlimited      T
## 2013                                                       TT Games   E10+
## 2014                                                           <NA>   <NA>
## 2015                                                  From Software      T
## 2016                                                           <NA>   <NA>
## 2017                                                           <NA>   <NA>
## 2018                                               Terminal Reality      M
## 2019                                         SCEA San Diego Studios      E
## 2020                                                           <NA>   <NA>
## 2021                                                           <NA>   <NA>
## 2022                                                           <NA>   <NA>
## 2023                                            Bohemia Interactive      M
## 2024                                                        Zerodiv      T
## 2025                                                         Konami      E
## 2026                                                           <NA>   <NA>
## 2027                                                           <NA>   <NA>
## 2028                                                           <NA>   <NA>
## 2029                                                           <NA>   <NA>
## 2030                                                       5TH Cell   E10+
## 2031                                                Engine Software      T
## 2032                                                       5TH Cell   E10+
## 2033                                                            5pb      M
## 2034                                           Exient Entertainment      E
## 2035                                                           <NA>   <NA>
## 2036                                                           <NA>   <NA>
## 2037                                        Freedom Factory Studios      T
## 2038                                                     WayForward      E
## 2039                                                   Inti Creates   E10+
## 2040                                                           <NA>   <NA>
## 2041                                                           <NA>   <NA>
## 2042                                                     WayForward      E
## 2043                                                           <NA>   <NA>
## 2044                                                           <NA>   <NA>
## 2045                                                           <NA>   <NA>
## 2046                                                           <NA>   <NA>
## 2047                                                           <NA>   <NA>
## 2048                                                     WayForward      E
## 2049                                           Exient Entertainment      E
## 2050                                                       Novarama   E10+
## 2051                                                           <NA>   <NA>
## 2052                                                           <NA>   <NA>
## 2053                                                           <NA>   <NA>
## 2054                                                           <NA>   <NA>
## 2055                           Namco Bandai Games, Monkey Bar Games   E10+
## 2056                                               City Interactive      M
## 2057                                                           <NA>   <NA>
## 2058                                                           <NA>   <NA>
## 2059                                                           <NA>   <NA>
## 2060                           Namco Bandai Games, Monkey Bar Games   E10+
## 2061                                                           <NA>   <NA>
## 2062                                                        Egosoft      T
## 2063                                                           <NA>   <NA>
## 2064                                                           <NA>   <NA>
## 2065                                                           <NA>   <NA>
## 2066                                                           <NA>   <NA>
## 2067                                                           <NA>   <NA>
## 2068                                                           <NA>   <NA>
## 2069                                                           <NA>   <NA>
## 2070                                                           <NA>   <NA>
## 2071                                                           TOSE      E
## 2072                                                           <NA>   <NA>
## 2073                                                           <NA>   <NA>
## 2074                                                           <NA>   <NA>
## 2075                                                           <NA>   <NA>
## 2076                                                           <NA>   <NA>
## 2077                                                           <NA>   <NA>
## 2078                                                           <NA>   <NA>
## 2079                                              Dimps Corporation   <NA>
## 2080                                                  Compile Heart      T
## 2081                                         Daedalic Entertainment   <NA>
## 2082                                           Nippon Ichi Software      T
## 2083                                                           <NA>   <NA>
## 2084                                                           <NA>   <NA>
## 2085                                          Black Lantern Studios      E
## 2086                                                    Codemasters      E
## 2087                                        Image Epoch, Imageepoch      M
## 2088                                                           <NA>   <NA>
## 2089                                                           <NA>   <NA>
## 2090                                                     WayForward      E
## 2091                                                           <NA>   <NA>
## 2092                                          Behaviour Interactive   E10+
## 2093                                                           <NA>   <NA>
## 2094                                          DONTNOD Entertainment      M
## 2095                                                           <NA>   <NA>
## 2096                                         Eutechnyx, Deep Silver      M
## 2097                                                           <NA>   <NA>
## 2098                                                           <NA>   <NA>
## 2099                                                           <NA>   <NA>
## 2100                           Namco Bandai Games, Monkey Bar Games   E10+
## 2101                                                       2K Marin      M
## 2102                                          Behaviour Interactive   E10+
## 2103                                                           <NA>   <NA>
## 2104                                                           <NA>   <NA>
## 2105                                                           <NA>   <NA>
## 2106                                              Overkill Software      M
## 2107                                                           <NA>   <NA>
## 2108                                                           <NA>   <NA>
## 2109                                                     WayForward      E
## 2110                                                           <NA>   <NA>
## 2111                                                           <NA>   <NA>
## 2112                                                           <NA>   <NA>
## 2113                                          Behaviour Interactive   E10+
## 2114                                                           <NA>   <NA>
## 2115                                                 Hellbent Games      E
## 2116                                                           <NA>   <NA>
## 2117                                                           <NA>   <NA>
## 2118                                         Eutechnyx, Deep Silver      M
## 2119                                                           <NA>   <NA>
## 2120                                                           <NA>   <NA>
## 2121                                                         Capcom      M
## 2122                                                           <NA>   <NA>
## 2123                                                           <NA>   <NA>
## 2124                                                           <NA>   <NA>
## 2125                                                Spark Unlimited      T
## 2126                                              Rising Star Games      E
## 2127                                                           <NA>   <NA>
## 2128                                                           <NA>   <NA>
## 2129                                                           <NA>   <NA>
## 2130                                               Arc System Works      M
## 2131                                                           <NA>   <NA>
## 2132                                         Daedalic Entertainment   <NA>
## 2133                                                           <NA>   <NA>
## 2134                                                           <NA>   <NA>
## 2135                                               Studio Saizensen      E
## 2136                                                           <NA>   <NA>
## 2137                                                           <NA>   <NA>
## 2138                                                           <NA>   <NA>
## 2139                                                           <NA>   <NA>
## 2140                                                    Torus Games      E
## 2141                                                           <NA>   <NA>
## 2142                                                           <NA>   <NA>
## 2143                                                        Zerodiv      T
## 2144                                                           <NA>   <NA>
## 2145                                                           <NA>   <NA>
## 2146                                            Iron Galaxy Studios      T
## 2147                                                           <NA>   <NA>
## 2148                                                           <NA>   <NA>
## 2149                                               Farsight Studios   E10+
## 2150                                                   Headup Games   <NA>
## 2151                                                           <NA>   <NA>
## 2152                                                           <NA>   <NA>
## 2153                                                           <NA>   <NA>
## 2154                                                       TT Games   E10+
## 2155                                                           <NA>   <NA>
## 2156                                                           <NA>   <NA>
## 2157                                                           <NA>   <NA>
## 2158                                                           <NA>   <NA>
## 2159                                               Arc System Works      M
## 2160                                                       System 3   E10+
## 2161                                        Freedom Factory Studios      T
## 2162                                                           <NA>   <NA>
## 2163                                                           <NA>   <NA>
## 2164                                                           <NA>   <NA>
## 2165                                                           <NA>   <NA>
## 2166                                               Monkey Bar Games      E
## 2167                                                           <NA>   <NA>
## 2168                                                           <NA>   <NA>
## 2169                                                           <NA>   <NA>
## 2170                                                           <NA>   <NA>
## 2171                                                           <NA>   <NA>
## 2172                                           Game Machine Studios      E
## 2173                                                           <NA>   <NA>
## 2174                                                           <NA>   <NA>
## 2175                                                      Rebellion      M
## 2176                                                           <NA>   <NA>
## 2177                                                           <NA>   <NA>
## 2178                                                           <NA>   <NA>
## 2179                                                           <NA>   <NA>
## 2180                                                           <NA>   <NA>
## 2181                                                           <NA>   <NA>
## 2182                                                           Koei      M
## 2183                                                           <NA>   <NA>
## 2184                                                     ApolloSoft      T
## 2185                                                           <NA>   <NA>
## 2186                                                           <NA>   <NA>
## 2187                                                           <NA>   <NA>
## 2188                                                           <NA>   <NA>
## 2189                                                           <NA>   <NA>
## 2190                                       1st Playable Productions   E10+
## 2191                                               Magenta Software   E10+
## 2192                                           Game Machine Studios      E
## 2193                                                           <NA>   <NA>
## 2194                                                           <NA>   <NA>
## 2195                                                           <NA>   <NA>
## 2196                                               Monkey Bar Games      E
## 2197                                                           <NA>   <NA>
## 2198                                                           <NA>   <NA>
## 2199                                                           <NA>   <NA>
## 2200                                                           <NA>   <NA>
## 2201                                                           <NA>   <NA>
## 2202                                                    Torus Games      E
## 2203                                                    Torus Games      E
## 2204                                                           <NA>   <NA>
## 2205                                                     WayForward      E
## 2206                                               Compulsion Games      T
## 2207                                                           <NA>   <NA>
## 2208                                                           <NA>   <NA>
## 2209                                                           <NA>   <NA>
## 2210                                                           <NA>   <NA>
## 2211                                                           <NA>   <NA>
## 2212                                                           <NA>   <NA>
## 2213                                                           SCEA   E10+
## 2214                                                           <NA>   <NA>
## 2215                                                           <NA>   <NA>
## 2216                                                           Moss      T
## 2217                                                           <NA>   <NA>
## 2218                                                           <NA>   <NA>
## 2219                                                           <NA>   <NA>
## 2220                                                           <NA>   <NA>
## 2221                                                           <NA>   <NA>
## 2222                                               Monkey Bar Games      E
## 2223                                                           <NA>   <NA>
## 2224                                        Freedom Factory Studios      T
## 2225                                                           <NA>   <NA>
## 2226                                                           <NA>   <NA>
## 2227                                                           <NA>   <NA>
## 2228                                                           <NA>   <NA>
## 2229                                                           <NA>   <NA>
## 2230                                                           <NA>   <NA>
## 2231                                                           <NA>   <NA>
## 2232                                          High Voltage Software   E10+
## 2233                                                           <NA>   <NA>
## 2234                                                       Treyarch      M
## 2235                                                       Treyarch      M
## 2236                                                       Nintendo      E
## 2237                                                 343 Industries      M
## 2238                                                       Nintendo      E
## 2239                                                Electronic Arts      E
## 2240                                                           <NA>   <NA>
## 2241                                                        Ubisoft   E10+
## 2242                                                        Ubisoft      M
## 2243                                                        Ubisoft      M
## 2244                                                       Nintendo      E
## 2245                                                Electronic Arts      E
## 2246                                         Blizzard Entertainment      M
## 2247                                                       Nintendo   E10+
## 2248                                               Ubisoft Montreal      M
## 2249                                                        Nd Cube      E
## 2250                                                         Capcom      M
## 2251                                               Gearbox Software      M
## 2252                                                        BioWare      M
## 2253                                               Ubisoft Montreal      M
## 2254                                                Visual Concepts      E
## 2255                                                     EA Tiburon      E
## 2256                                                           <NA>   <NA>
## 2257                                                     EA Tiburon      E
## 2258                                                   Toys for Bob   E10+
## 2259                                                Visual Concepts      E
## 2260                                                       ArenaNet      T
## 2261                                            Intelligent Systems      E
## 2262                                               Gearbox Software      M
## 2263                                                 Io Interactive      M
## 2264                                            Intelligent Systems      T
## 2265                                   PLAYGROUND, Playground Games      T
## 2266                                                         Capcom      M
## 2267                                               Rockstar Studios      M
## 2268                                         Blizzard Entertainment      T
## 2269                                               Terminal Reality      T
## 2270                                                         Capcom      M
## 2271                                                 Io Interactive      M
## 2272                                                 Arkane Studios      M
## 2273                                                       TT Games   E10+
## 2274                                               Rockstar Studios      M
## 2275                                                    Square Enix   E10+
## 2276                                                      EA Canada      T
## 2277                                                         Konami      E
## 2278                                                 Arkane Studios      M
## 2279                                                       Treyarch      M
## 2280                                                     Nihilistic      M
## 2281                                                  Ubisoft Paris      M
## 2282                                                        BioWare      M
## 2283                                                   Danger Close      M
## 2284                                                       TT Games   E10+
## 2285                                                           <NA>   <NA>
## 2286                                                            THQ      T
## 2287                                                        Ubisoft      M
## 2288                                                   Toys for Bob   E10+
## 2289                                             Opus, Project Sora   E10+
## 2290                                       Nintendo, Spike Chunsoft      E
## 2291                                                    THQ, Yuke's      T
## 2292                                 Tarsier Studios, Double Eleven      E
## 2293                                                      EA Sports      E
## 2294                                                       TT Games   E10+
## 2295                                              Traveller's Tales   E10+
## 2296                                                           <NA>   <NA>
## 2297                                                        Ubisoft   E10+
## 2298                                  Omega Force, Tecmo Koei Games      T
## 2299                                                      Slant Six      M
## 2300                                             Sports Interactive   <NA>
## 2301                                                   Danger Close      M
## 2302                                         Level 5, Brownie Brown   E10+
## 2303                                                          Atlus      M
## 2304                                                     EA Tiburon      E
## 2305                                                   Toys for Bob   E10+
## 2306                                                       TT Games   E10+
## 2307                                             United Front Games      M
## 2308                                                    Codemasters      E
## 2309                                                         Yuke's      T
## 2310                                                           Koei      E
## 2311                                                           <NA>   <NA>
## 2312                                            Ubisoft Montpellier      M
## 2313                                                         Yuke's      T
## 2314                                                        BioWare      M
## 2315                                               Ubisoft Montreal      M
## 2316                                                    Square Enix   <NA>
## 2317                                                Giants Software      E
## 2318                                                           <NA>   <NA>
## 2319                                                      Rebellion      M
## 2320                                      Camelot Software Planning      E
## 2321                                         SuperBot Entertainment      T
## 2322                                                           <NA>   <NA>
## 2323                                                  Ubisoft Paris      M
## 2324                                                        Ubisoft      M
## 2325                                               Gearbox Software      M
## 2326                                         SCEA San Diego Studios      E
## 2327                                                  Marvelous AQL      E
## 2328                                                      EA Canada      E
## 2329                                          CD Projekt Red Studio      M
## 2330                                                       TT Games   E10+
## 2331                                                      EA Sports      E
## 2332                                                           <NA>   <NA>
## 2333                                                     EA Tiburon      E
## 2334                                                         Capcom      M
## 2335                                             United Front Games      M
## 2336                                                 Big Huge Games      M
## 2337                             Media Molecule, United Front Games      E
## 2338                                                 Big Huge Games      M
## 2339                                             Namco Bandai Games      T
## 2340                                                    Vigil Games      M
## 2341                                             Bandai Namco Games      T
## 2342                                                      Rebellion      M
## 2343                                                         Capcom      T
## 2344                                Ready at Dawn, SCE Santa Monica      M
## 2345                               Capcom, Pipeworks Software, Inc.      M
## 2346                                         Harmonix Music Systems      T
## 2347                                                           <NA>   <NA>
## 2348                                                        Level 5      T
## 2349                                                    Vigil Games      M
## 2350                                          Radical Entertainment      M
## 2351                                                         Capcom      M
## 2352                                                           <NA>   <NA>
## 2353                                                      Slant Six      M
## 2354                                                           <NA>   <NA>
## 2355                                                       TT Games   E10+
## 2356                                                   Project Soul      T
## 2357                                          Radical Entertainment      M
## 2358                                                           <NA>   <NA>
## 2359                                                           <NA>   <NA>
## 2360                                                     syn Sophia      E
## 2361                                               Arc System Works      T
## 2362                                          CyberConnect2, Racjin      T
## 2363                                                           <NA>   <NA>
## 2364                                                  Firaxis Games      M
## 2365                                                      EA Canada      E
## 2366                                                           <NA>   <NA>
## 2367                                                Electronic Arts      E
## 2368                                                       TT Games   E10+
## 2369                                                       HAL Labs   E10+
## 2370                                                           <NA>   <NA>
## 2371                                                           <NA>   <NA>
## 2372                                                           <NA>   <NA>
## 2373                                                Electronic Arts   E10+
## 2374                                        Grasshopper Manufacture      M
## 2375                                            NetherRealm Studios      M
## 2376                                                Electronic Arts   E10+
## 2377                                                     Team Ninja      M
## 2378                                                           <NA>   <NA>
## 2379                                           Exient Entertainment      E
## 2380                                                  Firaxis Games      M
## 2381                                                           <NA>   <NA>
## 2382                                                       5TH Cell   E10+
## 2383                                          Ryu ga Gotoku Studios      M
## 2384                                                   Project Soul      T
## 2385                                                           <NA>   <NA>
## 2386                                                   Asobo Studio      E
## 2387                                                Electronic Arts      E
## 2388                                                           <NA>   <NA>
## 2389                                                  Firaxis Games      M
## 2390                                                    id Software      M
## 2391                                                      Neverland   E10+
## 2392                                               SCE Japan Studio      T
## 2393                                                          Yager      M
## 2394                                             UBlart Montpellier   E10+
## 2395                                                Electronic Arts      E
## 2396                                                           <NA>   <NA>
## 2397                                            Blitz Games Studios      E
## 2398                                                           <NA>   <NA>
## 2399                                                Electronic Arts      E
## 2400                                             Zipper Interactive      T
## 2401                                                    Indies Zero   E10+
## 2402                                                Visual Concepts      E
## 2403                                                     EA Tiburon      E
## 2404                                                    Codemasters      E
## 2405                                                           <NA>   <NA>
## 2406                                                           <NA>   <NA>
## 2407                                        Grasshopper Manufacture      M
## 2408                                                    id Software      M
## 2409                                                         Capcom      T
## 2410                                                Electronic Arts      E
## 2411                                            Blitz Games Studios      E
## 2412                                                           <NA>   <NA>
## 2413                                     Nintendo, Headstrong Games      E
## 2414                                                          Vatra      M
## 2415                                                Bluepoint Games      T
## 2416                                          CyberConnect2, Racjin      T
## 2417                                              High Moon Studios      T
## 2418                                                Electronic Arts      E
## 2419                                                     Team Ninja      M
## 2420                               Capcom, Pipeworks Software, Inc.      M
## 2421                                                        BioWare      M
## 2422                                                        Ubisoft   E10+
## 2423                                               Rockstar Studios      M
## 2424                                          High Voltage Software      M
## 2425                                                        Virtuos      E
## 2426                                                          Yager      M
## 2427                                                       Treyarch      M
## 2428                                                     Nihilistic      M
## 2429                                                        BioWare      M
## 2430                                                  CyberConnect2      T
## 2431                                                      Game Arts      T
## 2432                                                Electronic Arts      E
## 2433                                          Black Lantern Studios      E
## 2434                                                       TT Games   E10+
## 2435                                                  From Software      T
## 2436                                       Monolith Soft, Banpresto      T
## 2437                                              High Moon Studios      T
## 2438                                                           <NA>   <NA>
## 2439                                               Digital Extremes      M
## 2440                                                           <NA>   <NA>
## 2441                                                           <NA>   <NA>
## 2442                                             Kojima Productions      M
## 2443                                                           <NA>   <NA>
## 2444                                              Vicarious Visions   E10+
## 2445                                                  Ubisoft Paris   E10+
## 2446                                                       5TH Cell   E10+
## 2447                                                           <NA>   <NA>
## 2448                                                           <NA>   <NA>
## 2449                                                        Ubisoft      E
## 2450                                               Studio Liverpool   E10+
## 2451                                                 Ubisoft Quebec      M
## 2452                                                Electronic Arts      E
## 2453                                             Namco Bandai Games      T
## 2454                                                           <NA>   <NA>
## 2455                                                       TT Games   E10+
## 2456                                                   Danger Close      M
## 2457                                                           Sega      M
## 2458                                                           <NA>   <NA>
## 2459                                                         Konami      M
## 2460                                                     Team Ninja      M
## 2461                                                 Hijinx Studios      M
## 2462                                               Digital Extremes      M
## 2463                                                    Codemasters      E
## 2464                                                           <NA>   <NA>
## 2465                                                           <NA>   <NA>
## 2466                                                         Konami      E
## 2467                                                           <NA>   <NA>
## 2468                                                 Big Huge Games      M
## 2469                                                     EA Tiburon      E
## 2470                                              Koei, Omega Force      M
## 2471                                                   The Workshop   E10+
## 2472                                                           SCEA      E
## 2473                                                           <NA>   <NA>
## 2474                                           LightBox Interactive      T
## 2475                                                Electronic Arts      E
## 2476                                                           <NA>   <NA>
## 2477                                                           <NA>   <NA>
## 2478                                                      Clap Hanz      E
## 2479                                                       TT Games   E10+
## 2480                                               Lionhead Studios      T
## 2481                                          Black Lantern Studios      E
## 2482                                                           <NA>   <NA>
## 2483                                                        BioWare      M
## 2484                                                    Codemasters      E
## 2485                                                 FreeStyleGames   E10+
## 2486                                                           <NA>   <NA>
## 2487                                                           <NA>   <NA>
## 2488                                                           <NA>   <NA>
## 2489                                                         Konami      E
## 2490                                             Heavy Iron Studios      M
## 2491                              Rovio Mobile, Rovio Entertainment      E
## 2492                                                           Gust      T
## 2493                                                       Crispy's      T
## 2494                                       Cyanide, Cyanide Studios      M
## 2495                                             Heavy Iron Studios      M
## 2496                                                     Team Ninja      M
## 2497                                Io Interactive, Nixxes Software      M
## 2498                                                         Falcom      T
## 2499                                                  CyberConnect2      T
## 2500                                                      Frogwares      M
## 2501                                       Cyanide, Cyanide Studios      M
## 2502                                           Gaijin Entertainment      T
## 2503                                                           Sega      T
## 2504                                                    Codemasters   E10+
## 2505                                                      EA Sports      E
## 2506                                                           <NA>   <NA>
## 2507                                                 Junction Point      E
## 2508                                                           <NA>   <NA>
## 2509                                                     EA Tiburon      E
## 2510                                                           <NA>   <NA>
## 2511                                                Q Entertainment      E
## 2512                                                          Yager      M
## 2513                                                           <NA>   <NA>
## 2514                                                  Piranha Bytes      M
## 2515                                               Tecmo Koei Games      T
## 2516                                                  Piranha Bytes      M
## 2517                                                       TT Games   E10+
## 2518                                                           <NA>   <NA>
## 2519                                                  From Software      T
## 2520                                                           <NA>   <NA>
## 2521                                                           <NA>   <NA>
## 2522                                                ThatGameCompany      E
## 2523                                                        n-Space      T
## 2524                                                           <NA>   <NA>
## 2525                                                           <NA>   <NA>
## 2526                                                  PlatinumGames      M
## 2527                                                           <NA>   <NA>
## 2528                                                           <NA>   <NA>
## 2529                                                           <NA>   <NA>
## 2530                                               Studio Saizensen      T
## 2531                                                          Arika      T
## 2532                                          High Voltage Software      M
## 2533                                                           <NA>   <NA>
## 2534                                                           <NA>   <NA>
## 2535                                                        Ubisoft      T
## 2536                                                           <NA>   <NA>
## 2537                                                     WayForward      M
## 2538                                                           <NA>   <NA>
## 2539                                                Visual Concepts      E
## 2540                                                           <NA>   <NA>
## 2541                                                           <NA>   <NA>
## 2542                                                        Ubisoft   E10+
## 2543                                                           <NA>   <NA>
## 2544                                                         Konami      M
## 2545                                         SCEA San Diego Studios      E
## 2546                                                         Capcom      T
## 2547                                                           Sega      M
## 2548                                                           <NA>   <NA>
## 2549                                                           <NA>   <NA>
## 2550                                                           <NA>   <NA>
## 2551                                                           <NA>   <NA>
## 2552                                                           <NA>   <NA>
## 2553                                                     Starbreeze      M
## 2554                                         Majesco Games, Majesco   E10+
## 2555                                              Traveller's Tales   E10+
## 2556                                                      EA Sports      E
## 2557                                                           <NA>   <NA>
## 2558                                                    Codemasters   E10+
## 2559                                                           <NA>   <NA>
## 2560                                                           <NA>   <NA>
## 2561                                                         Funcom      M
## 2562                                                  Ubisoft Paris      M
## 2563                                          High Voltage Software   E10+
## 2564                                                  PlatinumGames      M
## 2565                                        Image Epoch, Imageepoch      T
## 2566                                                        Bugbear      T
## 2567                              Rovio Mobile, Rovio Entertainment      E
## 2568                                    Idea Factory, Compile Heart      T
## 2569                           Disney Interactive Studios, Land Ho!      E
## 2570                                                The Sims Studio      T
## 2571                                                           <NA>   <NA>
## 2572                                                           <NA>   <NA>
## 2573                                          Compile Heart, GCREST      T
## 2574                                                   Inti Creates   E10+
## 2575                                           Gaijin Entertainment      T
## 2576                                                    Vigil Games      M
## 2577                                                    Vigil Games      M
## 2578                                                           <NA>   <NA>
## 2579                                                           <NA>   <NA>
## 2580                                                Visual Concepts      E
## 2581                                         Daedalic Entertainment   <NA>
## 2582                                                            THQ      T
## 2583                                             UBlart Montpellier   E10+
## 2584                                                    Codemasters      E
## 2585                                                        n-Space   E10+
## 2586                                                     Starbreeze      M
## 2587                                                           <NA>   <NA>
## 2588                                                           <NA>   <NA>
## 2589                                                  Piranha Bytes      M
## 2590                                               Digital Extremes      M
## 2591                                                    Omega Force      T
## 2592                                                           <NA>   <NA>
## 2593                                                           <NA>   <NA>
## 2594                                                       TT Games   E10+
## 2595                                                      Blue Byte   E10+
## 2596                                                           <NA>   <NA>
## 2597                                                           <NA>   <NA>
## 2598                                                           <NA>   <NA>
## 2599                                                   SCS Software   <NA>
## 2600                                                           <NA>   <NA>
## 2601                                               Arc System Works      T
## 2602                                     Phosphor Games Studio, LLC      E
## 2603                                                  From Software      M
## 2604                                                Visual Concepts      E
## 2605                                                           <NA>   <NA>
## 2606                                                           <NA>   <NA>
## 2607                                                       Zoe Mode   E10+
## 2608                                                      Rebellion      M
## 2609                                             United Front Games      M
## 2610                                                           <NA>   <NA>
## 2611                                                           <NA>   <NA>
## 2612                                                           <NA>   <NA>
## 2613                           Disney Interactive Studios, Land Ho!      E
## 2614                                                 Ubisoft Quebec      T
## 2615                                                       Novarama      T
## 2616                                                           <NA>   <NA>
## 2617                                                Matrix Software      T
## 2618                                                           <NA>   <NA>
## 2619                                                           <NA>   <NA>
## 2620                                                        Bugbear      T
## 2621                                                           <NA>   <NA>
## 2622                                                           <NA>   <NA>
## 2623                                          Radical Entertainment      M
## 2624                                                           <NA>   <NA>
## 2625                                                           <NA>   <NA>
## 2626                                                           <NA>   <NA>
## 2627                                                          Examu      T
## 2628                                                           <NA>   <NA>
## 2629                                                           <NA>   <NA>
## 2630                                                           <NA>   <NA>
## 2631                                                           <NA>   <NA>
## 2632                                           Gaijin Entertainment      M
## 2633                                                           <NA>   <NA>
## 2634                                                      Eutechnyx      E
## 2635                                                           <NA>   <NA>
## 2636                                                           <NA>   <NA>
## 2637                                                           <NA>   <NA>
## 2638                                                      Rebellion      M
## 2639                                           Gaijin Entertainment      M
## 2640                                                           <NA>   <NA>
## 2641                                                           <NA>   <NA>
## 2642                                                       Nintendo      E
## 2643                                                           <NA>   <NA>
## 2644                                                           <NA>   <NA>
## 2645                                                         Konami      E
## 2646                                                           <NA>   <NA>
## 2647                                                Visual Concepts      E
## 2648                                                           <NA>   <NA>
## 2649                                                           <NA>   <NA>
## 2650                                                           <NA>   <NA>
## 2651                                                           <NA>   <NA>
## 2652                                                           <NA>   <NA>
## 2653                                                           <NA>   <NA>
## 2654                                                      Eutechnyx      E
## 2655                                                         Konami      E
## 2656                                                           <NA>   <NA>
## 2657                                                    Omega Force      T
## 2658                                                           <NA>   <NA>
## 2659                                                           <NA>   <NA>
## 2660                                       Cyanide, Cyanide Studios      M
## 2661                                                           <NA>   <NA>
## 2662                                                Visual Concepts      E
## 2663                                                      Black Box      T
## 2664                                                           <NA>   <NA>
## 2665                                             UBlart Montpellier   E10+
## 2666                                                           <NA>   <NA>
## 2667                                                           <NA>   <NA>
## 2668                                                           <NA>   <NA>
## 2669                                                           <NA>   <NA>
## 2670                                                       Mad Catz      T
## 2671                                                           <NA>   <NA>
## 2672                                                           <NA>   <NA>
## 2673                                                           <NA>   <NA>
## 2674                                                           <NA>   <NA>
## 2675                                                           <NA>   <NA>
## 2676                                                           <NA>   <NA>
## 2677                                                           <NA>   <NA>
## 2678                                                           <NA>   <NA>
## 2679                                                           <NA>   <NA>
## 2680                                                      Frogwares      M
## 2681                                              Saber Interactive      M
## 2682                                               Gearbox Software      M
## 2683                                                           <NA>   <NA>
## 2684                                                           <NA>   <NA>
## 2685                                           Remedy Entertainment      T
## 2686                                                           Koei   <NA>
## 2687                                                           Koei      M
## 2688                                                         Nitro+      M
## 2689                                                        Sandlot      T
## 2690                                                       Zoe Mode   E10+
## 2691                                                           <NA>   <NA>
## 2692                                                           <NA>   <NA>
## 2693                                                           <NA>   <NA>
## 2694                                                           <NA>   <NA>
## 2695                                                           <NA>   <NA>
## 2696                                                           <NA>   <NA>
## 2697                                                           <NA>   <NA>
## 2698                                              Saber Interactive      M
## 2699                                                           <NA>   <NA>
## 2700                                                      505 Games      T
## 2701                                                           <NA>   <NA>
## 2702                                                           <NA>   <NA>
## 2703                                              Evolution Studios      E
## 2704                                                           <NA>   <NA>
## 2705                                                           <NA>   <NA>
## 2706                                           Cranberry Production   <NA>
## 2707                                                           <NA>   <NA>
## 2708                                                           <NA>   <NA>
## 2709                                                           <NA>   <NA>
## 2710                                                           <NA>   <NA>
## 2711                                                           <NA>   <NA>
## 2712                                              Rising Star Games      E
## 2713                                                           <NA>   <NA>
## 2714                                                       Zoe Mode   E10+
## 2715                                                           <NA>   <NA>
## 2716                                                           <NA>   <NA>
## 2717                                                           <NA>   <NA>
## 2718                                                           <NA>   <NA>
## 2719                                                           <NA>   <NA>
## 2720                                                           <NA>   <NA>
## 2721                                                           <NA>   <NA>
## 2722                                                           <NA>   <NA>
## 2723                                                           <NA>   <NA>
## 2724                                                           <NA>   <NA>
## 2725                                                           <NA>   <NA>
## 2726                                                           <NA>   <NA>
## 2727                                                           <NA>   <NA>
## 2728                                                   Capcom, QLOC      M
## 2729                                                           <NA>   <NA>
## 2730                                                Visual Concepts      E
## 2731                                             Neko Entertainment      E
## 2732                                       Pipeworks Software, Inc.      M
## 2733                                                           <NA>   <NA>
## 2734                          Atari, Slightly Mad Studios, Atari SA      E
## 2735                                                           <NA>   <NA>
## 2736                                                           <NA>   <NA>
## 2737                                                           <NA>   <NA>
## 2738                                       Pipeworks Software, Inc.      M
## 2739                                                           <NA>   <NA>
## 2740                                               Monkey Bar Games      E
## 2741                                                           <NA>   <NA>
## 2742                                                           <NA>   <NA>
## 2743                                                           <NA>   <NA>
## 2744                                                      Slant Six      M
## 2745                                                           <NA>   <NA>
## 2746                                                           <NA>   <NA>
## 2747                                                           <NA>   <NA>
## 2748                                                           <NA>   <NA>
## 2749                                                           <NA>   <NA>
## 2750                                                  System Prisma      T
## 2751                                                           <NA>   <NA>
## 2752                                                           <NA>   <NA>
## 2753                                                           <NA>   <NA>
## 2754                                                           <NA>   <NA>
## 2755                                                           <NA>   <NA>
## 2756                                               Raylight Studios      T
## 2757                                                           <NA>   <NA>
## 2758                                                           <NA>   <NA>
## 2759                                                           <NA>   <NA>
## 2760                                                           <NA>   <NA>
## 2761                                                           <NA>   <NA>
## 2762                                                           <NA>   <NA>
## 2763                                              CokeM Interactive      E
## 2764                                 Edmund McMillen, Florian Himsl   <NA>
## 2765                                                           <NA>   <NA>
## 2766                                                           <NA>   <NA>
## 2767                                                           <NA>   <NA>
## 2768                                                      505 Games      T
## 2769                                                       ChunSoft      M
## 2770                                                           <NA>   <NA>
## 2771                                                  Ubisoft Paris   E10+
## 2772                                                           <NA>   <NA>
## 2773                                                           <NA>   <NA>
## 2774                                                    id Software      M
## 2775                                                           <NA>   <NA>
## 2776                                                Visual Concepts      E
## 2777                                                           <NA>   <NA>
## 2778                                                           <NA>   <NA>
## 2779                                                           <NA>   <NA>
## 2780                                                           <NA>   <NA>
## 2781                                                 Amanita Design   <NA>
## 2782                                                           <NA>   <NA>
## 2783                                                           <NA>   <NA>
## 2784                                                           <NA>   <NA>
## 2785                                                           <NA>   <NA>
## 2786                                                           <NA>   <NA>
## 2787                                                           <NA>   <NA>
## 2788                                                           <NA>   <NA>
## 2789                                                           <NA>   <NA>
## 2790                                                           <NA>   <NA>
## 2791                                                       Wizarbox   <NA>
## 2792                                                           <NA>   <NA>
## 2793                                                           <NA>   <NA>
## 2794                                                           <NA>   <NA>
## 2795                                                       Wizarbox   <NA>
## 2796                                                           <NA>   <NA>
## 2797                                                         Capcom      T
## 2798                                                           <NA>   <NA>
## 2799                                                           <NA>   <NA>
## 2800                                                      Haemimont      T
## 2801                                                           <NA>   <NA>
## 2802                                                       Wizarbox   <NA>
## 2803                                                   Capcom, QLOC      T
## 2804                                                           <NA>   <NA>
## 2805                                                    Codemasters      E
## 2806                                                           <NA>   <NA>
## 2807                                                Engine Software      E
## 2808                                                           <NA>   <NA>
## 2809                                                           <NA>   <NA>
## 2810                                                           <NA>   <NA>
## 2811                                                           <NA>   <NA>
## 2812                                                           <NA>   <NA>
## 2813                                                           <NA>   <NA>
## 2814                                                           <NA>   <NA>
## 2815                                                           <NA>   <NA>
## 2816                                                           <NA>   <NA>
## 2817                                                           <NA>   <NA>
## 2818                                                           <NA>   <NA>
## 2819                                                           <NA>   <NA>
## 2820                                                           <NA>   <NA>
## 2821                                                           <NA>   <NA>
## 2822                                           Unigine Corp, Russia   <NA>
## 2823                                                           <NA>   <NA>
## 2824                                                           <NA>   <NA>
## 2825                                                           <NA>   <NA>
## 2826                                                           <NA>   <NA>
## 2827                                                           <NA>   <NA>
## 2828                                                        Bugbear      T
## 2829                                                           <NA>   <NA>
## 2830                                                           <NA>   <NA>
## 2831                                                           <NA>   <NA>
## 2832                                                      Frogwares      M
## 2833                                                 Ubisoft Quebec      T
## 2834                                                           <NA>   <NA>
## 2835                                                           <NA>   <NA>
## 2836                                                           <NA>   <NA>
## 2837                                                           <NA>   <NA>
## 2838                                                           <NA>   <NA>
## 2839                                                           <NA>   <NA>
## 2840                                                           <NA>   <NA>
## 2841                                                           <NA>   <NA>
## 2842                                                           <NA>   <NA>
## 2843                                                           <NA>   <NA>
## 2844                                                           <NA>   <NA>
## 2845                                                           <NA>   <NA>
## 2846                                          Behaviour Interactive   E10+
## 2847                                                           <NA>   <NA>
## 2848                                                           <NA>   <NA>
## 2849                                                           <NA>   <NA>
## 2850                                                           <NA>   <NA>
## 2851                                                           <NA>   <NA>
## 2852                                                           <NA>   <NA>
## 2853                                                           <NA>   <NA>
## 2854                                                           <NA>   <NA>
## 2855                                                           <NA>   <NA>
## 2856                                     Interworks Unlimited, Inc.      E
## 2857                                                           <NA>   <NA>
## 2858                                          Black Lantern Studios      E
## 2859                                                     EA Tiburon      E
## 2860                                                           <NA>   <NA>
## 2861                                                           <NA>   <NA>
## 2862                                                           <NA>   <NA>
## 2863                                                     Activision   E10+
## 2864                                                           <NA>   <NA>
## 2865                                                       Wizarbox   <NA>
## 2866                                                           <NA>   <NA>
## 2867                                                      Game Arts   E10+
## 2868                                                           <NA>   <NA>
## 2869                                                           <NA>   <NA>
## 2870                                                           <NA>   <NA>
## 2871                                                           <NA>   <NA>
## 2872                                                           <NA>   <NA>
## 2873                                                           <NA>   <NA>
## 2874                                                           <NA>   <NA>
## 2875                                                           <NA>   <NA>
## 2876                                                           <NA>   <NA>
## 2877                      High Moon Studios, Mercenary Technologies      T
## 2878                                                           <NA>   <NA>
## 2879                                                           <NA>   <NA>
## 2880                                                          Spike      T
## 2881                                                UFO Interactive      E
## 2882                                                           <NA>   <NA>
## 2883                                                           <NA>   <NA>
## 2884                                                           <NA>   <NA>
## 2885                                                           <NA>   <NA>
## 2886                                                     Petroglyph      T
## 2887                              Infinity Ward, Sledgehammer Games      M
## 2888                              Infinity Ward, Sledgehammer Games      M
## 2889   Retro Studios, Entertainment Analysis & Development Division      E
## 2890                                                       Nintendo      E
## 2891                                                        Ubisoft   E10+
## 2892                                          Bethesda Game Studios      M
## 2893                                                        EA DICE      M
## 2894                                                        EA DICE      M
## 2895                                                    Naughty Dog      T
## 2896                                                           <NA>   <NA>
## 2897                                          Bethesda Game Studios      M
## 2898                                                     Epic Games      M
## 2899                                             Rocksteady Studios      T
## 2900                                             Rocksteady Studios      T
## 2901                                                        Turn 10      E
## 2902                                                           <NA>   <NA>
## 2903                                               Ubisoft Montreal      M
## 2904                                               Ubisoft Montreal      M
## 2905                                                           <NA>   <NA>
## 2906                                                       Nintendo   E10+
## 2907                                          Bethesda Game Studios      M
## 2908                                                           <NA>   <NA>
## 2909                                                           <NA>   <NA>
## 2910                                                 Media Molecule      E
## 2911                                                     Team Bondi      M
## 2912                                             LucasArts, BioWare      T
## 2913                                            NetherRealm Studios      M
## 2914                                         Majesco Games, Majesco      T
## 2915                                                           <NA>   <NA>
## 2916                                                   Toys for Bob   E10+
## 2917                                                        EA DICE      M
## 2918                                                      Guerrilla      M
## 2919                                                  Volition Inc.      M
## 2920                                                     Team Bondi      M
## 2921                                                     EA Tiburon      E
## 2922                                                    Square Enix      T
## 2923                                                Visual Concepts      E
## 2924                                                  Volition Inc.      M
## 2925                                                 343 Industries      M
## 2926                                                       Techland      M
## 2927                                          Frontier Developments   E10+
## 2928                                             Rare Ltd., BigPark      E
## 2929                                                       Techland      M
## 2930                                                     EA Tiburon      E
## 2931                                                         Konami      E
## 2932                                                Visual Concepts      E
## 2933                                            NetherRealm Studios      M
## 2934                                                 Valve Software   E10+
## 2935                                         Harmonix Music Systems      T
## 2936                                                  From Software      M
## 2937                                                        Ubisoft   E10+
## 2938                                                      Black Box      T
## 2939                                                   Sucker Punch      T
## 2940                                                           <NA>   <NA>
## 2941                                              Traveller's Tales   E10+
## 2942                              Infinity Ward, Sledgehammer Games      M
## 2943                                                 Valve Software   E10+
## 2944                                                       HAL Labs   E10+
## 2945                                                    id Software      M
## 2946                                                           Sega      E
## 2947                                              Traveller's Tales   E10+
## 2948                                                     Mind Candy      E
## 2949                                         Naughty Dog, Sony Bend      T
## 2950                                             Namco Bandai Games   E10+
## 2951                                                 Visceral Games      M
## 2952                                             Sports Interactive      E
## 2953                                                        Level 5   E10+
## 2954                                                Insomniac Games      M
## 2955                                              Traveller's Tales   E10+
## 2956                                                   Kaos Studios      M
## 2957                                                        BioWare      M
## 2958                                                 Hellbent Games      E
## 2959                                     Blue Byte, Related Designs      T
## 2960                                                 Visceral Games      M
## 2961                                               Sega, Sonic Team      E
## 2962                                                 Eidos Montreal      M
## 2963                                                 Eidos Montreal      M
## 2964                                                      Black Box      T
## 2965                                                         Crytek      M
## 2966                                                         Capcom      T
## 2967                                                           <NA>   <NA>
## 2968                                                    id Software      M
## 2969                                                         Crytek      M
## 2970                                                         Yuke's      T
## 2971                                                           <NA>   <NA>
## 2972                                             Bandai Namco Games      T
## 2973                                                         Capcom      T
## 2974                                                    Codemasters      E
## 2975                                                         Yuke's      T
## 2976                                              Traveller's Tales   E10+
## 2977                                                        Ubisoft      E
## 2978                                                       Ambrella   E10+
## 2979                                                           <NA>   <NA>
## 2980                                              Traveller's Tales   E10+
## 2981                                                        Ubisoft      T
## 2982                                                        Ubisoft      T
## 2983                                                        BioWare      M
## 2984                                                      EA Canada      M
## 2985                                                           TOSE   E10+
## 2986                                                           <NA>   <NA>
## 2987                                              Traveller's Tales      E
## 2988                                                           <NA>   <NA>
## 2989                                                    Codemasters      T
## 2990                                                  Splash Damage      T
## 2991                                              Traveller's Tales   E10+
## 2992                                 Eurocom Entertainment Software   E10+
## 2993                                     Epic Games, People Can Fly      M
## 2994                                        Sega, Dimps Corporation      E
## 2995                                             UBlart Montpellier   E10+
## 2996                                                      EA Sports      E
## 2997                                                       HAL Labs      E
## 2998                                                  From Software      M
## 2999                                                   Toys for Bob   E10+
## 3000                                          CD Projekt Red Studio      M
## 3001                                             Monster Games Inc.      E
## 3002                                            Ubisoft Reflections      T
## 3003                                              Traveller's Tales   E10+
## 3004                                                       Nintendo   E10+
## 3005                                                   Toys for Bob   E10+
## 3006                                                     Activision   E10+
## 3007                                                   ImaginEngine      E
## 3008                                                       Nintendo   E10+
## 3009                                                    Omega Force      T
## 3010                                                   Kaos Studios      M
## 3011                                              Traveller's Tales   E10+
## 3012                                             Zipper Interactive      M
## 3013                                                           <NA>   <NA>
## 3014                                                Electronic Arts      E
## 3015                                               Crystal Dynamics      T
## 3016                                                    Square Enix      T
## 3017                                               Ubisoft Montreal   E10+
## 3018                                    Gearbox Software, 3D Realms      M
## 3019                                                      EA Sports      E
## 3020                                             Bandai Namco Games      T
## 3021                                                        BioWare      M
## 3022                                   Treyarch, Sledgehammer Games      M
## 3023                                                    Square Enix   <NA>
## 3024                                               City Interactive      M
## 3025                                                      EA Canada      M
## 3026                                 Eurocom Entertainment Software      T
## 3027                                             UBlart Montpellier   E10+
## 3028                                                        Ubisoft   E10+
## 3029                                                            THQ      E
## 3030                                                           <NA>   <NA>
## 3031                                                       EA Games      T
## 3032                                                 Valve Software   E10+
## 3033                                    Gearbox Software, 3D Realms      M
## 3034                                                 Creatures Inc.      E
## 3035                                               Ubisoft Montreal      M
## 3036                                                   Project Aces      T
## 3037                                                         Crytek      M
## 3038                                                    Square Enix      T
## 3039                                                  Splash Damage      T
## 3040                                                           <NA>   <NA>
## 3041                                                    Codemasters      E
## 3042                                                    Codemasters      T
## 3043                                                          Atlus      M
## 3044                                                Electronic Arts   E10+
## 3045                                                        Kalypso      T
## 3046                                            Ubisoft Reflections      T
## 3047                                                The Sims Studio      T
## 3048                                                       2K Czech      E
## 3049                                                   Trion Worlds      T
## 3050                                                           <NA>   <NA>
## 3051                                          High Voltage Software   E10+
## 3052                                                     Activision      E
## 3053                                             Mistwalker, Artoon      T
## 3054                                             Ubisoft Casablanca      E
## 3055                                                        BioWare      M
## 3056                                                The Sims Studio      T
## 3057                                                        Ubisoft   E10+
## 3058                                              Traveller's Tales   E10+
## 3059                                                    Omega Force      T
## 3060                                                           <NA>   <NA>
## 3061                                                Electronic Arts      E
## 3062                                           Cooking Mama Limited      E
## 3063                                                 Ubisoft Quebec      T
## 3064                                 Eurocom Entertainment Software   E10+
## 3065                                                          Spike      T
## 3066                                          Ryu ga Gotoku Studios      M
## 3067                                              Creative Assembly      T
## 3068                                               Ubisoft Montreal      M
## 3069                                                Nixxes Software      M
## 3070                                         SCEA San Diego Studios      E
## 3071                                                    Spicy Horse      M
## 3072                                                Electronic Arts   E10+
## 3073                                              High Impact Games   E10+
## 3074                                              Vicarious Visions   E10+
## 3075                                           Nippon Ichi Software      T
## 3076                                                         Konami      E
## 3077                                 Eurocom Entertainment Software   E10+
## 3078                                                          Relic      M
## 3079                                                        Bullets   E10+
## 3080                                                  Ready at Dawn      M
## 3081                                                      Clap Hanz      E
## 3082                                             UBlart Montpellier   E10+
## 3083                                     THQ Digital Studio Phoenix      E
## 3084                                                           <NA>   <NA>
## 3085                                                          Spike      T
## 3086                                                   Reality Pump      M
## 3087                                                         Altron      E
## 3088                                                           <NA>   <NA>
## 3089                                                            THQ      E
## 3090                                             Rocksteady Studios      T
## 3091                                     Epic Games, People Can Fly      M
## 3092                                               Ubisoft Montreal   E10+
## 3093                                        Double Fine Productions      E
## 3094                                                           <NA>   <NA>
## 3095                                                           <NA>   <NA>
## 3096                                                           WBIE      T
## 3097                                                           <NA>   <NA>
## 3098                                                         Konami      E
## 3099                                 Eurocom Entertainment Software      T
## 3100                                                    Spicy Horse      M
## 3101                                             Namco Bandai Games      E
## 3102                                                           Sega      E
## 3103                                                         Racjin      T
## 3104                                                   Project Aces      T
## 3105                                                         Capcom      M
## 3106                                                       Gameloft   E10+
## 3107                                                       Nintendo   E10+
## 3108                                                           <NA>   <NA>
## 3109                                              Evolution Studios      T
## 3110                                                  Marvelous AQL      E
## 3111                                                           <NA>   <NA>
## 3112                                                           <NA>   <NA>
## 3113                                                           Sega      M
## 3114                                                   Reality Pump      M
## 3115                                     THQ Digital Studio Phoenix      E
## 3116                                                The Sims Studio      T
## 3117                                          High Voltage Software   E10+
## 3118                                          Black Lantern Studios     EC
## 3119                                                Visual Concepts      E
## 3120                                                  Volition Inc.      M
## 3121                                                  Day 1 Studios      M
## 3122                                                     Team Ninja      T
## 3123                                                  Day 1 Studios      M
## 3124                                                          Relic      M
## 3125                                                           Sega      E
## 3126                                                           <NA>   <NA>
## 3127                                                     EA Tiburon      E
## 3128                                                Q Entertainment   E10+
## 3129                                                           <NA>   <NA>
## 3130                                                    Hudson Soft      E
## 3131                                                           <NA>   <NA>
## 3132                                                           <NA>   <NA>
## 3133                                                           <NA>   <NA>
## 3134                                                           <NA>   <NA>
## 3135                                                        Ubisoft   E10+
## 3136                                                       Land Ho!      E
## 3137                                                       2K Czech      E
## 3138                                                            THQ      T
## 3139                                            Blitz Games Studios      E
## 3140                                    Gearbox Software, 3D Realms      M
## 3141                                                        Ubisoft      E
## 3142                                                     WayForward      E
## 3143                                                           <NA>   <NA>
## 3144                                            Twisted Pixel Games      T
## 3145                                                           <NA>   <NA>
## 3146                                                          Prope      E
## 3147                                                     EA Tiburon      E
## 3148                                                           <NA>   <NA>
## 3149                                                           <NA>   <NA>
## 3150                                                        Ubisoft   E10+
## 3151                                                Page 44 Studios      E
## 3152                                                    Omega Force      T
## 3153                                                  Volition Inc.      M
## 3154                                         Obsidian Entertainment      T
## 3155                                                          Atlus      T
## 3156                                                           <NA>   <NA>
## 3157                                                  Volition Inc.      M
## 3158                                                           <NA>   <NA>
## 3159                                                         Konami      E
## 3160                                              Traveller's Tales   E10+
## 3161                                                           <NA>   <NA>
## 3162                                                     Activision      T
## 3163                                                    id Software      M
## 3164                                         Obsidian Entertainment      T
## 3165                                                           <NA>   <NA>
## 3166                                                      Black Box      T
## 3167                                                           <NA>   <NA>
## 3168                                                           <NA>   <NA>
## 3169                                                           <NA>   <NA>
## 3170                                                           <NA>   <NA>
## 3171                                                Electronic Arts      E
## 3172                                                           <NA>   <NA>
## 3173                                              High Moon Studios      T
## 3174                                                         Yuke's      T
## 3175                                                            THQ      T
## 3176                                                Visual Concepts      E
## 3177                                                         Racjin      T
## 3178                                                        Ubisoft      T
## 3179                                                The Sims Studio      T
## 3180                                                           <NA>   <NA>
## 3181                                                EA Bright Light      T
## 3182                                                   SNK Playmore      T
## 3183                                              Traveller's Tales   E10+
## 3184                                                           <NA>   <NA>
## 3185                                                EA Bright Light      T
## 3186                                                           <NA>   <NA>
## 3187                                                  Sanzaru Games      E
## 3188                                                           <NA>   <NA>
## 3189                                            Ubisoft Montpellier   E10+
## 3190                                                 Visceral Games      M
## 3191                                         Smack Down Productions      E
## 3192                                                           iNiS      T
## 3193                                               Capcom Vancouver      M
## 3194                                                EA Bright Light      T
## 3195                                                    Codemasters      M
## 3196                                                   Inti Creates   E10+
## 3197                                                           <NA>   <NA>
## 3198                                                        Endemol   E10+
## 3199                                                   Inti Creates   E10+
## 3200                                               Lionhead Studios      M
## 3201                                              High Impact Games   E10+
## 3202                                          HB Studios Multimedia      E
## 3203                                                           <NA>   <NA>
## 3204                                                          Atlus      M
## 3205                                             Avanquest Software      E
## 3206                                                          Arika      E
## 3207                                                          Atlus      T
## 3208                                                           <NA>   <NA>
## 3209                                                      Ganbarion      T
## 3210                                              Sidhe Interactive      E
## 3211                                                      Eutechnyx      E
## 3212                                                   SNK Playmore      T
## 3213                                                        Ubisoft      T
## 3214                                                           <NA>   <NA>
## 3215                                                        Ubisoft   E10+
## 3216                                             Bandai Namco Games   <NA>
## 3217                                                     Human Soft      E
## 3218                                                 Bigbig Studios   E10+
## 3219                                                           <NA>   <NA>
## 3220                                                         Capcom      T
## 3221                                                 Hijinx Studios      T
## 3222                                                       Techland      M
## 3223                                                           <NA>   <NA>
## 3224                                                  Wargaming.net      T
## 3225                                                           <NA>   <NA>
## 3226                                                    Codemasters      M
## 3227                                              High Moon Studios      T
## 3228                                         Ignition Entertainment      T
## 3229                                                     Activision      T
## 3230                                                  Zindagi Games   E10+
## 3231                                          HB Studios Multimedia      E
## 3232                                                       Land Ho!      E
## 3233                                                      Sega Toys      E
## 3234                                               SCE Japan Studio      E
## 3235                                                Visual Concepts      E
## 3236                                                Firebrand Games   E10+
## 3237                                               Capcom Vancouver      M
## 3238                                                      Eutechnyx      E
## 3239                                                        Endemol   E10+
## 3240                                        Grasshopper Manufacture      M
## 3241                                                      Haemimont      T
## 3242                                                        Ubisoft      E
## 3243                  GameMill Publishing, 1st Playable Productions      E
## 3244                                              Ubisoft Vancouver      E
## 3245                                                       Techland      M
## 3246                                            Ubisoft Montpellier   E10+
## 3247                                                           <NA>   <NA>
## 3248                                                    Omega Force      T
## 3249                                                           <NA>   <NA>
## 3250                                                        Level 5   <NA>
## 3251                                                           <NA>   <NA>
## 3252                                                 AQ Interactive      E
## 3253                                              Traveller's Tales   E10+
## 3254                                                    D3Publisher   E10+
## 3255                                           InXile Entertainment      M
## 3256                                                           <NA>   <NA>
## 3257                                                         Beenox      T
## 3258                                                           <NA>   <NA>
## 3259                                                 Rockstar Leeds      M
## 3260                                                        Endemol      E
## 3261                                                           <NA>   <NA>
## 3262                                                   Project Aces      T
## 3263                                                           <NA>   <NA>
## 3264                                                           Koei      T
## 3265                                                           <NA>   <NA>
## 3266                                               Digital Extremes      M
## 3267                                                    Omega Force      T
## 3268                                                        Ubisoft      E
## 3269                                            Ubisoft Montpellier   E10+
## 3270                                                           Sega      T
## 3271                                                Silicon Knights      T
## 3272                                          High Voltage Software      E
## 3273                                                Silicon Knights      T
## 3274                                                Page 44 Studios      E
## 3275                              Rovio Mobile, Rovio Entertainment      E
## 3276                                                Page 44 Studios      E
## 3277                                                           WBIE      T
## 3278                                                     Activision      T
## 3279                                                           <NA>   <NA>
## 3280                                                           Sega      E
## 3281                                                           <NA>   <NA>
## 3282                                                        Endemol      E
## 3283                                              Magic Pixel Games      E
## 3284                                                     EA Tiburon      E
## 3285                                                            THQ      T
## 3286                                                           <NA>   <NA>
## 3287                                                      Neverland   E10+
## 3288                                              Dimps Corporation   <NA>
## 3289                                                           <NA>   <NA>
## 3290                                                           <NA>   <NA>
## 3291                                                           <NA>   <NA>
## 3292                                                      Eutechnyx      E
## 3293                                                         Beenox      T
## 3294                                               Griptonite Games      T
## 3295                                                Q Entertainment   E10+
## 3296                                                           <NA>   <NA>
## 3297                                                        Ubisoft   E10+
## 3298                                                           <NA>   <NA>
## 3299                                                       Techland      M
## 3300                                           InXile Entertainment      M
## 3301                                                           <NA>   <NA>
## 3302                                                     Activision      E
## 3303                                                           <NA>   <NA>
## 3304                                                       Full Fat   E10+
## 3305                                                    Blitz Games   E10+
## 3306                                              CokeM Interactive      E
## 3307                                                         Konami      E
## 3308                                                           <NA>   <NA>
## 3309                                                           <NA>   <NA>
## 3310                                      Blue Tongue Entertainment   E10+
## 3311                                                           <NA>   <NA>
## 3312                               Jellyvision, Iron Galaxy Studios      T
## 3313                               Jellyvision, Iron Galaxy Studios      T
## 3314                                                     Alpha Unit      E
## 3315                                                           <NA>   <NA>
## 3316                                                          Relic      M
## 3317                                            MicroProse, n-Space      E
## 3318                                                Visual Concepts      E
## 3319                                                           <NA>   <NA>
## 3320                                                           <NA>   <NA>
## 3321                                                   Reality Pump      M
## 3322                                                           <NA>   <NA>
## 3323                                                  Vicious Cycle      T
## 3324                                                           <NA>   <NA>
## 3325                                                           <NA>   <NA>
## 3326                                                         PopCap   E10+
## 3327                                                     Activision      T
## 3328                                                          Examu      T
## 3329                                                           <NA>   <NA>
## 3330                                                        Acquire      M
## 3331                                                            THQ      E
## 3332                                                           <NA>   <NA>
## 3333                                                      Neverland   E10+
## 3334                                               Next Level Games      T
## 3335                                                           <NA>   <NA>
## 3336                                                            THQ   E10+
## 3337                                                Firebrand Games   E10+
## 3338                                                           <NA>   <NA>
## 3339                                                     WayForward      E
## 3340                                                           <NA>   <NA>
## 3341                                                            THQ      T
## 3342                                                Firebrand Games      E
## 3343                                                           <NA>   <NA>
## 3344                                                        Natsume      E
## 3345                                                           <NA>   <NA>
## 3346                                                    Codemasters      E
## 3347                                                     Games Farm      T
## 3348                                            Ubisoft, Ludia Inc.   E10+
## 3349                                                  Vicious Cycle      T
## 3350                                              Tecmo Koei Canada      M
## 3351                                              Snowblind Studios      M
## 3352                                          Behaviour Interactive   E10+
## 3353                                        Grasshopper Manufacture      M
## 3354                                                     Activision      T
## 3355                                                     Activision      T
## 3356                                                         Racjin      E
## 3357                                                          Teyon      T
## 3358                                            Ubisoft Reflections      T
## 3359                                                Firebrand Games      E
## 3360                                                            THQ      E
## 3361                                                           <NA>   <NA>
## 3362                                                            THQ      T
## 3363                                                          Crave      T
## 3364                                 Eurocom Entertainment Software   E10+
## 3365                                      Blue Tongue Entertainment   E10+
## 3366                                                  Splash Damage      T
## 3367                                                            THQ   E10+
## 3368                               Jellyvision, Iron Galaxy Studios      T
## 3369                                                           <NA>   <NA>
## 3370                                                           <NA>   <NA>
## 3371                                                       FeelPlus      M
## 3372                                                            THQ   E10+
## 3373                                                  Cauldron Ltd.      E
## 3374                                    Namco Bandai Games, Cellius   E10+
## 3375                                                           <NA>   <NA>
## 3376                                         Obsidian Entertainment      T
## 3377                                                    Gusto Games      E
## 3378                                                            THQ      E
## 3379                                                     Nihilistic   E10+
## 3380                                               Next Level Games      T
## 3381                                                           <NA>   <NA>
## 3382                                               Monumental Games      E
## 3383                                                           <NA>   <NA>
## 3384                                                           <NA>   <NA>
## 3385                                                       Kylotonn      M
## 3386                                             Double Helix Games      T
## 3387                                         SCEA San Diego Studios      E
## 3388                                                     Activision      E
## 3389                                            Ubisoft Reflections      T
## 3390                                                FireFly Studios      T
## 3391                                                    Codemasters      E
## 3392                                                      WinkySoft   E10+
## 3393                                   Gearbox Software, WayForward      T
## 3394                                                           <NA>   <NA>
## 3395                                         Ignition Entertainment      T
## 3396                                                           <NA>   <NA>
## 3397                                                    Omega Force      T
## 3398                                                Electronic Arts      E
## 3399                                                           <NA>   <NA>
## 3400                                                            THQ      E
## 3401                                                           <NA>   <NA>
## 3402                                                      505 Games      T
## 3403                                                Visual Concepts      E
## 3404                                     Epic Games, People Can Fly      M
## 3405                                                           <NA>   <NA>
## 3406                                                           <NA>   <NA>
## 3407                                                           <NA>   <NA>
## 3408                                                        Ubisoft      T
## 3409                                              Ubisoft Vancouver      E
## 3410                                                  Day 1 Studios      M
## 3411                                                Visual Concepts      E
## 3412                                            Ubisoft Montpellier   E10+
## 3413                                                    Codemasters      T
## 3414                                                           <NA>   <NA>
## 3415                                      Blue Tongue Entertainment   E10+
## 3416                                                      Le Cortex      T
## 3417                                                           <NA>   <NA>
## 3418                                                           <NA>   <NA>
## 3419                                                 Red Fly Studio      T
## 3420                                                           <NA>   <NA>
## 3421                                      Genki, Kojima Productions      T
## 3422                                                           <NA>   <NA>
## 3423                                        Nordic Games Publishing   <NA>
## 3424                                          Behaviour Interactive      E
## 3425                                                       Kylotonn      M
## 3426                                                           <NA>   <NA>
## 3427                                                           <NA>   <NA>
## 3428                                                Electronic Arts      T
## 3429                                             Namco Bandai Games      E
## 3430                                        Image Epoch, Imageepoch      T
## 3431                                                       Re-Logic      T
## 3432                                                           <NA>   <NA>
## 3433                                                 Hijinx Studios      T
## 3434                                                        Nicalis   E10+
## 3435                                           Liquid Entertainment      T
## 3436                                                           <NA>   <NA>
## 3437                                                           <NA>   <NA>
## 3438                                           Liquid Entertainment      T
## 3439                                                       2K Games      E
## 3440                                                           <NA>   <NA>
## 3441                                               Monkey Bar Games      E
## 3442                                                           <NA>   <NA>
## 3443                                                           <NA>   <NA>
## 3444                                                           Sega      E
## 3445                                                           <NA>   <NA>
## 3446                                                           <NA>   <NA>
## 3447                                          High Voltage Software      E
## 3448                                                        Ubisoft      T
## 3449                                                           <NA>   <NA>
## 3450                                 Eurocom Entertainment Software   E10+
## 3451                                                   Gaijin Games      E
## 3452                                Beenox, Other Ocean Interactive   E10+
## 3453                                                           <NA>   <NA>
## 3454                                           Tripwire Interactive      M
## 3455                                          High Voltage Software      E
## 3456                                                   Panic Button      T
## 3457                                                  Ubisoft Sofia      E
## 3458                                                           <NA>   <NA>
## 3459                                                           <NA>   <NA>
## 3460                                         SCEA San Diego Studios      E
## 3461                                                           <NA>   <NA>
## 3462                                     Virtual Air Guitar Company      T
## 3463                                                           <NA>   <NA>
## 3464                                                     Activision      E
## 3465                                                           <NA>   <NA>
## 3466                                                        Ubisoft      T
## 3467                                                           <NA>   <NA>
## 3468                                                    Codemasters      E
## 3469                                                       Tantatus      E
## 3470                                                    Vanillaware   <NA>
## 3471                                               Arc System Works      T
## 3472                                               Griptonite Games   E10+
## 3473                                                           <NA>   <NA>
## 3474                                          Behaviour Interactive   E10+
## 3475                                                            MTO      E
## 3476                                                           <NA>   <NA>
## 3477                                             Double Helix Games      T
## 3478                                                      Blue Byte      E
## 3479                                                           <NA>   <NA>
## 3480                                          High Voltage Software      E
## 3481                                                     Activision      T
## 3482                                         Majesco Games, Majesco      E
## 3483                                                           <NA>   <NA>
## 3484                                                           <NA>   <NA>
## 3485                                                        Virtuos      E
## 3486                                                           <NA>   <NA>
## 3487                                               Curious Pictures      E
## 3488                                                           <NA>   <NA>
## 3489                                                           <NA>   <NA>
## 3490                                          Behaviour Interactive   E10+
## 3491                                                           <NA>   <NA>
## 3492                                                           SCEE      T
## 3493                                                 Zombie Studios      T
## 3494                                                     WayForward   E10+
## 3495                                             Bandai Namco Games   E10+
## 3496                                               Monkey Bar Games      E
## 3497                                                        Ubisoft      T
## 3498                                                Kung Fu Factory      M
## 3499                                          High Voltage Software      T
## 3500                                                           <NA>   <NA>
## 3501                                                           <NA>   <NA>
## 3502                                                           <NA>   <NA>
## 3503                                                Firebrand Games      E
## 3504                                                           <NA>   <NA>
## 3505                                                     Activision      E
## 3506                                                    Hudson Soft      E
## 3507                                               Curious Pictures      E
## 3508                                                           <NA>   <NA>
## 3509                                            MicroProse, n-Space      M
## 3510                                                    Spicy Horse      M
## 3511                                                           <NA>   <NA>
## 3512                                                         Beenox      T
## 3513                                        Farsight Studios, Crave      E
## 3514                                                        Endemol   E10+
## 3515                                                     Ludia Inc.   E10+
## 3516                                                           <NA>   <NA>
## 3517                                                           <NA>   <NA>
## 3518                                                Page 44 Studios      E
## 3519                                                     Activision      E
## 3520                                                          Maxis      T
## 3521                                                        Ubisoft      T
## 3522                                                       ValuSoft      E
## 3523                                                     Ludia Inc.   E10+
## 3524                                                           <NA>   <NA>
## 3525                                                           <NA>   <NA>
## 3526                                                           <NA>   <NA>
## 3527                                                            THQ      T
## 3528                                              Halfbrick Studios      E
## 3529                                                        Ubisoft      M
## 3530                                                Trickstar Games      T
## 3531                                                        Ubisoft      T
## 3532                                                           <NA>   <NA>
## 3533                                                Electronic Arts      E
## 3534                                                          Crave      T
## 3535                                            Santa Entertainment      E
## 3536                                          High Voltage Software      E
## 3537                                                           <NA>   <NA>
## 3538                                                    Indies Zero   E10+
## 3539                                               Guildford Studio      M
## 3540                                                        49Games      E
## 3541                                                        Virtuos      E
## 3542                                                           <NA>   <NA>
## 3543                                                       Novarama   <NA>
## 3544                                               Guildford Studio      M
## 3545                                                    Blitz Games      E
## 3546                                                        Ubisoft      E
## 3547                                               Arc System Works      T
## 3548                                                           Sega      E
## 3549                                                           <NA>   <NA>
## 3550                                                     Activision      E
## 3551                                               Arc System Works      T
## 3552                                                           <NA>   <NA>
## 3553                                               Griptonite Games   E10+
## 3554                                                      Blue Byte      E
## 3555                                                           <NA>   <NA>
## 3556                                               Behavior Studios      E
## 3557                                                FireFly Studios   <NA>
## 3558                                                           <NA>   <NA>
## 3559                                                        Ubisoft   E10+
## 3560                                            Blitz Games Studios      T
## 3561                                                      Haemimont      T
## 3562                                                           <NA>   <NA>
## 3563                                                           <NA>   <NA>
## 3564                                         Joindots, Mastertronic      E
## 3565                                                           <NA>   <NA>
## 3566                                                           <NA>   <NA>
## 3567                                                           <NA>   <NA>
## 3568                                                           <NA>   <NA>
## 3569                                          Behaviour Interactive   E10+
## 3570                                                          Teyon      T
## 3571                                                           <NA>   <NA>
## 3572                                                     Activision      E
## 3573                                          Behaviour Interactive   E10+
## 3574                                                           <NA>   <NA>
## 3575                                                           <NA>   <NA>
## 3576                                                   ImaginEngine      E
## 3577                                                          Crave   E10+
## 3578                                                        Virtuos   E10+
## 3579                                                Silicon Knights      T
## 3580                                                            THQ   E10+
## 3581                                                           <NA>   <NA>
## 3582                                                           <NA>   <NA>
## 3583                                                           <NA>   <NA>
## 3584                                                           <NA>   <NA>
## 3585                                                           <NA>   <NA>
## 3586                                                Firebrand Games      E
## 3587                                                 Red Fly Studio      T
## 3588                                                 AQ Interactive      E
## 3589                                               Monkey Bar Games      E
## 3590                                                           <NA>   <NA>
## 3591                                                   Toys for Bob   E10+
## 3592                                          Scientifically Proven      T
## 3593                                                           <NA>   <NA>
## 3594                                                 Papaya Studios   E10+
## 3595                                 Eurocom Entertainment Software   E10+
## 3596                                                           <NA>   <NA>
## 3597                                                         Capcom      T
## 3598                                                       FeelPlus      M
## 3599                                                           <NA>   <NA>
## 3600                                                           <NA>   <NA>
## 3601                                             Realmforge Studios      M
## 3602                                                        49Games      E
## 3603                              Rovio Mobile, Rovio Entertainment      E
## 3604                                                           <NA>   <NA>
## 3605                                               Longtail Studios   E10+
## 3606                                              Entersphere, Inc.      M
## 3607                                             Double Helix Games   E10+
## 3608                                          Behaviour Interactive   E10+
## 3609                                                        Virtuos      E
## 3610                                                    Isopod Labs   E10+
## 3611                                                        Ubisoft      M
## 3612                                   Mastertronic, V5 Play Studio      E
## 3613                                                         Konami   <NA>
## 3614                                                        Ubisoft   E10+
## 3615                                                Visual Concepts      E
## 3616                                                Trickstar Games      T
## 3617                                           Take-Two Interactive   E10+
## 3618                                               Monkey Bar Games      E
## 3619                                                           <NA>   <NA>
## 3620                                                 Telltale Games   <NA>
## 3621                                                           <NA>   <NA>
## 3622                                                        SunSoft      E
## 3623                                               Arc System Works      T
## 3624                                                Electronic Arts   E10+
## 3625                              Jack of All Games, eV Interactive      T
## 3626                                         Majesco Games, Majesco   E10+
## 3627                  GameMill Publishing, 1st Playable Productions      E
## 3628                                                           <NA>   <NA>
## 3629                                                         Beenox      T
## 3630                                                  Volition Inc.      M
## 3631                                                   Gaijin Games      E
## 3632                                                           <NA>   <NA>
## 3633                                                            THQ   E10+
## 3634                                             Avanquest Software   E10+
## 3635                                                       Wizarbox      T
## 3636                                               Tectonic Studios      T
## 3637                                                        Shin'en   E10+
## 3638                                          High Voltage Software      T
## 3639                                             NATSUME ATARI Inc.      E
## 3640                                                           <NA>   <NA>
## 3641                                                           <NA>   <NA>
## 3642                                             Namco Bandai Games   <NA>
## 3643                                                     Games Farm      T
## 3644                                           Maximum Family Games      E
## 3645                                                           <NA>   <NA>
## 3646                                                        B-Alive   <NA>
## 3647                                                  Game Republic      M
## 3648                                                           <NA>   <NA>
## 3649                                                        Virtuos   E10+
## 3650                                                         Konami   E10+
## 3651                                               City Interactive   E10+
## 3652                                                Kung Fu Factory      M
## 3653                                          Black Lantern Studios      E
## 3654                                                           <NA>   <NA>
## 3655                                                Visual Concepts      E
## 3656                                                           <NA>   <NA>
## 3657                                                           <NA>   <NA>
## 3658                                                        Ubisoft      E
## 3659                                                          Relic      M
## 3660                                                           <NA>   <NA>
## 3661                                                           <NA>   <NA>
## 3662                                                  Magic Pockets   E10+
## 3663                                                  Game Republic      M
## 3664                                                           <NA>   <NA>
## 3665                                                      Haemimont      T
## 3666                                                           <NA>   <NA>
## 3667                                                           <NA>   <NA>
## 3668                                                     Activision      E
## 3669                                                          Maxis      T
## 3670                                                        49Games      E
## 3671                                                           <NA>   <NA>
## 3672                                                        Croteam   <NA>
## 3673                                          Scientifically Proven      T
## 3674                                                Electronic Arts      E
## 3675                                                           <NA>   <NA>
## 3676                                                           <NA>   <NA>
## 3677                                                           <NA>   <NA>
## 3678                                                    Isopod Labs   E10+
## 3679                                                           <NA>   <NA>
## 3680                                                           <NA>   <NA>
## 3681                                                      505 Games      T
## 3682                                                           <NA>   <NA>
## 3683                                               City Interactive   E10+
## 3684                                                           <NA>   <NA>
## 3685                                                   Digital Kids      E
## 3686                                                           <NA>   <NA>
## 3687                                                           <NA>   <NA>
## 3688                                                Electronic Arts   E10+
## 3689                                             Oxygen Interactive      E
## 3690                                                        Virtuos   E10+
## 3691                                                         exozet   E10+
## 3692                                                    Isopod Labs   E10+
## 3693                                                           <NA>   <NA>
## 3694                                                    Codemasters      M
## 3695                                                           <NA>   <NA>
## 3696                                                           <NA>   <NA>
## 3697                                       1st Playable Productions      E
## 3698                                                      Destineer      E
## 3699                                                           <NA>   <NA>
## 3700                                              DTP Entertainment   <NA>
## 3701                                                           <NA>   <NA>
## 3702                                                           <NA>   <NA>
## 3703                                                           <NA>   <NA>
## 3704                                                         Capcom      T
## 3705                                                      Doublesix      T
## 3706                                                        Virtuos   E10+
## 3707                                                           <NA>   <NA>
## 3708                                                           <NA>   <NA>
## 3709                                                      Zoo Games   E10+
## 3710                                        Monte Cristo Multimedia      E
## 3711                                                Electronic Arts      E
## 3712                                                           <NA>   <NA>
## 3713                                                    Jellyvision      T
## 3714                                                           <NA>   <NA>
## 3715                                                      DreamRift      E
## 3716                                                           <NA>   <NA>
## 3717                                                           <NA>   <NA>
## 3718                                       505 Games, Sarbakan Inc.      E
## 3719                                               City Interactive      E
## 3720                                                           <NA>   <NA>
## 3721                                                          FuRyu      T
## 3722                                                           <NA>   <NA>
## 3723                                                           <NA>   <NA>
## 3724                                                        Virtuos   E10+
## 3725                                                           <NA>   <NA>
## 3726                                              Gas Powered Games   E10+
## 3727                                                           <NA>   <NA>
## 3728                                                           <NA>   <NA>
## 3729                                                Engine Software      E
## 3730                                                     Activision      E
## 3731                                                           <NA>   <NA>
## 3732                                                Pendulo Studios   E10+
## 3733                                                           <NA>   <NA>
## 3734                                      Sony Online Entertainment      T
## 3735                                                         Konami      E
## 3736                                               Monumental Games      E
## 3737                                               Capcom Vancouver      M
## 3738                                                Bluepoint Games      T
## 3739                                                           <NA>   <NA>
## 3740                                       1st Playable Productions      E
## 3741                                                           <NA>   <NA>
## 3742                              Left Field Productions, Zoo Games   E10+
## 3743                                                           <NA>   <NA>
## 3744                                                           <NA>   <NA>
## 3745                                                           <NA>   <NA>
## 3746                                                           <NA>   <NA>
## 3747                                                Silicon Knights   E10+
## 3748                                                           <NA>   <NA>
## 3749                                                           <NA>   <NA>
## 3750                                                           <NA>   <NA>
## 3751                                                           <NA>   <NA>
## 3752                                                           <NA>   <NA>
## 3753                                                           <NA>   <NA>
## 3754                                                Giants Software   <NA>
## 3755                                                Visual Concepts      E
## 3756                                                           <NA>   <NA>
## 3757                                                           <NA>   <NA>
## 3758                                                        Kalypso      E
## 3759                                                        Ubisoft      E
## 3760                                              Rising Star Games      E
## 3761                                                           <NA>   <NA>
## 3762                                               1C: Maddox Games      T
## 3763                                            THQ, 1C, 1C Company      T
## 3764                                                     WayForward   E10+
## 3765                                                           <NA>   <NA>
## 3766                                           InXile Entertainment      M
## 3767                                                 Colossal Order      E
## 3768                                              Rising Star Games      E
## 3769                                            Iron Galaxy Studios      T
## 3770                                                           <NA>   <NA>
## 3771                                                          Examu      T
## 3772                                                           <NA>   <NA>
## 3773                                                           <NA>   <NA>
## 3774                                          Playrix Entertainment      E
## 3775                                                           <NA>   <NA>
## 3776                                                Visual Concepts      E
## 3777                                                           <NA>   <NA>
## 3778                                                           <NA>   <NA>
## 3779                                                           <NA>   <NA>
## 3780                                                Electronic Arts   E10+
## 3781                                                           <NA>   <NA>
## 3782                                                           <NA>   <NA>
## 3783                                                           <NA>   <NA>
## 3784                                      Frame Studios Interactive      E
## 3785                                                           <NA>   <NA>
## 3786                                              DTP Entertainment   <NA>
## 3787                                                           <NA>   <NA>
## 3788                                                           <NA>   <NA>
## 3789                                             Bright Future GmbH      E
## 3790                                                           <NA>   <NA>
## 3791                                                     WayForward   E10+
## 3792                                                           <NA>   <NA>
## 3793                                                           <NA>   <NA>
## 3794                                                           <NA>   <NA>
## 3795                                                           <NA>   <NA>
## 3796                                                Engine Software      E
## 3797                                                           <NA>   <NA>
## 3798                                                           <NA>   <NA>
## 3799                                                           <NA>   <NA>
## 3800                                             Bandai Namco Games      E
## 3801                                                           <NA>   <NA>
## 3802                                      Frame Studios Interactive      E
## 3803                                                            5pb      M
## 3804                                                           <NA>   <NA>
## 3805                                                           <NA>   <NA>
## 3806                                                           <NA>   <NA>
## 3807                                                          Crave      T
## 3808                                                           <NA>   <NA>
## 3809                                                           <NA>   <NA>
## 3810                                                        Ubisoft      T
## 3811                                                           <NA>   <NA>
## 3812                                                           <NA>   <NA>
## 3813                                                           <NA>   <NA>
## 3814                                                 7Raven Studios      E
## 3815                                                           <NA>   <NA>
## 3816                                                           <NA>   <NA>
## 3817                                                           <NA>   <NA>
## 3818                                                           <NA>   <NA>
## 3819                                                           <NA>   <NA>
## 3820                                                           Sega      E
## 3821                                                          FuRyu      T
## 3822                                                           <NA>   <NA>
## 3823                                                           <NA>   <NA>
## 3824                                                       Best Way      T
## 3825                                                           <NA>   <NA>
## 3826                                                           <NA>   <NA>
## 3827                                                           <NA>   <NA>
## 3828                                                Bluepoint Games      T
## 3829                                                  Delta Factory      T
## 3830                                                           <NA>   <NA>
## 3831                                                Trickstar Games      T
## 3832                                                           <NA>   <NA>
## 3833                                                           <NA>   <NA>
## 3834                                                   Avalon Style   <NA>
## 3835                                                           <NA>   <NA>
## 3836                                                           <NA>   <NA>
## 3837                                                        Team 17   E10+
## 3838                      Reloaded Productions, Reloaded Games Inc.      M
## 3839                                                          PQube   <NA>
## 3840                                               Frozenbyte, Inc.   E10+
## 3841                                                           <NA>   <NA>
## 3842                                                           <NA>   <NA>
## 3843                                               Easy Interactive   <NA>
## 3844                                                           <NA>   <NA>
## 3845                                                        O-Games   E10+
## 3846                                                        Cyanide   <NA>
## 3847                                                       Kylotonn      M
## 3848                                                           <NA>   <NA>
## 3849                                                           <NA>   <NA>
## 3850                                                           <NA>   <NA>
## 3851                                                           <NA>   <NA>
## 3852                                                           <NA>   <NA>
## 3853                                             BattleGoat Studios     RP
## 3854                                    Viva Media, Viva Media, LLC      T
## 3855                                                           <NA>   <NA>
## 3856 CyberPlanet Interactive Public Co., Ltd., Maximum Family Games      E
## 3857                                                           <NA>   <NA>
## 3858                                                           <NA>   <NA>
## 3859                                                       ValuSoft      T
## 3860                                                Her Interactive      E
## 3861                                                        Tamsoft      E
## 3862                                                           <NA>   <NA>
## 3863                                                           <NA>   <NA>
## 3864                                                  Visual Impact   E10+
## 3865                                                           <NA>   <NA>
## 3866                                                           <NA>   <NA>
## 3867                                                           <NA>   <NA>
## 3868                                                           <NA>   <NA>
## 3869                                                           <NA>   <NA>
## 3870                                                           <NA>   <NA>
## 3871                                                           <NA>   <NA>
## 3872                                            Bohemia Interactive      T
## 3873                                                           <NA>   <NA>
## 3874                                                           <NA>   <NA>
## 3875                                                           <NA>   <NA>
## 3876                                                           <NA>   <NA>
## 3877                                                           <NA>   <NA>
## 3878                                                        Various      T
## 3879                                              Traveller's Tales   E10+
## 3880                                                           <NA>   <NA>
## 3881                                                           <NA>   <NA>
## 3882                                                           <NA>   <NA>
## 3883                                                           <NA>   <NA>
## 3884                                                           <NA>   <NA>
## 3885                                                           <NA>   <NA>
## 3886                                                 Big Fish Games   <NA>
## 3887                              Targem Games, TopWare Interactive      T
## 3888                                                           <NA>   <NA>
## 3889                                                           <NA>   <NA>
## 3890                                                           <NA>   <NA>
## 3891                                                           <NA>   <NA>
## 3892                                                           <NA>   <NA>
## 3893                                                           <NA>   <NA>
## 3894                                                           <NA>   <NA>
## 3895                                                           <NA>   <NA>
## 3896                                         Arrowhead Game Studios      T
## 3897                                                   Mastertronic   E10+
## 3898                                                     Games Farm      T
## 3899                                                           <NA>   <NA>
## 3900                                                           <NA>   <NA>
## 3901                                            Paradox Interactive      T
## 3902                                                           <NA>   <NA>
## 3903                                                           <NA>   <NA>
## 3904                                                           <NA>   <NA>
## 3905                                           Lightning Fish Games      T
## 3906                                                           <NA>   <NA>
## 3907                                                           <NA>   <NA>
## 3908                                                           <NA>   <NA>
## 3909                                                           <NA>   <NA>
## 3910                                                UFO Interactive      E
## 3911                                                           <NA>   <NA>
## 3912                                                           <NA>   <NA>
## 3913                                                           <NA>   <NA>
## 3914                                                           <NA>   <NA>
## 3915                                                           <NA>   <NA>
## 3916                                                         PopCap      E
## 3917                                                           <NA>   <NA>
## 3918                                                      Zoo Games      E
## 3919                                                           <NA>   <NA>
## 3920                                                           <NA>   <NA>
## 3921                                                           <NA>   <NA>
## 3922                                                     Activision      E
## 3923                                                           <NA>   <NA>
## 3924                                                           <NA>   <NA>
## 3925                                                           <NA>   <NA>
## 3926                                                           <NA>   <NA>
## 3927                                                           <NA>   <NA>
## 3928                                                           <NA>   <NA>
## 3929                                                           <NA>   <NA>
## 3930                                                          Teyon      T
## 3931                                           Trendy Entertainment   E10+
## 3932                                            Paradox Interactive      E
## 3933                                              Jack of All Games      E
## 3934                                                           <NA>   <NA>
## 3935                                                           <NA>   <NA>
## 3936                                               Easy Interactive   E10+
## 3937                                                           <NA>   <NA>
## 3938                                                           <NA>   <NA>
## 3939                                                           <NA>   <NA>
## 3940                                                Giants Software   <NA>
## 3941                                                           <NA>   <NA>
## 3942                                              Rising Star Games      E
## 3943                                              DTP Entertainment   <NA>
## 3944                                              Jack of All Games      E
## 3945                                                           <NA>   <NA>
## 3946                                                           <NA>   <NA>
## 3947                                                           <NA>   <NA>
## 3948                                                           <NA>   <NA>
## 3949                                                           <NA>   <NA>
## 3950                                                           <NA>   <NA>
## 3951                                                UFO Interactive      E
## 3952                                                           <NA>   <NA>
## 3953                                                           <NA>   <NA>
## 3954                                                        Ubisoft      M
## 3955                                                           <NA>   <NA>
## 3956                                 Headup Games, Crenetic Studios   <NA>
## 3957                                                            THQ      E
## 3958                                                           <NA>   <NA>
## 3959                                                           <NA>   <NA>
## 3960                                                           <NA>   <NA>
## 3961                                                           <NA>   <NA>
## 3962                                                           <NA>   <NA>
## 3963                                                           <NA>   <NA>
## 3964                                                           <NA>   <NA>
## 3965                                                           <NA>   <NA>
## 3966                                                           <NA>   <NA>
## 3967                                                           <NA>   <NA>
## 3968                                                           <NA>   <NA>
## 3969                                               Easy Interactive   E10+
## 3970                                                           <NA>   <NA>
## 3971                                                           <NA>   <NA>
## 3972                                           Lightning Fish Games      T
## 3973                                                           <NA>   <NA>
## 3974                                                        Kalypso      M
## 3975                                                           <NA>   <NA>
## 3976                                                           <NA>   <NA>
## 3977                                                       ValuSoft      M
## 3978                                                           <NA>   <NA>
## 3979                                                           <NA>   <NA>
## 3980                                                           <NA>   <NA>
## 3981                                                           <NA>   <NA>
## 3982                                                           <NA>   <NA>
## 3983                                                         Ino-Co      T
## 3984                                                Clockwork Games      E
## 3985                                                           <NA>   <NA>
## 3986                                                           <NA>   <NA>
## 3987                                                           <NA>   <NA>
## 3988                                                           <NA>   <NA>
## 3989                                                           <NA>   <NA>
## 3990                                                           <NA>   <NA>
## 3991                                     Paradox Development Studio      T
## 3992                                                           <NA>   <NA>
## 3993                                                           <NA>   <NA>
## 3994                                                           <NA>   <NA>
## 3995                                                           <NA>   <NA>
## 3996                                                           <NA>   <NA>
## 3997                                                           <NA>   <NA>
## 3998                                                           <NA>   <NA>
## 3999                                                           <NA>   <NA>
## 4000                                                           <NA>   <NA>
## 4001                                                 Blue Tea Games   E10+
## 4002                                                Insomniac Games      M
## 4003                                                           <NA>   <NA>
## 4004                                                           <NA>   <NA>
## 4005                                                           <NA>   <NA>
## 4006                                                           <NA>   <NA>
## 4007                                             Mentor Interactive      E
## 4008                            Bigben Interactive, Red Wagon Games      E
## 4009                                                           <NA>   <NA>
## 4010                                                        Mastiff      T
## 4011                                                           <NA>   <NA>
## 4012                                                           <NA>   <NA>
## 4013                                                           <NA>   <NA>
## 4014                                                           <NA>   <NA>
## 4015                                                           <NA>   <NA>
## 4016                                                         Konami      M
## 4017                                                           <NA>   <NA>
## 4018                                                           <NA>   <NA>
## 4019                                                           <NA>   <NA>
## 4020                                                        Mastiff      T
## 4021                                                   Atomic Games      T
## 4022                                                         SimBin   E10+
## 4023                                            Good Science Studio      E
## 4024                                                           <NA>   <NA>
## 4025                                                       Treyarch      M
## 4026                                                       Treyarch      M
## 4027                                              Polyphony Digital      E
## 4028                                                         Bungie      M
## 4029                                                        Ubisoft   E10+
## 4030                                                        Nd Cube      E
## 4031                                             Nintendo EAD Tokyo      E
## 4032                                       Pipeworks Software, Inc.      E
## 4033                                             Rockstar San Diego      M
## 4034                                                  Retro Studios      E
## 4035                                             Rockstar San Diego      M
## 4036                                                      Rare Ltd.   E10+
## 4037                                               Lionhead Studios      M
## 4038                                                      EA Sports      E
## 4039                                                           <NA>   <NA>
## 4040                                         Blizzard Entertainment      T
## 4041                                               SCE Santa Monica      M
## 4042                             Ubisoft Paris, Ubisoft Montpellier   E10+
## 4043                                         Obsidian Entertainment      M
## 4044                                            SCEA, Zindagi Games   E10+
## 4045                                                      EA Sports      E
## 4046                                               Ubisoft Montreal      M
## 4047                                                        EA DICE      M
## 4048                                         Harmonix Music Systems      T
## 4049                                         Obsidian Entertainment      M
## 4050                                                        BioWare      M
## 4051                                                  Quantic Dream      M
## 4052                                                 Junction Point      E
## 4053                                                        EA DICE      M
## 4054                                               Ubisoft Montreal      M
## 4055                                          EA DICE, Danger Close      M
## 4056                                                Criterion Games   E10+
## 4057                                                     EA Tiburon      E
## 4058                                                       Nintendo      E
## 4059                                                   EA Black Box      T
## 4060                                             Dice, Danger Close      M
## 4061                                                           <NA>   <NA>
## 4062                                               Headstrong Games      E
## 4063                                              Traveller's Tales   E10+
## 4064                                                            THQ      E
## 4065                                                         Konami      E
## 4066                                                     EA Tiburon      E
## 4067                                       Pipeworks Software, Inc.      E
## 4068                                                      TT Fusion   E10+
## 4069                                                The Sims Studio      T
## 4070                                                        Ubisoft      E
## 4071                                                Criterion Games   E10+
## 4072                                                       2K Marin      M
## 4073                                                    Square Enix      T
## 4074                                                Visual Concepts      E
## 4075                                         Blizzard Entertainment      T
## 4076                                                    Square Enix      E
## 4077                                             Kojima Productions      T
## 4078                                                           <NA>   <NA>
## 4079                                                    Square Enix   E10+
## 4080                                                           <NA>   <NA>
## 4081                                                           <NA>   <NA>
## 4082                                                           <NA>   <NA>
## 4083                                                   EA Black Box      T
## 4084                                                The Sims Studio      T
## 4085                                                           <NA>   <NA>
## 4086                                              Creative Assembly      E
## 4087                                                Visual Concepts      E
## 4088                                              Avalanche Studios      M
## 4089                                                     ArtePiazza      T
## 4090                                                The Sims Studio      T
## 4091                                                     Sonic Team      E
## 4092                                                  Firaxis Games   E10+
## 4093                                          Frontier Developments      E
## 4094                                              Avalanche Studios      M
## 4095                                              Traveller's Tales   E10+
## 4096                                                       2K Czech      M
## 4097                                                       2K Marin      M
## 4098                                                           <NA>   <NA>
## 4099                                                      LucasArts      T
## 4100                                              Blue Castle Games      M
## 4101                                                       2K Czech      M
## 4102                                                       5TH Cell   E10+
## 4103                                                           <NA>   <NA>
## 4104                                                      LucasArts      T
## 4105                                                        BigPark      E
## 4106                                                           TOSE      E
## 4107                                                         Yuke's      T
## 4108                                                The Sims Studio      T
## 4109                                                           <NA>   <NA>
## 4110                                                       Treyarch      M
## 4111                                              Blue Castle Games      M
## 4112                                                     Team Ninja      T
## 4113                                         Codemasters Birmingham      E
## 4114                                           Remedy Entertainment      T
## 4115                                                         Yuke's      T
## 4116                                               Ubisoft Montreal      E
## 4117                                                           <NA>   <NA>
## 4118                                              Traveller's Tales   E10+
## 4119                                                 Creatures Inc.      E
## 4120                                              Dimps Corporation      E
## 4121                                                      EA Canada      E
## 4122                                             Sports Interactive      E
## 4123                                                      EA Canada      E
## 4124                                                  CyberConnect2      T
## 4125                                                      EA Sports      E
## 4126                                         Obsidian Entertainment      M
## 4127                                               City Interactive      M
## 4128                                             Rockstar San Diego      M
## 4129                                             United Front Games      E
## 4130                                                  Ruffian Games      M
## 4131                                                  Mercury Steam      M
## 4132                                                           Sega      E
## 4133                                                         Yuke's      T
## 4134                                                 Visceral Games      M
## 4135                                                           <NA>   <NA>
## 4136                                                      EA Sports      E
## 4137                                             Rockstar San Diego      M
## 4138                                                      Rebellion      M
## 4139                                                    Vigil Games      M
## 4140                                                      Rebellion      M
## 4141                                                           <NA>   <NA>
## 4142                                          Black Lantern Studios      E
## 4143                                               Longtail Studios   E10+
## 4144                                                  Ready at Dawn      M
## 4145                                             Namco Bandai Games      T
## 4146                                                           <NA>   <NA>
## 4147                                                            THQ      E
## 4148                     Vicarious Visions, Neversoft Entertainment      T
## 4149                                                    EA Montreal      M
## 4150                                                           <NA>   <NA>
## 4151                                                         Capcom      T
## 4152                                                           <NA>   <NA>
## 4153                                     Square Enix, h.a.n.d. Inc.   E10+
## 4154                                                           <NA>   <NA>
## 4155                                                     EA Tiburon      E
## 4156                                                 Visceral Games      M
## 4157                                                      EA Canada      E
## 4158                                          High Voltage Software      E
## 4159                                                  Monolith Soft      T
## 4160                                            Blitz Games Studios      E
## 4161                                         Codemasters Birmingham      E
## 4162                                         Harmonix Music Systems      T
## 4163                                                         Yuke's      T
## 4164                                        Neversoft Entertainment      T
## 4165                                                Page 44 Studios      E
## 4166                                                Electronic Arts      E
## 4167                                                       Land Ho!   E10+
## 4168                                                     EA Tiburon      E
## 4169                                                    EA Montreal      M
## 4170                                                      EA Sports      E
## 4171                                                 FreeStyleGames      T
## 4172                                                         Konami      T
## 4173                                        Neversoft Entertainment      T
## 4174                                                          Spike      T
## 4175                                                Electronic Arts      E
## 4176                                                         Konami      E
## 4177                                                      EA Sports      E
## 4178                                                  CyberConnect2      T
## 4179                                      Camelot Software Planning   E10+
## 4180                                             Tetris Online, Inc      E
## 4181                                                           <NA>   <NA>
## 4182                                                      EA Sports      E
## 4183                                                           <NA>   <NA>
## 4184                                      LucasArts, Red Fly Studio      T
## 4185                                                           <NA>   <NA>
## 4186                                                 FreeStyleGames      T
## 4187                                                        Ubisoft   E10+
## 4188                                                        Tri-Ace      T
## 4189                                                           <NA>   <NA>
## 4190                                                Electronic Arts   E10+
## 4191                                                Electronic Arts      E
## 4192                                                           <NA>   <NA>
## 4193                                           Square Enix, Tri-Ace      T
## 4194                                                           SCEA      E
## 4195                                              Bizarre Creations   E10+
## 4196                                                        EA DICE      M
## 4197                                                      EA Sports      E
## 4198                                                         Yuke's      T
## 4199                                              Bizarre Creations      T
## 4200                                                  Ubisoft Milan      T
## 4201                                               Ubisoft Montreal      T
## 4202                                                  Sanzaru Games   E10+
## 4203                                                      TT Fusion   E10+
## 4204                                     RED Entertainment, Artdink      E
## 4205                                           Exient Entertainment      E
## 4206                                                           <NA>   <NA>
## 4207                                                The Sims Studio      T
## 4208                                                  Mercury Steam      M
## 4209                                              Creative Assembly      T
## 4210                                      Shift, Bandai Namco Games      T
## 4211                                              Koei, Omega Force      M
## 4212                                                           <NA>   <NA>
## 4213                                            Blitz Games Studios      E
## 4214                                                           <NA>   <NA>
## 4215                                                           <NA>   <NA>
## 4216                                           Cooking Mama Limited      E
## 4217                                                         Capcom      T
## 4218                                                          Spike      T
## 4219                                     Disney Interactive Studios      E
## 4220                                         Backbone Entertainment      T
## 4221                                                        Level 5      T
## 4222                                                  Ubisoft Paris      T
## 4223                                               Ubisoft Montreal      T
## 4224                                                 FreeStyleGames      T
## 4225                                                           <NA>   <NA>
## 4226                                                     Cavia Inc.      M
## 4227                                                  PlatinumGames      M
## 4228                                                         Konami      E
## 4229                                                           TOSE   E10+
## 4230                                                       FUN Labs      T
## 4231                                                           <NA>   <NA>
## 4232                                                        Ubisoft      T
## 4233                                              Black Rock Studio   E10+
## 4234                                                        Endemol      E
## 4235                                                Cat Daddy Games      E
## 4236                                                Electronic Arts   E10+
## 4237                                                   Climax Group      M
## 4238                                     Disney Interactive Studios      E
## 4239                                              Bizarre Creations   E10+
## 4240                                                           <NA>   <NA>
## 4241                                           Coldwood Interactive      T
## 4242                                               Farsight Studios      E
## 4243                                                        n-Space      T
## 4244                                                           <NA>   <NA>
## 4245                                                           <NA>   <NA>
## 4246                                                     Activision      T
## 4247                                       Pipeworks Software, Inc.      E
## 4248                                         Harmonix Music Systems      T
## 4249                                             Tetris Online, Inc      E
## 4250                                        Marvelous Entertainment      E
## 4251                                                   Ninja Theory      T
## 4252                                               Ubisoft Montreal      M
## 4253                                                           <NA>   <NA>
## 4254                                                     Activision      E
## 4255                                                           <NA>   <NA>
## 4256                                                   Ninja Theory      T
## 4257                                  Omega Force, Koei Tecmo Games      T
## 4258                                                       Robomodo      E
## 4259                                                      EA Sports      E
## 4260                                                       4A Games      M
## 4261                                                Electronic Arts      T
## 4262                                              Nex Entertainment      T
## 4263                                                           Sega      T
## 4264                                                       Eighting      T
## 4265                                                    Square Enix      T
## 4266                                                        Virtuos      E
## 4267                                         SCEA San Diego Studios      E
## 4268                                               Griptonite Games   E10+
## 4269                                                           <NA>   <NA>
## 4270                                                      EA Sports      E
## 4271                                             SCEE London Studio      T
## 4272                                                      HexaDrive      M
## 4273                                                Visual Concepts      E
## 4274                                            Etranges Libellules   E10+
## 4275                                     Disney Interactive Studios      E
## 4276                                                  Eugen Systems      T
## 4277                                                           <NA>   <NA>
## 4278                                                           <NA>   <NA>
## 4279                                                  HandMade Game      E
## 4280                                                     EA Tiburon      E
## 4281                                                Visual Concepts      E
## 4282                                           Cooking Mama Limited      E
## 4283                                                           <NA>   <NA>
## 4284                                             Dice, Danger Close      M
## 4285                                                 Now Production   E10+
## 4286                                            Etranges Libellules   E10+
## 4287                                              Bizarre Creations      T
## 4288                                                          Teyon      T
## 4289                                                           <NA>   <NA>
## 4290                                                         Artoon      E
## 4291                                                Electronic Arts      E
## 4292                                              EA Redwood Shores      T
## 4293                                           Exient Entertainment   E10+
## 4294                                                         Yuke's      T
## 4295                                                           <NA>   <NA>
## 4296                                                           <NA>   <NA>
## 4297                                                EA Bright Light      T
## 4298                                                           <NA>   <NA>
## 4299                                            Wideload Games Inc.      E
## 4300                                        Farsight Studios, Crave      E
## 4301                                                      Slant Six      T
## 4302                                                         Beenox      T
## 4303                                                           <NA>   <NA>
## 4304                                                           <NA>   <NA>
## 4305                                   Artificial Mind and Movement      T
## 4306                                    Idea Factory, Compile Heart      T
## 4307                                                         Capcom   E10+
## 4308                                           Game Machine Studios      E
## 4309                                         Obsidian Entertainment      M
## 4310                                                        Mastiff      T
## 4311                                                           Gust      T
## 4312                                                Electronic Arts      E
## 4313                                            Etranges Libellules   E10+
## 4314                                                           <NA>   <NA>
## 4315                                                Visual Concepts      E
## 4316                                                  PlatinumGames      M
## 4317                                               Propaganda Games      T
## 4318                                                            THQ      E
## 4319                                                         Konami      E
## 4320                                                           SCEA      E
## 4321                                                        Ubisoft      T
## 4322                                             Sports Interactive      E
## 4323                       Harmonix Music Systems, Demiurge Studios      T
## 4324                                                Visual Concepts      E
## 4325                                                           <NA>   <NA>
## 4326                                                           <NA>   <NA>
## 4327                       Harmonix Music Systems, Demiurge Studios      T
## 4328                                                       Full Fat   E10+
## 4329                                               Arc System Works      T
## 4330                                   Artificial Mind and Movement      T
## 4331                                                      EA Canada      E
## 4332                                                       FUN Labs      E
## 4333                                                       2K Czech      M
## 4334                                        Grasshopper Manufacture      M
## 4335                                                        BioWare      M
## 4336                                                EA Bright Light      T
## 4337                                                      EA Canada      E
## 4338                                                      EA Canada      E
## 4339                                         Obsidian Entertainment      M
## 4340                                                           <NA>   <NA>
## 4341                                     Sega Studios San Francisco      T
## 4342                                                Electronic Arts      E
## 4343                                                      EA Canada      E
## 4344                                                     EA Tiburon      E
## 4345                                                         Capcom      T
## 4346                                           Lightning Fish Games      E
## 4347                                          Black Lantern Studios     EC
## 4348                                          High Voltage Software      T
## 4349                                                     EA Tiburon      E
## 4350                                                         Yuke's      T
## 4351                                                           <NA>   <NA>
## 4352                                                        Virtuos      E
## 4353                                                Criterion Games   E10+
## 4354                                                     EA Tiburon      T
## 4355                                                 Ubisoft Quebec      T
## 4356                                         Harmonix Music Systems      T
## 4357                                                        Ubisoft      T
## 4358                                                           <NA>   <NA>
## 4359                                                     Activision      E
## 4360                                                         Beenox      T
## 4361                                              CokeM Interactive      E
## 4362                                                 Airtight Games      T
## 4363                                                     EA Tiburon      T
## 4364                                                  Impulse Games      E
## 4365                                              Gas Powered Games   E10+
## 4366                                                   Asobo Studio      E
## 4367                                                         Konami      E
## 4368                                                           <NA>   <NA>
## 4369                                                           <NA>   <NA>
## 4370                                                 Cohort Studios      T
## 4371                                     Sega Studios San Francisco   E10+
## 4372                                                     Activision      T
## 4373                                                        Tri-Ace      T
## 4374                                                           <NA>   <NA>
## 4375                                    Terminal Reality, 4mm Games      T
## 4376                                                    D3Publisher   E10+
## 4377                                                             AI   E10+
## 4378                                                           <NA>   <NA>
## 4379                                               City Interactive      T
## 4380                                          High Voltage Software      T
## 4381                                    Terminal Reality, 4mm Games      T
## 4382                                               Griptonite Games   E10+
## 4383                                                EA Bright Light      E
## 4384                                       Buzz Monkey, EA Montreal      M
## 4385                                                           <NA>   <NA>
## 4386                                                     Activision      T
## 4387                                                   Access Games      M
## 4388                                               Arc System Works      T
## 4389                                                          Atlus   E10+
## 4390                                        Image Epoch, Imageepoch      T
## 4391                                                      Blue Byte   E10+
## 4392                                                 Airtight Games      T
## 4393                                                  Game Republic      T
## 4394                                                           <NA>   <NA>
## 4395                                             Inti, Inti Creates      E
## 4396                                                           <NA>   <NA>
## 4397                                               Propaganda Games      T
## 4398                                                           <NA>   <NA>
## 4399                                   Climax Group, Climax Studios      M
## 4400                                                           <NA>   <NA>
## 4401                                                       FUN Labs      E
## 4402                                                          Atlus   E10+
## 4403                                                     WayForward   E10+
## 4404                                                         Altron      E
## 4405                                    Terminal Reality, 4mm Games      T
## 4406                                                Electronic Arts   E10+
## 4407                                                           <NA>   <NA>
## 4408                                                       Novarama   E10+
## 4409                                             Namco Bandai Games      E
## 4410                                             Double Helix Games      T
## 4411                                                     Cavia Inc.      M
## 4412                                                DoubleTap Games      E
## 4413                                                   Project Aces      T
## 4414                                                           Xpec   E10+
## 4415                                          Black Lantern Studios     EC
## 4416                                                         Capcom      T
## 4417                                                  Game Republic      T
## 4418                                                           <NA>   <NA>
## 4419                                                    Sanuk Games      E
## 4420                                                           <NA>   <NA>
## 4421                                                           <NA>   <NA>
## 4422                                                 Papaya Studios   E10+
## 4423                                                 Volatile Games      M
## 4424                                                       Robomodo      E
## 4425                                     Disney Interactive Studios      E
## 4426                                                           <NA>   <NA>
## 4427                                                Electronic Arts      E
## 4428                                                Firebrand Games      E
## 4429                                     Sega Studios San Francisco      T
## 4430                                           Big Blue Bubble Inc.      E
## 4431                                             SCEE London Studio      E
## 4432                                                        Mastiff      T
## 4433                                               Next Level Games      T
## 4434                                                           <NA>   <NA>
## 4435                                                Visual Concepts   E10+
## 4436                                                       FUN Labs      E
## 4437                                                  Eugen Systems      T
## 4438                                                           <NA>   <NA>
## 4439                                                           <NA>   <NA>
## 4440                                                           <NA>   <NA>
## 4441                                                          Amble      E
## 4442                                                    Gusto Games      E
## 4443                                                  Eugen Systems      T
## 4444                                                           <NA>   <NA>
## 4445                                                           <NA>   <NA>
## 4446                                                           <NA>   <NA>
## 4447                                                         PopCap   E10+
## 4448                                                           <NA>   <NA>
## 4449                                                           <NA>   <NA>
## 4450                                                    Indies Zero      E
## 4451                                                        Ubisoft   E10+
## 4452                                                   Access Games      M
## 4453                                                            THQ   E10+
## 4454                                                Visual Concepts      E
## 4455                                                          Spike      T
## 4456                                                       Robomodo      E
## 4457                                               Griptonite Games      E
## 4458                                                        Mastiff      T
## 4459                                                           <NA>   <NA>
## 4460                                                Ubisoft Romania      T
## 4461                                                Tornado Studios      E
## 4462                                                        ZootFly      T
## 4463                                         Smack Down Productions      E
## 4464                                                        Ubisoft   E10+
## 4465                                                           <NA>   <NA>
## 4466                                                        Virtuos      E
## 4467                                           SCE Studio Cambridge      E
## 4468                                                EA Bright Light      E
## 4469                                                   Asobo Studio      E
## 4470                                                 Papaya Studios   E10+
## 4471                                                Electronic Arts      E
## 4472                                               Griptonite Games   E10+
## 4473                                                           <NA>   <NA>
## 4474                                                       4A Games      M
## 4475                                                         Beenox      T
## 4476                                                 Papaya Studios   E10+
## 4477                                              Ubisoft Vancouver      E
## 4478                                                            THQ      E
## 4479                                                           Gust      M
## 4480                                                           <NA>   <NA>
## 4481                                                 Ubisoft Quebec      T
## 4482                                                           <NA>   <NA>
## 4483                                               Headstrong Games      T
## 4484                                               City Interactive      E
## 4485                                                      Frogwares   E10+
## 4486                                                            THQ   E10+
## 4487                                                Visual Concepts      E
## 4488                                                Firebrand Games      E
## 4489                                                           <NA>   <NA>
## 4490                                                 Sanrio Digital      E
## 4491                                          Griffin International      T
## 4492                                     Hudson, NATSUME ATARI Inc.      E
## 4493                                                           <NA>   <NA>
## 4494                                                Cat Daddy Games      E
## 4495                                                        Tamsoft      E
## 4496                                                 Papaya Studios   E10+
## 4497                                                         Konami      E
## 4498                                                           <NA>   <NA>
## 4499                                               Monumental Games      E
## 4500                                                            THQ   E10+
## 4501                                                        Team 17   E10+
## 4502                                                           <NA>   <NA>
## 4503                                                 Telltale Games      M
## 4504                                                            THQ   E10+
## 4505                                                      Clap Hanz      E
## 4506                                                      LucasArts      T
## 4507                                                           <NA>   <NA>
## 4508                                                           <NA>   <NA>
## 4509                                                Milestone S.r.l   E10+
## 4510                                                           <NA>   <NA>
## 4511                                                   Gunnar Games      E
## 4512                                                         Yuke's      T
## 4513                                                           <NA>   <NA>
## 4514                                                Super X Studios   E10+
## 4515                                                        ZootFly      T
## 4516                                                            THQ      T
## 4517                                                           <NA>   <NA>
## 4518                                                           SCEA      E
## 4519                                                 Volatile Games      M
## 4520                                           Game Machine Studios      E
## 4521                                                           <NA>   <NA>
## 4522                                               SCE Japan Studio   E10+
## 4523                                           Gaming Minds Studios      T
## 4524                                             Namco Bandai Games      E
## 4525                                                           <NA>   <NA>
## 4526                                             Double Helix Games      T
## 4527                                           Gaijin Entertainment      T
## 4528                                                       FUN Labs      T
## 4529                                     Disney Interactive Studios      E
## 4530                                                           <NA>   <NA>
## 4531                                                           <NA>   <NA>
## 4532                                                  CyberConnect2   E10+
## 4533                                                           <NA>   <NA>
## 4534                                                       FeelPlus      M
## 4535                                                      Rebellion      M
## 4536                                                           GCP1   E10+
## 4537                                                            THQ      E
## 4538                                                         Konami      T
## 4539                                                           Xpec   E10+
## 4540                                                           <NA>   <NA>
## 4541                                              Gas Powered Games   E10+
## 4542                                                          Tecmo      M
## 4543                                                           <NA>   <NA>
## 4544                                                  Game Republic      T
## 4545                                                Firebrand Games      E
## 4546                                                           <NA>   <NA>
## 4547                                                Visual Concepts      E
## 4548                                               Griptonite Games   E10+
## 4549                Artificial Mind and Movement, EA Redwood Shores      M
## 4550                                                           <NA>   <NA>
## 4551                                                           <NA>   <NA>
## 4552                                             Namco Bandai Games      E
## 4553                                                           <NA>   <NA>
## 4554                                                      505 Games      E
## 4555                                                         Konami   E10+
## 4556                                               Ubisoft Montreal      T
## 4557                                                      Zoo Games      T
## 4558                                                Visual Concepts      E
## 4559                                                     Spellbound      T
## 4560                                                Milestone S.r.l   E10+
## 4561                                              Jack of All Games      T
## 4562                                                 Ubisoft Quebec   E10+
## 4563                                              CokeM Interactive   E10+
## 4564                                                           <NA>   <NA>
## 4565                                                   Gunnar Games   E10+
## 4566                                                 Telltale Games      M
## 4567                                               Farsight Studios      E
## 4568                                                           <NA>   <NA>
## 4569                                                            THQ   E10+
## 4570                                                           <NA>   <NA>
## 4571                                                           <NA>   <NA>
## 4572                                                Big Ant Studios      E
## 4573                                                 Papaya Studios   E10+
## 4574                                              Ubisoft Vancouver      E
## 4575                                                      EA Sports      E
## 4576                                                           iNiS      T
## 4577                 Namco Bandai Games America, Namco Bandai Games      M
## 4578                                                UFO Interactive      E
## 4579                                                OneNine Studios      E
## 4580                                                    Gogii Games      E
## 4581                                               Ubisoft Montreal   E10+
## 4582                                            Etranges Libellules   E10+
## 4583                                               Koei Tecmo Games      T
## 4584                                              Team Ninja, Tecmo      M
## 4585                                           Webfoot Technologies      E
## 4586                                                           <NA>   <NA>
## 4587                                                           <NA>   <NA>
## 4588                                                           <NA>   <NA>
## 4589                                                       Joindots      E
## 4590                                           Asylum Entertainment      E
## 4591                                                   ImaginEngine      E
## 4592                                                            THQ   E10+
## 4593                                                      TT Fusion      T
## 4594                                                           <NA>   <NA>
## 4595                                               Monumental Games      E
## 4596                                                           <NA>   <NA>
## 4597                                                           <NA>   <NA>
## 4598                                                    D3Publisher      E
## 4599                                                 Telltale Games      M
## 4600                                              CokeM Interactive      E
## 4601                                     Disney Interactive Studios      E
## 4602                                                      505 Games      E
## 4603                                                        n-Space   E10+
## 4604                                                 Now Production   E10+
## 4605                                                 Artech Studios      T
## 4606                                                      Zoo Games      E
## 4607                                                UFO Interactive      E
## 4608                                                  Game Republic      T
## 4609                                                           <NA>   <NA>
## 4610                                           Gaijin Entertainment      T
## 4611                                                          Ludia   E10+
## 4612                                                EA Bright Light      E
## 4613                                                 Now Production   E10+
## 4614                                                           <NA>   <NA>
## 4615                                          High Voltage Software      E
## 4616                                                           <NA>   <NA>
## 4617                                                      Telegames      E
## 4618                                                           <NA>   <NA>
## 4619                                               Ubisoft Montreal      T
## 4620                                                  Game Republic      T
## 4621                                                          Crave      E
## 4622                                                           <NA>   <NA>
## 4623                                                           <NA>   <NA>
## 4624                                               City Interactive      M
## 4625                                                           Koei      M
## 4626                                                      Neverland   E10+
## 4627                                                           <NA>   <NA>
## 4628                                                 Now Production   E10+
## 4629                                                           <NA>   <NA>
## 4630                                                            THQ      E
## 4631                                                           <NA>   <NA>
## 4632                                                           <NA>   <NA>
## 4633                                             Neko Entertainment      T
## 4634                                                        Tamsoft   E10+
## 4635                                                        Ubisoft   E10+
## 4636                                                         Altron      E
## 4637                                                Powerhead Games      E
## 4638                                                            THQ   E10+
## 4639                                             Ubisoft Casablanca   E10+
## 4640                                               The Game Factory      E
## 4641                                                    Vigil Games      M
## 4642                                                  THQ Australia   E10+
## 4643                                                           <NA>   <NA>
## 4644                                                           SCEA   E10+
## 4645                                          HB Studios Multimedia      E
## 4646                                                         Falcom      T
## 4647                                                Firebrand Games      E
## 4648                                                 Now Production   E10+
## 4649                                                           <NA>   <NA>
## 4650                                    Idea Factory, Compile Heart      T
## 4651                                                         Konami      E
## 4652                                                           <NA>   <NA>
## 4653                                                           <NA>   <NA>
## 4654                                                           <NA>   <NA>
## 4655                                                         Dorasu      E
## 4656                                                    Torus Games      E
## 4657                                                           <NA>   <NA>
## 4658                                                  h.a.n.d. Inc.      E
## 4659                                                       5TH Cell      E
## 4660                                                Seven45 Studios      T
## 4661                                                Powerhead Games      E
## 4662                                                           <NA>   <NA>
## 4663                                                           <NA>   <NA>
## 4664                                                    Omega Force      T
## 4665                                                           <NA>   <NA>
## 4666                                                       Full Fat      E
## 4667                                            Etranges Libellules   E10+
## 4668                                              Blue Castle Games      M
## 4669                                                EA Bright Light      E
## 4670                                                           <NA>   <NA>
## 4671                                                           <NA>   <NA>
## 4672                                                  Magic Pockets      E
## 4673                                                           <NA>   <NA>
## 4674                                                           <NA>   <NA>
## 4675                                                           <NA>   <NA>
## 4676                                                           <NA>   <NA>
## 4677                                                           <NA>   <NA>
## 4678                                               City Interactive      E
## 4679                                                           <NA>   <NA>
## 4680                                                 Larian Studios      M
## 4681                                                Atari, Atari SA   E10+
## 4682                                                           <NA>   <NA>
## 4683                                                           <NA>   <NA>
## 4684                         Big Blue Bubble Inc., Scholastic, Inc.      E
## 4685                                           SuperVillain Studios   E10+
## 4686                                                           <NA>   <NA>
## 4687                                                     Ludia Inc.      E
## 4688                                                UFO Interactive      E
## 4689                                                        Deck 13      T
## 4690                                                           <NA>   <NA>
## 4691                                               Gearbox Software      M
## 4692                                                Giants Software      E
## 4693                                                           <NA>   <NA>
## 4694                                                           <NA>   <NA>
## 4695                                                     Activision      E
## 4696                                                           <NA>   <NA>
## 4697                                                           <NA>   <NA>
## 4698                                                            THQ   E10+
## 4699                                                 Premium Agency      T
## 4700                                                           <NA>   <NA>
## 4701                                                           <NA>   <NA>
## 4702                                                           <NA>   <NA>
## 4703                                                           <NA>   <NA>
## 4704                                                           <NA>   <NA>
## 4705                                              Avalanche Studios      M
## 4706                                                        Acquire      M
## 4707                                                           <NA>   <NA>
## 4708                                         Graffiti Entertainment      E
## 4709                                     Disney Interactive Studios      E
## 4710                                               Next Level Games      T
## 4711                                                        Q-Games      E
## 4712                                                       Tantatus   E10+
## 4713                                                  THQ Australia   E10+
## 4714                                                           <NA>   <NA>
## 4715                                                           <NA>   <NA>
## 4716                                      Mindscape Inc., Mindscape      T
## 4717                                                           <NA>   <NA>
## 4718                                                        Deck 13      T
## 4719                                                      TT Fusion   E10+
## 4720                                                     Activision      T
## 4721                                                          Crave   E10+
## 4722                                                           <NA>   <NA>
## 4723                                                           <NA>   <NA>
## 4724                                                Super X Studios   E10+
## 4725                                           SuperVillain Studios      T
## 4726                                                           <NA>   <NA>
## 4727                                                           <NA>   <NA>
## 4728                                                Seven45 Studios      T
## 4729                                                        Virtuos      E
## 4730                                                           <NA>   <NA>
## 4731                                                       Techland   E10+
## 4732                                                        Ubisoft      E
## 4733                                                    Hudson Soft   E10+
## 4734                                                       Tantatus   E10+
## 4735                                                       FUN Labs      T
## 4736                                                     MumboJumbo      T
## 4737                                                 Animation Arts      T
## 4738                                         Smack Down Productions      E
## 4739                                           Infinite Interactive   E10+
## 4740                                                Electronic Arts   E10+
## 4741                                               Monkey Bar Games      E
## 4742                                                           <NA>   <NA>
## 4743                                              Sidhe Interactive      M
## 4744                                               Farsight Studios      E
## 4745                                                           <NA>   <NA>
## 4746                                               Headstrong Games   E10+
## 4747                                              Black Rock Studio   E10+
## 4748                                                           <NA>   <NA>
## 4749                                                   Renegade Kid      M
## 4750                                               Arc System Works      T
## 4751                                                    Deep Silver      E
## 4752                                                         Konami   E10+
## 4753                                                    Gusto Games      E
## 4754                                                            THQ      T
## 4755                                                        Ubisoft      E
## 4756                                            Big Head Games Ltd.   E10+
## 4757                                                        Various      T
## 4758                                                           <NA>   <NA>
## 4759                                                        Ubisoft   E10+
## 4760                                                           <NA>   <NA>
## 4761                                                 Beyond Reality      E
## 4762                                                       FUN Labs      T
## 4763                                                           <NA>   <NA>
## 4764                                                           Xpec   E10+
## 4765                                                      Rebellion      M
## 4766                                               Ubisoft Montreal      M
## 4767                                                           <NA>   <NA>
## 4768                                  Immersion Software & Graphics      T
## 4769                                                           <NA>   <NA>
## 4770                                                   Idea Factory      T
## 4771                                                           <NA>   <NA>
## 4772                                                      505 Games      E
## 4773                                                           <NA>   <NA>
## 4774                                                           <NA>   <NA>
## 4775                                                           <NA>   <NA>
## 4776                                                     Ludia Inc.      E
## 4777                                          High Voltage Software      E
## 4778                                                           <NA>   <NA>
## 4779                                                           <NA>   <NA>
## 4780                                                           <NA>   <NA>
## 4781                               RED Entertainment, Compile Heart      T
## 4782                                                           <NA>   <NA>
## 4783                                                            THQ      T
## 4784                                                EA Bright Light      T
## 4785                                                        Virtuos      T
## 4786                                                       Techland   E10+
## 4787                                         Majesco Games, Majesco      T
## 4788                                                 Now Production      E
## 4789                                                       FUN Labs      T
## 4790                                                           <NA>   <NA>
## 4791                                                        Ubisoft      T
## 4792                                                           <NA>   <NA>
## 4793                                                 THQ, AWE Games   E10+
## 4794                                                  Magic Pockets      E
## 4795                                          Behaviour Interactive   E10+
## 4796                                           Big Blue Bubble Inc.      E
## 4797                                                           <NA>   <NA>
## 4798                                                           <NA>   <NA>
## 4799                                               Griptonite Games      E
## 4800                                                           <NA>   <NA>
## 4801                                       Crave, DTP Entertainment      E
## 4802                                                           <NA>   <NA>
## 4803                                                           <NA>   <NA>
## 4804                                                     Spellbound      T
## 4805                                                           <NA>   <NA>
## 4806                                          HB Studios Multimedia      E
## 4807                                                           <NA>   <NA>
## 4808                                                           <NA>   <NA>
## 4809                                                  Magic Pockets      E
## 4810                                                           <NA>   <NA>
## 4811                                                           <NA>   <NA>
## 4812                                                           <NA>   <NA>
## 4813                                                      Destineer      E
## 4814                                                           <NA>   <NA>
## 4815                                                           <NA>   <NA>
## 4816                                                Electronic Arts   E10+
## 4817                                          Griffin International      T
## 4818                                           Nippon Ichi Software      T
## 4819                                                           <NA>   <NA>
## 4820                                           Nippon Ichi Software      T
## 4821                                                           <NA>   <NA>
## 4822                                                      Hit Maker      T
## 4823                                                            THQ      T
## 4824                                                          Tecmo      M
## 4825                                                           <NA>   <NA>
## 4826                                                        Virtuos      E
## 4827                                                          Crave   E10+
## 4828                                                        2K Play      E
## 4829                                                           <NA>   <NA>
## 4830                                                        O-Games      E
## 4831                                                          Sting      T
## 4832                                                           <NA>   <NA>
## 4833                                         Backbone Entertainment   E10+
## 4834                                                           G1M2      T
## 4835                                                   Little Orbit      E
## 4836                                                           <NA>   <NA>
## 4837                                                           <NA>   <NA>
## 4838                                                         Konami   E10+
## 4839                                                            THQ      E
## 4840                                                    Gogii Games      E
## 4841                                                          Crave   E10+
## 4842                                                           <NA>   <NA>
## 4843                                                         PopCap      E
## 4844                                                    Nordcurrent   E10+
## 4845                                           Lightning Fish Games      E
## 4846                                                    Takara Tomy      T
## 4847                       N-Fusion Interactive Entertainment Corp.      T
## 4848                                                 Now Production      E
## 4849                                                           <NA>   <NA>
## 4850                                                The Sims Studio      T
## 4851                                                           <NA>   <NA>
## 4852                                                  Krome Studios   E10+
## 4853                                                        Ubisoft      E
## 4854                                                           <NA>   <NA>
## 4855                                                           <NA>   <NA>
## 4856                                                       FUN Labs      T
## 4857                                                     Activision      E
## 4858                                                     Ludia Inc.      T
## 4859                                                           <NA>   <NA>
## 4860                                                   Digital Kids      E
## 4861                                                           <NA>   <NA>
## 4862                                                       FUN Labs      E
## 4863                                                           <NA>   <NA>
## 4864                                                           <NA>   <NA>
## 4865                                                           <NA>   <NA>
## 4866                                                           <NA>   <NA>
## 4867                                                 Wicked Studios   E10+
## 4868                                                           <NA>   <NA>
## 4869                                       Anchor Bay Entertainment      E
## 4870                                                           <NA>   <NA>
## 4871                                                     Activision      E
## 4872                                                           <NA>   <NA>
## 4873                                                           <NA>   <NA>
## 4874                                                           <NA>   <NA>
## 4875                                                  Krome Studios   E10+
## 4876                                              Sidhe Interactive      M
## 4877                                                        Neopica   E10+
## 4878                                                           <NA>   <NA>
## 4879                                                           <NA>   <NA>
## 4880                                                       ValuSoft      T
## 4881                                                           <NA>   <NA>
## 4882                                                           <NA>   <NA>
## 4883                                                           <NA>   <NA>
## 4884                                                           <NA>   <NA>
## 4885                                                       FUN Labs      E
## 4886                                                        Natsume      E
## 4887                                                           <NA>   <NA>
## 4888                                                      Zoo Games      E
## 4889                                                           <NA>   <NA>
## 4890                                              DTP Entertainment      E
## 4891                                                           <NA>   <NA>
## 4892                                                           <NA>   <NA>
## 4893                                               Attractive Games      E
## 4894                                                           <NA>   <NA>
## 4895                                               Storm City Games      E
## 4896                                                           <NA>   <NA>
## 4897                                                     Universomo      E
## 4898                                                Visual Concepts      E
## 4899                                                   Purple Hills      T
## 4900                                                           <NA>   <NA>
## 4901                                      Camelot Software Planning      E
## 4902                                              Collision Studios      E
## 4903                                                           <NA>   <NA>
## 4904                                               Griptonite Games   E10+
## 4905                                         Graffiti Entertainment      E
## 4906                                                           <NA>   <NA>
## 4907                                                  Sanzaru Games      E
## 4908                                               Propaganda Games      T
## 4909                                               City Interactive      T
## 4910                                                           <NA>   <NA>
## 4911                                                           <NA>   <NA>
## 4912                                             Namco Bandai Games   <NA>
## 4913                                                           <NA>   <NA>
## 4914                                          High Voltage Software      T
## 4915                                                           <NA>   <NA>
## 4916                                                        n-Space      T
## 4917                                                           <NA>   <NA>
## 4918                                                     Snapdragon      E
## 4919                                                      505 Games      E
## 4920                                              Firehazard Studio      E
## 4921                                                      Zoo Games      E
## 4922                                                           <NA>   <NA>
## 4923                                                           <NA>   <NA>
## 4924                                              Bizarre Creations   E10+
## 4925                                                           <NA>   <NA>
## 4926                                              CokeM Interactive      E
## 4927                                                   Little Orbit      E
## 4928                                                           <NA>   <NA>
## 4929                                                           <NA>   <NA>
## 4930                                                EA Bright Light      E
## 4931                                                           <NA>   <NA>
## 4932                                                           <NA>   <NA>
## 4933                                                           <NA>   <NA>
## 4934                                                         Konami   <NA>
## 4935                                        Treyarch, Infinity Ward      M
## 4936                                                           <NA>   <NA>
## 4937                                                  Magic Pockets      E
## 4938                                                           <NA>   <NA>
## 4939                                                      Sony Bend      T
## 4940                                                           <NA>   <NA>
## 4941                                           Hudson Entertainment      E
## 4942                                                          Prope      E
## 4943                                                           <NA>   <NA>
## 4944                                                           <NA>   <NA>
## 4945                                                 Design Factory      M
## 4946                                          High Voltage Software      T
## 4947                                                      TT Fusion   E10+
## 4948                                                        O-Games      E
## 4949                                                           <NA>   <NA>
## 4950                                                           <NA>   <NA>
## 4951                                                UFO Interactive      E
## 4952                                         Codemasters Birmingham      E
## 4953                                                           <NA>   <NA>
## 4954                                               Scholastic, Inc.      E
## 4955                                                      Zoo Games      E
## 4956                                                Red Wagon Games      E
## 4957                                                           <NA>   <NA>
## 4958                                                           <NA>   <NA>
## 4959                                             Double Helix Games      T
## 4960                                                            LDW      E
## 4961                                                        O-Games      E
## 4962                                                           <NA>   <NA>
## 4963                                                   Dreamcatcher      E
## 4964                                      Most Wanted Entertainment      E
## 4965                                                   Just For Fun      E
## 4966                                                     Activision      E
## 4967                                  Immersion Software & Graphics      T
## 4968                                                        Ubisoft      T
## 4969                                                           <NA>   <NA>
## 4970                                                   Navarre Corp      E
## 4971                                                           <NA>   <NA>
## 4972                                                  Point of View      T
## 4973                                          Black Lantern Studios     EC
## 4974                                                           Cave   <NA>
## 4975                                                           <NA>   <NA>
## 4976                               Buka Entertainment, Targem Games      M
## 4977                                                           <NA>   <NA>
## 4978                                                        Ubisoft      E
## 4979                                                           <NA>   <NA>
## 4980                                             Legacy Interactive      E
## 4981                                                           <NA>   <NA>
## 4982                                                           <NA>   <NA>
## 4983                                                          Prope      E
## 4984                                                           <NA>   <NA>
## 4985                                                           <NA>   <NA>
## 4986                                                           <NA>   <NA>
## 4987                                                           <NA>   <NA>
## 4988                                                           <NA>   <NA>
## 4989                                                           <NA>   <NA>
## 4990                                                           <NA>   <NA>
## 4991                                                           <NA>   <NA>
## 4992                                                 Raven Software      M
## 4993                                              Epicenter Studios      T
## 4994                                                  Point of View      T
## 4995                                                        Team 17   E10+
## 4996                                                SouthPeak Games      E
## 4997                                                          VSTEP      E
## 4998                                                           <NA>   <NA>
## 4999                                              Epicenter Studios      T
## 5000                                                           <NA>   <NA>
## 5001                                          Black Lantern Studios     EC
## 5002                                                   Avit-Niigata      T
## 5003                                                    KUNST-STOFF      E
## 5004                                                           <NA>   <NA>
## 5005                                                           <NA>   <NA>
## 5006                                                SouthPeak Games      E
## 5007                                                      505 Games      E
## 5008                                                 Beyond Reality      E
## 5009                                                           <NA>   <NA>
## 5010                                                           <NA>   <NA>
## 5011                                                   Panic Button      T
## 5012                                                  Foreign Media      E
## 5013                                              Black Rock Studio   E10+
## 5014                                                           <NA>   <NA>
## 5015                                                           <NA>   <NA>
## 5016                                              Snap Dragon Games   E10+
## 5017                                                           <NA>   <NA>
## 5018                                                           <NA>   <NA>
## 5019                                                           <NA>   <NA>
## 5020                                                           <NA>   <NA>
## 5021                                                           <NA>   <NA>
## 5022                                                           <NA>   <NA>
## 5023                                                     Ludia Inc.      E
## 5024                                                           <NA>   <NA>
## 5025                                           Gaming Minds Studios      E
## 5026                                                           <NA>   <NA>
## 5027                                                           <NA>   <NA>
## 5028                                                           <NA>   <NA>
## 5029                                                 Telltale Games      M
## 5030                                                           <NA>   <NA>
## 5031                                                           <NA>   <NA>
## 5032                                                        2K Play      E
## 5033                                                           <NA>   <NA>
## 5034                                              Collision Studios      E
## 5035                                                           <NA>   <NA>
## 5036                                                           <NA>   <NA>
## 5037                                                           <NA>   <NA>
## 5038                                                           <NA>   <NA>
## 5039                                                           <NA>   <NA>
## 5040                                                           <NA>   <NA>
## 5041                                                           <NA>   <NA>
## 5042                                                           <NA>   <NA>
## 5043                                                  Foreign Media      E
## 5044                                                      Zoo Games      E
## 5045                                                           <NA>   <NA>
## 5046                                                           <NA>   <NA>
## 5047                                                           <NA>   <NA>
## 5048                                                 Ironclad Games      T
## 5049                                                Super X Studios   E10+
## 5050                                                           <NA>   <NA>
## 5051                                                      Destineer      T
## 5052                                                      Zoo Games      E
## 5053                                         Obsidian Entertainment      M
## 5054                                                           <NA>   <NA>
## 5055                                                           <NA>   <NA>
## 5056                                                           <NA>   <NA>
## 5057                                                        Ubisoft   E10+
## 5058                                           Gaijin Entertainment      T
## 5059                                               Ubisoft Montreal      T
## 5060                                                           <NA>   <NA>
## 5061                                        Nordic Games Publishing      E
## 5062                                                        Million      T
## 5063                                      Most Wanted Entertainment      E
## 5064                                                    Opus Studio      T
## 5065                                                           <NA>   <NA>
## 5066                                                           <NA>   <NA>
## 5067                                                           <NA>   <NA>
## 5068                                             Legacy Interactive      T
## 5069                                             Mentor Interactive      E
## 5070                                                           <NA>   <NA>
## 5071                                                           <NA>   <NA>
## 5072                                                           <NA>   <NA>
## 5073                                                    Nitro Games      T
## 5074                                                           <NA>   <NA>
## 5075                                               Ubisoft Montreal      T
## 5076                                                           <NA>   <NA>
## 5077                                                           <NA>   <NA>
## 5078                                                           <NA>   <NA>
## 5079                                                           <NA>   <NA>
## 5080                                                           <NA>   <NA>
## 5081                                                           <NA>   <NA>
## 5082                                                           <NA>   <NA>
## 5083                                                           <NA>   <NA>
## 5084                     PM Studios Inc., Pentavision Entertainment   E10+
## 5085                                                        Ubisoft   E10+
## 5086                                                           <NA>   <NA>
## 5087                                                      LucasArts      T
## 5088                                               Storm City Games      E
## 5089                                                  From Software      T
## 5090                                                           <NA>   <NA>
## 5091                                                      Destineer      E
## 5092                                                           <NA>   <NA>
## 5093                                                   Dreamcatcher   E10+
## 5094                                                        49Games      E
## 5095                                                           <NA>   <NA>
## 5096                                                    Nitro Games      T
## 5097                                                           <NA>   <NA>
## 5098                                                           <NA>   <NA>
## 5099                                                           <NA>   <NA>
## 5100                                                           <NA>   <NA>
## 5101                                                           <NA>   <NA>
## 5102                                                           <NA>   <NA>
## 5103                                                           <NA>   <NA>
## 5104                                                           <NA>   <NA>
## 5105                                              Traveller's Tales   E10+
## 5106                                                           <NA>   <NA>
## 5107                                                    Nordcurrent   E10+
## 5108                                                           <NA>   <NA>
## 5109                                                           <NA>   <NA>
## 5110                                                           <NA>   <NA>
## 5111                                                         Funcom      M
## 5112                                                           <NA>   <NA>
## 5113                                                           <NA>   <NA>
## 5114                                                           <NA>   <NA>
## 5115                                                           <NA>   <NA>
## 5116                                                 Larian Studios      M
## 5117                                               Longtail Studios      E
## 5118                                                         Capcom      T
## 5119                                                   ZigZagIsland      E
## 5120                                                           <NA>   <NA>
## 5121                                                           <NA>   <NA>
## 5122                                                        Ubisoft      E
## 5123                                                           <NA>   <NA>
## 5124                                                           <NA>   <NA>
## 5125                                                    Deep Silver      E
## 5126                                                     Alpha Unit      E
## 5127                                                           <NA>   <NA>
## 5128                                                           <NA>   <NA>
## 5129                                                           <NA>   <NA>
## 5130                                                           <NA>   <NA>
## 5131                                                        Artdink   E10+
## 5132                                                           <NA>   <NA>
## 5133                                                           <NA>   <NA>
## 5134                                                           <NA>   <NA>
## 5135                                                           <NA>   <NA>
## 5136                                        Monte Cristo Multimedia      E
## 5137                                                 Rainbow S.p.A.      E
## 5138                                                Cryptic Studios      T
## 5139                                                           <NA>   <NA>
## 5140                                                  FAKT Software      E
## 5141                                                           <NA>   <NA>
## 5142                                                           <NA>   <NA>
## 5143                                                           <NA>   <NA>
## 5144                                                           <NA>   <NA>
## 5145                                                        Zig Zag      E
## 5146                                                           <NA>   <NA>
## 5147                                                           <NA>   <NA>
## 5148                                                           <NA>   <NA>
## 5149                                                      Kat Games      E
## 5150                                                           <NA>   <NA>
## 5151                                                           <NA>   <NA>
## 5152                                                           <NA>   <NA>
## 5153                                                      505 Games      E
## 5154                            United Coders, Wizardry Engineering   E10+
## 5155                                                           <NA>   <NA>
## 5156                                                           <NA>   <NA>
## 5157                                                           <NA>   <NA>
## 5158                                               Storm City Games   E10+
## 5159                                                           <NA>   <NA>
## 5160                                                           <NA>   <NA>
## 5161                                                  Visual Impact      E
## 5162                                                           <NA>   <NA>
## 5163                                                           <NA>   <NA>
## 5164                                                    Gogii Games      E
## 5165                                                           <NA>   <NA>
## 5166                                                           <NA>   <NA>
## 5167                                                           <NA>   <NA>
## 5168                                                           <NA>   <NA>
## 5169                                                           <NA>   <NA>
## 5170                                                           <NA>   <NA>
## 5171                                                           <NA>   <NA>
## 5172                                                           <NA>   <NA>
## 5173                                        Nordic Games Publishing      E
## 5174                                                           <NA>   <NA>
## 5175                                                           <NA>   <NA>
## 5176                                                    Vigil Games      M
## 5177                                                           <NA>   <NA>
## 5178                                                           <NA>   <NA>
## 5179                                                           <NA>   <NA>
## 5180                                                           <NA>   <NA>
## 5181                                                           <NA>   <NA>
## 5182                                                           <NA>   <NA>
## 5183                                                           <NA>   <NA>
## 5184                                                           <NA>   <NA>
## 5185                                                           <NA>   <NA>
## 5186                                                           <NA>   <NA>
## 5187                                              Bizarre Creations      T
## 5188                                                           <NA>   <NA>
## 5189                                                           <NA>   <NA>
## 5190                                                UFO Interactive      E
## 5191                                                   Purple Hills      T
## 5192                                                        Cyanide      T
## 5193                                                         PopCap      E
## 5194                                                           <NA>   <NA>
## 5195                                                          Crave      E
## 5196                                              Virtual Play Inc.      T
## 5197                                                           <NA>   <NA>
## 5198                                           Asylum Entertainment      E
## 5199                                                           <NA>   <NA>
## 5200                                                           <NA>   <NA>
## 5201                                                           <NA>   <NA>
## 5202                                                   Funbox Media      T
## 5203                                                           <NA>   <NA>
## 5204                                                           <NA>   <NA>
## 5205                                                           <NA>   <NA>
## 5206                                                           <NA>   <NA>
## 5207                                                           <NA>   <NA>
## 5208                                                           <NA>   <NA>
## 5209                                                           <NA>   <NA>
## 5210                                                         Akella      T
## 5211                                                      1C:Ino-Co   <NA>
## 5212                                                 Airtight Games      T
## 5213                                                           <NA>   <NA>
## 5214                                                        Boomzap   E10+
## 5215                                                           <NA>   <NA>
## 5216                                                           <NA>   <NA>
## 5217                                                           <NA>   <NA>
## 5218                                                           <NA>   <NA>
## 5219                                                           <NA>   <NA>
## 5220                                                           <NA>   <NA>
## 5221                                                           <NA>   <NA>
## 5222                                                           <NA>   <NA>
## 5223                                                           <NA>   <NA>
## 5224                                                           <NA>   <NA>
## 5225                                            Paradox Interactive   <NA>
## 5226                                                           <NA>   <NA>
## 5227                                                           <NA>   <NA>
## 5228                                                           <NA>   <NA>
## 5229                                                           <NA>   <NA>
## 5230                                                           <NA>   <NA>
## 5231                                                           <NA>   <NA>
## 5232                                                      Destineer      E
## 5233                                                           <NA>   <NA>
## 5234                                                           <NA>   <NA>
## 5235                                                           <NA>   <NA>
## 5236                                                           <NA>   <NA>
## 5237                                                           <NA>   <NA>
## 5238                                                        49Games      E
## 5239                                                           <NA>   <NA>
## 5240                                                           <NA>   <NA>
## 5241                                                    777 Studios   E10+
## 5242                                                           <NA>   <NA>
## 5243                                                           <NA>   <NA>
## 5244                                                 Beyond Reality      E
## 5245                                                           <NA>   <NA>
## 5246                                                           <NA>   <NA>
## 5247                                                           <NA>   <NA>
## 5248                                                      Zoo Games   E10+
## 5249                                                           <NA>   <NA>
## 5250                                                           <NA>   <NA>
## 5251                                                           <NA>   <NA>
## 5252                                               Storm City Games   E10+
## 5253                                                           <NA>   <NA>
## 5254                                                           <NA>   <NA>
## 5255                                                       XS Games      E
## 5256                                               Arc System Works      T
## 5257                                                           <NA>   <NA>
## 5258                                                           <NA>   <NA>
## 5259                                                           <NA>   <NA>
## 5260                                                           <NA>   <NA>
## 5261                                                           <NA>   <NA>
## 5262                                                           <NA>   <NA>
## 5263                                                           <NA>   <NA>
## 5264                                                           <NA>   <NA>
## 5265                                                           <NA>   <NA>
## 5266                                                           <NA>   <NA>
## 5267                                                           <NA>   <NA>
## 5268                                                    Gusto Games      E
## 5269                                                           <NA>   <NA>
## 5270                                                      Haemimont      T
## 5271                                                           <NA>   <NA>
## 5272                                                     Alpha Unit      E
## 5273                                                           SCEI   E10+
## 5274                                                           <NA>   <NA>
## 5275                                                           <NA>   <NA>
## 5276                                                           <NA>   <NA>
## 5277                                                        Neopica      T
## 5278                                                       Nintendo      E
## 5279                                                       Nintendo      E
## 5280                                                       Nintendo      E
## 5281                                                  Infinity Ward      M
## 5282                                                           <NA>   <NA>
## 5283                                                  Infinity Ward      M
## 5284                                                The Sims Studio      T
## 5285                                                  Ubisoft Paris   E10+
## 5286                                                    Naughty Dog      T
## 5287                                        Bungie Software, Bungie      M
## 5288                                                        Level 5   E10+
## 5289                                               Ubisoft Montreal      M
## 5290                                                        Turn 10      E
## 5291                                                    Square Enix      T
## 5292                                               Ubisoft Montreal      M
## 5293                                                         Capcom      M
## 5294                                                           <NA>   <NA>
## 5295                                             Rocksteady Studios      T
## 5296                                                         Capcom      T
## 5297                                                 Valve Software      M
## 5298                                                      EA Canada      E
## 5299                                                           <NA>   <NA>
## 5300                                                           <NA>   <NA>
## 5301                                                      EA Sports      E
## 5302                                                         Capcom      M
## 5303                                             Rocksteady Studios      T
## 5304                                                           <NA>   <NA>
## 5305                                               Gearbox Software      M
## 5306                                                       Nintendo   E10+
## 5307                                                           <NA>   <NA>
## 5308                                                      Guerrilla      M
## 5309                                                         Capcom      T
## 5310                                                   Sucker Punch      T
## 5311                                                     EA Tiburon      E
## 5312                                             Namco Bandai Games      T
## 5313                                                        Level 5   E10+
## 5314                                           Slightly Mad Studios      E
## 5315                                               Ensemble Studios      T
## 5316                                                      EA Sports      E
## 5317                                                Bluepoint Games      M
## 5318                                                           <NA>   <NA>
## 5319                                                        BioWare      M
## 5320                                        SCE/WWS, Media Molecule   E10+
## 5321                                                     EA Tiburon      E
## 5322                                                         Konami      E
## 5323                                         Backbone Entertainment   E10+
## 5324                                                         Konami   E10+
## 5325                                                         Capcom      T
## 5326                                                       5TH Cell   E10+
## 5327                                                        Ubisoft      E
## 5328                                               Gearbox Software      M
## 5329                                                         Yuke's      T
## 5330                                                           <NA>   <NA>
## 5331                                                  h.a.n.d. Inc.   E10+
## 5332                                           Slightly Mad Studios      E
## 5333                                                 Papaya Studios      E
## 5334                                                           <NA>   <NA>
## 5335                                                         Altron      E
## 5336                                                  From Software      M
## 5337                                                            THQ      T
## 5338                                         Harmonix Music Systems      T
## 5339                                                      EA Sports      E
## 5340                                                     Activision      T
## 5341                                                           <NA>   <NA>
## 5342                                               Farsight Studios      E
## 5343                                                        BioWare      M
## 5344                                                         Konami      E
## 5345                                                       ChunSoft      E
## 5346                                              Vicarious Visions      T
## 5347                                                      EA Canada      T
## 5348                                                           <NA>   <NA>
## 5349                                                       Zoe Mode      E
## 5350                                                           <NA>   <NA>
## 5351                                         Backbone Entertainment   E10+
## 5352                                                      EA Canada      T
## 5353                                              Traveller's Tales   E10+
## 5354                                                           <NA>   <NA>
## 5355                                                 Now Production      E
## 5356                                                Electronic Arts      E
## 5357                                              Taito Corporation      E
## 5358                                                 Rockstar Leeds      M
## 5359                                          Radical Entertainment      M
## 5360                                         Harmonix Music Systems      T
## 5361                 Namco Bandai Games America, Namco Bandai Games      T
## 5362                                               Artefacts Studio      E
## 5363                                                 Hellbent Games      E
## 5364                                          Radical Entertainment      M
## 5365                                               Griptonite Games      M
## 5366                                              Nex Entertainment      M
## 5367                                                      TT Fusion      E
## 5368                                                 Creatures Inc.      E
## 5369                                                         Yuke's      T
## 5370                                                      EA Sports      E
## 5371                                                Electronic Arts      E
## 5372                                        Neversoft Entertainment      T
## 5373                                            Ubisoft Montpellier   E10+
## 5374                                                         BudCat      T
## 5375                                          Ryu ga Gotoku Studios      M
## 5376                                         Harmonix Music Systems      T
## 5377                                        Neversoft Entertainment      T
## 5378                                                     Sonic Team   E10+
## 5379                                                   EA Black Box      T
## 5380                                              Creative Assembly      T
## 5381                                                         Yuke's      T
## 5382                                                           <NA>   <NA>
## 5383                                                     EA Tiburon      E
## 5384                                                           TOSE      E
## 5385                                                 Rockstar Leeds      M
## 5386                                                 FreeStyleGames      T
## 5387                                                     Cavia Inc.      M
## 5388                                                         Yuke's      T
## 5389                                                Electronic Arts      E
## 5390                                                 Bigbig Studios      T
## 5391                                              Traveller's Tales   E10+
## 5392                                                           Hyde      E
## 5393                                                   EA Salt Lake   E10+
## 5394                                                    Codemasters      T
## 5395                                             SCEE London Studio      E
## 5396                                              Incinerator Games      E
## 5397                                                      EA Sports      E
## 5398                                                     EA Tiburon      E
## 5399                                                Visual Concepts      E
## 5400                                        Double Fine Productions      M
## 5401                                              Vicarious Visions   E10+
## 5402                                                           <NA>   <NA>
## 5403                                                     EA Tiburon      E
## 5404                                        Double Fine Productions      M
## 5405                                                    Buzz Monkey   E10+
## 5406                                        Neversoft Entertainment      T
## 5407                                                  PlatinumGames      M
## 5408                                                    Codemasters      M
## 5409                                                           <NA>   <NA>
## 5410                                                           <NA>   <NA>
## 5411                                                    Codemasters      M
## 5412                                              Vicarious Visions      T
## 5413                                                           <NA>   <NA>
## 5414                                                Rainbow Studios      E
## 5415                                                 FreeStyleGames      T
## 5416                                                      Sony Bend      M
## 5417                                              Traveller's Tales   E10+
## 5418                                                  Infinity Ward      M
## 5419                                                       Techland      M
## 5420                                                   Sumo Digital      E
## 5421                                                    Alfa System      T
## 5422                                                  Volition Inc.      M
## 5423                                     Disney Interactive Studios      E
## 5424                                                 Red Fly Studio   E10+
## 5425                                                          Arika   E10+
## 5426                                                     Team Ninja      M
## 5427                                               Headstrong Games      M
## 5428                                               Terminal Reality      T
## 5429                                                Visual Concepts      E
## 5430                                                   EA Black Box      T
## 5431                                                    EA Montreal   E10+
## 5432                                                           <NA>   <NA>
## 5433                                                         Konami      E
## 5434                                                     EA Tiburon      E
## 5435                                                    Codemasters      T
## 5436                                                   CAProduction      E
## 5437                                                         Konami      E
## 5438                                        Neversoft Entertainment      T
## 5439                                                  Krome Studios      T
## 5440                                              EA Redwood Shores      M
## 5441                                        Neversoft Entertainment   E10+
## 5442                                           Square Enix, Tri-Ace      T
## 5443                                                       Novarama   E10+
## 5444                                                     EA Tiburon      E
## 5445                                                  PlatinumGames      M
## 5446                                                           <NA>   <NA>
## 5447                                                        Ubisoft      E
## 5448                                                          Spike      T
## 5449                                           Savage Entertainment      T
## 5450                                           Exient Entertainment      T
## 5451                                                EA Bright Light   E10+
## 5452                                            Planet Moon Studios      E
## 5453                                                      Kouyousha      T
## 5454                                                           <NA>   <NA>
## 5455                                               Pandemic Studios      T
## 5456                                        Neversoft Entertainment   E10+
## 5457                                              EA Redwood Shores      M
## 5458                                                EA Bright Light      E
## 5459                                                  Volition Inc.      M
## 5460                                                           <NA>   <NA>
## 5461                                              Vicarious Visions      T
## 5462                                                         Yuke's      T
## 5463                                            Ubisoft Montpellier      E
## 5464                                   Artificial Mind and Movement      T
## 5465                                                     EA Tiburon      E
## 5466                                         SCEA San Diego Studios      E
## 5467                                                Rainbow Studios      E
## 5468                                                           <NA>   <NA>
## 5469                                                     Human Soft      E
## 5470                                                         Capcom      T
## 5471                                                        n-Space      E
## 5472                                                      TT Fusion   E10+
## 5473                                                           <NA>   <NA>
## 5474                                                           <NA>   <NA>
## 5475                                           Gaijin Entertainment      T
## 5476                                                Blue Fang Games      E
## 5477                                                 Now Production      E
## 5478                                                           <NA>   <NA>
## 5479                                                      EA Canada   E10+
## 5480                                                     EA Tiburon      E
## 5481                                                     EA Tiburon      E
## 5482                                                EA Bright Light   E10+
## 5483                                                       5TH Cell      E
## 5484                                              Epicenter Studios   E10+
## 5485                                                         Altron      E
## 5486                                             SCEE London Studio      T
## 5487                                               Pandemic Studios      T
## 5488                                    id Software, Raven Software      M
## 5489                                                          Atlus      M
## 5490                                                           <NA>   <NA>
## 5491                                               Terminal Reality      T
## 5492                                                     Ludia Inc.      E
## 5493                                               Griptonite Games      E
## 5494                                        Neversoft Entertainment      T
## 5495                                                 Ubisoft Quebec   E10+
## 5496                                                EA Bright Light      E
## 5497                                   Artificial Mind and Movement      M
## 5498                                                  Retro Studios      T
## 5499                                              High Impact Games   E10+
## 5500                                                         Yuke's      T
## 5501                                                       Robomodo   E10+
## 5502              Ascaron Entertainment GmbH, Ascaron Entertainment      M
## 5503                                                      2K Sports      E
## 5504                                                       EA Games      E
## 5505                                                Blue Fang Games      E
## 5506                                                  Sanzaru Games   E10+
## 5507                                                       Techland      M
## 5508                                                    Vanillaware      T
## 5509                                                           <NA>   <NA>
## 5510                                                           <NA>   <NA>
## 5511                                                       Robomodo   E10+
## 5512                                            Intelligent Systems      E
## 5513                                              Traveller's Tales   E10+
## 5514                                                         Beenox      T
## 5515                                                Ubisoft Romania      T
## 5516                                           Exient Entertainment      E
## 5517                                                Matrix Software   E10+
## 5518                                                     EA Tiburon      E
## 5519                                                The Sims Studio      T
## 5520                                               Arc System Works      T
## 5521                                                      EA Canada   E10+
## 5522                                                     Activision      E
## 5523                                          High Voltage Software      T
## 5524                                                EA Bright Light      E
## 5525                                                 Silicon Studio   E10+
## 5526                                                   Asobo Studio   E10+
## 5527                                                      TT Fusion   E10+
## 5528                                                Ubisoft Romania      T
## 5529                                              Collision Studios      E
## 5530                                    id Software, Raven Software      M
## 5531                                                           iNiS      T
## 5532                                                         Yuke's      T
## 5533                                                      EA Canada      E
## 5534              Ascaron Entertainment GmbH, Ascaron Entertainment      M
## 5535                                                  Cerasus Media      E
## 5536                                                   Digital Kids      E
## 5537                                                     Keen Games   E10+
## 5538                                               Storm City Games      E
## 5539                                                         Yuke's      T
## 5540                                                           GRIN      T
## 5541                                           Monolith Productions      M
## 5542                                                   Sumo Digital      E
## 5543                                                Electronic Arts      E
## 5544                                                        Ubisoft      E
## 5545                                           Gaijin Entertainment      T
## 5546                                                        Ubisoft      E
## 5547                                                         Konami      E
## 5548                                                   8ing/Raizing      T
## 5549                                                        BioWare      M
## 5550                                             Bandai Namco Games      T
## 5551                                                          Spike      T
## 5552                                               Pandemic Studios      M
## 5553                                               Griptonite Games      E
## 5554                                                EA Bright Light      E
## 5555                                                           <NA>   <NA>
## 5556                                                       HAL Labs      E
## 5557                                                     Activision      E
## 5558                                                        n-Space   E10+
## 5559                                                           <NA>   <NA>
## 5560                                                           <NA>   <NA>
## 5561                 Harmonix Music Systems, Backbone Entertainment      T
## 5562                                                           <NA>   <NA>
## 5563                                               Pandemic Studios      M
## 5564                                                           <NA>   <NA>
## 5565                                                  Piranha Games      E
## 5566                                                   Asobo Studio      E
## 5567                                           Tantalus Interactive      E
## 5568                                                       EA Games      E
## 5569                                           Monolith Productions      M
## 5570                                                          Relic      M
## 5571                                              Incinerator Games      E
## 5572                 Eurocom Entertainment Software, Visceral Games      M
## 5573                                   Climax Group, Climax Studios      M
## 5574                                                           TOSE      E
## 5575                                                    Square Enix   E10+
## 5576                                              High Impact Games   E10+
## 5577                                               Griptonite Games      E
## 5578                                                          EA LA      E
## 5579                                             Bandai Namco Games   <NA>
## 5580                                                           <NA>   <NA>
## 5581                                                    Blitz Games      E
## 5582                                                    Omega Force      T
## 5583                                                           <NA>   <NA>
## 5584                                                           <NA>   <NA>
## 5585                                         Backbone Entertainment      E
## 5586                                                      EA Canada      E
## 5587                                                      505 Games      E
## 5588                                         Harmonix Music Systems   E10+
## 5589                                                           <NA>   <NA>
## 5590                                                         Konami   E10+
## 5591                                 Eurocom Entertainment Software   E10+
## 5592                                                    Omega Force      T
## 5593                                                 Papaya Studios   E10+
## 5594                                                 Red Fly Studio      E
## 5595                                                           <NA>   <NA>
## 5596                                                           <NA>   <NA>
## 5597                                                           <NA>   <NA>
## 5598                                            Blitz Games Studios      T
## 5599                                                           <NA>   <NA>
## 5600                                              Vicarious Visions   E10+
## 5601                                       LucasArts, Krome Studios      T
## 5602                                               War Drum Studios   E10+
## 5603                                                           <NA>   <NA>
## 5604                                                 Hijinx Studios      E
## 5605                                                      Kouyousha      T
## 5606                                                 Now Production      E
## 5607                                                           <NA>   <NA>
## 5608                                                    D3Publisher      E
## 5609                                                 Papaya Studios   E10+
## 5610                                                Electronic Arts      E
## 5611                                                         Beenox      T
## 5612                                                           <NA>   <NA>
## 5613                                                      TT Fusion   E10+
## 5614                                                           <NA>   <NA>
## 5615                                                            THQ   E10+
## 5616                                                           <NA>   <NA>
## 5617                                       Knowledge Adventure Inc.      E
## 5618                                                           <NA>   <NA>
## 5619                                           Tantalus Interactive      E
## 5620                                                            THQ      T
## 5621                                                         BudCat   E10+
## 5622                                                   Asobo Studio      E
## 5623                                                        n-Space      T
## 5624                                             Bandai Namco Games      E
## 5625                                                      7 Studios   E10+
## 5626                                                      Neverland      E
## 5627                                       LucasArts, Krome Studios      T
## 5628                                                Visual Concepts      E
## 5629                                                           <NA>   <NA>
## 5630                                                     Activision      T
## 5631                                                           <NA>   <NA>
## 5632                                                           <NA>   <NA>
## 5633                                                           <NA>   <NA>
## 5634                                                        Ubisoft      E
## 5635                                                      Zoo Games      E
## 5636                                                           <NA>   <NA>
## 5637                                                          Maxis   E10+
## 5638                                                    Zen Studios      E
## 5639                                     Frogwares, Mistic Software      E
## 5640                                                      LucasArts   E10+
## 5641                                                Firebrand Games      E
## 5642                                                         Yuke's      T
## 5643                                                           <NA>   <NA>
## 5644                                                    Square Enix      T
## 5645                                                           <NA>   <NA>
## 5646                                                  Krome Studios      T
## 5647                                                           <NA>   <NA>
## 5648                                                            THQ      E
## 5649                                                           <NA>   <NA>
## 5650                                                         Uacari      E
## 5651                                     Blue Byte, Related Designs      T
## 5652                                                     Activision      E
## 5653                                                   Sumo Digital      E
## 5654                                                Firebrand Games   E10+
## 5655                                                  CyberConnect2      T
## 5656                                                           <NA>   <NA>
## 5657                                                           <NA>   <NA>
## 5658                                                Visual Concepts      E
## 5659                                                EA Bright Light      E
## 5660                                                    Arcade Moon      E
## 5661                                                     Activision   E10+
## 5662                                                    Codemasters   E10+
## 5663                                                Playbox Limited      E
## 5664                                                   Sumo Digital      E
## 5665                                                   Climax Group      T
## 5666                                                           GRIN      M
## 5667                                                 Io Interactive   E10+
## 5668                                                  Tri-Crescendo      T
## 5669                                                        Virtuos      E
## 5670                                                 Valve Software      M
## 5671                                                           <NA>   <NA>
## 5672                                                 Zombie Studios      M
## 5673                                                  Monolith Soft   E10+
## 5674                                                           GRIN      M
## 5675                                               Arc System Works      T
## 5676                                      Blue Tongue Entertainment   E10+
## 5677                                           Take-Two Interactive   E10+
## 5678                                                     Ludia Inc.      E
## 5679                                                           <NA>   <NA>
## 5680                                             Sports Interactive      E
## 5681                                                     Keen Games   E10+
## 5682                                                         Beenox      T
## 5683                                           Take-Two Interactive   E10+
## 5684                                                      Game Arts   E10+
## 5685                                                           <NA>   <NA>
## 5686                                                           GRIN      T
## 5687                                                           <NA>   <NA>
## 5688                                        Neversoft Entertainment      T
## 5689                                                        n-Space      E
## 5690                                                 Io Interactive   E10+
## 5691                                                  Magic Pockets   E10+
## 5692                                                        Virtuos      T
## 5693                                                    Omega Force      T
## 5694                                                           <NA>   <NA>
## 5695                                                           <NA>   <NA>
## 5696                                                      EA Canada      E
## 5697                                                           <NA>   <NA>
## 5698                                                    Fizz Factor      E
## 5699                                                  From Software      M
## 5700                                                         PopCap      E
## 5701                                                   Sumo Digital      E
## 5702                                         SCEA San Diego Studios      E
## 5703                                                           <NA>   <NA>
## 5704                                       Pipeworks Software, Inc.   E10+
## 5705                                                EA Bright Light   E10+
## 5706                                                Visual Concepts      E
## 5707                                                      505 Games      E
## 5708                                                      EA Canada      E
## 5709                                              Eidos Interactive      T
## 5710                                                        Ubisoft      E
## 5711                                                        n-Space      T
## 5712                                                Triumph Studios      T
## 5713                                             Rocksteady Studios      T
## 5714                                           Tantalus Interactive      E
## 5715                                                        Nobilis      E
## 5716                                                    Codemasters   E10+
## 5717                                                           <NA>   <NA>
## 5718                                         Harmonix Music Systems   E10+
## 5719                                           Webfoot Technologies      E
## 5720                                                Electronic Arts      E
## 5721                                                 FreeStyleGames      T
## 5722                 Namco Bandai Games America, Namco Bandai Games      T
## 5723                                                      Zoo Games      T
## 5724                                                Triumph Studios      T
## 5725                                                EA Bright Light   E10+
## 5726                                                Cat Daddy Games      E
## 5727                                                           <NA>   <NA>
## 5728                                                           <NA>   <NA>
## 5729                                                   Asobo Studio      E
## 5730                                                     MumboJumbo      E
## 5731                                                Electronic Arts      E
## 5732                                                           <NA>   <NA>
## 5733                                                       FUN Labs      T
## 5734                                                           <NA>   <NA>
## 5735                                                         Beenox   E10+
## 5736                                                           <NA>   <NA>
## 5737                                             Banpresto, SoftMax      T
## 5738                                                         Altron      E
## 5739                                                       Wizarbox      E
## 5740                                                       EA Games      E
## 5741                                                        Ubisoft      E
## 5742               Neversoft Entertainment, Underground Development      T
## 5743                                              Sidhe Interactive      E
## 5744                                                 Io Interactive   E10+
## 5745                                                 Papaya Studios   E10+
## 5746                                             Heavy Iron Studios   E10+
## 5747                                                           Cing      T
## 5748                                                    Omega Force      T
## 5749                                                   ImaginEngine      E
## 5750                                                   Virtual Toys      E
## 5751                                                           GRIN      M
## 5752                                                     Starbreeze      M
## 5753                                                            THQ   E10+
## 5754                                              Blue Castle Games   E10+
## 5755                                                           <NA>   <NA>
## 5756                                                           TOSE      M
## 5757                                                           Cave      T
## 5758                                                 Zombie Studios      M
## 5759                                                           Sims      E
## 5760                                               Griptonite Games      T
## 5761                                        Neversoft Entertainment      T
## 5762                                                           GRIN      M
## 5763                                                EA Bright Light      E
## 5764                                                 Telltale Games      M
## 5765                                                      LucasArts      T
## 5766                                                          Atlus      M
## 5767                                                     Activision   E10+
## 5768                                        Neversoft Entertainment      T
## 5769                                                EA Bright Light      E
## 5770                                                           <NA>   <NA>
## 5771                                 Eurocom Entertainment Software   E10+
## 5772                                                    Square Enix      T
## 5773                                                Electronic Arts      E
## 5774                                                     Activision      T
## 5775                                                            THQ      E
## 5776                                               TimeGate Studios      T
## 5777                                                          Atlus      T
## 5778                                                           <NA>   <NA>
## 5779                                                     Ludia Inc.      E
## 5780                                                           <NA>   <NA>
## 5781                                                      2K Sports      E
## 5782                                         SCEA San Diego Studios      E
## 5783                                                           <NA>   <NA>
## 5784                                                           <NA>   <NA>
## 5785                                           Take-Two Interactive      E
## 5786                                   Artificial Mind and Movement      T
## 5787                                                     EA Tiburon      E
## 5788                                  Lexis Numerique, Virtual Toys      E
## 5789                                                    2K Shanghai      T
## 5790                                             Monster Games Inc.      E
## 5791                                                 Artech Studios      E
## 5792                                                 Machatin, Inc.   E10+
## 5793                                                           <NA>   <NA>
## 5794                                       LucasArts, Krome Studios      T
## 5795                                                         Beenox   E10+
## 5796                                                    Square Enix   E10+
## 5797                                                Stainless Games      E
## 5798                                                       Zoe Mode      E
## 5799                                             Heavy Iron Studios   E10+
## 5800                                                           <NA>   <NA>
## 5801                                                           <NA>   <NA>
## 5802                                                    Hudson Soft      E
## 5803                                                          Amaze      T
## 5804                                           Take-Two Interactive      E
## 5805                                              Collision Studios      E
## 5806                                                Electronic Arts      E
## 5807                                              Sidhe Interactive      E
## 5808                                                           <NA>   <NA>
## 5809                                                      LucasArts      T
## 5810                                            Amaze Entertainment      T
## 5811                                           Nippon Ichi Software      T
## 5812                                                     Starbreeze      M
## 5813                                           Savage Entertainment      T
## 5814                                                       FUN Labs      T
## 5815                                                    Cattle Call      E
## 5816                                                   Asobo Studio      E
## 5817                                                      EA Canada      E
## 5818                                                      Game Arts      T
## 5819                                                     Ludia Inc.      E
## 5820                                                           <NA>   <NA>
## 5821                                                 Now Production      E
## 5822                                                  Magic Pockets      E
## 5823                                                    Omega Force      T
## 5824                                             Double Helix Games      T
## 5825                                             Bethesda Softworks      M
## 5826                                                     EA Tiburon      E
## 5827                                                  Magic Pockets      E
## 5828                 Namco Bandai Games America, Namco Bandai Games      M
## 5829                                            Revolution Software      T
## 5830                                                 Larian Studios      M
## 5831                                                 Now Production      E
## 5832                                                            THQ      E
## 5833                                                   Sumo Digital      E
## 5834                                                           <NA>   <NA>
## 5835                                           Tantalus Interactive      E
## 5836                                                           <NA>   <NA>
## 5837                                         Harmonix Music Systems   E10+
## 5838                                                       FUN Labs      T
## 5839                                                           <NA>   <NA>
## 5840                                                    Omega Force      T
## 5841                                                           <NA>   <NA>
## 5842                                                           <NA>   <NA>
## 5843                                                           <NA>   <NA>
## 5844                                                     Activision      E
## 5845                                                        n-Space      E
## 5846                                                         Falcom      T
## 5847                                                           <NA>   <NA>
## 5848                                                        Ubisoft      E
## 5849                                         Harmonix Music Systems      T
## 5850                                 Eurocom Entertainment Software   E10+
## 5851                                                           <NA>   <NA>
## 5852                                                 Beyond Reality      E
## 5853                                               Farsight Studios   E10+
## 5854                                                         Beenox      T
## 5855                                                            ITL      T
## 5856                                                 Papaya Studios   E10+
## 5857                                              Ubisoft Sao Paulo      E
## 5858                                                      Haemimont      T
## 5859                                                Rainbow Studios      T
## 5860                                                Electronic Arts      E
## 5861                                             Double Helix Games      T
## 5862                                                       EA Games      E
## 5863                                                      Game Arts   E10+
## 5864                                                           <NA>   <NA>
## 5865                                                        n-Space      E
## 5866                             Classic Media Distribution Limited      E
## 5867                                              Blue Castle Games   E10+
## 5868                                              Swordfish Studios      M
## 5869                                                           <NA>   <NA>
## 5870                                              Creative Patterns      E
## 5871                                                  Piranha Games      E
## 5872                Deep Silver, Sproing Interactive Media, Sproing      M
## 5873                                                     WayForward      E
## 5874                                             Double Helix Games      T
## 5875                                                        Acquire      M
## 5876                                                            THQ   E10+
## 5877                                                           <NA>   <NA>
## 5878                                                       Bongfish      T
## 5879                                                     EA Tiburon      E
## 5880                                                  Gimagin Games      E
## 5881                                                      Zoo Games      E
## 5882                                                           <NA>   <NA>
##      Platformvendor
## 1              Sony
## 2          Nintendo
## 3              Sony
## 4              Sony
## 5              Sony
## 6              Sony
## 7         Microsoft
## 8         Microsoft
## 9              Sony
## 10        Microsoft
## 11        Microsoft
## 12             Sony
## 13             Sony
## 14             Sony
## 15             Sony
## 16             Sony
## 17             Sony
## 18             Sony
## 19             Sony
## 20        Microsoft
## 21         Nintendo
## 22             Sony
## 23        Microsoft
## 24             Sony
## 25             Sony
## 26        Microsoft
## 27        Microsoft
## 28         Nintendo
## 29        Microsoft
## 30         Nintendo
## 31             Sony
## 32             Sony
## 33         Nintendo
## 34             Sony
## 35             Sony
## 36        Microsoft
## 37        Microsoft
## 38             Sony
## 39        Microsoft
## 40             Sony
## 41             Sony
## 42             Sony
## 43             Sony
## 44         Nintendo
## 45               PC
## 46             Sony
## 47         Nintendo
## 48        Microsoft
## 49             Sony
## 50        Microsoft
## 51         Nintendo
## 52        Microsoft
## 53               PC
## 54         Nintendo
## 55             Sony
## 56        Microsoft
## 57             Sony
## 58         Nintendo
## 59         Nintendo
## 60        Microsoft
## 61             Sony
## 62               PC
## 63             Sony
## 64             Sony
## 65        Microsoft
## 66             Sony
## 67             Sony
## 68               PC
## 69             Sony
## 70        Microsoft
## 71             Sony
## 72             Sony
## 73             Sony
## 74             Sony
## 75             Sony
## 76         Nintendo
## 77        Microsoft
## 78             Sony
## 79             Sony
## 80        Microsoft
## 81             Sony
## 82             Sony
## 83         Nintendo
## 84             Sony
## 85             Sony
## 86             Sony
## 87               PC
## 88        Microsoft
## 89         Nintendo
## 90        Microsoft
## 91             Sony
## 92             Sony
## 93        Microsoft
## 94             Sony
## 95             Sony
## 96         Nintendo
## 97             Sony
## 98         Nintendo
## 99             Sony
## 100            Sony
## 101       Microsoft
## 102            Sony
## 103            Sony
## 104              PC
## 105       Microsoft
## 106            Sony
## 107       Microsoft
## 108        Nintendo
## 109            Sony
## 110              PC
## 111            Sony
## 112        Nintendo
## 113       Microsoft
## 114              PC
## 115        Nintendo
## 116            Sony
## 117        Nintendo
## 118            Sony
## 119            Sony
## 120        Nintendo
## 121            Sony
## 122       Microsoft
## 123            Sony
## 124            Sony
## 125        Nintendo
## 126            Sony
## 127        Nintendo
## 128              PC
## 129            Sony
## 130        Nintendo
## 131            Sony
## 132        Nintendo
## 133       Microsoft
## 134            Sony
## 135       Microsoft
## 136              PC
## 137       Microsoft
## 138            Sony
## 139            Sony
## 140       Microsoft
## 141       Microsoft
## 142            Sony
## 143            Sony
## 144            Sony
## 145        Nintendo
## 146       Microsoft
## 147            Sony
## 148            Sony
## 149            Sony
## 150            Sony
## 151       Microsoft
## 152            Sony
## 153            Sony
## 154              PC
## 155            Sony
## 156            Sony
## 157       Microsoft
## 158              PC
## 159            Sony
## 160            Sony
## 161            Sony
## 162       Microsoft
## 163       Microsoft
## 164        Nintendo
## 165        Nintendo
## 166            Sony
## 167            Sony
## 168              PC
## 169            Sony
## 170       Microsoft
## 171       Microsoft
## 172       Microsoft
## 173              PC
## 174            Sony
## 175            Sony
## 176       Microsoft
## 177            Sony
## 178            Sony
## 179              PC
## 180            Sony
## 181        Nintendo
## 182            Sony
## 183            Sony
## 184            Sony
## 185       Microsoft
## 186            Sony
## 187       Microsoft
## 188            Sony
## 189            Sony
## 190        Nintendo
## 191              PC
## 192            Sony
## 193            Sony
## 194            Sony
## 195            Sony
## 196            Sony
## 197       Microsoft
## 198            Sony
## 199        Nintendo
## 200            Sony
## 201            Sony
## 202            Sony
## 203              PC
## 204            Sony
## 205        Nintendo
## 206            Sony
## 207       Microsoft
## 208            Sony
## 209        Nintendo
## 210            Sony
## 211            Sony
## 212            Sony
## 213            Sony
## 214            Sony
## 215            Sony
## 216              PC
## 217            Sony
## 218            Sony
## 219              PC
## 220            Sony
## 221            Sony
## 222            Sony
## 223            Sony
## 224       Microsoft
## 225       Microsoft
## 226            Sony
## 227        Nintendo
## 228        Nintendo
## 229              PC
## 230            Sony
## 231            Sony
## 232            Sony
## 233            Sony
## 234              PC
## 235            Sony
## 236            Sony
## 237            Sony
## 238       Microsoft
## 239       Microsoft
## 240            Sony
## 241        Nintendo
## 242            Sony
## 243            Sony
## 244       Microsoft
## 245            Sony
## 246            Sony
## 247       Microsoft
## 248        Nintendo
## 249        Nintendo
## 250       Microsoft
## 251            Sony
## 252            Sony
## 253              PC
## 254            Sony
## 255            Sony
## 256              PC
## 257            Sony
## 258       Microsoft
## 259              PC
## 260            Sony
## 261            Sony
## 262            Sony
## 263            Sony
## 264            Sony
## 265            Sony
## 266       Microsoft
## 267            Sony
## 268            Sony
## 269            Sony
## 270       Microsoft
## 271            Sony
## 272        Nintendo
## 273       Microsoft
## 274            Sony
## 275            Sony
## 276              PC
## 277            Sony
## 278       Microsoft
## 279       Microsoft
## 280        Nintendo
## 281            Sony
## 282            Sony
## 283            Sony
## 284       Microsoft
## 285            Sony
## 286            Sony
## 287              PC
## 288            Sony
## 289            Sony
## 290        Nintendo
## 291       Microsoft
## 292            Sony
## 293       Microsoft
## 294            Sony
## 295            Sony
## 296            Sony
## 297            Sony
## 298              PC
## 299       Microsoft
## 300            Sony
## 301        Nintendo
## 302            Sony
## 303        Nintendo
## 304            Sony
## 305            Sony
## 306       Microsoft
## 307            Sony
## 308              PC
## 309              PC
## 310       Microsoft
## 311       Microsoft
## 312       Microsoft
## 313            Sony
## 314            Sony
## 315        Nintendo
## 316        Nintendo
## 317            Sony
## 318              PC
## 319        Nintendo
## 320            Sony
## 321              PC
## 322            Sony
## 323            Sony
## 324            Sony
## 325            Sony
## 326              PC
## 327              PC
## 328        Nintendo
## 329       Microsoft
## 330            Sony
## 331              PC
## 332            Sony
## 333              PC
## 334            Sony
## 335            Sony
## 336            Sony
## 337            Sony
## 338        Nintendo
## 339       Microsoft
## 340            Sony
## 341        Nintendo
## 342       Microsoft
## 343            Sony
## 344            Sony
## 345        Nintendo
## 346            Sony
## 347            Sony
## 348            Sony
## 349              PC
## 350            Sony
## 351            Sony
## 352            Sony
## 353            Sony
## 354            Sony
## 355            Sony
## 356            Sony
## 357       Microsoft
## 358            Sony
## 359            Sony
## 360        Nintendo
## 361        Nintendo
## 362            Sony
## 363            Sony
## 364        Nintendo
## 365            Sony
## 366            Sony
## 367            Sony
## 368       Microsoft
## 369        Nintendo
## 370            Sony
## 371            Sony
## 372            Sony
## 373            Sony
## 374            Sony
## 375            Sony
## 376            Sony
## 377       Microsoft
## 378            Sony
## 379            Sony
## 380            Sony
## 381            Sony
## 382            Sony
## 383            Sony
## 384            Sony
## 385            Sony
## 386            Sony
## 387            Sony
## 388            Sony
## 389            Sony
## 390            Sony
## 391       Microsoft
## 392              PC
## 393            Sony
## 394       Microsoft
## 395            Sony
## 396              PC
## 397       Microsoft
## 398       Microsoft
## 399              PC
## 400       Microsoft
## 401            Sony
## 402              PC
## 403       Microsoft
## 404       Microsoft
## 405            Sony
## 406            Sony
## 407            Sony
## 408            Sony
## 409            Sony
## 410            Sony
## 411            Sony
## 412              PC
## 413            Sony
## 414            Sony
## 415            Sony
## 416            Sony
## 417            Sony
## 418            Sony
## 419            Sony
## 420            Sony
## 421            Sony
## 422            Sony
## 423            Sony
## 424            Sony
## 425            Sony
## 426            Sony
## 427            Sony
## 428            Sony
## 429       Microsoft
## 430       Microsoft
## 431              PC
## 432       Microsoft
## 433       Microsoft
## 434            Sony
## 435            Sony
## 436              PC
## 437            Sony
## 438              PC
## 439            Sony
## 440              PC
## 441       Microsoft
## 442        Nintendo
## 443            Sony
## 444       Microsoft
## 445       Microsoft
## 446              PC
## 447              PC
## 448        Nintendo
## 449       Microsoft
## 450        Nintendo
## 451            Sony
## 452              PC
## 453       Microsoft
## 454       Microsoft
## 455            Sony
## 456              PC
## 457            Sony
## 458              PC
## 459            Sony
## 460            Sony
## 461            Sony
## 462       Microsoft
## 463            Sony
## 464              PC
## 465            Sony
## 466            Sony
## 467              PC
## 468        Nintendo
## 469            Sony
## 470            Sony
## 471            Sony
## 472            Sony
## 473        Nintendo
## 474            Sony
## 475       Microsoft
## 476              PC
## 477            Sony
## 478            Sony
## 479            Sony
## 480       Microsoft
## 481            Sony
## 482            Sony
## 483            Sony
## 484       Microsoft
## 485              PC
## 486            Sony
## 487       Microsoft
## 488       Microsoft
## 489            Sony
## 490       Microsoft
## 491        Nintendo
## 492       Microsoft
## 493       Microsoft
## 494        Nintendo
## 495            Sony
## 496            Sony
## 497            Sony
## 498            Sony
## 499            Sony
## 500            Sony
## 501            Sony
## 502            Sony
## 503            Sony
## 504            Sony
## 505            Sony
## 506       Microsoft
## 507            Sony
## 508            Sony
## 509       Microsoft
## 510        Nintendo
## 511       Microsoft
## 512            Sony
## 513            Sony
## 514            Sony
## 515       Microsoft
## 516            Sony
## 517            Sony
## 518        Nintendo
## 519       Microsoft
## 520       Microsoft
## 521            Sony
## 522        Nintendo
## 523        Nintendo
## 524            Sony
## 525            Sony
## 526            Sony
## 527            Sony
## 528       Microsoft
## 529        Nintendo
## 530       Microsoft
## 531        Nintendo
## 532            Sony
## 533            Sony
## 534            Sony
## 535            Sony
## 536            Sony
## 537       Microsoft
## 538            Sony
## 539            Sony
## 540       Microsoft
## 541            Sony
## 542        Nintendo
## 543            Sony
## 544        Nintendo
## 545       Microsoft
## 546       Microsoft
## 547       Microsoft
## 548       Microsoft
## 549       Microsoft
## 550       Microsoft
## 551        Nintendo
## 552       Microsoft
## 553       Microsoft
## 554              PC
## 555       Microsoft
## 556        Nintendo
## 557            Sony
## 558       Microsoft
## 559       Microsoft
## 560            Sony
## 561              PC
## 562        Nintendo
## 563            Sony
## 564            Sony
## 565            Sony
## 566       Microsoft
## 567            Sony
## 568        Nintendo
## 569       Microsoft
## 570            Sony
## 571       Microsoft
## 572            Sony
## 573       Microsoft
## 574            Sony
## 575        Nintendo
## 576       Microsoft
## 577        Nintendo
## 578            Sony
## 579            Sony
## 580        Nintendo
## 581            Sony
## 582       Microsoft
## 583            Sony
## 584        Nintendo
## 585        Nintendo
## 586       Microsoft
## 587        Nintendo
## 588            Sony
## 589            Sony
## 590            Sony
## 591            Sony
## 592            Sony
## 593              PC
## 594            Sony
## 595            Sony
## 596       Microsoft
## 597            Sony
## 598       Microsoft
## 599            Sony
## 600            Sony
## 601       Microsoft
## 602            Sony
## 603        Nintendo
## 604            Sony
## 605       Microsoft
## 606        Nintendo
## 607            Sony
## 608        Nintendo
## 609       Microsoft
## 610       Microsoft
## 611            Sony
## 612            Sony
## 613              PC
## 614        Nintendo
## 615              PC
## 616       Microsoft
## 617        Nintendo
## 618            Sony
## 619        Nintendo
## 620            Sony
## 621            Sony
## 622        Nintendo
## 623        Nintendo
## 624       Microsoft
## 625        Nintendo
## 626            Sony
## 627       Microsoft
## 628       Microsoft
## 629            Sony
## 630        Nintendo
## 631            Sony
## 632        Nintendo
## 633       Microsoft
## 634       Microsoft
## 635            Sony
## 636       Microsoft
## 637        Nintendo
## 638            Sony
## 639       Microsoft
## 640            Sony
## 641            Sony
## 642            Sony
## 643       Microsoft
## 644            Sony
## 645            Sony
## 646            Sony
## 647            Sony
## 648            Sony
## 649            Sony
## 650            Sony
## 651            Sony
## 652            Sony
## 653            Sony
## 654       Microsoft
## 655              PC
## 656       Microsoft
## 657       Microsoft
## 658            Sony
## 659        Nintendo
## 660        Nintendo
## 661        Nintendo
## 662       Microsoft
## 663       Microsoft
## 664       Microsoft
## 665            Sony
## 666       Microsoft
## 667            Sony
## 668            Sony
## 669            Sony
## 670            Sony
## 671            Sony
## 672            Sony
## 673       Microsoft
## 674            Sony
## 675            Sony
## 676            Sony
## 677       Microsoft
## 678            Sony
## 679            Sony
## 680              PC
## 681       Microsoft
## 682            Sony
## 683       Microsoft
## 684        Nintendo
## 685              PC
## 686        Nintendo
## 687            Sony
## 688            Sony
## 689       Microsoft
## 690        Nintendo
## 691       Microsoft
## 692        Nintendo
## 693              PC
## 694       Microsoft
## 695        Nintendo
## 696        Nintendo
## 697              PC
## 698            Sony
## 699       Microsoft
## 700       Microsoft
## 701            Sony
## 702            Sony
## 703            Sony
## 704              PC
## 705        Nintendo
## 706        Nintendo
## 707              PC
## 708       Microsoft
## 709            Sony
## 710       Microsoft
## 711            Sony
## 712              PC
## 713              PC
## 714       Microsoft
## 715        Nintendo
## 716            Sony
## 717        Nintendo
## 718            Sony
## 719              PC
## 720            Sony
## 721       Microsoft
## 722            Sony
## 723            Sony
## 724       Microsoft
## 725            Sony
## 726            Sony
## 727            Sony
## 728            Sony
## 729            Sony
## 730            Sony
## 731        Nintendo
## 732            Sony
## 733            Sony
## 734            Sony
## 735       Microsoft
## 736            Sony
## 737        Nintendo
## 738        Nintendo
## 739       Microsoft
## 740        Nintendo
## 741            Sony
## 742            Sony
## 743            Sony
## 744       Microsoft
## 745        Nintendo
## 746        Nintendo
## 747            Sony
## 748        Nintendo
## 749              PC
## 750              PC
## 751        Nintendo
## 752        Nintendo
## 753       Microsoft
## 754       Microsoft
## 755              PC
## 756            Sony
## 757            Sony
## 758        Nintendo
## 759            Sony
## 760       Microsoft
## 761              PC
## 762            Sony
## 763        Nintendo
## 764              PC
## 765       Microsoft
## 766            Sony
## 767            Sony
## 768            Sony
## 769        Nintendo
## 770       Microsoft
## 771        Nintendo
## 772        Nintendo
## 773            Sony
## 774            Sony
## 775            Sony
## 776        Nintendo
## 777            Sony
## 778        Nintendo
## 779            Sony
## 780            Sony
## 781            Sony
## 782        Nintendo
## 783       Microsoft
## 784       Microsoft
## 785            Sony
## 786       Microsoft
## 787            Sony
## 788              PC
## 789       Microsoft
## 790            Sony
## 791       Microsoft
## 792            Sony
## 793            Sony
## 794              PC
## 795            Sony
## 796            Sony
## 797       Microsoft
## 798        Nintendo
## 799            Sony
## 800            Sony
## 801            Sony
## 802            Sony
## 803              PC
## 804            Sony
## 805        Nintendo
## 806            Sony
## 807       Microsoft
## 808            Sony
## 809              PC
## 810              PC
## 811            Sony
## 812            Sony
## 813            Sony
## 814       Microsoft
## 815       Microsoft
## 816            Sony
## 817        Nintendo
## 818        Nintendo
## 819        Nintendo
## 820            Sony
## 821            Sony
## 822            Sony
## 823       Microsoft
## 824            Sony
## 825              PC
## 826            Sony
## 827        Nintendo
## 828              PC
## 829       Microsoft
## 830            Sony
## 831            Sony
## 832        Nintendo
## 833            Sony
## 834            Sony
## 835        Nintendo
## 836       Microsoft
## 837            Sony
## 838            Sony
## 839            Sony
## 840       Microsoft
## 841            Sony
## 842            Sony
## 843       Microsoft
## 844            Sony
## 845       Microsoft
## 846        Nintendo
## 847            Sony
## 848            Sony
## 849        Nintendo
## 850       Microsoft
## 851       Microsoft
## 852            Sony
## 853        Nintendo
## 854       Microsoft
## 855        Nintendo
## 856       Microsoft
## 857            Sony
## 858            Sony
## 859            Sony
## 860            Sony
## 861            Sony
## 862            Sony
## 863            Sony
## 864        Nintendo
## 865            Sony
## 866        Nintendo
## 867            Sony
## 868       Microsoft
## 869            Sony
## 870            Sony
## 871            Sony
## 872            Sony
## 873            Sony
## 874            Sony
## 875            Sony
## 876            Sony
## 877            Sony
## 878            Sony
## 879            Sony
## 880       Microsoft
## 881        Nintendo
## 882        Nintendo
## 883            Sony
## 884            Sony
## 885            Sony
## 886            Sony
## 887            Sony
## 888              PC
## 889            Sony
## 890        Nintendo
## 891              PC
## 892            Sony
## 893       Microsoft
## 894       Microsoft
## 895            Sony
## 896        Nintendo
## 897            Sony
## 898        Nintendo
## 899            Sony
## 900            Sony
## 901            Sony
## 902            Sony
## 903              PC
## 904            Sony
## 905            Sony
## 906            Sony
## 907            Sony
## 908            Sony
## 909            Sony
## 910        Nintendo
## 911            Sony
## 912              PC
## 913        Nintendo
## 914        Nintendo
## 915            Sony
## 916       Microsoft
## 917            Sony
## 918            Sony
## 919        Nintendo
## 920        Nintendo
## 921              PC
## 922            Sony
## 923            Sony
## 924            Sony
## 925            Sony
## 926              PC
## 927            Sony
## 928            Sony
## 929            Sony
## 930        Nintendo
## 931        Nintendo
## 932            Sony
## 933       Microsoft
## 934              PC
## 935        Nintendo
## 936            Sony
## 937              PC
## 938            Sony
## 939            Sony
## 940            Sony
## 941        Nintendo
## 942            Sony
## 943        Nintendo
## 944            Sony
## 945            Sony
## 946        Nintendo
## 947        Nintendo
## 948            Sony
## 949            Sony
## 950        Nintendo
## 951        Nintendo
## 952            Sony
## 953            Sony
## 954            Sony
## 955        Nintendo
## 956            Sony
## 957       Microsoft
## 958        Nintendo
## 959            Sony
## 960            Sony
## 961            Sony
## 962        Nintendo
## 963            Sony
## 964       Microsoft
## 965       Microsoft
## 966            Sony
## 967            Sony
## 968            Sony
## 969            Sony
## 970              PC
## 971       Microsoft
## 972            Sony
## 973       Microsoft
## 974            Sony
## 975            Sony
## 976            Sony
## 977            Sony
## 978            Sony
## 979        Nintendo
## 980            Sony
## 981            Sony
## 982        Nintendo
## 983            Sony
## 984        Nintendo
## 985            Sony
## 986            Sony
## 987              PC
## 988            Sony
## 989        Nintendo
## 990            Sony
## 991              PC
## 992            Sony
## 993            Sony
## 994        Nintendo
## 995            Sony
## 996        Nintendo
## 997       Microsoft
## 998            Sony
## 999            Sony
## 1000           Sony
## 1001           Sony
## 1002           Sony
## 1003           Sony
## 1004      Microsoft
## 1005             PC
## 1006           Sony
## 1007           Sony
## 1008           Sony
## 1009           Sony
## 1010           Sony
## 1011      Microsoft
## 1012           Sony
## 1013       Nintendo
## 1014           Sony
## 1015           Sony
## 1016           Sony
## 1017      Microsoft
## 1018           Sony
## 1019             PC
## 1020      Microsoft
## 1021           Sony
## 1022             PC
## 1023           Sony
## 1024           Sony
## 1025           Sony
## 1026           Sony
## 1027           Sony
## 1028           Sony
## 1029       Nintendo
## 1030       Nintendo
## 1031           Sony
## 1032           Sony
## 1033           Sony
## 1034           Sony
## 1035           Sony
## 1036           Sony
## 1037           Sony
## 1038      Microsoft
## 1039       Nintendo
## 1040      Microsoft
## 1041           Sony
## 1042           Sony
## 1043           Sony
## 1044             PC
## 1045             PC
## 1046       Nintendo
## 1047           Sony
## 1048      Microsoft
## 1049           Sony
## 1050           Sony
## 1051           Sony
## 1052           Sony
## 1053           Sony
## 1054           Sony
## 1055           Sony
## 1056      Microsoft
## 1057           Sony
## 1058           Sony
## 1059           Sony
## 1060           Sony
## 1061           Sony
## 1062             PC
## 1063             PC
## 1064           Sony
## 1065           Sony
## 1066           Sony
## 1067           Sony
## 1068           Sony
## 1069           Sony
## 1070           Sony
## 1071       Nintendo
## 1072      Microsoft
## 1073           Sony
## 1074       Nintendo
## 1075           Sony
## 1076             PC
## 1077           Sony
## 1078           Sony
## 1079           Sony
## 1080           Sony
## 1081           Sony
## 1082           Sony
## 1083           Sony
## 1084       Nintendo
## 1085       Nintendo
## 1086             PC
## 1087           Sony
## 1088           Sony
## 1089       Nintendo
## 1090           Sony
## 1091           Sony
## 1092       Nintendo
## 1093       Nintendo
## 1094             PC
## 1095             PC
## 1096           Sony
## 1097      Microsoft
## 1098       Nintendo
## 1099             PC
## 1100      Microsoft
## 1101       Nintendo
## 1102           Sony
## 1103           Sony
## 1104      Microsoft
## 1105       Nintendo
## 1106       Nintendo
## 1107           Sony
## 1108           Sony
## 1109           Sony
## 1110       Nintendo
## 1111           Sony
## 1112       Nintendo
## 1113       Nintendo
## 1114           Sony
## 1115           Sony
## 1116      Microsoft
## 1117      Microsoft
## 1118           Sony
## 1119       Nintendo
## 1120           Sony
## 1121           Sony
## 1122           Sony
## 1123      Microsoft
## 1124           Sony
## 1125           Sony
## 1126           Sony
## 1127           Sony
## 1128       Nintendo
## 1129      Microsoft
## 1130      Microsoft
## 1131       Nintendo
## 1132      Microsoft
## 1133             PC
## 1134           Sony
## 1135      Microsoft
## 1136      Microsoft
## 1137           Sony
## 1138      Microsoft
## 1139       Nintendo
## 1140           Sony
## 1141           Sony
## 1142      Microsoft
## 1143           Sony
## 1144      Microsoft
## 1145       Nintendo
## 1146           Sony
## 1147           Sony
## 1148      Microsoft
## 1149           Sony
## 1150       Nintendo
## 1151           Sony
## 1152           Sony
## 1153           Sony
## 1154           Sony
## 1155      Microsoft
## 1156      Microsoft
## 1157      Microsoft
## 1158           Sony
## 1159      Microsoft
## 1160      Microsoft
## 1161           Sony
## 1162       Nintendo
## 1163           Sony
## 1164           Sony
## 1165      Microsoft
## 1166       Nintendo
## 1167      Microsoft
## 1168      Microsoft
## 1169           Sony
## 1170           Sony
## 1171           Sony
## 1172      Microsoft
## 1173           Sony
## 1174           Sony
## 1175      Microsoft
## 1176           Sony
## 1177       Nintendo
## 1178             PC
## 1179       Nintendo
## 1180           Sony
## 1181      Microsoft
## 1182           Sony
## 1183      Microsoft
## 1184      Microsoft
## 1185           Sony
## 1186      Microsoft
## 1187           Sony
## 1188           Sony
## 1189       Nintendo
## 1190      Microsoft
## 1191           Sony
## 1192           Sony
## 1193           Sony
## 1194      Microsoft
## 1195      Microsoft
## 1196             PC
## 1197      Microsoft
## 1198      Microsoft
## 1199           Sony
## 1200           Sony
## 1201       Nintendo
## 1202      Microsoft
## 1203           Sony
## 1204       Nintendo
## 1205           Sony
## 1206           Sony
## 1207      Microsoft
## 1208           Sony
## 1209             PC
## 1210       Nintendo
## 1211       Nintendo
## 1212           Sony
## 1213      Microsoft
## 1214       Nintendo
## 1215       Nintendo
## 1216      Microsoft
## 1217           Sony
## 1218      Microsoft
## 1219      Microsoft
## 1220           Sony
## 1221           Sony
## 1222      Microsoft
## 1223           Sony
## 1224           Sony
## 1225           Sony
## 1226       Nintendo
## 1227           Sony
## 1228       Nintendo
## 1229      Microsoft
## 1230      Microsoft
## 1231           Sony
## 1232             PC
## 1233           Sony
## 1234           Sony
## 1235           Sony
## 1236           Sony
## 1237           Sony
## 1238      Microsoft
## 1239      Microsoft
## 1240      Microsoft
## 1241           Sony
## 1242           Sony
## 1243           Sony
## 1244           Sony
## 1245           Sony
## 1246           Sony
## 1247      Microsoft
## 1248             PC
## 1249           Sony
## 1250       Nintendo
## 1251           Sony
## 1252             PC
## 1253       Nintendo
## 1254      Microsoft
## 1255      Microsoft
## 1256      Microsoft
## 1257           Sony
## 1258      Microsoft
## 1259      Microsoft
## 1260       Nintendo
## 1261       Nintendo
## 1262             PC
## 1263      Microsoft
## 1264             PC
## 1265      Microsoft
## 1266      Microsoft
## 1267           Sony
## 1268           Sony
## 1269       Nintendo
## 1270      Microsoft
## 1271      Microsoft
## 1272       Nintendo
## 1273       Nintendo
## 1274             PC
## 1275             PC
## 1276           Sony
## 1277           Sony
## 1278      Microsoft
## 1279      Microsoft
## 1280           Sony
## 1281           Sony
## 1282      Microsoft
## 1283           Sony
## 1284      Microsoft
## 1285           Sony
## 1286       Nintendo
## 1287      Microsoft
## 1288           Sony
## 1289             PC
## 1290      Microsoft
## 1291           Sony
## 1292      Microsoft
## 1293           Sony
## 1294       Nintendo
## 1295       Nintendo
## 1296      Microsoft
## 1297             PC
## 1298           Sony
## 1299       Nintendo
## 1300           Sony
## 1301             PC
## 1302      Microsoft
## 1303      Microsoft
## 1304           Sony
## 1305       Nintendo
## 1306           Sony
## 1307           Sony
## 1308           Sony
## 1309       Nintendo
## 1310       Nintendo
## 1311      Microsoft
## 1312           Sony
## 1313      Microsoft
## 1314           Sony
## 1315           Sony
## 1316           Sony
## 1317           Sony
## 1318             PC
## 1319       Nintendo
## 1320      Microsoft
## 1321             PC
## 1322      Microsoft
## 1323           Sony
## 1324       Nintendo
## 1325       Nintendo
## 1326      Microsoft
## 1327           Sony
## 1328             PC
## 1329           Sony
## 1330           Sony
## 1331      Microsoft
## 1332       Nintendo
## 1333           Sony
## 1334           Sony
## 1335           Sony
## 1336       Nintendo
## 1337           Sony
## 1338           Sony
## 1339           Sony
## 1340           Sony
## 1341      Microsoft
## 1342           Sony
## 1343           Sony
## 1344       Nintendo
## 1345           Sony
## 1346      Microsoft
## 1347           Sony
## 1348           Sony
## 1349      Microsoft
## 1350       Nintendo
## 1351           Sony
## 1352      Microsoft
## 1353      Microsoft
## 1354       Nintendo
## 1355      Microsoft
## 1356      Microsoft
## 1357           Sony
## 1358           Sony
## 1359           Sony
## 1360      Microsoft
## 1361           Sony
## 1362           Sony
## 1363      Microsoft
## 1364      Microsoft
## 1365           Sony
## 1366           Sony
## 1367           Sony
## 1368             PC
## 1369           Sony
## 1370           Sony
## 1371           Sony
## 1372           Sony
## 1373           Sony
## 1374      Microsoft
## 1375           Sony
## 1376           Sony
## 1377       Nintendo
## 1378      Microsoft
## 1379           Sony
## 1380           Sony
## 1381           Sony
## 1382           Sony
## 1383             PC
## 1384      Microsoft
## 1385           Sony
## 1386       Nintendo
## 1387      Microsoft
## 1388       Nintendo
## 1389      Microsoft
## 1390           Sony
## 1391           Sony
## 1392      Microsoft
## 1393             PC
## 1394           Sony
## 1395      Microsoft
## 1396           Sony
## 1397      Microsoft
## 1398             PC
## 1399       Nintendo
## 1400      Microsoft
## 1401           Sony
## 1402           Sony
## 1403           Sony
## 1404           Sony
## 1405           Sony
## 1406           Sony
## 1407           Sony
## 1408       Nintendo
## 1409             PC
## 1410           Sony
## 1411      Microsoft
## 1412      Microsoft
## 1413      Microsoft
## 1414      Microsoft
## 1415           Sony
## 1416           Sony
## 1417           Sony
## 1418           Sony
## 1419           Sony
## 1420       Nintendo
## 1421           Sony
## 1422           Sony
## 1423       Nintendo
## 1424           Sony
## 1425           Sony
## 1426           Sony
## 1427           Sony
## 1428       Nintendo
## 1429       Nintendo
## 1430           Sony
## 1431       Nintendo
## 1432           Sony
## 1433           Sony
## 1434           Sony
## 1435             PC
## 1436           Sony
## 1437       Nintendo
## 1438           Sony
## 1439       Nintendo
## 1440       Nintendo
## 1441           Sony
## 1442           Sony
## 1443      Microsoft
## 1444           Sony
## 1445           Sony
## 1446           Sony
## 1447       Nintendo
## 1448           Sony
## 1449      Microsoft
## 1450           Sony
## 1451           Sony
## 1452       Nintendo
## 1453           Sony
## 1454           Sony
## 1455             PC
## 1456      Microsoft
## 1457           Sony
## 1458      Microsoft
## 1459           Sony
## 1460           Sony
## 1461           Sony
## 1462             PC
## 1463           Sony
## 1464           Sony
## 1465       Nintendo
## 1466       Nintendo
## 1467       Nintendo
## 1468           Sony
## 1469       Nintendo
## 1470           Sony
## 1471           Sony
## 1472           Sony
## 1473           Sony
## 1474      Microsoft
## 1475           Sony
## 1476           Sony
## 1477      Microsoft
## 1478             PC
## 1479           Sony
## 1480       Nintendo
## 1481           Sony
## 1482       Nintendo
## 1483      Microsoft
## 1484           Sony
## 1485      Microsoft
## 1486       Nintendo
## 1487           Sony
## 1488      Microsoft
## 1489      Microsoft
## 1490       Nintendo
## 1491           Sony
## 1492       Nintendo
## 1493      Microsoft
## 1494           Sony
## 1495           Sony
## 1496       Nintendo
## 1497           Sony
## 1498       Nintendo
## 1499           Sony
## 1500      Microsoft
## 1501           Sony
## 1502       Nintendo
## 1503       Nintendo
## 1504      Microsoft
## 1505           Sony
## 1506           Sony
## 1507           Sony
## 1508      Microsoft
## 1509       Nintendo
## 1510           Sony
## 1511       Nintendo
## 1512           Sony
## 1513           Sony
## 1514      Microsoft
## 1515           Sony
## 1516       Nintendo
## 1517       Nintendo
## 1518       Nintendo
## 1519       Nintendo
## 1520           Sony
## 1521       Nintendo
## 1522      Microsoft
## 1523           Sony
## 1524           Sony
## 1525       Nintendo
## 1526       Nintendo
## 1527       Nintendo
## 1528             PC
## 1529           Sony
## 1530             PC
## 1531       Nintendo
## 1532             PC
## 1533       Nintendo
## 1534      Microsoft
## 1535       Nintendo
## 1536       Nintendo
## 1537           Sony
## 1538      Microsoft
## 1539           Sony
## 1540           Sony
## 1541       Nintendo
## 1542       Nintendo
## 1543      Microsoft
## 1544           Sony
## 1545       Nintendo
## 1546      Microsoft
## 1547           Sony
## 1548           Sony
## 1549           Sony
## 1550             PC
## 1551           Sony
## 1552           Sony
## 1553      Microsoft
## 1554      Microsoft
## 1555           Sony
## 1556             PC
## 1557           Sony
## 1558           Sony
## 1559             PC
## 1560           Sony
## 1561           Sony
## 1562      Microsoft
## 1563       Nintendo
## 1564           Sony
## 1565           Sony
## 1566           Sony
## 1567           Sony
## 1568           Sony
## 1569           Sony
## 1570       Nintendo
## 1571      Microsoft
## 1572           Sony
## 1573           Sony
## 1574       Nintendo
## 1575           Sony
## 1576           Sony
## 1577      Microsoft
## 1578       Nintendo
## 1579           Sony
## 1580      Microsoft
## 1581           Sony
## 1582             PC
## 1583           Sony
## 1584           Sony
## 1585           Sony
## 1586       Nintendo
## 1587           Sony
## 1588           Sony
## 1589             PC
## 1590       Nintendo
## 1591       Nintendo
## 1592             PC
## 1593           Sony
## 1594       Nintendo
## 1595             PC
## 1596           Sony
## 1597           Sony
## 1598           Sony
## 1599           Sony
## 1600           Sony
## 1601      Microsoft
## 1602           Sony
## 1603       Nintendo
## 1604           Sony
## 1605       Nintendo
## 1606             PC
## 1607       Nintendo
## 1608           Sony
## 1609      Microsoft
## 1610           Sony
## 1611           Sony
## 1612           Sony
## 1613       Nintendo
## 1614           Sony
## 1615           Sony
## 1616             PC
## 1617           Sony
## 1618           Sony
## 1619       Nintendo
## 1620           Sony
## 1621           Sony
## 1622       Nintendo
## 1623           Sony
## 1624             PC
## 1625           Sony
## 1626           Sony
## 1627             PC
## 1628           Sony
## 1629             PC
## 1630           Sony
## 1631           Sony
## 1632       Nintendo
## 1633           Sony
## 1634       Nintendo
## 1635           Sony
## 1636             PC
## 1637           Sony
## 1638           Sony
## 1639           Sony
## 1640       Nintendo
## 1641             PC
## 1642       Nintendo
## 1643           Sony
## 1644           Sony
## 1645       Nintendo
## 1646           Sony
## 1647       Nintendo
## 1648           Sony
## 1649             PC
## 1650           Sony
## 1651       Nintendo
## 1652           Sony
## 1653      Microsoft
## 1654           Sony
## 1655           Sony
## 1656       Nintendo
## 1657           Sony
## 1658           Sony
## 1659           Sony
## 1660      Microsoft
## 1661           Sony
## 1662           Sony
## 1663           Sony
## 1664           Sony
## 1665           Sony
## 1666       Nintendo
## 1667       Nintendo
## 1668             PC
## 1669           Sony
## 1670       Nintendo
## 1671           Sony
## 1672           Sony
## 1673           Sony
## 1674           Sony
## 1675           Sony
## 1676           Sony
## 1677       Nintendo
## 1678      Microsoft
## 1679       Nintendo
## 1680           Sony
## 1681           Sony
## 1682             PC
## 1683           Sony
## 1684           Sony
## 1685           Sony
## 1686       Nintendo
## 1687           Sony
## 1688             PC
## 1689           Sony
## 1690           Sony
## 1691      Microsoft
## 1692       Nintendo
## 1693      Microsoft
## 1694           Sony
## 1695      Microsoft
## 1696           Sony
## 1697           Sony
## 1698       Nintendo
## 1699       Nintendo
## 1700       Nintendo
## 1701      Microsoft
## 1702           Sony
## 1703           Sony
## 1704           Sony
## 1705       Nintendo
## 1706           Sony
## 1707      Microsoft
## 1708       Nintendo
## 1709      Microsoft
## 1710           Sony
## 1711       Nintendo
## 1712           Sony
## 1713      Microsoft
## 1714           Sony
## 1715           Sony
## 1716      Microsoft
## 1717           Sony
## 1718           Sony
## 1719           Sony
## 1720       Nintendo
## 1721      Microsoft
## 1722      Microsoft
## 1723      Microsoft
## 1724      Microsoft
## 1725       Nintendo
## 1726           Sony
## 1727       Nintendo
## 1728       Nintendo
## 1729      Microsoft
## 1730           Sony
## 1731      Microsoft
## 1732       Nintendo
## 1733           Sony
## 1734      Microsoft
## 1735       Nintendo
## 1736      Microsoft
## 1737           Sony
## 1738           Sony
## 1739       Nintendo
## 1740       Nintendo
## 1741           Sony
## 1742           Sony
## 1743           Sony
## 1744             PC
## 1745      Microsoft
## 1746           Sony
## 1747           Sony
## 1748       Nintendo
## 1749      Microsoft
## 1750      Microsoft
## 1751       Nintendo
## 1752       Nintendo
## 1753       Nintendo
## 1754           Sony
## 1755      Microsoft
## 1756             PC
## 1757           Sony
## 1758      Microsoft
## 1759      Microsoft
## 1760      Microsoft
## 1761             PC
## 1762      Microsoft
## 1763           Sony
## 1764           Sony
## 1765           Sony
## 1766           Sony
## 1767      Microsoft
## 1768           Sony
## 1769       Nintendo
## 1770      Microsoft
## 1771       Nintendo
## 1772      Microsoft
## 1773           Sony
## 1774           Sony
## 1775      Microsoft
## 1776           Sony
## 1777      Microsoft
## 1778      Microsoft
## 1779           Sony
## 1780      Microsoft
## 1781           Sony
## 1782           Sony
## 1783           Sony
## 1784      Microsoft
## 1785           Sony
## 1786           Sony
## 1787       Nintendo
## 1788           Sony
## 1789      Microsoft
## 1790      Microsoft
## 1791           Sony
## 1792       Nintendo
## 1793           Sony
## 1794       Nintendo
## 1795           Sony
## 1796      Microsoft
## 1797           Sony
## 1798           Sony
## 1799           Sony
## 1800      Microsoft
## 1801      Microsoft
## 1802       Nintendo
## 1803      Microsoft
## 1804       Nintendo
## 1805           Sony
## 1806           Sony
## 1807       Nintendo
## 1808             PC
## 1809             PC
## 1810      Microsoft
## 1811      Microsoft
## 1812       Nintendo
## 1813             PC
## 1814           Sony
## 1815             PC
## 1816           Sony
## 1817             PC
## 1818             PC
## 1819      Microsoft
## 1820             PC
## 1821           Sony
## 1822           Sony
## 1823           Sony
## 1824           Sony
## 1825       Nintendo
## 1826       Nintendo
## 1827       Nintendo
## 1828       Nintendo
## 1829       Nintendo
## 1830           Sony
## 1831           Sony
## 1832      Microsoft
## 1833      Microsoft
## 1834           Sony
## 1835           Sony
## 1836           Sony
## 1837      Microsoft
## 1838           Sony
## 1839           Sony
## 1840       Nintendo
## 1841           Sony
## 1842           Sony
## 1843           Sony
## 1844      Microsoft
## 1845       Nintendo
## 1846      Microsoft
## 1847      Microsoft
## 1848      Microsoft
## 1849           Sony
## 1850           Sony
## 1851      Microsoft
## 1852      Microsoft
## 1853           Sony
## 1854       Nintendo
## 1855      Microsoft
## 1856           Sony
## 1857           Sony
## 1858       Nintendo
## 1859           Sony
## 1860           Sony
## 1861           Sony
## 1862       Nintendo
## 1863           Sony
## 1864       Nintendo
## 1865             PC
## 1866       Nintendo
## 1867           Sony
## 1868       Nintendo
## 1869      Microsoft
## 1870       Nintendo
## 1871       Nintendo
## 1872           Sony
## 1873       Nintendo
## 1874           Sony
## 1875           Sony
## 1876           Sony
## 1877      Microsoft
## 1878           Sony
## 1879           Sony
## 1880      Microsoft
## 1881       Nintendo
## 1882           Sony
## 1883      Microsoft
## 1884           Sony
## 1885       Nintendo
## 1886             PC
## 1887       Nintendo
## 1888           Sony
## 1889           Sony
## 1890           Sony
## 1891      Microsoft
## 1892             PC
## 1893           Sony
## 1894       Nintendo
## 1895       Nintendo
## 1896           Sony
## 1897      Microsoft
## 1898       Nintendo
## 1899           Sony
## 1900           Sony
## 1901       Nintendo
## 1902       Nintendo
## 1903           Sony
## 1904      Microsoft
## 1905           Sony
## 1906      Microsoft
## 1907       Nintendo
## 1908      Microsoft
## 1909       Nintendo
## 1910           Sony
## 1911       Nintendo
## 1912       Nintendo
## 1913       Nintendo
## 1914           Sony
## 1915       Nintendo
## 1916      Microsoft
## 1917      Microsoft
## 1918           Sony
## 1919             PC
## 1920           Sony
## 1921           Sony
## 1922       Nintendo
## 1923       Nintendo
## 1924      Microsoft
## 1925           Sony
## 1926           Sony
## 1927           Sony
## 1928      Microsoft
## 1929           Sony
## 1930           Sony
## 1931       Nintendo
## 1932           Sony
## 1933           Sony
## 1934       Nintendo
## 1935       Nintendo
## 1936           Sony
## 1937           Sony
## 1938      Microsoft
## 1939           Sony
## 1940      Microsoft
## 1941           Sony
## 1942           Sony
## 1943       Nintendo
## 1944             PC
## 1945           Sony
## 1946      Microsoft
## 1947       Nintendo
## 1948           Sony
## 1949      Microsoft
## 1950           Sony
## 1951           Sony
## 1952           Sony
## 1953      Microsoft
## 1954           Sony
## 1955       Nintendo
## 1956             PC
## 1957           Sony
## 1958       Nintendo
## 1959       Nintendo
## 1960           Sony
## 1961             PC
## 1962       Nintendo
## 1963       Nintendo
## 1964             PC
## 1965           Sony
## 1966       Nintendo
## 1967       Nintendo
## 1968           Sony
## 1969       Nintendo
## 1970             PC
## 1971      Microsoft
## 1972           Sony
## 1973      Microsoft
## 1974       Nintendo
## 1975           Sony
## 1976           Sony
## 1977             PC
## 1978           Sony
## 1979           Sony
## 1980           Sony
## 1981      Microsoft
## 1982           Sony
## 1983           Sony
## 1984           Sony
## 1985           Sony
## 1986      Microsoft
## 1987           Sony
## 1988       Nintendo
## 1989       Nintendo
## 1990       Nintendo
## 1991      Microsoft
## 1992           Sony
## 1993           Sony
## 1994           Sony
## 1995       Nintendo
## 1996           Sony
## 1997           Sony
## 1998           Sony
## 1999           Sony
## 2000      Microsoft
## 2001           Sony
## 2002           Sony
## 2003       Nintendo
## 2004           Sony
## 2005       Nintendo
## 2006       Nintendo
## 2007      Microsoft
## 2008      Microsoft
## 2009           Sony
## 2010           Sony
## 2011       Nintendo
## 2012      Microsoft
## 2013       Nintendo
## 2014      Microsoft
## 2015           Sony
## 2016           Sony
## 2017           Sony
## 2018       Nintendo
## 2019           Sony
## 2020           Sony
## 2021           Sony
## 2022       Nintendo
## 2023             PC
## 2024           Sony
## 2025             PC
## 2026           Sony
## 2027       Nintendo
## 2028           Sony
## 2029           Sony
## 2030       Nintendo
## 2031           Sony
## 2032       Nintendo
## 2033           Sony
## 2034       Nintendo
## 2035           Sony
## 2036           Sony
## 2037           Sony
## 2038       Nintendo
## 2039       Nintendo
## 2040           Sony
## 2041           Sony
## 2042           Sony
## 2043       Nintendo
## 2044           Sony
## 2045       Nintendo
## 2046       Nintendo
## 2047       Nintendo
## 2048       Nintendo
## 2049           Sony
## 2050           Sony
## 2051       Nintendo
## 2052       Nintendo
## 2053       Nintendo
## 2054       Nintendo
## 2055           Sony
## 2056             PC
## 2057           Sony
## 2058       Nintendo
## 2059           Sony
## 2060      Microsoft
## 2061           Sony
## 2062             PC
## 2063       Nintendo
## 2064      Microsoft
## 2065      Microsoft
## 2066      Microsoft
## 2067       Nintendo
## 2068           Sony
## 2069           Sony
## 2070           Sony
## 2071       Nintendo
## 2072       Nintendo
## 2073       Nintendo
## 2074       Nintendo
## 2075       Nintendo
## 2076       Nintendo
## 2077           Sony
## 2078       Nintendo
## 2079           Sony
## 2080           Sony
## 2081             PC
## 2082           Sony
## 2083           Sony
## 2084           Sony
## 2085       Nintendo
## 2086             PC
## 2087           Sony
## 2088           Sony
## 2089           Sony
## 2090       Nintendo
## 2091       Nintendo
## 2092       Nintendo
## 2093       Nintendo
## 2094             PC
## 2095           Sony
## 2096      Microsoft
## 2097           Sony
## 2098       Nintendo
## 2099       Nintendo
## 2100       Nintendo
## 2101             PC
## 2102       Nintendo
## 2103           Sony
## 2104           Sony
## 2105       Nintendo
## 2106             PC
## 2107       Nintendo
## 2108           Sony
## 2109           Sony
## 2110       Nintendo
## 2111           Sony
## 2112           Sony
## 2113      Microsoft
## 2114       Nintendo
## 2115       Nintendo
## 2116           Sony
## 2117           Sony
## 2118           Sony
## 2119       Nintendo
## 2120           Sony
## 2121             PC
## 2122           Sony
## 2123           Sony
## 2124      Microsoft
## 2125             PC
## 2126       Nintendo
## 2127           Sony
## 2128       Nintendo
## 2129       Nintendo
## 2130           Sony
## 2131           Sony
## 2132             PC
## 2133       Nintendo
## 2134           Sony
## 2135       Nintendo
## 2136       Nintendo
## 2137       Nintendo
## 2138       Nintendo
## 2139           Sony
## 2140       Nintendo
## 2141       Nintendo
## 2142           Sony
## 2143           Sony
## 2144           Sony
## 2145           Sony
## 2146           Sony
## 2147      Microsoft
## 2148           Sony
## 2149       Nintendo
## 2150             PC
## 2151           Sony
## 2152           Sony
## 2153             PC
## 2154       Nintendo
## 2155           Sony
## 2156           Sony
## 2157       Nintendo
## 2158           Sony
## 2159           Sony
## 2160           Sony
## 2161       Nintendo
## 2162       Nintendo
## 2163           Sony
## 2164           Sony
## 2165           Sony
## 2166       Nintendo
## 2167       Nintendo
## 2168           Sony
## 2169      Microsoft
## 2170           Sony
## 2171           Sony
## 2172       Nintendo
## 2173           Sony
## 2174           Sony
## 2175       Nintendo
## 2176           Sony
## 2177           Sony
## 2178           Sony
## 2179           Sony
## 2180           Sony
## 2181           Sony
## 2182       Nintendo
## 2183           Sony
## 2184           Sony
## 2185             PC
## 2186           Sony
## 2187           Sony
## 2188           Sony
## 2189           Sony
## 2190       Nintendo
## 2191           Sony
## 2192       Nintendo
## 2193           Sony
## 2194           Sony
## 2195      Microsoft
## 2196           Sony
## 2197           Sony
## 2198           Sony
## 2199           Sony
## 2200           Sony
## 2201           Sony
## 2202       Nintendo
## 2203       Nintendo
## 2204           Sony
## 2205             PC
## 2206             PC
## 2207           Sony
## 2208      Microsoft
## 2209           Sony
## 2210           Sony
## 2211           Sony
## 2212           Sony
## 2213           Sony
## 2214           Sony
## 2215           Sony
## 2216      Microsoft
## 2217           Sony
## 2218       Nintendo
## 2219             PC
## 2220           Sony
## 2221           Sony
## 2222      Microsoft
## 2223           Sony
## 2224      Microsoft
## 2225           Sony
## 2226       Nintendo
## 2227           Sony
## 2228       Nintendo
## 2229           Sony
## 2230           Sony
## 2231       Nintendo
## 2232      Microsoft
## 2233           Sony
## 2234           Sony
## 2235      Microsoft
## 2236       Nintendo
## 2237      Microsoft
## 2238       Nintendo
## 2239           Sony
## 2240       Nintendo
## 2241       Nintendo
## 2242           Sony
## 2243      Microsoft
## 2244       Nintendo
## 2245      Microsoft
## 2246             PC
## 2247       Nintendo
## 2248           Sony
## 2249       Nintendo
## 2250           Sony
## 2251      Microsoft
## 2252      Microsoft
## 2253      Microsoft
## 2254      Microsoft
## 2255      Microsoft
## 2256           Sony
## 2257           Sony
## 2258       Nintendo
## 2259           Sony
## 2260             PC
## 2261       Nintendo
## 2262           Sony
## 2263           Sony
## 2264       Nintendo
## 2265      Microsoft
## 2266      Microsoft
## 2267           Sony
## 2268             PC
## 2269      Microsoft
## 2270           Sony
## 2271      Microsoft
## 2272      Microsoft
## 2273      Microsoft
## 2274      Microsoft
## 2275       Nintendo
## 2276      Microsoft
## 2277           Sony
## 2278           Sony
## 2279             PC
## 2280           Sony
## 2281      Microsoft
## 2282           Sony
## 2283           Sony
## 2284       Nintendo
## 2285       Nintendo
## 2286           Sony
## 2287           Sony
## 2288      Microsoft
## 2289       Nintendo
## 2290       Nintendo
## 2291      Microsoft
## 2292           Sony
## 2293           Sony
## 2294      Microsoft
## 2295           Sony
## 2296       Nintendo
## 2297      Microsoft
## 2298           Sony
## 2299           Sony
## 2300             PC
## 2301      Microsoft
## 2302       Nintendo
## 2303           Sony
## 2304      Microsoft
## 2305           Sony
## 2306           Sony
## 2307           Sony
## 2308           Sony
## 2309           Sony
## 2310       Nintendo
## 2311           Sony
## 2312       Nintendo
## 2313      Microsoft
## 2314             PC
## 2315             PC
## 2316       Nintendo
## 2317             PC
## 2318       Nintendo
## 2319           Sony
## 2320       Nintendo
## 2321           Sony
## 2322       Nintendo
## 2323           Sony
## 2324             PC
## 2325             PC
## 2326           Sony
## 2327       Nintendo
## 2328           Sony
## 2329      Microsoft
## 2330       Nintendo
## 2331      Microsoft
## 2332           Sony
## 2333           Sony
## 2334       Nintendo
## 2335      Microsoft
## 2336      Microsoft
## 2337           Sony
## 2338           Sony
## 2339           Sony
## 2340           Sony
## 2341           Sony
## 2342      Microsoft
## 2343           Sony
## 2344           Sony
## 2345           Sony
## 2346      Microsoft
## 2347           Sony
## 2348       Nintendo
## 2349      Microsoft
## 2350      Microsoft
## 2351      Microsoft
## 2352           Sony
## 2353      Microsoft
## 2354           Sony
## 2355       Nintendo
## 2356           Sony
## 2357           Sony
## 2358      Microsoft
## 2359      Microsoft
## 2360       Nintendo
## 2361           Sony
## 2362           Sony
## 2363           Sony
## 2364             PC
## 2365      Microsoft
## 2366       Nintendo
## 2367       Nintendo
## 2368       Nintendo
## 2369       Nintendo
## 2370           Sony
## 2371           Sony
## 2372       Nintendo
## 2373      Microsoft
## 2374           Sony
## 2375           Sony
## 2376           Sony
## 2377           Sony
## 2378       Nintendo
## 2379       Nintendo
## 2380      Microsoft
## 2381       Nintendo
## 2382       Nintendo
## 2383           Sony
## 2384      Microsoft
## 2385      Microsoft
## 2386      Microsoft
## 2387           Sony
## 2388      Microsoft
## 2389           Sony
## 2390           Sony
## 2391       Nintendo
## 2392           Sony
## 2393           Sony
## 2394           Sony
## 2395           Sony
## 2396       Nintendo
## 2397      Microsoft
## 2398             PC
## 2399      Microsoft
## 2400           Sony
## 2401       Nintendo
## 2402      Microsoft
## 2403       Nintendo
## 2404      Microsoft
## 2405       Nintendo
## 2406           Sony
## 2407      Microsoft
## 2408      Microsoft
## 2409      Microsoft
## 2410       Nintendo
## 2411           Sony
## 2412       Nintendo
## 2413       Nintendo
## 2414           Sony
## 2415           Sony
## 2416      Microsoft
## 2417      Microsoft
## 2418           Sony
## 2419           Sony
## 2420      Microsoft
## 2421           Sony
## 2422           Sony
## 2423             PC
## 2424           Sony
## 2425       Nintendo
## 2426      Microsoft
## 2427       Nintendo
## 2428           Sony
## 2429      Microsoft
## 2430           Sony
## 2431           Sony
## 2432             PC
## 2433       Nintendo
## 2434       Nintendo
## 2435           Sony
## 2436       Nintendo
## 2437           Sony
## 2438           Sony
## 2439      Microsoft
## 2440       Nintendo
## 2441           Sony
## 2442       Nintendo
## 2443       Nintendo
## 2444       Nintendo
## 2445       Nintendo
## 2446       Nintendo
## 2447       Nintendo
## 2448           Sony
## 2449       Nintendo
## 2450           Sony
## 2451       Nintendo
## 2452           Sony
## 2453      Microsoft
## 2454           Sony
## 2455           Sony
## 2456             PC
## 2457           Sony
## 2458           Sony
## 2459      Microsoft
## 2460      Microsoft
## 2461           Sony
## 2462           Sony
## 2463           Sony
## 2464           Sony
## 2465       Nintendo
## 2466      Microsoft
## 2467           Sony
## 2468             PC
## 2469           Sony
## 2470           Sony
## 2471           Sony
## 2472           Sony
## 2473       Nintendo
## 2474           Sony
## 2475       Nintendo
## 2476      Microsoft
## 2477       Nintendo
## 2478           Sony
## 2479           Sony
## 2480      Microsoft
## 2481       Nintendo
## 2482       Nintendo
## 2483             PC
## 2484      Microsoft
## 2485       Nintendo
## 2486       Nintendo
## 2487       Nintendo
## 2488       Nintendo
## 2489           Sony
## 2490           Sony
## 2491      Microsoft
## 2492           Sony
## 2493           Sony
## 2494      Microsoft
## 2495      Microsoft
## 2496      Microsoft
## 2497             PC
## 2498           Sony
## 2499      Microsoft
## 2500           Sony
## 2501           Sony
## 2502           Sony
## 2503           Sony
## 2504      Microsoft
## 2505           Sony
## 2506           Sony
## 2507       Nintendo
## 2508           Sony
## 2509       Nintendo
## 2510           Sony
## 2511           Sony
## 2512             PC
## 2513       Nintendo
## 2514             PC
## 2515       Nintendo
## 2516           Sony
## 2517             PC
## 2518           Sony
## 2519      Microsoft
## 2520       Nintendo
## 2521      Microsoft
## 2522           Sony
## 2523       Nintendo
## 2524       Nintendo
## 2525           Sony
## 2526           Sony
## 2527           Sony
## 2528       Nintendo
## 2529           Sony
## 2530       Nintendo
## 2531       Nintendo
## 2532      Microsoft
## 2533           Sony
## 2534             PC
## 2535           Sony
## 2536       Nintendo
## 2537           Sony
## 2538       Nintendo
## 2539           Sony
## 2540       Nintendo
## 2541           Sony
## 2542       Nintendo
## 2543       Nintendo
## 2544      Microsoft
## 2545           Sony
## 2546           Sony
## 2547      Microsoft
## 2548           Sony
## 2549           Sony
## 2550       Nintendo
## 2551       Nintendo
## 2552       Nintendo
## 2553      Microsoft
## 2554      Microsoft
## 2555           Sony
## 2556      Microsoft
## 2557       Nintendo
## 2558           Sony
## 2559       Nintendo
## 2560           Sony
## 2561             PC
## 2562             PC
## 2563      Microsoft
## 2564      Microsoft
## 2565           Sony
## 2566           Sony
## 2567           Sony
## 2568           Sony
## 2569      Microsoft
## 2570             PC
## 2571       Nintendo
## 2572       Nintendo
## 2573           Sony
## 2574       Nintendo
## 2575      Microsoft
## 2576             PC
## 2577       Nintendo
## 2578       Nintendo
## 2579           Sony
## 2580       Nintendo
## 2581             PC
## 2582       Nintendo
## 2583       Nintendo
## 2584             PC
## 2585       Nintendo
## 2586           Sony
## 2587       Nintendo
## 2588           Sony
## 2589      Microsoft
## 2590             PC
## 2591           Sony
## 2592       Nintendo
## 2593           Sony
## 2594       Nintendo
## 2595       Nintendo
## 2596       Nintendo
## 2597           Sony
## 2598           Sony
## 2599             PC
## 2600       Nintendo
## 2601      Microsoft
## 2602       Nintendo
## 2603      Microsoft
## 2604       Nintendo
## 2605       Nintendo
## 2606           Sony
## 2607       Nintendo
## 2608           Sony
## 2609             PC
## 2610           Sony
## 2611       Nintendo
## 2612           Sony
## 2613       Nintendo
## 2614       Nintendo
## 2615           Sony
## 2616           Sony
## 2617           Sony
## 2618       Nintendo
## 2619       Nintendo
## 2620      Microsoft
## 2621       Nintendo
## 2622           Sony
## 2623             PC
## 2624           Sony
## 2625           Sony
## 2626           Sony
## 2627           Sony
## 2628           Sony
## 2629           Sony
## 2630       Nintendo
## 2631           Sony
## 2632      Microsoft
## 2633       Nintendo
## 2634      Microsoft
## 2635       Nintendo
## 2636       Nintendo
## 2637           Sony
## 2638      Microsoft
## 2639           Sony
## 2640           Sony
## 2641           Sony
## 2642       Nintendo
## 2643           Sony
## 2644       Nintendo
## 2645       Nintendo
## 2646           Sony
## 2647           Sony
## 2648           Sony
## 2649           Sony
## 2650           Sony
## 2651           Sony
## 2652           Sony
## 2653       Nintendo
## 2654           Sony
## 2655             PC
## 2656       Nintendo
## 2657       Nintendo
## 2658           Sony
## 2659       Nintendo
## 2660             PC
## 2661       Nintendo
## 2662       Nintendo
## 2663             PC
## 2664           Sony
## 2665             PC
## 2666       Nintendo
## 2667           Sony
## 2668           Sony
## 2669           Sony
## 2670      Microsoft
## 2671           Sony
## 2672           Sony
## 2673       Nintendo
## 2674       Nintendo
## 2675           Sony
## 2676           Sony
## 2677           Sony
## 2678       Nintendo
## 2679           Sony
## 2680             PC
## 2681           Sony
## 2682           Sony
## 2683           Sony
## 2684             PC
## 2685             PC
## 2686       Nintendo
## 2687      Microsoft
## 2688           Sony
## 2689           Sony
## 2690       Nintendo
## 2691           Sony
## 2692           Sony
## 2693       Nintendo
## 2694       Nintendo
## 2695           Sony
## 2696           Sony
## 2697           Sony
## 2698      Microsoft
## 2699           Sony
## 2700      Microsoft
## 2701           Sony
## 2702           Sony
## 2703           Sony
## 2704       Nintendo
## 2705           Sony
## 2706             PC
## 2707       Nintendo
## 2708           Sony
## 2709           Sony
## 2710           Sony
## 2711           Sony
## 2712       Nintendo
## 2713       Nintendo
## 2714      Microsoft
## 2715       Nintendo
## 2716       Nintendo
## 2717           Sony
## 2718           Sony
## 2719      Microsoft
## 2720           Sony
## 2721           Sony
## 2722           Sony
## 2723           Sony
## 2724           Sony
## 2725           Sony
## 2726           Sony
## 2727      Microsoft
## 2728             PC
## 2729           Sony
## 2730             PC
## 2731       Nintendo
## 2732      Microsoft
## 2733           Sony
## 2734           Sony
## 2735           Sony
## 2736      Microsoft
## 2737           Sony
## 2738           Sony
## 2739           Sony
## 2740           Sony
## 2741           Sony
## 2742           Sony
## 2743       Nintendo
## 2744             PC
## 2745           Sony
## 2746       Nintendo
## 2747           Sony
## 2748           Sony
## 2749           Sony
## 2750           Sony
## 2751           Sony
## 2752           Sony
## 2753           Sony
## 2754           Sony
## 2755           Sony
## 2756       Nintendo
## 2757           Sony
## 2758       Nintendo
## 2759           Sony
## 2760       Nintendo
## 2761           Sony
## 2762           Sony
## 2763       Nintendo
## 2764             PC
## 2765       Nintendo
## 2766           Sony
## 2767             PC
## 2768           Sony
## 2769       Nintendo
## 2770           Sony
## 2771       Nintendo
## 2772       Nintendo
## 2773           Sony
## 2774             PC
## 2775           Sony
## 2776             PC
## 2777           Sony
## 2778      Microsoft
## 2779           Sony
## 2780           Sony
## 2781             PC
## 2782           Sony
## 2783           Sony
## 2784           Sony
## 2785           Sony
## 2786           Sony
## 2787           Sony
## 2788           Sony
## 2789       Nintendo
## 2790       Nintendo
## 2791             PC
## 2792           Sony
## 2793       Nintendo
## 2794           Sony
## 2795       Nintendo
## 2796           Sony
## 2797      Microsoft
## 2798           Sony
## 2799       Nintendo
## 2800             PC
## 2801           Sony
## 2802           Sony
## 2803             PC
## 2804       Nintendo
## 2805             PC
## 2806             PC
## 2807       Nintendo
## 2808           Sony
## 2809           Sony
## 2810       Nintendo
## 2811           Sony
## 2812           Sony
## 2813           Sony
## 2814       Nintendo
## 2815      Microsoft
## 2816       Nintendo
## 2817           Sony
## 2818           Sony
## 2819           Sony
## 2820           Sony
## 2821           Sony
## 2822             PC
## 2823           Sony
## 2824           Sony
## 2825           Sony
## 2826           Sony
## 2827             PC
## 2828             PC
## 2829             PC
## 2830      Microsoft
## 2831           Sony
## 2832      Microsoft
## 2833      Microsoft
## 2834       Nintendo
## 2835       Nintendo
## 2836           Sony
## 2837       Nintendo
## 2838           Sony
## 2839           Sony
## 2840       Nintendo
## 2841           Sony
## 2842           Sony
## 2843           Sony
## 2844           Sony
## 2845       Nintendo
## 2846       Nintendo
## 2847           Sony
## 2848           Sony
## 2849           Sony
## 2850           Sony
## 2851           Sony
## 2852           Sony
## 2853       Nintendo
## 2854           Sony
## 2855       Nintendo
## 2856           Sony
## 2857           Sony
## 2858       Nintendo
## 2859           Sony
## 2860           Sony
## 2861       Nintendo
## 2862       Nintendo
## 2863             PC
## 2864           Sony
## 2865       Nintendo
## 2866       Nintendo
## 2867           Sony
## 2868      Microsoft
## 2869           Sony
## 2870       Nintendo
## 2871             PC
## 2872           Sony
## 2873           Sony
## 2874           Sony
## 2875       Nintendo
## 2876           Sony
## 2877             PC
## 2878           Sony
## 2879           Sony
## 2880      Microsoft
## 2881       Nintendo
## 2882           Sony
## 2883           Sony
## 2884           Sony
## 2885           Sony
## 2886             PC
## 2887      Microsoft
## 2888           Sony
## 2889       Nintendo
## 2890       Nintendo
## 2891       Nintendo
## 2892      Microsoft
## 2893      Microsoft
## 2894           Sony
## 2895           Sony
## 2896           Sony
## 2897           Sony
## 2898      Microsoft
## 2899           Sony
## 2900      Microsoft
## 2901      Microsoft
## 2902       Nintendo
## 2903           Sony
## 2904      Microsoft
## 2905      Microsoft
## 2906       Nintendo
## 2907             PC
## 2908       Nintendo
## 2909       Nintendo
## 2910           Sony
## 2911           Sony
## 2912             PC
## 2913           Sony
## 2914       Nintendo
## 2915       Nintendo
## 2916       Nintendo
## 2917             PC
## 2918           Sony
## 2919      Microsoft
## 2920      Microsoft
## 2921      Microsoft
## 2922           Sony
## 2923      Microsoft
## 2924           Sony
## 2925      Microsoft
## 2926      Microsoft
## 2927      Microsoft
## 2928      Microsoft
## 2929           Sony
## 2930           Sony
## 2931           Sony
## 2932           Sony
## 2933      Microsoft
## 2934      Microsoft
## 2935      Microsoft
## 2936           Sony
## 2937      Microsoft
## 2938           Sony
## 2939           Sony
## 2940       Nintendo
## 2941       Nintendo
## 2942             PC
## 2943           Sony
## 2944       Nintendo
## 2945      Microsoft
## 2946           Sony
## 2947       Nintendo
## 2948       Nintendo
## 2949           Sony
## 2950       Nintendo
## 2951      Microsoft
## 2952             PC
## 2953           Sony
## 2954           Sony
## 2955      Microsoft
## 2956      Microsoft
## 2957           Sony
## 2958       Nintendo
## 2959             PC
## 2960           Sony
## 2961      Microsoft
## 2962      Microsoft
## 2963           Sony
## 2964      Microsoft
## 2965      Microsoft
## 2966           Sony
## 2967           Sony
## 2968           Sony
## 2969           Sony
## 2970      Microsoft
## 2971       Nintendo
## 2972           Sony
## 2973       Nintendo
## 2974           Sony
## 2975           Sony
## 2976           Sony
## 2977      Microsoft
## 2978       Nintendo
## 2979           Sony
## 2980       Nintendo
## 2981           Sony
## 2982      Microsoft
## 2983      Microsoft
## 2984           Sony
## 2985       Nintendo
## 2986           Sony
## 2987       Nintendo
## 2988      Microsoft
## 2989           Sony
## 2990      Microsoft
## 2991      Microsoft
## 2992       Nintendo
## 2993      Microsoft
## 2994       Nintendo
## 2995           Sony
## 2996      Microsoft
## 2997       Nintendo
## 2998      Microsoft
## 2999      Microsoft
## 3000             PC
## 3001       Nintendo
## 3002           Sony
## 3003           Sony
## 3004       Nintendo
## 3005           Sony
## 3006      Microsoft
## 3007       Nintendo
## 3008       Nintendo
## 3009           Sony
## 3010           Sony
## 3011       Nintendo
## 3012           Sony
## 3013       Nintendo
## 3014           Sony
## 3015           Sony
## 3016           Sony
## 3017      Microsoft
## 3018      Microsoft
## 3019           Sony
## 3020       Nintendo
## 3021           Sony
## 3022       Nintendo
## 3023           Sony
## 3024           Sony
## 3025      Microsoft
## 3026           Sony
## 3027      Microsoft
## 3028       Nintendo
## 3029      Microsoft
## 3030       Nintendo
## 3031       Nintendo
## 3032             PC
## 3033           Sony
## 3034       Nintendo
## 3035             PC
## 3036           Sony
## 3037             PC
## 3038      Microsoft
## 3039           Sony
## 3040       Nintendo
## 3041      Microsoft
## 3042      Microsoft
## 3043           Sony
## 3044      Microsoft
## 3045      Microsoft
## 3046      Microsoft
## 3047             PC
## 3048           Sony
## 3049             PC
## 3050           Sony
## 3051       Nintendo
## 3052       Nintendo
## 3053       Nintendo
## 3054       Nintendo
## 3055             PC
## 3056             PC
## 3057           Sony
## 3058       Nintendo
## 3059           Sony
## 3060       Nintendo
## 3061      Microsoft
## 3062       Nintendo
## 3063       Nintendo
## 3064           Sony
## 3065           Sony
## 3066           Sony
## 3067             PC
## 3068             PC
## 3069             PC
## 3070           Sony
## 3071           Sony
## 3072           Sony
## 3073       Nintendo
## 3074       Nintendo
## 3075           Sony
## 3076           Sony
## 3077      Microsoft
## 3078      Microsoft
## 3079           Sony
## 3080           Sony
## 3081           Sony
## 3082       Nintendo
## 3083      Microsoft
## 3084           Sony
## 3085      Microsoft
## 3086      Microsoft
## 3087       Nintendo
## 3088       Nintendo
## 3089       Nintendo
## 3090             PC
## 3091           Sony
## 3092           Sony
## 3093      Microsoft
## 3094           Sony
## 3095           Sony
## 3096           Sony
## 3097           Sony
## 3098      Microsoft
## 3099      Microsoft
## 3100      Microsoft
## 3101       Nintendo
## 3102       Nintendo
## 3103           Sony
## 3104      Microsoft
## 3105       Nintendo
## 3106       Nintendo
## 3107       Nintendo
## 3108      Microsoft
## 3109           Sony
## 3110       Nintendo
## 3111       Nintendo
## 3112             PC
## 3113      Microsoft
## 3114           Sony
## 3115           Sony
## 3116             PC
## 3117       Nintendo
## 3118       Nintendo
## 3119      Microsoft
## 3120           Sony
## 3121           Sony
## 3122       Nintendo
## 3123      Microsoft
## 3124           Sony
## 3125           Sony
## 3126       Nintendo
## 3127       Nintendo
## 3128      Microsoft
## 3129      Microsoft
## 3130       Nintendo
## 3131           Sony
## 3132           Sony
## 3133       Nintendo
## 3134           Sony
## 3135       Nintendo
## 3136       Nintendo
## 3137      Microsoft
## 3138           Sony
## 3139      Microsoft
## 3140             PC
## 3141      Microsoft
## 3142       Nintendo
## 3143           Sony
## 3144      Microsoft
## 3145           Sony
## 3146       Nintendo
## 3147       Nintendo
## 3148       Nintendo
## 3149       Nintendo
## 3150       Nintendo
## 3151       Nintendo
## 3152       Nintendo
## 3153      Microsoft
## 3154           Sony
## 3155       Nintendo
## 3156       Nintendo
## 3157             PC
## 3158           Sony
## 3159       Nintendo
## 3160           Sony
## 3161           Sony
## 3162       Nintendo
## 3163             PC
## 3164      Microsoft
## 3165           Sony
## 3166             PC
## 3167           Sony
## 3168      Microsoft
## 3169       Nintendo
## 3170           Sony
## 3171       Nintendo
## 3172           Sony
## 3173           Sony
## 3174       Nintendo
## 3175      Microsoft
## 3176       Nintendo
## 3177           Sony
## 3178       Nintendo
## 3179             PC
## 3180           Sony
## 3181      Microsoft
## 3182      Microsoft
## 3183           Sony
## 3184           Sony
## 3185       Nintendo
## 3186       Nintendo
## 3187       Nintendo
## 3188             PC
## 3189       Nintendo
## 3190             PC
## 3191      Microsoft
## 3192      Microsoft
## 3193           Sony
## 3194           Sony
## 3195           Sony
## 3196       Nintendo
## 3197      Microsoft
## 3198       Nintendo
## 3199       Nintendo
## 3200             PC
## 3201           Sony
## 3202           Sony
## 3203           Sony
## 3204      Microsoft
## 3205       Nintendo
## 3206       Nintendo
## 3207       Nintendo
## 3208       Nintendo
## 3209       Nintendo
## 3210      Microsoft
## 3211      Microsoft
## 3212           Sony
## 3213       Nintendo
## 3214           Sony
## 3215      Microsoft
## 3216       Nintendo
## 3217       Nintendo
## 3218           Sony
## 3219      Microsoft
## 3220           Sony
## 3221       Nintendo
## 3222           Sony
## 3223       Nintendo
## 3224             PC
## 3225           Sony
## 3226      Microsoft
## 3227      Microsoft
## 3228           Sony
## 3229      Microsoft
## 3230           Sony
## 3231      Microsoft
## 3232       Nintendo
## 3233       Nintendo
## 3234           Sony
## 3235           Sony
## 3236       Nintendo
## 3237      Microsoft
## 3238           Sony
## 3239      Microsoft
## 3240           Sony
## 3241             PC
## 3242       Nintendo
## 3243       Nintendo
## 3244      Microsoft
## 3245      Microsoft
## 3246           Sony
## 3247       Nintendo
## 3248           Sony
## 3249           Sony
## 3250       Nintendo
## 3251       Nintendo
## 3252       Nintendo
## 3253             PC
## 3254       Nintendo
## 3255           Sony
## 3256      Microsoft
## 3257      Microsoft
## 3258       Nintendo
## 3259             PC
## 3260       Nintendo
## 3261       Nintendo
## 3262       Nintendo
## 3263           Sony
## 3264           Sony
## 3265           Sony
## 3266             PC
## 3267      Microsoft
## 3268           Sony
## 3269      Microsoft
## 3270      Microsoft
## 3271           Sony
## 3272       Nintendo
## 3273      Microsoft
## 3274      Microsoft
## 3275             PC
## 3276           Sony
## 3277             PC
## 3278           Sony
## 3279       Nintendo
## 3280      Microsoft
## 3281      Microsoft
## 3282       Nintendo
## 3283           Sony
## 3284           Sony
## 3285       Nintendo
## 3286       Nintendo
## 3287           Sony
## 3288           Sony
## 3289           Sony
## 3290           Sony
## 3291           Sony
## 3292       Nintendo
## 3293           Sony
## 3294       Nintendo
## 3295           Sony
## 3296       Nintendo
## 3297           Sony
## 3298       Nintendo
## 3299             PC
## 3300      Microsoft
## 3301       Nintendo
## 3302      Microsoft
## 3303      Microsoft
## 3304       Nintendo
## 3305       Nintendo
## 3306       Nintendo
## 3307       Nintendo
## 3308       Nintendo
## 3309       Nintendo
## 3310           Sony
## 3311           Sony
## 3312       Nintendo
## 3313      Microsoft
## 3314       Nintendo
## 3315           Sony
## 3316             PC
## 3317      Microsoft
## 3318           Sony
## 3319           Sony
## 3320           Sony
## 3321             PC
## 3322           Sony
## 3323           Sony
## 3324           Sony
## 3325           Sony
## 3326           Sony
## 3327       Nintendo
## 3328           Sony
## 3329       Nintendo
## 3330           Sony
## 3331           Sony
## 3332           Sony
## 3333       Nintendo
## 3334           Sony
## 3335       Nintendo
## 3336           Sony
## 3337       Nintendo
## 3338       Nintendo
## 3339       Nintendo
## 3340      Microsoft
## 3341       Nintendo
## 3342       Nintendo
## 3343             PC
## 3344       Nintendo
## 3345       Nintendo
## 3346             PC
## 3347           Sony
## 3348       Nintendo
## 3349      Microsoft
## 3350           Sony
## 3351             PC
## 3352           Sony
## 3353      Microsoft
## 3354           Sony
## 3355      Microsoft
## 3356       Nintendo
## 3357           Sony
## 3358             PC
## 3359       Nintendo
## 3360       Nintendo
## 3361           Sony
## 3362           Sony
## 3363       Nintendo
## 3364       Nintendo
## 3365       Nintendo
## 3366             PC
## 3367       Nintendo
## 3368           Sony
## 3369      Microsoft
## 3370           Sony
## 3371           Sony
## 3372      Microsoft
## 3373       Nintendo
## 3374           Sony
## 3375           Sony
## 3376             PC
## 3377       Nintendo
## 3378       Nintendo
## 3379           Sony
## 3380      Microsoft
## 3381             PC
## 3382           Sony
## 3383       Nintendo
## 3384       Nintendo
## 3385           Sony
## 3386           Sony
## 3387           Sony
## 3388       Nintendo
## 3389       Nintendo
## 3390             PC
## 3391       Nintendo
## 3392       Nintendo
## 3393       Nintendo
## 3394       Nintendo
## 3395      Microsoft
## 3396           Sony
## 3397      Microsoft
## 3398       Nintendo
## 3399           Sony
## 3400       Nintendo
## 3401           Sony
## 3402      Microsoft
## 3403             PC
## 3404             PC
## 3405           Sony
## 3406           Sony
## 3407       Nintendo
## 3408       Nintendo
## 3409           Sony
## 3410             PC
## 3411       Nintendo
## 3412       Nintendo
## 3413             PC
## 3414           Sony
## 3415      Microsoft
## 3416       Nintendo
## 3417       Nintendo
## 3418       Nintendo
## 3419       Nintendo
## 3420             PC
## 3421           Sony
## 3422           Sony
## 3423       Nintendo
## 3424       Nintendo
## 3425      Microsoft
## 3426       Nintendo
## 3427           Sony
## 3428       Nintendo
## 3429       Nintendo
## 3430           Sony
## 3431             PC
## 3432           Sony
## 3433      Microsoft
## 3434       Nintendo
## 3435      Microsoft
## 3436           Sony
## 3437           Sony
## 3438           Sony
## 3439       Nintendo
## 3440           Sony
## 3441       Nintendo
## 3442           Sony
## 3443           Sony
## 3444       Nintendo
## 3445      Microsoft
## 3446       Nintendo
## 3447       Nintendo
## 3448      Microsoft
## 3449           Sony
## 3450           Sony
## 3451       Nintendo
## 3452       Nintendo
## 3453           Sony
## 3454             PC
## 3455      Microsoft
## 3456      Microsoft
## 3457       Nintendo
## 3458       Nintendo
## 3459       Nintendo
## 3460           Sony
## 3461           Sony
## 3462      Microsoft
## 3463       Nintendo
## 3464       Nintendo
## 3465       Nintendo
## 3466       Nintendo
## 3467       Nintendo
## 3468           Sony
## 3469       Nintendo
## 3470           Sony
## 3471           Sony
## 3472       Nintendo
## 3473       Nintendo
## 3474      Microsoft
## 3475       Nintendo
## 3476           Sony
## 3477      Microsoft
## 3478           Sony
## 3479       Nintendo
## 3480      Microsoft
## 3481       Nintendo
## 3482      Microsoft
## 3483           Sony
## 3484           Sony
## 3485       Nintendo
## 3486           Sony
## 3487       Nintendo
## 3488       Nintendo
## 3489           Sony
## 3490       Nintendo
## 3491           Sony
## 3492           Sony
## 3493      Microsoft
## 3494       Nintendo
## 3495           Sony
## 3496       Nintendo
## 3497           Sony
## 3498           Sony
## 3499       Nintendo
## 3500       Nintendo
## 3501           Sony
## 3502       Nintendo
## 3503      Microsoft
## 3504           Sony
## 3505       Nintendo
## 3506       Nintendo
## 3507      Microsoft
## 3508           Sony
## 3509       Nintendo
## 3510             PC
## 3511       Nintendo
## 3512       Nintendo
## 3513       Nintendo
## 3514           Sony
## 3515       Nintendo
## 3516       Nintendo
## 3517           Sony
## 3518       Nintendo
## 3519           Sony
## 3520             PC
## 3521      Microsoft
## 3522             PC
## 3523      Microsoft
## 3524           Sony
## 3525       Nintendo
## 3526           Sony
## 3527           Sony
## 3528       Nintendo
## 3529             PC
## 3530           Sony
## 3531       Nintendo
## 3532           Sony
## 3533           Sony
## 3534       Nintendo
## 3535       Nintendo
## 3536      Microsoft
## 3537           Sony
## 3538       Nintendo
## 3539           Sony
## 3540       Nintendo
## 3541       Nintendo
## 3542           Sony
## 3543           Sony
## 3544      Microsoft
## 3545      Microsoft
## 3546      Microsoft
## 3547           Sony
## 3548             PC
## 3549      Microsoft
## 3550           Sony
## 3551       Nintendo
## 3552           Sony
## 3553       Nintendo
## 3554       Nintendo
## 3555       Nintendo
## 3556       Nintendo
## 3557             PC
## 3558           Sony
## 3559      Microsoft
## 3560           Sony
## 3561      Microsoft
## 3562       Nintendo
## 3563       Nintendo
## 3564       Nintendo
## 3565           Sony
## 3566           Sony
## 3567           Sony
## 3568           Sony
## 3569       Nintendo
## 3570       Nintendo
## 3571           Sony
## 3572      Microsoft
## 3573      Microsoft
## 3574           Sony
## 3575       Nintendo
## 3576       Nintendo
## 3577       Nintendo
## 3578       Nintendo
## 3579       Nintendo
## 3580       Nintendo
## 3581             PC
## 3582       Nintendo
## 3583           Sony
## 3584           Sony
## 3585       Nintendo
## 3586           Sony
## 3587       Nintendo
## 3588       Nintendo
## 3589      Microsoft
## 3590      Microsoft
## 3591             PC
## 3592      Microsoft
## 3593       Nintendo
## 3594       Nintendo
## 3595      Microsoft
## 3596       Nintendo
## 3597           Sony
## 3598      Microsoft
## 3599       Nintendo
## 3600           Sony
## 3601             PC
## 3602      Microsoft
## 3603             PC
## 3604       Nintendo
## 3605           Sony
## 3606           Sony
## 3607       Nintendo
## 3608       Nintendo
## 3609       Nintendo
## 3610      Microsoft
## 3611       Nintendo
## 3612       Nintendo
## 3613             PC
## 3614           Sony
## 3615       Nintendo
## 3616      Microsoft
## 3617       Nintendo
## 3618           Sony
## 3619       Nintendo
## 3620           Sony
## 3621           Sony
## 3622       Nintendo
## 3623           Sony
## 3624       Nintendo
## 3625       Nintendo
## 3626       Nintendo
## 3627       Nintendo
## 3628           Sony
## 3629       Nintendo
## 3630             PC
## 3631       Nintendo
## 3632           Sony
## 3633           Sony
## 3634       Nintendo
## 3635             PC
## 3636       Nintendo
## 3637       Nintendo
## 3638       Nintendo
## 3639       Nintendo
## 3640       Nintendo
## 3641             PC
## 3642       Nintendo
## 3643      Microsoft
## 3644       Nintendo
## 3645           Sony
## 3646             PC
## 3647           Sony
## 3648       Nintendo
## 3649       Nintendo
## 3650      Microsoft
## 3651       Nintendo
## 3652      Microsoft
## 3653       Nintendo
## 3654      Microsoft
## 3655             PC
## 3656       Nintendo
## 3657           Sony
## 3658       Nintendo
## 3659             PC
## 3660       Nintendo
## 3661           Sony
## 3662       Nintendo
## 3663      Microsoft
## 3664       Nintendo
## 3665             PC
## 3666       Nintendo
## 3667       Nintendo
## 3668       Nintendo
## 3669             PC
## 3670           Sony
## 3671           Sony
## 3672             PC
## 3673       Nintendo
## 3674      Microsoft
## 3675       Nintendo
## 3676           Sony
## 3677       Nintendo
## 3678           Sony
## 3679           Sony
## 3680           Sony
## 3681           Sony
## 3682      Microsoft
## 3683       Nintendo
## 3684       Nintendo
## 3685       Nintendo
## 3686      Microsoft
## 3687             PC
## 3688           Sony
## 3689       Nintendo
## 3690           Sony
## 3691       Nintendo
## 3692       Nintendo
## 3693       Nintendo
## 3694             PC
## 3695       Nintendo
## 3696       Nintendo
## 3697       Nintendo
## 3698       Nintendo
## 3699           Sony
## 3700       Nintendo
## 3701       Nintendo
## 3702       Nintendo
## 3703           Sony
## 3704      Microsoft
## 3705           Sony
## 3706       Nintendo
## 3707           Sony
## 3708           Sony
## 3709      Microsoft
## 3710             PC
## 3711      Microsoft
## 3712      Microsoft
## 3713       Nintendo
## 3714           Sony
## 3715       Nintendo
## 3716           Sony
## 3717       Nintendo
## 3718       Nintendo
## 3719       Nintendo
## 3720       Nintendo
## 3721           Sony
## 3722           Sony
## 3723       Nintendo
## 3724      Microsoft
## 3725             PC
## 3726             PC
## 3727       Nintendo
## 3728      Microsoft
## 3729       Nintendo
## 3730      Microsoft
## 3731       Nintendo
## 3732             PC
## 3733      Microsoft
## 3734             PC
## 3735           Sony
## 3736      Microsoft
## 3737             PC
## 3738           Sony
## 3739       Nintendo
## 3740       Nintendo
## 3741       Nintendo
## 3742           Sony
## 3743           Sony
## 3744           Sony
## 3745      Microsoft
## 3746       Nintendo
## 3747       Nintendo
## 3748           Sony
## 3749      Microsoft
## 3750       Nintendo
## 3751       Nintendo
## 3752      Microsoft
## 3753       Nintendo
## 3754             PC
## 3755           Sony
## 3756           Sony
## 3757           Sony
## 3758             PC
## 3759       Nintendo
## 3760       Nintendo
## 3761       Nintendo
## 3762             PC
## 3763             PC
## 3764       Nintendo
## 3765      Microsoft
## 3766             PC
## 3767             PC
## 3768       Nintendo
## 3769       Nintendo
## 3770           Sony
## 3771      Microsoft
## 3772       Nintendo
## 3773           Sony
## 3774       Nintendo
## 3775           Sony
## 3776           Sony
## 3777       Nintendo
## 3778           Sony
## 3779       Nintendo
## 3780      Microsoft
## 3781       Nintendo
## 3782           Sony
## 3783           Sony
## 3784       Nintendo
## 3785       Nintendo
## 3786           Sony
## 3787       Nintendo
## 3788             PC
## 3789             PC
## 3790           Sony
## 3791       Nintendo
## 3792       Nintendo
## 3793           Sony
## 3794             PC
## 3795       Nintendo
## 3796       Nintendo
## 3797       Nintendo
## 3798       Nintendo
## 3799       Nintendo
## 3800       Nintendo
## 3801             PC
## 3802       Nintendo
## 3803           Sony
## 3804       Nintendo
## 3805       Nintendo
## 3806       Nintendo
## 3807           Sony
## 3808       Nintendo
## 3809           Sony
## 3810             PC
## 3811           Sony
## 3812           Sony
## 3813       Nintendo
## 3814       Nintendo
## 3815           Sony
## 3816           Sony
## 3817      Microsoft
## 3818       Nintendo
## 3819           Sony
## 3820             PC
## 3821       Nintendo
## 3822      Microsoft
## 3823           Sony
## 3824             PC
## 3825           Sony
## 3826           Sony
## 3827           Sony
## 3828           Sony
## 3829      Microsoft
## 3830      Microsoft
## 3831             PC
## 3832       Nintendo
## 3833       Nintendo
## 3834             PC
## 3835       Nintendo
## 3836           Sony
## 3837             PC
## 3838             PC
## 3839           Sony
## 3840             PC
## 3841           Sony
## 3842       Nintendo
## 3843       Nintendo
## 3844       Nintendo
## 3845       Nintendo
## 3846             PC
## 3847             PC
## 3848           Sony
## 3849       Nintendo
## 3850           Sony
## 3851           Sony
## 3852      Microsoft
## 3853             PC
## 3854             PC
## 3855       Nintendo
## 3856       Nintendo
## 3857           Sony
## 3858             PC
## 3859             PC
## 3860             PC
## 3861       Nintendo
## 3862           Sony
## 3863             PC
## 3864       Nintendo
## 3865       Nintendo
## 3866             PC
## 3867           Sony
## 3868       Nintendo
## 3869           Sony
## 3870       Nintendo
## 3871       Nintendo
## 3872             PC
## 3873             PC
## 3874           Sony
## 3875      Microsoft
## 3876           Sony
## 3877      Microsoft
## 3878      Microsoft
## 3879             PC
## 3880           Sony
## 3881           Sony
## 3882           Sony
## 3883           Sony
## 3884           Sony
## 3885           Sony
## 3886             PC
## 3887      Microsoft
## 3888      Microsoft
## 3889           Sony
## 3890      Microsoft
## 3891           Sony
## 3892       Nintendo
## 3893           Sony
## 3894           Sony
## 3895       Nintendo
## 3896             PC
## 3897       Nintendo
## 3898             PC
## 3899           Sony
## 3900      Microsoft
## 3901             PC
## 3902           Sony
## 3903       Nintendo
## 3904           Sony
## 3905       Nintendo
## 3906      Microsoft
## 3907           Sony
## 3908           Sony
## 3909      Microsoft
## 3910       Nintendo
## 3911             PC
## 3912      Microsoft
## 3913           Sony
## 3914       Nintendo
## 3915           Sony
## 3916             PC
## 3917       Nintendo
## 3918       Nintendo
## 3919           Sony
## 3920       Nintendo
## 3921       Nintendo
## 3922      Microsoft
## 3923           Sony
## 3924      Microsoft
## 3925           Sony
## 3926      Microsoft
## 3927       Nintendo
## 3928           Sony
## 3929           Sony
## 3930       Nintendo
## 3931             PC
## 3932             PC
## 3933       Nintendo
## 3934           Sony
## 3935           Sony
## 3936       Nintendo
## 3937      Microsoft
## 3938           Sony
## 3939       Nintendo
## 3940             PC
## 3941           Sony
## 3942       Nintendo
## 3943      Microsoft
## 3944       Nintendo
## 3945           Sony
## 3946           Sony
## 3947       Nintendo
## 3948       Nintendo
## 3949             PC
## 3950           Sony
## 3951       Nintendo
## 3952             PC
## 3953           Sony
## 3954           Sony
## 3955      Microsoft
## 3956             PC
## 3957      Microsoft
## 3958       Nintendo
## 3959             PC
## 3960             PC
## 3961      Microsoft
## 3962       Nintendo
## 3963             PC
## 3964           Sony
## 3965           Sony
## 3966             PC
## 3967           Sony
## 3968           Sony
## 3969       Nintendo
## 3970           Sony
## 3971           Sony
## 3972      Microsoft
## 3973           Sony
## 3974             PC
## 3975           Sony
## 3976      Microsoft
## 3977             PC
## 3978       Nintendo
## 3979       Nintendo
## 3980       Nintendo
## 3981       Nintendo
## 3982       Nintendo
## 3983             PC
## 3984       Nintendo
## 3985           Sony
## 3986           Sony
## 3987           Sony
## 3988       Nintendo
## 3989           Sony
## 3990       Nintendo
## 3991             PC
## 3992      Microsoft
## 3993             PC
## 3994           Sony
## 3995           Sony
## 3996           Sony
## 3997             PC
## 3998       Nintendo
## 3999           Sony
## 4000      Microsoft
## 4001             PC
## 4002           Sony
## 4003       Nintendo
## 4004           Sony
## 4005           Sony
## 4006             PC
## 4007       Nintendo
## 4008       Nintendo
## 4009      Microsoft
## 4010       Nintendo
## 4011      Microsoft
## 4012       Nintendo
## 4013           Sony
## 4014           Sony
## 4015             PC
## 4016      Microsoft
## 4017       Nintendo
## 4018       Nintendo
## 4019             PC
## 4020       Nintendo
## 4021             PC
## 4022             PC
## 4023      Microsoft
## 4024       Nintendo
## 4025      Microsoft
## 4026           Sony
## 4027           Sony
## 4028      Microsoft
## 4029       Nintendo
## 4030       Nintendo
## 4031       Nintendo
## 4032       Nintendo
## 4033           Sony
## 4034       Nintendo
## 4035      Microsoft
## 4036      Microsoft
## 4037      Microsoft
## 4038           Sony
## 4039           Sony
## 4040             PC
## 4041           Sony
## 4042       Nintendo
## 4043      Microsoft
## 4044           Sony
## 4045      Microsoft
## 4046      Microsoft
## 4047      Microsoft
## 4048      Microsoft
## 4049           Sony
## 4050      Microsoft
## 4051           Sony
## 4052       Nintendo
## 4053           Sony
## 4054           Sony
## 4055           Sony
## 4056           Sony
## 4057      Microsoft
## 4058       Nintendo
## 4059      Microsoft
## 4060      Microsoft
## 4061       Nintendo
## 4062       Nintendo
## 4063       Nintendo
## 4064       Nintendo
## 4065           Sony
## 4066           Sony
## 4067      Microsoft
## 4068       Nintendo
## 4069      Microsoft
## 4070       Nintendo
## 4071      Microsoft
## 4072      Microsoft
## 4073      Microsoft
## 4074      Microsoft
## 4075             PC
## 4076       Nintendo
## 4077           Sony
## 4078       Nintendo
## 4079           Sony
## 4080      Microsoft
## 4081           Sony
## 4082       Nintendo
## 4083           Sony
## 4084           Sony
## 4085       Nintendo
## 4086       Nintendo
## 4087           Sony
## 4088           Sony
## 4089       Nintendo
## 4090             PC
## 4091       Nintendo
## 4092             PC
## 4093      Microsoft
## 4094      Microsoft
## 4095      Microsoft
## 4096      Microsoft
## 4097           Sony
## 4098             PC
## 4099           Sony
## 4100      Microsoft
## 4101           Sony
## 4102       Nintendo
## 4103       Nintendo
## 4104      Microsoft
## 4105      Microsoft
## 4106       Nintendo
## 4107           Sony
## 4108       Nintendo
## 4109       Nintendo
## 4110       Nintendo
## 4111           Sony
## 4112       Nintendo
## 4113           Sony
## 4114      Microsoft
## 4115      Microsoft
## 4116      Microsoft
## 4117           Sony
## 4118           Sony
## 4119       Nintendo
## 4120       Nintendo
## 4121       Nintendo
## 4122             PC
## 4123           Sony
## 4124           Sony
## 4125           Sony
## 4126             PC
## 4127      Microsoft
## 4128           Sony
## 4129           Sony
## 4130      Microsoft
## 4131           Sony
## 4132      Microsoft
## 4133           Sony
## 4134           Sony
## 4135           Sony
## 4136       Nintendo
## 4137      Microsoft
## 4138      Microsoft
## 4139      Microsoft
## 4140           Sony
## 4141       Nintendo
## 4142       Nintendo
## 4143       Nintendo
## 4144           Sony
## 4145           Sony
## 4146       Nintendo
## 4147       Nintendo
## 4148       Nintendo
## 4149      Microsoft
## 4150           Sony
## 4151           Sony
## 4152       Nintendo
## 4153       Nintendo
## 4154       Nintendo
## 4155      Microsoft
## 4156      Microsoft
## 4157           Sony
## 4158       Nintendo
## 4159       Nintendo
## 4160      Microsoft
## 4161      Microsoft
## 4162      Microsoft
## 4163      Microsoft
## 4164      Microsoft
## 4165       Nintendo
## 4166      Microsoft
## 4167       Nintendo
## 4168           Sony
## 4169           Sony
## 4170           Sony
## 4171      Microsoft
## 4172       Nintendo
## 4173           Sony
## 4174           Sony
## 4175       Nintendo
## 4176           Sony
## 4177       Nintendo
## 4178      Microsoft
## 4179       Nintendo
## 4180       Nintendo
## 4181      Microsoft
## 4182           Sony
## 4183      Microsoft
## 4184       Nintendo
## 4185      Microsoft
## 4186           Sony
## 4187       Nintendo
## 4188           Sony
## 4189           Sony
## 4190      Microsoft
## 4191       Nintendo
## 4192           Sony
## 4193           Sony
## 4194           Sony
## 4195           Sony
## 4196             PC
## 4197       Nintendo
## 4198           Sony
## 4199           Sony
## 4200      Microsoft
## 4201           Sony
## 4202           Sony
## 4203           Sony
## 4204       Nintendo
## 4205       Nintendo
## 4206       Nintendo
## 4207             PC
## 4208      Microsoft
## 4209             PC
## 4210           Sony
## 4211           Sony
## 4212       Nintendo
## 4213       Nintendo
## 4214       Nintendo
## 4215           Sony
## 4216       Nintendo
## 4217           Sony
## 4218      Microsoft
## 4219       Nintendo
## 4220       Nintendo
## 4221           Sony
## 4222       Nintendo
## 4223      Microsoft
## 4224       Nintendo
## 4225           Sony
## 4226           Sony
## 4227           Sony
## 4228      Microsoft
## 4229       Nintendo
## 4230       Nintendo
## 4231           Sony
## 4232      Microsoft
## 4233      Microsoft
## 4234       Nintendo
## 4235       Nintendo
## 4236           Sony
## 4237           Sony
## 4238       Nintendo
## 4239      Microsoft
## 4240           Sony
## 4241           Sony
## 4242      Microsoft
## 4243       Nintendo
## 4244       Nintendo
## 4245      Microsoft
## 4246       Nintendo
## 4247           Sony
## 4248           Sony
## 4249       Nintendo
## 4250       Nintendo
## 4251           Sony
## 4252             PC
## 4253       Nintendo
## 4254       Nintendo
## 4255       Nintendo
## 4256      Microsoft
## 4257           Sony
## 4258       Nintendo
## 4259       Nintendo
## 4260      Microsoft
## 4261       Nintendo
## 4262           Sony
## 4263           Sony
## 4264       Nintendo
## 4265           Sony
## 4266       Nintendo
## 4267           Sony
## 4268       Nintendo
## 4269       Nintendo
## 4270      Microsoft
## 4271           Sony
## 4272           Sony
## 4273      Microsoft
## 4274       Nintendo
## 4275       Nintendo
## 4276           Sony
## 4277           Sony
## 4278           Sony
## 4279       Nintendo
## 4280           Sony
## 4281       Nintendo
## 4282       Nintendo
## 4283      Microsoft
## 4284             PC
## 4285       Nintendo
## 4286       Nintendo
## 4287      Microsoft
## 4288       Nintendo
## 4289      Microsoft
## 4290       Nintendo
## 4291           Sony
## 4292             PC
## 4293       Nintendo
## 4294       Nintendo
## 4295       Nintendo
## 4296       Nintendo
## 4297      Microsoft
## 4298       Nintendo
## 4299       Nintendo
## 4300      Microsoft
## 4301           Sony
## 4302           Sony
## 4303       Nintendo
## 4304       Nintendo
## 4305           Sony
## 4306           Sony
## 4307       Nintendo
## 4308       Nintendo
## 4309           Sony
## 4310       Nintendo
## 4311           Sony
## 4312       Nintendo
## 4313       Nintendo
## 4314       Nintendo
## 4315           Sony
## 4316      Microsoft
## 4317           Sony
## 4318       Nintendo
## 4319           Sony
## 4320           Sony
## 4321           Sony
## 4322           Sony
## 4323           Sony
## 4324           Sony
## 4325           Sony
## 4326           Sony
## 4327      Microsoft
## 4328       Nintendo
## 4329           Sony
## 4330      Microsoft
## 4331       Nintendo
## 4332      Microsoft
## 4333             PC
## 4334       Nintendo
## 4335             PC
## 4336           Sony
## 4337           Sony
## 4338      Microsoft
## 4339      Microsoft
## 4340       Nintendo
## 4341           Sony
## 4342           Sony
## 4343      Microsoft
## 4344           Sony
## 4345       Nintendo
## 4346           Sony
## 4347       Nintendo
## 4348           Sony
## 4349           Sony
## 4350           Sony
## 4351       Nintendo
## 4352       Nintendo
## 4353             PC
## 4354           Sony
## 4355           Sony
## 4356       Nintendo
## 4357      Microsoft
## 4358       Nintendo
## 4359       Nintendo
## 4360      Microsoft
## 4361       Nintendo
## 4362           Sony
## 4363      Microsoft
## 4364       Nintendo
## 4365      Microsoft
## 4366           Sony
## 4367       Nintendo
## 4368           Sony
## 4369           Sony
## 4370           Sony
## 4371       Nintendo
## 4372           Sony
## 4373      Microsoft
## 4374       Nintendo
## 4375       Nintendo
## 4376       Nintendo
## 4377      Microsoft
## 4378           Sony
## 4379       Nintendo
## 4380       Nintendo
## 4381           Sony
## 4382       Nintendo
## 4383       Nintendo
## 4384           Sony
## 4385       Nintendo
## 4386      Microsoft
## 4387           Sony
## 4388      Microsoft
## 4389       Nintendo
## 4390           Sony
## 4391             PC
## 4392      Microsoft
## 4393           Sony
## 4394       Nintendo
## 4395       Nintendo
## 4396       Nintendo
## 4397      Microsoft
## 4398       Nintendo
## 4399           Sony
## 4400       Nintendo
## 4401       Nintendo
## 4402       Nintendo
## 4403       Nintendo
## 4404       Nintendo
## 4405      Microsoft
## 4406       Nintendo
## 4407           Sony
## 4408           Sony
## 4409       Nintendo
## 4410           Sony
## 4411      Microsoft
## 4412       Nintendo
## 4413           Sony
## 4414       Nintendo
## 4415       Nintendo
## 4416       Nintendo
## 4417           Sony
## 4418       Nintendo
## 4419       Nintendo
## 4420       Nintendo
## 4421       Nintendo
## 4422       Nintendo
## 4423           Sony
## 4424           Sony
## 4425       Nintendo
## 4426       Nintendo
## 4427      Microsoft
## 4428       Nintendo
## 4429      Microsoft
## 4430       Nintendo
## 4431           Sony
## 4432       Nintendo
## 4433       Nintendo
## 4434       Nintendo
## 4435       Nintendo
## 4436           Sony
## 4437             PC
## 4438       Nintendo
## 4439       Nintendo
## 4440           Sony
## 4441       Nintendo
## 4442       Nintendo
## 4443      Microsoft
## 4444           Sony
## 4445           Sony
## 4446       Nintendo
## 4447      Microsoft
## 4448       Nintendo
## 4449           Sony
## 4450       Nintendo
## 4451       Nintendo
## 4452      Microsoft
## 4453       Nintendo
## 4454       Nintendo
## 4455           Sony
## 4456      Microsoft
## 4457       Nintendo
## 4458       Nintendo
## 4459           Sony
## 4460             PC
## 4461       Nintendo
## 4462           Sony
## 4463       Nintendo
## 4464       Nintendo
## 4465       Nintendo
## 4466           Sony
## 4467           Sony
## 4468       Nintendo
## 4469       Nintendo
## 4470           Sony
## 4471           Sony
## 4472       Nintendo
## 4473           Sony
## 4474             PC
## 4475       Nintendo
## 4476           Sony
## 4477           Sony
## 4478       Nintendo
## 4479           Sony
## 4480       Nintendo
## 4481       Nintendo
## 4482       Nintendo
## 4483       Nintendo
## 4484       Nintendo
## 4485       Nintendo
## 4486       Nintendo
## 4487           Sony
## 4488       Nintendo
## 4489           Sony
## 4490       Nintendo
## 4491       Nintendo
## 4492       Nintendo
## 4493      Microsoft
## 4494       Nintendo
## 4495       Nintendo
## 4496           Sony
## 4497       Nintendo
## 4498       Nintendo
## 4499           Sony
## 4500       Nintendo
## 4501       Nintendo
## 4502       Nintendo
## 4503       Nintendo
## 4504       Nintendo
## 4505           Sony
## 4506       Nintendo
## 4507           Sony
## 4508       Nintendo
## 4509           Sony
## 4510      Microsoft
## 4511       Nintendo
## 4512           Sony
## 4513           Sony
## 4514      Microsoft
## 4515      Microsoft
## 4516       Nintendo
## 4517           Sony
## 4518           Sony
## 4519      Microsoft
## 4520       Nintendo
## 4521       Nintendo
## 4522           Sony
## 4523      Microsoft
## 4524      Microsoft
## 4525           Sony
## 4526      Microsoft
## 4527           Sony
## 4528       Nintendo
## 4529       Nintendo
## 4530           Sony
## 4531       Nintendo
## 4532       Nintendo
## 4533       Nintendo
## 4534           Sony
## 4535             PC
## 4536      Microsoft
## 4537       Nintendo
## 4538       Nintendo
## 4539           Sony
## 4540       Nintendo
## 4541             PC
## 4542           Sony
## 4543           Sony
## 4544      Microsoft
## 4545       Nintendo
## 4546           Sony
## 4547             PC
## 4548       Nintendo
## 4549           Sony
## 4550       Nintendo
## 4551       Nintendo
## 4552       Nintendo
## 4553       Nintendo
## 4554       Nintendo
## 4555           Sony
## 4556           Sony
## 4557       Nintendo
## 4558           Sony
## 4559             PC
## 4560      Microsoft
## 4561       Nintendo
## 4562       Nintendo
## 4563       Nintendo
## 4564           Sony
## 4565       Nintendo
## 4566           Sony
## 4567           Sony
## 4568       Nintendo
## 4569       Nintendo
## 4570       Nintendo
## 4571       Nintendo
## 4572      Microsoft
## 4573      Microsoft
## 4574      Microsoft
## 4575             PC
## 4576      Microsoft
## 4577      Microsoft
## 4578       Nintendo
## 4579       Nintendo
## 4580       Nintendo
## 4581       Nintendo
## 4582           Sony
## 4583      Microsoft
## 4584           Sony
## 4585       Nintendo
## 4586       Nintendo
## 4587       Nintendo
## 4588       Nintendo
## 4589       Nintendo
## 4590       Nintendo
## 4591       Nintendo
## 4592           Sony
## 4593           Sony
## 4594           Sony
## 4595      Microsoft
## 4596      Microsoft
## 4597       Nintendo
## 4598       Nintendo
## 4599      Microsoft
## 4600       Nintendo
## 4601           Sony
## 4602       Nintendo
## 4603       Nintendo
## 4604           Sony
## 4605      Microsoft
## 4606       Nintendo
## 4607       Nintendo
## 4608      Microsoft
## 4609           Sony
## 4610      Microsoft
## 4611       Nintendo
## 4612           Sony
## 4613       Nintendo
## 4614       Nintendo
## 4615       Nintendo
## 4616           Sony
## 4617       Nintendo
## 4618       Nintendo
## 4619      Microsoft
## 4620       Nintendo
## 4621       Nintendo
## 4622           Sony
## 4623       Nintendo
## 4624             PC
## 4625      Microsoft
## 4626       Nintendo
## 4627      Microsoft
## 4628           Sony
## 4629       Nintendo
## 4630       Nintendo
## 4631       Nintendo
## 4632       Nintendo
## 4633       Nintendo
## 4634       Nintendo
## 4635           Sony
## 4636       Nintendo
## 4637       Nintendo
## 4638      Microsoft
## 4639       Nintendo
## 4640       Nintendo
## 4641             PC
## 4642           Sony
## 4643           Sony
## 4644           Sony
## 4645       Nintendo
## 4646           Sony
## 4647       Nintendo
## 4648      Microsoft
## 4649       Nintendo
## 4650           Sony
## 4651      Microsoft
## 4652           Sony
## 4653           Sony
## 4654       Nintendo
## 4655       Nintendo
## 4656       Nintendo
## 4657       Nintendo
## 4658       Nintendo
## 4659       Nintendo
## 4660           Sony
## 4661       Nintendo
## 4662       Nintendo
## 4663       Nintendo
## 4664           Sony
## 4665             PC
## 4666       Nintendo
## 4667      Microsoft
## 4668             PC
## 4669      Microsoft
## 4670      Microsoft
## 4671       Nintendo
## 4672       Nintendo
## 4673       Nintendo
## 4674           Sony
## 4675      Microsoft
## 4676       Nintendo
## 4677       Nintendo
## 4678       Nintendo
## 4679             PC
## 4680      Microsoft
## 4681       Nintendo
## 4682           Sony
## 4683       Nintendo
## 4684       Nintendo
## 4685           Sony
## 4686       Nintendo
## 4687       Nintendo
## 4688       Nintendo
## 4689      Microsoft
## 4690       Nintendo
## 4691      Microsoft
## 4692             PC
## 4693           Sony
## 4694       Nintendo
## 4695       Nintendo
## 4696       Nintendo
## 4697      Microsoft
## 4698           Sony
## 4699           Sony
## 4700       Nintendo
## 4701           Sony
## 4702           Sony
## 4703      Microsoft
## 4704       Nintendo
## 4705             PC
## 4706           Sony
## 4707       Nintendo
## 4708       Nintendo
## 4709           Sony
## 4710       Nintendo
## 4711           Sony
## 4712       Nintendo
## 4713      Microsoft
## 4714       Nintendo
## 4715           Sony
## 4716      Microsoft
## 4717           Sony
## 4718           Sony
## 4719           Sony
## 4720       Nintendo
## 4721       Nintendo
## 4722       Nintendo
## 4723       Nintendo
## 4724       Nintendo
## 4725           Sony
## 4726       Nintendo
## 4727      Microsoft
## 4728      Microsoft
## 4729      Microsoft
## 4730           Sony
## 4731           Sony
## 4732       Nintendo
## 4733       Nintendo
## 4734       Nintendo
## 4735           Sony
## 4736       Nintendo
## 4737             PC
## 4738       Nintendo
## 4739       Nintendo
## 4740           Sony
## 4741       Nintendo
## 4742       Nintendo
## 4743      Microsoft
## 4744       Nintendo
## 4745           Sony
## 4746       Nintendo
## 4747           Sony
## 4748       Nintendo
## 4749       Nintendo
## 4750           Sony
## 4751       Nintendo
## 4752       Nintendo
## 4753           Sony
## 4754      Microsoft
## 4755       Nintendo
## 4756       Nintendo
## 4757           Sony
## 4758       Nintendo
## 4759       Nintendo
## 4760       Nintendo
## 4761       Nintendo
## 4762      Microsoft
## 4763       Nintendo
## 4764      Microsoft
## 4765       Nintendo
## 4766             PC
## 4767           Sony
## 4768           Sony
## 4769           Sony
## 4770       Nintendo
## 4771           Sony
## 4772       Nintendo
## 4773       Nintendo
## 4774           Sony
## 4775       Nintendo
## 4776       Nintendo
## 4777       Nintendo
## 4778           Sony
## 4779       Nintendo
## 4780       Nintendo
## 4781      Microsoft
## 4782           Sony
## 4783       Nintendo
## 4784             PC
## 4785           Sony
## 4786      Microsoft
## 4787       Nintendo
## 4788      Microsoft
## 4789           Sony
## 4790             PC
## 4791       Nintendo
## 4792           Sony
## 4793       Nintendo
## 4794       Nintendo
## 4795      Microsoft
## 4796       Nintendo
## 4797       Nintendo
## 4798       Nintendo
## 4799       Nintendo
## 4800           Sony
## 4801       Nintendo
## 4802           Sony
## 4803      Microsoft
## 4804      Microsoft
## 4805           Sony
## 4806      Microsoft
## 4807       Nintendo
## 4808           Sony
## 4809       Nintendo
## 4810       Nintendo
## 4811           Sony
## 4812             PC
## 4813       Nintendo
## 4814       Nintendo
## 4815       Nintendo
## 4816       Nintendo
## 4817      Microsoft
## 4818           Sony
## 4819       Nintendo
## 4820           Sony
## 4821      Microsoft
## 4822           Sony
## 4823           Sony
## 4824      Microsoft
## 4825       Nintendo
## 4826           Sony
## 4827      Microsoft
## 4828       Nintendo
## 4829       Nintendo
## 4830       Nintendo
## 4831           Sony
## 4832       Nintendo
## 4833       Nintendo
## 4834       Nintendo
## 4835       Nintendo
## 4836       Nintendo
## 4837           Sony
## 4838           Sony
## 4839       Nintendo
## 4840       Nintendo
## 4841           Sony
## 4842       Nintendo
## 4843             PC
## 4844       Nintendo
## 4845       Nintendo
## 4846       Nintendo
## 4847       Nintendo
## 4848           Sony
## 4849       Nintendo
## 4850             PC
## 4851           Sony
## 4852           Sony
## 4853       Nintendo
## 4854       Nintendo
## 4855           Sony
## 4856           Sony
## 4857       Nintendo
## 4858       Nintendo
## 4859       Nintendo
## 4860       Nintendo
## 4861       Nintendo
## 4862           Sony
## 4863       Nintendo
## 4864           Sony
## 4865       Nintendo
## 4866           Sony
## 4867       Nintendo
## 4868       Nintendo
## 4869       Nintendo
## 4870           Sony
## 4871       Nintendo
## 4872       Nintendo
## 4873           Sony
## 4874       Nintendo
## 4875      Microsoft
## 4876           Sony
## 4877       Nintendo
## 4878       Nintendo
## 4879       Nintendo
## 4880             PC
## 4881           Sony
## 4882       Nintendo
## 4883       Nintendo
## 4884           Sony
## 4885           Sony
## 4886       Nintendo
## 4887             PC
## 4888       Nintendo
## 4889       Nintendo
## 4890       Nintendo
## 4891       Nintendo
## 4892       Nintendo
## 4893       Nintendo
## 4894       Nintendo
## 4895       Nintendo
## 4896           Sony
## 4897       Nintendo
## 4898           Sony
## 4899       Nintendo
## 4900       Nintendo
## 4901       Nintendo
## 4902       Nintendo
## 4903           Sony
## 4904       Nintendo
## 4905       Nintendo
## 4906           Sony
## 4907           Sony
## 4908             PC
## 4909       Nintendo
## 4910       Nintendo
## 4911           Sony
## 4912       Nintendo
## 4913           Sony
## 4914       Nintendo
## 4915       Nintendo
## 4916       Nintendo
## 4917       Nintendo
## 4918       Nintendo
## 4919       Nintendo
## 4920       Nintendo
## 4921       Nintendo
## 4922       Nintendo
## 4923           Sony
## 4924             PC
## 4925           Sony
## 4926       Nintendo
## 4927       Nintendo
## 4928       Nintendo
## 4929             PC
## 4930             PC
## 4931           Sony
## 4932           Sony
## 4933       Nintendo
## 4934             PC
## 4935      Microsoft
## 4936       Nintendo
## 4937       Nintendo
## 4938       Nintendo
## 4939           Sony
## 4940       Nintendo
## 4941       Nintendo
## 4942       Nintendo
## 4943       Nintendo
## 4944       Nintendo
## 4945           Sony
## 4946       Nintendo
## 4947           Sony
## 4948       Nintendo
## 4949           Sony
## 4950           Sony
## 4951       Nintendo
## 4952             PC
## 4953       Nintendo
## 4954       Nintendo
## 4955       Nintendo
## 4956       Nintendo
## 4957           Sony
## 4958           Sony
## 4959             PC
## 4960       Nintendo
## 4961       Nintendo
## 4962       Nintendo
## 4963       Nintendo
## 4964       Nintendo
## 4965       Nintendo
## 4966       Nintendo
## 4967      Microsoft
## 4968             PC
## 4969       Nintendo
## 4970       Nintendo
## 4971       Nintendo
## 4972           Sony
## 4973             PC
## 4974      Microsoft
## 4975           Sony
## 4976      Microsoft
## 4977           Sony
## 4978       Nintendo
## 4979           Sony
## 4980       Nintendo
## 4981       Nintendo
## 4982           Sony
## 4983       Nintendo
## 4984       Nintendo
## 4985       Nintendo
## 4986       Nintendo
## 4987           Sony
## 4988           Sony
## 4989           Sony
## 4990           Sony
## 4991           Sony
## 4992             PC
## 4993           Sony
## 4994       Nintendo
## 4995             PC
## 4996       Nintendo
## 4997             PC
## 4998       Nintendo
## 4999      Microsoft
## 5000       Nintendo
## 5001             PC
## 5002       Nintendo
## 5003       Nintendo
## 5004      Microsoft
## 5005       Nintendo
## 5006       Nintendo
## 5007       Nintendo
## 5008       Nintendo
## 5009           Sony
## 5010           Sony
## 5011      Microsoft
## 5012       Nintendo
## 5013             PC
## 5014           Sony
## 5015           Sony
## 5016       Nintendo
## 5017       Nintendo
## 5018       Nintendo
## 5019           Sony
## 5020       Nintendo
## 5021       Nintendo
## 5022       Nintendo
## 5023       Nintendo
## 5024           Sony
## 5025             PC
## 5026       Nintendo
## 5027       Nintendo
## 5028       Nintendo
## 5029             PC
## 5030             PC
## 5031           Sony
## 5032           Sony
## 5033           Sony
## 5034       Nintendo
## 5035       Nintendo
## 5036       Nintendo
## 5037       Nintendo
## 5038           Sony
## 5039       Nintendo
## 5040      Microsoft
## 5041           Sony
## 5042       Nintendo
## 5043       Nintendo
## 5044       Nintendo
## 5045      Microsoft
## 5046       Nintendo
## 5047           Sony
## 5048             PC
## 5049           Sony
## 5050           Sony
## 5051       Nintendo
## 5052       Nintendo
## 5053             PC
## 5054       Nintendo
## 5055       Nintendo
## 5056       Nintendo
## 5057       Nintendo
## 5058             PC
## 5059             PC
## 5060       Nintendo
## 5061       Nintendo
## 5062       Nintendo
## 5063       Nintendo
## 5064           Sony
## 5065           Sony
## 5066       Nintendo
## 5067      Microsoft
## 5068       Nintendo
## 5069       Nintendo
## 5070           Sony
## 5071           Sony
## 5072           Sony
## 5073             PC
## 5074           Sony
## 5075             PC
## 5076           Sony
## 5077       Nintendo
## 5078      Microsoft
## 5079       Nintendo
## 5080           Sony
## 5081      Microsoft
## 5082           Sony
## 5083       Nintendo
## 5084           Sony
## 5085       Nintendo
## 5086           Sony
## 5087             PC
## 5088       Nintendo
## 5089           Sony
## 5090       Nintendo
## 5091       Nintendo
## 5092       Nintendo
## 5093       Nintendo
## 5094           Sony
## 5095           Sony
## 5096             PC
## 5097       Nintendo
## 5098      Microsoft
## 5099           Sony
## 5100           Sony
## 5101           Sony
## 5102       Nintendo
## 5103           Sony
## 5104           Sony
## 5105             PC
## 5106             PC
## 5107       Nintendo
## 5108      Microsoft
## 5109       Nintendo
## 5110           Sony
## 5111             PC
## 5112             PC
## 5113           Sony
## 5114      Microsoft
## 5115           Sony
## 5116             PC
## 5117       Nintendo
## 5118             PC
## 5119       Nintendo
## 5120           Sony
## 5121       Nintendo
## 5122       Nintendo
## 5123           Sony
## 5124           Sony
## 5125       Nintendo
## 5126       Nintendo
## 5127      Microsoft
## 5128           Sony
## 5129       Nintendo
## 5130       Nintendo
## 5131           Sony
## 5132           Sony
## 5133           Sony
## 5134             PC
## 5135       Nintendo
## 5136             PC
## 5137       Nintendo
## 5138             PC
## 5139           Sony
## 5140       Nintendo
## 5141           Sony
## 5142           Sony
## 5143           Sony
## 5144           Sony
## 5145       Nintendo
## 5146           Sony
## 5147             PC
## 5148       Nintendo
## 5149       Nintendo
## 5150           Sony
## 5151           Sony
## 5152             PC
## 5153       Nintendo
## 5154       Nintendo
## 5155           Sony
## 5156      Microsoft
## 5157           Sony
## 5158       Nintendo
## 5159           Sony
## 5160       Nintendo
## 5161       Nintendo
## 5162       Nintendo
## 5163       Nintendo
## 5164       Nintendo
## 5165      Microsoft
## 5166           Sony
## 5167           Sony
## 5168           Sony
## 5169           Sony
## 5170           Sony
## 5171             PC
## 5172           Sony
## 5173       Nintendo
## 5174       Nintendo
## 5175       Nintendo
## 5176           Sony
## 5177           Sony
## 5178           Sony
## 5179           Sony
## 5180           Sony
## 5181           Sony
## 5182       Nintendo
## 5183       Nintendo
## 5184           Sony
## 5185       Nintendo
## 5186      Microsoft
## 5187             PC
## 5188           Sony
## 5189       Nintendo
## 5190       Nintendo
## 5191       Nintendo
## 5192             PC
## 5193             PC
## 5194           Sony
## 5195       Nintendo
## 5196       Nintendo
## 5197           Sony
## 5198       Nintendo
## 5199       Nintendo
## 5200           Sony
## 5201           Sony
## 5202       Nintendo
## 5203      Microsoft
## 5204           Sony
## 5205       Nintendo
## 5206      Microsoft
## 5207       Nintendo
## 5208           Sony
## 5209           Sony
## 5210             PC
## 5211             PC
## 5212             PC
## 5213       Nintendo
## 5214       Nintendo
## 5215           Sony
## 5216           Sony
## 5217       Nintendo
## 5218      Microsoft
## 5219       Nintendo
## 5220       Nintendo
## 5221           Sony
## 5222           Sony
## 5223       Nintendo
## 5224       Nintendo
## 5225             PC
## 5226           Sony
## 5227       Nintendo
## 5228             PC
## 5229           Sony
## 5230      Microsoft
## 5231           Sony
## 5232       Nintendo
## 5233           Sony
## 5234           Sony
## 5235           Sony
## 5236           Sony
## 5237           Sony
## 5238      Microsoft
## 5239           Sony
## 5240           Sony
## 5241             PC
## 5242       Nintendo
## 5243           Sony
## 5244       Nintendo
## 5245           Sony
## 5246       Nintendo
## 5247           Sony
## 5248       Nintendo
## 5249           Sony
## 5250           Sony
## 5251       Nintendo
## 5252       Nintendo
## 5253       Nintendo
## 5254           Sony
## 5255       Nintendo
## 5256             PC
## 5257           Sony
## 5258           Sony
## 5259      Microsoft
## 5260           Sony
## 5261           Sony
## 5262           Sony
## 5263           Sony
## 5264           Sony
## 5265           Sony
## 5266           Sony
## 5267           Sony
## 5268      Microsoft
## 5269           Sony
## 5270             PC
## 5271           Sony
## 5272       Nintendo
## 5273           Sony
## 5274       Nintendo
## 5275           Sony
## 5276             PC
## 5277       Nintendo
## 5278       Nintendo
## 5279       Nintendo
## 5280       Nintendo
## 5281      Microsoft
## 5282       Nintendo
## 5283           Sony
## 5284             PC
## 5285       Nintendo
## 5286           Sony
## 5287      Microsoft
## 5288       Nintendo
## 5289           Sony
## 5290      Microsoft
## 5291           Sony
## 5292      Microsoft
## 5293           Sony
## 5294       Nintendo
## 5295           Sony
## 5296           Sony
## 5297      Microsoft
## 5298       Nintendo
## 5299       Nintendo
## 5300       Nintendo
## 5301           Sony
## 5302      Microsoft
## 5303      Microsoft
## 5304       Nintendo
## 5305      Microsoft
## 5306       Nintendo
## 5307           Sony
## 5308           Sony
## 5309      Microsoft
## 5310           Sony
## 5311      Microsoft
## 5312           Sony
## 5313       Nintendo
## 5314           Sony
## 5315      Microsoft
## 5316      Microsoft
## 5317           Sony
## 5318      Microsoft
## 5319      Microsoft
## 5320           Sony
## 5321           Sony
## 5322           Sony
## 5323           Sony
## 5324           Sony
## 5325       Nintendo
## 5326       Nintendo
## 5327       Nintendo
## 5328           Sony
## 5329      Microsoft
## 5330       Nintendo
## 5331       Nintendo
## 5332      Microsoft
## 5333       Nintendo
## 5334           Sony
## 5335       Nintendo
## 5336           Sony
## 5337           Sony
## 5338       Nintendo
## 5339           Sony
## 5340       Nintendo
## 5341       Nintendo
## 5342       Nintendo
## 5343           Sony
## 5344           Sony
## 5345       Nintendo
## 5346       Nintendo
## 5347           Sony
## 5348       Nintendo
## 5349       Nintendo
## 5350       Nintendo
## 5351      Microsoft
## 5352      Microsoft
## 5353       Nintendo
## 5354       Nintendo
## 5355       Nintendo
## 5356       Nintendo
## 5357       Nintendo
## 5358       Nintendo
## 5359      Microsoft
## 5360      Microsoft
## 5361      Microsoft
## 5362       Nintendo
## 5363       Nintendo
## 5364           Sony
## 5365           Sony
## 5366           Sony
## 5367       Nintendo
## 5368       Nintendo
## 5369           Sony
## 5370           Sony
## 5371       Nintendo
## 5372      Microsoft
## 5373       Nintendo
## 5374           Sony
## 5375           Sony
## 5376           Sony
## 5377           Sony
## 5378       Nintendo
## 5379      Microsoft
## 5380             PC
## 5381           Sony
## 5382       Nintendo
## 5383       Nintendo
## 5384       Nintendo
## 5385           Sony
## 5386      Microsoft
## 5387       Nintendo
## 5388      Microsoft
## 5389       Nintendo
## 5390           Sony
## 5391      Microsoft
## 5392       Nintendo
## 5393       Nintendo
## 5394           Sony
## 5395           Sony
## 5396       Nintendo
## 5397       Nintendo
## 5398           Sony
## 5399      Microsoft
## 5400      Microsoft
## 5401       Nintendo
## 5402       Nintendo
## 5403      Microsoft
## 5404           Sony
## 5405       Nintendo
## 5406       Nintendo
## 5407      Microsoft
## 5408      Microsoft
## 5409           Sony
## 5410       Nintendo
## 5411           Sony
## 5412      Microsoft
## 5413           Sony
## 5414           Sony
## 5415           Sony
## 5416           Sony
## 5417           Sony
## 5418             PC
## 5419           Sony
## 5420       Nintendo
## 5421           Sony
## 5422      Microsoft
## 5423       Nintendo
## 5424       Nintendo
## 5425       Nintendo
## 5426           Sony
## 5427       Nintendo
## 5428           Sony
## 5429           Sony
## 5430           Sony
## 5431       Nintendo
## 5432       Nintendo
## 5433      Microsoft
## 5434           Sony
## 5435      Microsoft
## 5436       Nintendo
## 5437           Sony
## 5438      Microsoft
## 5439       Nintendo
## 5440      Microsoft
## 5441      Microsoft
## 5442      Microsoft
## 5443           Sony
## 5444           Sony
## 5445       Nintendo
## 5446      Microsoft
## 5447       Nintendo
## 5448           Sony
## 5449           Sony
## 5450       Nintendo
## 5451       Nintendo
## 5452       Nintendo
## 5453       Nintendo
## 5454       Nintendo
## 5455           Sony
## 5456           Sony
## 5457           Sony
## 5458           Sony
## 5459           Sony
## 5460           Sony
## 5461           Sony
## 5462       Nintendo
## 5463       Nintendo
## 5464       Nintendo
## 5465       Nintendo
## 5466           Sony
## 5467      Microsoft
## 5468       Nintendo
## 5469       Nintendo
## 5470       Nintendo
## 5471       Nintendo
## 5472       Nintendo
## 5473           Sony
## 5474      Microsoft
## 5475           Sony
## 5476       Nintendo
## 5477       Nintendo
## 5478       Nintendo
## 5479      Microsoft
## 5480           Sony
## 5481      Microsoft
## 5482           Sony
## 5483       Nintendo
## 5484       Nintendo
## 5485       Nintendo
## 5486           Sony
## 5487      Microsoft
## 5488           Sony
## 5489           Sony
## 5490      Microsoft
## 5491      Microsoft
## 5492       Nintendo
## 5493       Nintendo
## 5494           Sony
## 5495       Nintendo
## 5496       Nintendo
## 5497           Sony
## 5498       Nintendo
## 5499           Sony
## 5500           Sony
## 5501      Microsoft
## 5502           Sony
## 5503      Microsoft
## 5504       Nintendo
## 5505       Nintendo
## 5506           Sony
## 5507      Microsoft
## 5508       Nintendo
## 5509       Nintendo
## 5510           Sony
## 5511           Sony
## 5512       Nintendo
## 5513           Sony
## 5514       Nintendo
## 5515      Microsoft
## 5516       Nintendo
## 5517       Nintendo
## 5518           Sony
## 5519             PC
## 5520           Sony
## 5521           Sony
## 5522       Nintendo
## 5523       Nintendo
## 5524       Nintendo
## 5525           Sony
## 5526       Nintendo
## 5527      Microsoft
## 5528           Sony
## 5529       Nintendo
## 5530      Microsoft
## 5531      Microsoft
## 5532           Sony
## 5533           Sony
## 5534      Microsoft
## 5535       Nintendo
## 5536       Nintendo
## 5537       Nintendo
## 5538       Nintendo
## 5539       Nintendo
## 5540           Sony
## 5541      Microsoft
## 5542           Sony
## 5543       Nintendo
## 5544       Nintendo
## 5545      Microsoft
## 5546       Nintendo
## 5547       Nintendo
## 5548       Nintendo
## 5549             PC
## 5550           Sony
## 5551      Microsoft
## 5552      Microsoft
## 5553       Nintendo
## 5554           Sony
## 5555       Nintendo
## 5556       Nintendo
## 5557       Nintendo
## 5558       Nintendo
## 5559           Sony
## 5560           Sony
## 5561           Sony
## 5562       Nintendo
## 5563           Sony
## 5564           Sony
## 5565       Nintendo
## 5566           Sony
## 5567       Nintendo
## 5568       Nintendo
## 5569           Sony
## 5570             PC
## 5571           Sony
## 5572       Nintendo
## 5573       Nintendo
## 5574       Nintendo
## 5575       Nintendo
## 5576           Sony
## 5577       Nintendo
## 5578       Nintendo
## 5579           Sony
## 5580      Microsoft
## 5581       Nintendo
## 5582           Sony
## 5583       Nintendo
## 5584           Sony
## 5585       Nintendo
## 5586      Microsoft
## 5587       Nintendo
## 5588       Nintendo
## 5589       Nintendo
## 5590       Nintendo
## 5591       Nintendo
## 5592       Nintendo
## 5593       Nintendo
## 5594       Nintendo
## 5595       Nintendo
## 5596           Sony
## 5597           Sony
## 5598       Nintendo
## 5599           Sony
## 5600       Nintendo
## 5601           Sony
## 5602           Sony
## 5603       Nintendo
## 5604       Nintendo
## 5605       Nintendo
## 5606           Sony
## 5607       Nintendo
## 5608       Nintendo
## 5609           Sony
## 5610       Nintendo
## 5611      Microsoft
## 5612       Nintendo
## 5613           Sony
## 5614           Sony
## 5615       Nintendo
## 5616       Nintendo
## 5617       Nintendo
## 5618       Nintendo
## 5619           Sony
## 5620       Nintendo
## 5621           Sony
## 5622           Sony
## 5623           Sony
## 5624           Sony
## 5625       Nintendo
## 5626       Nintendo
## 5627           Sony
## 5628           Sony
## 5629       Nintendo
## 5630           Sony
## 5631       Nintendo
## 5632           Sony
## 5633       Nintendo
## 5634       Nintendo
## 5635       Nintendo
## 5636       Nintendo
## 5637       Nintendo
## 5638       Nintendo
## 5639       Nintendo
## 5640       Nintendo
## 5641       Nintendo
## 5642      Microsoft
## 5643           Sony
## 5644       Nintendo
## 5645       Nintendo
## 5646      Microsoft
## 5647       Nintendo
## 5648       Nintendo
## 5649       Nintendo
## 5650       Nintendo
## 5651             PC
## 5652       Nintendo
## 5653           Sony
## 5654       Nintendo
## 5655           Sony
## 5656       Nintendo
## 5657       Nintendo
## 5658       Nintendo
## 5659      Microsoft
## 5660       Nintendo
## 5661       Nintendo
## 5662       Nintendo
## 5663       Nintendo
## 5664       Nintendo
## 5665       Nintendo
## 5666      Microsoft
## 5667       Nintendo
## 5668       Nintendo
## 5669       Nintendo
## 5670             PC
## 5671       Nintendo
## 5672           Sony
## 5673       Nintendo
## 5674           Sony
## 5675      Microsoft
## 5676       Nintendo
## 5677           Sony
## 5678       Nintendo
## 5679       Nintendo
## 5680           Sony
## 5681           Sony
## 5682           Sony
## 5683       Nintendo
## 5684       Nintendo
## 5685           Sony
## 5686      Microsoft
## 5687       Nintendo
## 5688           Sony
## 5689       Nintendo
## 5690           Sony
## 5691       Nintendo
## 5692           Sony
## 5693           Sony
## 5694           Sony
## 5695       Nintendo
## 5696           Sony
## 5697           Sony
## 5698       Nintendo
## 5699      Microsoft
## 5700       Nintendo
## 5701      Microsoft
## 5702           Sony
## 5703           Sony
## 5704       Nintendo
## 5705           Sony
## 5706           Sony
## 5707       Nintendo
## 5708      Microsoft
## 5709      Microsoft
## 5710       Nintendo
## 5711       Nintendo
## 5712      Microsoft
## 5713             PC
## 5714       Nintendo
## 5715       Nintendo
## 5716           Sony
## 5717           Sony
## 5718           Sony
## 5719       Nintendo
## 5720       Nintendo
## 5721           Sony
## 5722           Sony
## 5723       Nintendo
## 5724           Sony
## 5725      Microsoft
## 5726       Nintendo
## 5727       Nintendo
## 5728           Sony
## 5729      Microsoft
## 5730       Nintendo
## 5731       Nintendo
## 5732           Sony
## 5733       Nintendo
## 5734       Nintendo
## 5735           Sony
## 5736       Nintendo
## 5737      Microsoft
## 5738       Nintendo
## 5739       Nintendo
## 5740       Nintendo
## 5741       Nintendo
## 5742      Microsoft
## 5743           Sony
## 5744      Microsoft
## 5745           Sony
## 5746      Microsoft
## 5747       Nintendo
## 5748           Sony
## 5749       Nintendo
## 5750       Nintendo
## 5751           Sony
## 5752      Microsoft
## 5753           Sony
## 5754       Nintendo
## 5755       Nintendo
## 5756       Nintendo
## 5757      Microsoft
## 5758      Microsoft
## 5759       Nintendo
## 5760       Nintendo
## 5761       Nintendo
## 5762      Microsoft
## 5763           Sony
## 5764       Nintendo
## 5765           Sony
## 5766       Nintendo
## 5767       Nintendo
## 5768           Sony
## 5769           Sony
## 5770           Sony
## 5771           Sony
## 5772      Microsoft
## 5773       Nintendo
## 5774      Microsoft
## 5775       Nintendo
## 5776      Microsoft
## 5777       Nintendo
## 5778       Nintendo
## 5779       Nintendo
## 5780       Nintendo
## 5781       Nintendo
## 5782           Sony
## 5783           Sony
## 5784           Sony
## 5785       Nintendo
## 5786       Nintendo
## 5787           Sony
## 5788       Nintendo
## 5789       Nintendo
## 5790       Nintendo
## 5791       Nintendo
## 5792       Nintendo
## 5793           Sony
## 5794           Sony
## 5795       Nintendo
## 5796       Nintendo
## 5797       Nintendo
## 5798           Sony
## 5799           Sony
## 5800       Nintendo
## 5801      Microsoft
## 5802       Nintendo
## 5803           Sony
## 5804       Nintendo
## 5805       Nintendo
## 5806       Nintendo
## 5807      Microsoft
## 5808       Nintendo
## 5809       Nintendo
## 5810       Nintendo
## 5811           Sony
## 5812           Sony
## 5813           Sony
## 5814      Microsoft
## 5815       Nintendo
## 5816           Sony
## 5817           Sony
## 5818           Sony
## 5819       Nintendo
## 5820           Sony
## 5821      Microsoft
## 5822       Nintendo
## 5823      Microsoft
## 5824      Microsoft
## 5825      Microsoft
## 5826           Sony
## 5827       Nintendo
## 5828      Microsoft
## 5829       Nintendo
## 5830      Microsoft
## 5831           Sony
## 5832       Nintendo
## 5833       Nintendo
## 5834       Nintendo
## 5835           Sony
## 5836       Nintendo
## 5837      Microsoft
## 5838           Sony
## 5839       Nintendo
## 5840      Microsoft
## 5841           Sony
## 5842           Sony
## 5843           Sony
## 5844       Nintendo
## 5845           Sony
## 5846           Sony
## 5847       Nintendo
## 5848       Nintendo
## 5849       Nintendo
## 5850           Sony
## 5851       Nintendo
## 5852       Nintendo
## 5853           Sony
## 5854           Sony
## 5855           Sony
## 5856      Microsoft
## 5857       Nintendo
## 5858      Microsoft
## 5859       Nintendo
## 5860       Nintendo
## 5861       Nintendo
## 5862       Nintendo
## 5863           Sony
## 5864       Nintendo
## 5865      Microsoft
## 5866       Nintendo
## 5867      Microsoft
## 5868      Microsoft
## 5869           Sony
## 5870       Nintendo
## 5871      Microsoft
## 5872       Nintendo
## 5873       Nintendo
## 5874           Sony
## 5875      Microsoft
## 5876           Sony
## 5877       Nintendo
## 5878      Microsoft
## 5879           Sony
## 5880       Nintendo
## 5881       Nintendo
## 5882       Nintendo
##  [ reached 'max' / getOption("max.print") -- omitted 10564 rows ]
any(is.na(newdata))
## [1] TRUE
xyplot(impute, Critic_Score ~ Critic_Count | .imp, pch = 20, cex=1.4)

#First, one is original observations and followed by impute1, 2, and 3. You can see there are no changes after imputing the observations.

Data Modeling

#Exclude Developer and Rating
modeldata = subset(newdata, select =c("Name","Platform","Year_of_Release","Genre","Publisher","NA_Sales","EU_Sales","JP_Sales","Other_Sales","Global_Sales","Critic_Score","Critic_Count","User_Score","User_Count","Platformvendor"))

#Quantile
quantile(modeldata$Global_Sales)
##    0%   25%   50%   75%  100% 
##  0.01  0.06  0.17  0.47 82.53
quantile(modeldata$Global_Sales, 0.25)
##  25% 
## 0.06
quantile(modeldata$Global_Sales, 0.5)
##  50% 
## 0.17
quantile(modeldata$Global_Sales, 0.75)
##  75% 
## 0.47
quantile(modeldata$Global_Sales, prob = seq(0, 1, length 
                                       = 11), type = 5)
##    0%   10%   20%   30%   40%   50%   60%   70%   80%   90%  100% 
##  0.01  0.02  0.05  0.08  0.11  0.17  0.25  0.38  0.60  1.21 82.53
quantile(modeldata$Global_Sales, prob = seq(0, 1, length 
                                       = 101), type = 5)
##      0%      1%      2%      3%      4%      5%      6%      7%      8%      9% 
##  0.0100  0.0100  0.0100  0.0100  0.0200  0.0200  0.0200  0.0200  0.0200  0.0200 
##     10%     11%     12%     13%     14%     15%     16%     17%     18%     19% 
##  0.0200  0.0300  0.0300  0.0300  0.0300  0.0300  0.0400  0.0400  0.0400  0.0400 
##     20%     21%     22%     23%     24%     25%     26%     27%     28%     29% 
##  0.0500  0.0500  0.0500  0.0500  0.0600  0.0600  0.0600  0.0700  0.0700  0.0700 
##     30%     31%     32%     33%     34%     35%     36%     37%     38%     39% 
##  0.0800  0.0800  0.0800  0.0900  0.0900  0.0900  0.1000  0.1000  0.1100  0.1100 
##     40%     41%     42%     43%     44%     45%     46%     47%     48%     49% 
##  0.1100  0.1200  0.1200  0.1300  0.1300  0.1400  0.1400  0.1500  0.1600  0.1600 
##     50%     51%     52%     53%     54%     55%     56%     57%     58%     59% 
##  0.1700  0.1800  0.1800  0.1900  0.2000  0.2000  0.2100  0.2200  0.2300  0.2400 
##     60%     61%     62%     63%     64%     65%     66%     67%     68%     69% 
##  0.2500  0.2600  0.2700  0.2800  0.2900  0.3000  0.3200  0.3300  0.3478  0.3600 
##     70%     71%     72%     73%     74%     75%     76%     77%     78%     79% 
##  0.3800  0.4000  0.4100  0.4300  0.4500  0.4700  0.5000  0.5200  0.5500  0.5700 
##     80%     81%     82%     83%     84%     85%     86%     87%     88%     89% 
##  0.6000  0.6400  0.6700  0.7200  0.7700  0.8260  0.8900  0.9500  1.0400  1.1200 
##     90%     91%     92%     93%     94%     95%     96%     97%     98%     99% 
##  1.2100  1.3100  1.4400  1.5900  1.7600  2.0500  2.3700  2.9012  3.7600  5.4800 
##    100% 
## 82.5300
quantile(modeldata$Global_Sales, prob = c(0.15, 0.25, 
                                     0.35))
##  15%  25%  35% 
## 0.03 0.06 0.09
modeldata$Global_Sales_Fix <- ifelse(modeldata$Global_Sales > 0.60,0.60,ifelse(modeldata$Global_Sales < 0.09,0.09, modeldata$Global_Sales))

quantile(modeldata$Critic_Score)
##   0%  25%  50%  75% 100% 
##   13   60   70   79   98
quantile(modeldata$Critic_Score, 0.25)
## 25% 
##  60
quantile(modeldata$Critic_Score, 0.5)
## 50% 
##  70
quantile(modeldata$Critic_Score, 0.75)
## 75% 
##  79
quantile(modeldata$Critic_Score, prob = seq(0, 1, length 
                                       = 11), type = 5)
##   0%  10%  20%  30%  40%  50%  60%  70%  80%  90% 100% 
##   13   50   58   63   67   70   74   77   81   85   98
quantile(modeldata$Critic_Score, prob = seq(0, 1, length 
                                       = 101), type = 5)
##   0%   1%   2%   3%   4%   5%   6%   7%   8%   9%  10%  11%  12%  13%  14%  15% 
##   13   31   35   38   40   43   44   46   47   49   50   51   52   53   53   54 
##  16%  17%  18%  19%  20%  21%  22%  23%  24%  25%  26%  27%  28%  29%  30%  31% 
##   55   56   56   57   58   58   59   59   60   60   61   61   62   62   63   63 
##  32%  33%  34%  35%  36%  37%  38%  39%  40%  41%  42%  43%  44%  45%  46%  47% 
##   64   64   64   65   65   66   66   66   67   67   68   68   68   69   69   70 
##  48%  49%  50%  51%  52%  53%  54%  55%  56%  57%  58%  59%  60%  61%  62%  63% 
##   70   70   70   71   71   71   72   72   72   73   73   74   74   74   75   75 
##  64%  65%  66%  67%  68%  69%  70%  71%  72%  73%  74%  75%  76%  77%  78%  79% 
##   75   76   76   76   77   77   77   78   78   78   79   79   79   80   80   80 
##  80%  81%  82%  83%  84%  85%  86%  87%  88%  89%  90%  91%  92%  93%  94%  95% 
##   81   81   82   82   82   83   83   84   84   84   85   86   86   87   88   88 
##  96%  97%  98%  99% 100% 
##   89   90   92   93   98
quantile(modeldata$Critic_Score, prob = c(0.15, 0.25, 
                                     0.35))
## 15% 25% 35% 
##  54  60  65
modeldata$Critic_Score_Fix <- ifelse(modeldata$Critic_Score > 94,94,ifelse(modeldata$Critic_Score < 30,30, modeldata$Critic_Score))

quantile(modeldata$Critic_Count)
##   0%  25%  50%  75% 100% 
##    3   11   21   35  113
quantile(modeldata$Critic_Count, 0.25)
## 25% 
##  11
quantile(modeldata$Critic_Count, 0.5)
## 50% 
##  21
quantile(modeldata$Critic_Count, 0.75)
## 75% 
##  35
quantile(modeldata$Critic_Count, prob = seq(0, 1, length 
                                       = 11), type = 5)
##   0%  10%  20%  30%  40%  50%  60%  70%  80%  90% 100% 
##    3    6    9   13   17   21   25   31   40   52  113
quantile(modeldata$Critic_Count, prob = seq(0, 1, length 
                                       = 101), type = 5)
##   0%   1%   2%   3%   4%   5%   6%   7%   8%   9%  10%  11%  12%  13%  14%  15% 
##    3    4    4    4    4    5    5    5    6    6    6    7    7    7    8    8 
##  16%  17%  18%  19%  20%  21%  22%  23%  24%  25%  26%  27%  28%  29%  30%  31% 
##    8    9    9    9    9   10   10   11   11   11   12   12   12   13   13   13 
##  32%  33%  34%  35%  36%  37%  38%  39%  40%  41%  42%  43%  44%  45%  46%  47% 
##   14   14   14   15   15   16   16   16   17   17   17   18   18   19   19   19 
##  48%  49%  50%  51%  52%  53%  54%  55%  56%  57%  58%  59%  60%  61%  62%  63% 
##   20   20   21   21   22   22   22   23   23   24   24   25   25   26   26   27 
##  64%  65%  66%  67%  68%  69%  70%  71%  72%  73%  74%  75%  76%  77%  78%  79% 
##   28   28   29   30   30   31   31   32   33   34   34   35   36   37   38   39 
##  80%  81%  82%  83%  84%  85%  86%  87%  88%  89%  90%  91%  92%  93%  94%  95% 
##   40   41   42   43   44   45   46   48   49   51   52   54   55   57   60   63 
##  96%  97%  98%  99% 100% 
##   66   70   75   82  113
quantile(modeldata$Critic_Count, prob = c(0.15, 0.25, 
                                     0.35))
## 15% 25% 35% 
##   8  11  15
modeldata$Critic_Count_Fix <- ifelse(modeldata$Critic_Count > 83,83,ifelse(modeldata$Critic_Count < 2,2, modeldata$Critic_Count))

quantile(modeldata$User_Count)
##    0%   25%   50%   75%  100% 
##     4     8    19    56 10665
quantile(modeldata$User_Count, 0.25)
## 25% 
##   8
quantile(modeldata$User_Count, 0.5)
## 50% 
##  19
quantile(modeldata$User_Count, 0.75)
## 75% 
##  56
quantile(modeldata$User_Count, prob = seq(0, 1, length 
                                       = 11), type = 5)
##    0%   10%   20%   30%   40%   50%   60%   70%   80%   90%  100% 
##     4     5     7    10    14    19    27    44    78   201 10665
quantile(modeldata$User_Count, prob = seq(0, 1, length 
                                       = 101), type = 5)
##       0%       1%       2%       3%       4%       5%       6%       7% 
##     4.00     4.00     4.00     4.00     4.00     4.00     5.00     5.00 
##       8%       9%      10%      11%      12%      13%      14%      15% 
##     5.00     5.00     5.00     6.00     6.00     6.00     6.00     6.00 
##      16%      17%      18%      19%      20%      21%      22%      23% 
##     6.00     7.00     7.00     7.00     7.00     8.00     8.00     8.00 
##      24%      25%      26%      27%      28%      29%      30%      31% 
##     8.00     8.00     9.00     9.00     9.00     9.00    10.00    10.00 
##      32%      33%      34%      35%      36%      37%      38%      39% 
##    10.00    11.00    11.00    11.00    12.00    12.00    13.00    13.00 
##      40%      41%      42%      43%      44%      45%      46%      47% 
##    14.00    14.00    15.00    15.00    16.00    16.00    17.00    17.00 
##      48%      49%      50%      51%      52%      53%      54%      55% 
##    18.00    18.00    19.00    19.00    20.00    21.00    21.00    22.00 
##      56%      57%      58%      59%      60%      61%      62%      63% 
##    23.00    24.00    25.00    26.00    27.00    28.00    29.00    31.00 
##      64%      65%      66%      67%      68%      69%      70%      71% 
##    32.00    34.00    35.00    37.00    39.00    41.00    44.00    46.00 
##      72%      73%      74%      75%      76%      77%      78%      79% 
##    47.00    50.00    53.00    56.00    60.00    63.00    69.00    73.00 
##      80%      81%      82%      83%      84%      85%      86%      87% 
##    78.00    85.00    92.00    99.00   108.00   117.00   128.00   138.00 
##      88%      89%      90%      91%      92%      93%      94%      95% 
##   157.00   178.00   201.00   228.00   273.00   325.00   399.00   504.00 
##      96%      97%      98%      99%     100% 
##   626.00   836.12  1156.00  1847.00 10665.00
quantile(modeldata$User_Count, prob = c(0.15, 0.25, 
                                     0.35))
## 15% 25% 35% 
##   6   8  11
modeldata$User_Count_Fix <- ifelse(modeldata$User_Count > 117,117,ifelse(modeldata$User_Count < 4,4, modeldata$User_Count))


quantile(modeldata$User_Score)
##   0%  25%  50%  75% 100% 
##  0.0  6.4  7.5  8.2  9.7
quantile(modeldata$User_Score, 0.25)
## 25% 
## 6.4
quantile(modeldata$User_Score, 0.5)
## 50% 
## 7.5
quantile(modeldata$User_Score, 0.75)
## 75% 
## 8.2
quantile(modeldata$User_Score, prob = seq(0, 1, length 
                                       = 11), type = 5)
##   0%  10%  20%  30%  40%  50%  60%  70%  80%  90% 100% 
##  0.0  5.1  6.1  6.7  7.1  7.5  7.8  8.1  8.4  8.7  9.7
quantile(modeldata$User_Score, prob = seq(0, 1, length 
                                       = 101), type = 5)
##    0%    1%    2%    3%    4%    5%    6%    7%    8%    9%   10%   11%   12% 
## 0.000 2.296 3.000 3.400 3.800 4.100 4.400 4.600 4.800 5.000 5.100 5.200 5.300 
##   13%   14%   15%   16%   17%   18%   19%   20%   21%   22%   23%   24%   25% 
## 5.448 5.500 5.700 5.800 5.800 5.900 6.000 6.100 6.200 6.200 6.300 6.300 6.400 
##   26%   27%   28%   29%   30%   31%   32%   33%   34%   35%   36%   37%   38% 
## 6.500 6.500 6.600 6.600 6.700 6.800 6.800 6.800 6.900 6.900 7.000 7.000 7.000 
##   39%   40%   41%   42%   43%   44%   45%   46%   47%   48%   49%   50%   51% 
## 7.100 7.100 7.200 7.200 7.300 7.300 7.300 7.400 7.400 7.400 7.500 7.500 7.500 
##   52%   53%   54%   55%   56%   57%   58%   59%   60%   61%   62%   63%   64% 
## 7.600 7.600 7.600 7.700 7.700 7.700 7.800 7.800 7.800 7.800 7.900 7.900 7.900 
##   65%   66%   67%   68%   69%   70%   71%   72%   73%   74%   75%   76%   77% 
## 7.900 8.000 8.000 8.000 8.100 8.100 8.100 8.200 8.200 8.200 8.200 8.300 8.300 
##   78%   79%   80%   81%   82%   83%   84%   85%   86%   87%   88%   89%   90% 
## 8.300 8.300 8.400 8.400 8.422 8.500 8.500 8.500 8.600 8.600 8.700 8.700 8.700 
##   91%   92%   93%   94%   95%   96%   97%   98%   99%  100% 
## 8.800 8.800 8.800 8.900 8.900 9.000 9.000 9.100 9.200 9.700
quantile(modeldata$User_Score, prob = c(0.15, 0.25, 
                                     0.35))
## 15% 25% 35% 
## 5.7 6.4 6.9
modeldata$User_Score_Fix <- ifelse(modeldata$User_Score > 9.2,9.2,ifelse(modeldata$User_Score < 2,2, modeldata$User_Score))

#variance
var(modeldata$Global_Sales_Fix)
## [1] 0.04172475
var(modeldata$Critic_Score_Fix)
## [1] 187.7677
var(modeldata$Critic_Count_Fix)
## [1] 329.9775
var(modeldata$User_Count_Fix)
## [1] 1604.938
var(modeldata$User_Score_Fix)
## [1] 2.191171
sd(modeldata$Global_Sales_Fix)
## [1] 0.2042664
sd(modeldata$Critic_Score_Fix)
## [1] 13.70283
sd(modeldata$Critic_Count_Fix)
## [1] 18.16528
sd(modeldata$User_Count_Fix)
## [1] 40.06167
sd(modeldata$User_Score_Fix)
## [1] 1.48026
df = subset(modeldata, select =c("Global_Sales_Fix","Critic_Score_Fix","Critic_Count_Fix","User_Score_Fix","User_Count_Fix"))
pairs(df)

cor(df)
##                  Global_Sales_Fix Critic_Score_Fix Critic_Count_Fix
## Global_Sales_Fix        1.0000000        0.2306340        0.2155246
## Critic_Score_Fix        0.2306340        1.0000000        0.3929540
## Critic_Count_Fix        0.2155246        0.3929540        1.0000000
## User_Score_Fix          0.1475370        0.5860647        0.1737999
## User_Count_Fix          0.2084173        0.3619530        0.5543023
##                  User_Score_Fix User_Count_Fix
## Global_Sales_Fix     0.14753700     0.20841730
## Critic_Score_Fix     0.58606471     0.36195303
## Critic_Count_Fix     0.17379991     0.55430226
## User_Score_Fix       1.00000000     0.06306522
## User_Count_Fix       0.06306522     1.00000000
#Correlation of categorical variable
chisq.test(df$Global_Sales,df$Critic_Score,df$Critic_Count,df$User_Score,df$User_Count)
## Warning in chisq.test(df$Global_Sales, df$Critic_Score, df$Critic_Count, : Chi-
## squared approximation may be incorrect
## 
##  Pearson's Chi-squared test
## 
## data:  df$Global_Sales and df$Critic_Score
## X-squared = 4414.9, df = 3264, p-value < 2.2e-16
#Pearson correlation test
#Correlation test between variables
cor=cor(df[c("Global_Sales_Fix","Critic_Score_Fix","Critic_Count_Fix","User_Score_Fix","User_Count_Fix")]) #
corrplot(cor, method = "number") #Visualization Correlation test between variables:

Data Preparation

#Data Preparation: Data Spliting
set.seed(123)
sample <- sample(c(TRUE, FALSE), nrow(df), replace = T, prob = c(0.6,0.4))
train <- df[sample, ]
test <- df[!sample, ]
# Data Preparation: Data Standarization
model1 <- lm(Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix + User_Score_Fix + User_Count_Fix, data = train)
train %>% ggplot(aes(x=Critic_Score_Fix,y=Global_Sales_Fix)) + geom_point() + geom_smooth()
## `geom_smooth()` using method = 'gam' and formula 'y ~ s(x, bs = "cs")'

#Assessing Coefficients
glance(model1)
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0856        0.0852 0.195      233. 1.05e-191     4  2177. -4342. -4299.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
tidy(model1)
## # A tibble: 5 x 5
##   term             estimate std.error statistic  p.value
##   <chr>               <dbl>     <dbl>     <dbl>    <dbl>
## 1 (Intercept)      0.0435   0.0111         3.93 8.62e- 5
## 2 Critic_Score_Fix 0.00188  0.000196       9.60 1.01e-21
## 3 Critic_Count_Fix 0.00126  0.000134       9.42 5.61e-21
## 4 User_Score_Fix   0.00603  0.00168        3.59 3.29e- 4
## 5 User_Count_Fix   0.000561 0.0000605      9.28 2.10e-20
#Computes confidence intervals for one or more parameters in a fitted model. There is a default and a method for objects inheriting from class "lm".
#A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
confint(model1)
##                         2.5 %       97.5 %
## (Intercept)      0.0217921110 0.0652050073
## Critic_Score_Fix 0.0014956166 0.0022633101
## Critic_Count_Fix 0.0009965248 0.0015203674
## User_Score_Fix   0.0027409166 0.0093236384
## User_Count_Fix   0.0004425505 0.0006796654
#Checking Statistical Significance
(model1)
## 
## Call:
## lm(formula = Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix + 
##     User_Score_Fix + User_Count_Fix, data = train)
## 
## Coefficients:
##      (Intercept)  Critic_Score_Fix  Critic_Count_Fix    User_Score_Fix  
##        0.0434986         0.0018795         0.0012584         0.0060323  
##   User_Count_Fix  
##        0.0005611
summary(model1)
## 
## Call:
## lm(formula = Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix + 
##     User_Score_Fix + User_Count_Fix, data = train)
## 
## Residuals:
##      Min       1Q   Median       3Q      Max 
## -0.35335 -0.15289 -0.07147  0.18489  0.47345 
## 
## Coefficients:
##                   Estimate Std. Error t value Pr(>|t|)    
## (Intercept)      4.350e-02  1.107e-02   3.928 8.62e-05 ***
## Critic_Score_Fix 1.879e-03  1.958e-04   9.598  < 2e-16 ***
## Critic_Count_Fix 1.258e-03  1.336e-04   9.418  < 2e-16 ***
## User_Score_Fix   6.032e-03  1.679e-03   3.593 0.000329 ***
## User_Count_Fix   5.611e-04  6.048e-05   9.277  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 0.1946 on 9969 degrees of freedom
## Multiple R-squared:  0.08555,    Adjusted R-squared:  0.08519 
## F-statistic: 233.2 on 4 and 9969 DF,  p-value: < 2.2e-16
##How good is the model?
#Every model might have different measurement, in this case we can check three things:
#1. Residual standard error
#a. An RSE value of 0.005218 means the actual Global sales in Worldwide market will deviate from the true
#regression line by approximately 3,200 units, on average
#b. it is not always clear what constitutes a good RSE, only for added information.
#2. R squared
#a. Could be used to generally measure how good is your model
#b. The result suggests that TV advertising budget can explain 64% of the variability in
#our sales data. The Higher the better
#3. F-statistic
#a. the F-statistic tests to see if at least one predictor variable has a non-zero coefficient
#b. Larger F-Statistic, will product a statsig p-value

Making Predictions

# Using our model to predict the output of our test set.
(test <- test %>% add_predictions(model1))
##       Global_Sales_Fix Critic_Score_Fix Critic_Count_Fix User_Score_Fix
## 2                 0.60               83               78            6.0
## 4                 0.60               77               82            3.4
## 5                 0.60               88               31            8.4
## 8                 0.60               78               17            3.1
## 11                0.60               80               33            6.9
## 13                0.60               88               47            6.7
## 16                0.60               71               83            4.5
## 20                0.60               84               83            6.2
## 21                0.60               83               77            7.4
## 22                0.60               77               42            6.3
## 23                0.60               83               30            5.9
## 24                0.60               79               60            8.2
## 25                0.60               83               83            7.8
## 26                0.60               91               83            7.4
## 31                0.60               64                6            4.9
## 32                0.60               79               38            6.2
## 33                0.60               81               71            8.7
## 34                0.60               77               80            3.4
## 37                0.60               81               57            6.1
## 50                0.57               87               31            8.0
## 53                0.53               91               62            6.8
## 58                0.43               69                6            7.6
## 59                0.42               75               72            6.8
## 61                0.41               69               17            8.7
## 65                0.39               87               14            8.6
## 67                0.39               94               81            8.8
## 68                0.38               88               54            7.6
## 69                0.38               84               59            7.6
## 71                0.37               60               31            5.9
## 72                0.37               53                6            3.3
## 73                0.37               84               39            8.5
## 78                0.35               48               43            3.8
## 82                0.35               81               52            7.9
## 84                0.33               77               74            8.3
## 87                0.32               88               62            7.5
## 88                0.32               63               46            5.7
## 89                0.30               68               37            6.8
## 92                0.30               60               45            7.8
## 94                0.29               72                7            6.6
## 97                0.28               70               19            7.6
## 104               0.25               88               81            7.3
## 106               0.24               82               65            8.1
## 107               0.24               87               22            8.3
## 108               0.24               69                4            6.8
## 111               0.23               63               41            5.4
## 114               0.21               81               46            8.4
## 115               0.21               68               12            7.6
## 118               0.20               72               32            7.4
## 121               0.20               86               70            4.5
## 126               0.19               62                9            5.0
## 130               0.18               72               65            6.8
## 131               0.18               92               83            8.3
## 132               0.18               76                4            8.6
## 133               0.17               54               13            2.0
## 134               0.17               73               50            8.0
## 136               0.16               74               18            4.8
## 137               0.16               72               46            4.4
## 138               0.16               77               18            6.0
## 139               0.16               82               77            9.1
## 145               0.15               74                6            8.0
## 150               0.14               93                5            7.9
## 151               0.14               49               12            4.1
## 163               0.12               54               13            7.0
## 167               0.12               65               40            6.9
## 171               0.12               58               18            6.9
## 173               0.12               86               37            6.0
## 174               0.12               64                8            4.8
## 175               0.12               42               20            7.8
## 176               0.12               46               18            3.4
## 179               0.12               84               12            4.2
## 181               0.11               72               16            6.8
## 183               0.11               61               12            3.8
## 189               0.11               66               71            6.0
## 190               0.10               82               44            8.4
## 193               0.10               56                8            5.1
## 194               0.10               79               75            6.9
## 195               0.10               56               22            4.3
## 198               0.10               62                4            7.8
## 202               0.09               44               49            5.5
## 203               0.09               81               41            4.3
## 206               0.09               67               34            7.4
## 214               0.09               81               37            5.6
## 216               0.09               69               34            6.9
## 219               0.09               85               27            8.0
## 220               0.09               87               82            8.1
## 222               0.09               60               19            6.7
## 223               0.09               69               41            7.3
## 224               0.09               76               55            8.0
## 229               0.09               89               56            8.6
## 230               0.09               67               27            6.9
## 231               0.09               72               31            7.8
## 238               0.09               60               10            5.8
## 240               0.09               83               31            8.3
## 242               0.09               60               38            6.7
## 244               0.09               66               75            4.5
## 246               0.09               71               12            5.9
## 248               0.09               30               39            2.0
## 249               0.09               59               46            6.6
## 250               0.09               80               23            8.3
## 256               0.09               86               20            8.2
## 260               0.09               75               50            5.4
## 261               0.09               79               42            8.1
## 262               0.09               60                4            5.1
## 263               0.09               85               82            8.2
## 264               0.09               52               64            3.5
## 271               0.09               46                6            2.5
## 275               0.09               51               16            3.0
## 276               0.09               82                6            7.5
## 277               0.09               66                8            3.8
## 280               0.09               78               42            6.8
## 281               0.09               75               18            7.6
## 290               0.09               55               54            5.1
## 294               0.09               79               79            7.6
## 295               0.09               73               37            7.0
## 296               0.09               45                9            4.6
## 297               0.09               64                4            6.8
## 300               0.09               72               26            8.3
## 301               0.09               77               36            5.5
## 303               0.09               85               17            7.8
## 304               0.09               94               83            7.3
## 305               0.09               71               24            7.8
## 313               0.09               86               24            5.5
## 316               0.09               88               55            7.5
## 317               0.09               81               46            7.2
## 320               0.09               85               55            7.3
## 321               0.09               77                4            7.8
## 324               0.09               78               27            8.7
## 327               0.09               83               55            6.1
## 330               0.09               78               55            6.9
## 331               0.09               73               12            6.3
## 333               0.09               86               33            8.7
## 334               0.09               80               18            8.0
## 337               0.09               78               23            7.6
## 338               0.09               51               14            6.9
## 339               0.09               74                5            8.1
## 340               0.09               75               51            7.8
## 347               0.09               73               16            8.4
## 350               0.09               82               22            8.3
## 352               0.09               74               23            7.5
## 355               0.09               82                4            6.6
## 356               0.09               36               31            4.3
## 357               0.09               68               12            7.4
## 360               0.09               48               21            6.5
## 363               0.09               83               46            6.9
## 366               0.09               88               71            7.5
## 373               0.09               61               20            7.3
## 376               0.09               76               33            5.3
## 377               0.09               71               48            8.7
## 380               0.09               64               43            6.6
## 382               0.09               94               29            8.8
## 384               0.09               57               41            5.8
## 386               0.09               77               61            7.0
## 391               0.09               81               37            7.7
## 393               0.09               67               50            6.1
## 394               0.09               51               49            4.4
## 400               0.09               56               12            5.8
## 401               0.09               79                9            8.5
## 403               0.09               58               46            3.3
## 407               0.09               55                7            2.2
## 410               0.09               75               27            8.5
## 412               0.09               72               64            8.9
## 417               0.09               61               55            7.4
## 422               0.09               71               16            5.3
## 425               0.09               67                5            8.1
## 426               0.09               80               69            8.5
## 430               0.09               71               48            7.1
## 431               0.09               66               14            4.3
## 434               0.09               65               35            5.8
## 436               0.09               72                4            6.2
## 443               0.09               32                5            2.0
## 445               0.09               80               13            7.9
## 446               0.09               56               34            6.8
## 447               0.09               33               50            4.0
## 450               0.09               77               83            7.6
## 456               0.09               43                4            2.0
## 457               0.09               35                5            2.0
## 458               0.09               71               15            7.1
## 461               0.09               78               57            5.3
## 468               0.09               77               26            8.0
## 470               0.09               82               72            8.3
## 472               0.09               69               13            7.5
## 474               0.09               76               43            7.3
## 475               0.09               79               40            8.2
## 477               0.09               61                9            7.9
## 480               0.09               80               65            6.8
## 482               0.09               72               15            6.5
## 484               0.09               38               15            4.0
## 485               0.09               68               44            4.2
## 488               0.09               49               10            6.6
## 490               0.09               69               14            7.0
## 491               0.09               81               46            8.5
## 494               0.09               82               44            5.2
## 496               0.09               77               33            4.0
## 499               0.09               69               43            6.6
## 500               0.09               90               83            8.1
## 509               0.60               84               83            6.4
## 513               0.60               87               83            7.6
## 515               0.60               79               33            6.7
## 518               0.60               88               49            7.7
## 520               0.60               84               45            4.4
## 526               0.60               92               83            8.6
## 527               0.60               62               30            6.0
## 529               0.60               89               82            9.0
## 531               0.60               86               83            9.0
## 532               0.60               73               40            7.3
## 534               0.60               74               58            7.9
## 536               0.60               73               42            6.5
## 538               0.60               30               22            4.9
## 541               0.60               39               23            4.3
## 543               0.60               79               83            8.2
## 545               0.60               54               16            2.9
## 546               0.60               85               16            6.6
## 548               0.60               86               83            8.0
## 549               0.60               74               24            6.9
## 554               0.60               84               38            5.4
## 557               0.60               73               47            7.4
## 562               0.60               73               73            7.6
## 563               0.60               69               50            7.7
## 565               0.60               80               71            8.1
## 566               0.60               58               28            5.1
## 568               0.60               71               38            6.2
## 570               0.60               80               44            7.8
## 572               0.60               70               46            7.0
## 575               0.60               75               65            6.5
## 576               0.60               67               12            7.1
## 581               0.60               87               54            7.1
## 582               0.60               84               75            7.7
## 583               0.60               43               13            3.1
## 585               0.60               67               56            7.0
## 588               0.60               58               35            7.7
## 589               0.60               50               12            8.0
## 593               0.60               93               32            9.2
## 596               0.60               71               15            5.1
## 599               0.60               81               63            8.7
## 602               0.60               78               28            5.5
## 606               0.57               73                7            6.9
## 608               0.56               53               37            5.3
## 611               0.55               75               30            7.7
## 614               0.53               62                5            6.5
## 616               0.53               81               51            6.1
## 617               0.52               71                5            8.1
## 618               0.52               61               33            3.7
## 619               0.52               73               72            8.0
## 621               0.49               63               27            6.5
## 622               0.49               81               70            7.4
## 623               0.48               55               25            8.6
## 628               0.47               79               27            6.4
## 631               0.45               67               51            6.0
## 632               0.44               58               58            5.3
## 634               0.43               72               14            5.4
## 637               0.41               46               20            4.4
## 638               0.41               69               10            5.3
## 639               0.41               80               12            6.9
## 642               0.40               57               30            7.2
## 643               0.39               75               53            7.0
## 646               0.39               61               50            8.2
## 647               0.38               78               51            6.3
## 650               0.37               44                7            4.2
## 651               0.36               70                4            7.1
## 652               0.36               73               10            6.8
## 655               0.35               81               34            6.9
## 656               0.35               63               22            4.4
## 657               0.34               88               40            8.0
## 661               0.32               80               32            8.5
## 662               0.32               66               10            6.1
## 664               0.32               61               48            6.0
## 667               0.31               76               17            7.1
## 669               0.31               66               65            5.0
## 677               0.27               60               26            4.3
## 681               0.26               81               16            5.8
## 682               0.25               38                5            3.7
## 683               0.25               76                8            5.7
## 684               0.25               67               31            7.1
## 685               0.25               72               45            5.9
## 692               0.24               37               26            5.6
## 701               0.22               81               55            7.6
## 704               0.22               72               16            7.3
## 706               0.21               69               29            6.1
## 711               0.20               62               26            6.8
## 713               0.20               75               40            7.9
## 714               0.20               91               24            7.8
## 719               0.19               77               39            4.3
## 722               0.18               59               30            7.8
## 723               0.18               71                4            7.4
## 724               0.18               84               18            6.8
## 725               0.18               67               25            8.0
## 726               0.18               86               83            7.1
## 727               0.18               59               27            6.1
## 728               0.17               84               75            8.5
## 729               0.17               66               15            5.6
## 732               0.17               91               25            8.8
## 733               0.17               58               33            6.5
## 734               0.17               57               25            7.3
## 737               0.17               77               26            8.2
## 738               0.16               72               28            6.8
## 741               0.15               83               46            9.2
## 747               0.14               80               10            7.7
## 749               0.14               74               50            5.3
## 750               0.14               85               60            8.9
## 758               0.13               75                9            8.1
## 769               0.12               56               23            5.5
## 770               0.12               39               18            2.1
## 771               0.12               45               31            6.5
## 772               0.12               45                5            3.4
## 773               0.12               73               26            7.3
## 774               0.11               30                5            3.4
## 779               0.11               72                7            8.5
## 780               0.11               58               31            5.5
## 782               0.11               58               14            2.6
## 784               0.11               62               10            7.2
## 785               0.11               69               35            8.0
## 790               0.10               65               12            7.8
## 791               0.10               75               22            7.5
## 795               0.10               71               28            5.9
## 806               0.09               30                9            2.0
## 809               0.09               55                6            4.7
## 810               0.09               76               30            7.6
## 812               0.09               64                9            6.3
## 814               0.09               83               77            7.7
## 815               0.09               30                4            3.1
## 821               0.09               90               18            7.6
## 823               0.09               78               75            8.4
## 824               0.09               33                8            2.0
## 825               0.09               74               25            7.5
## 830               0.09               64               28            5.7
## 832               0.09               46               13            2.8
## 834               0.09               64               10            7.1
## 835               0.09               84               73            7.9
## 837               0.09               79               50            6.5
## 838               0.09               62               19            7.7
## 841               0.09               78               33            8.1
## 842               0.09               78               41            5.4
## 843               0.09               73                5            6.6
## 847               0.09               82               18            5.6
## 852               0.09               72               14            7.2
## 853               0.09               84               38            7.6
## 854               0.09               71               64            6.5
## 857               0.09               40                7            6.6
## 860               0.09               82               26            7.9
## 863               0.09               71               30            8.0
## 865               0.09               39                7            3.1
## 873               0.09               73               11            8.0
## 875               0.09               69               35            3.0
## 876               0.09               51               17            5.1
## 878               0.09               66               19            6.7
## 879               0.09               85               34            8.8
## 880               0.09               82               30            7.6
## 882               0.09               48               33            5.9
## 883               0.09               83               58            6.1
## 885               0.09               63               19            5.1
## 886               0.09               63               55            8.0
## 892               0.09               74               55            7.4
## 893               0.09               48                6            7.1
## 895               0.09               43               11            3.7
## 896               0.09               49               76            6.4
## 900               0.09               65               26            4.8
## 901               0.09               49               12            5.1
## 903               0.09               63               11            5.4
## 905               0.09               72               12            8.2
## 907               0.09               64               37            6.8
## 908               0.09               54               13            3.9
## 909               0.09               53               17            5.3
## 913               0.09               82               18            8.5
## 916               0.09               81                6            8.9
## 921               0.09               69               50            5.3
## 924               0.09               74               59            8.3
## 925               0.09               84               70            4.4
## 926               0.09               76               23            7.6
## 930               0.09               71               51            7.6
## 931               0.09               44               40            2.0
## 933               0.09               59               43            6.3
## 935               0.09               70               19            4.8
## 938               0.09               69               13            7.9
## 939               0.09               69               44            6.4
## 941               0.09               55               31            5.4
## 953               0.09               78               18            6.9
## 956               0.09               88               31            8.2
## 957               0.09               68               28            7.8
## 963               0.09               45               41            4.2
## 965               0.09               70               45            7.3
## 969               0.09               51               13            5.3
## 971               0.09               65                9            5.8
## 973               0.09               90               47            8.3
## 976               0.09               68               25            8.3
## 977               0.09               87               77            7.0
## 982               0.09               33               30            4.0
## 983               0.09               75               16            8.8
## 984               0.09               81               16            7.1
## 985               0.09               67               15            6.8
## 986               0.09               44               25            3.4
## 996               0.09               71               14            8.8
## 997               0.09               45                4            2.5
## 999               0.09               59                4            6.6
## 1004              0.09               72               22            6.6
## 1005              0.09               86               14            7.7
## 1007              0.09               91               55            8.2
## 1016              0.09               41               11            2.9
## 1018              0.09               49               19            5.0
## 1022              0.09               58               16            4.3
## 1025              0.09               89               71            5.2
## 1035              0.09               88               68            6.9
## 1041              0.09               65                4            8.4
## 1042              0.09               51               18            3.8
## 1049              0.09               44                8            3.9
## 1050              0.09               73               43            7.0
## 1051              0.09               67               14            7.2
## 1052              0.09               30               11            3.1
## 1053              0.09               76               52            8.7
## 1057              0.09               80               14            8.8
## 1060              0.09               84               24            7.8
## 1061              0.09               75               59            6.6
## 1066              0.09               36                7            3.7
## 1069              0.09               73               17            2.7
## 1071              0.09               74               56            8.2
## 1072              0.09               63               27            8.3
## 1073              0.09               93               77            8.8
## 1074              0.09               65               22            5.7
## 1075              0.09               61                9            6.8
## 1076              0.09               65               14            7.7
## 1085              0.09               74               29            7.6
## 1089              0.09               81               15            7.1
## 1091              0.09               35               21            2.0
## 1095              0.09               91               11            8.3
## 1096              0.09               67               31            4.2
## 1097              0.09               50               20            2.0
## 1098              0.09               82                9            8.3
## 1101              0.09               68               18            6.7
## 1102              0.09               86               45            7.4
## 1104              0.09               65               16            6.0
## 1105              0.09               87               48            8.8
## 1108              0.09               58               38            6.7
## 1109              0.60               94               66            8.3
## 1110              0.60               87               83            8.6
## 1112              0.60               94               83            9.1
## 1118              0.60               71               34            4.9
## 1123              0.60               30               11            4.9
## 1127              0.60               70               40            4.9
## 1132              0.60               85               69            7.2
## 1133              0.60               70               74            3.9
## 1135              0.60               86               68            6.4
## 1136              0.60               64                6            4.2
## 1141              0.60               81               37            6.1
## 1144              0.60               61               49            5.5
## 1147              0.60               65               18            7.6
## 1148              0.60               50               20            4.7
## 1151              0.60               65               71            6.1
## 1153              0.60               57               30            5.1
## 1154              0.60               61               60            5.4
## 1158              0.60               65               13            4.5
## 1167              0.60               83               21            5.9
## 1170              0.60               75               58            7.3
## 1173              0.60               91               69            8.1
## 1174              0.60               75               70            6.2
## 1177              0.60               76               81            8.3
## 1180              0.60               62               44            5.1
## 1183              0.60               38               31            6.6
## 1184              0.60               69                6            7.3
## 1185              0.60               70               57            6.1
## 1188              0.60               65               25            7.9
## 1189              0.60               30                5            2.0
## 1194              0.60               82               33            8.4
## 1197              0.60               40               12            3.3
## 1199              0.60               84               58            7.6
## 1201              0.60               77               82            8.2
## 1202              0.60               43               30            5.1
## 1204              0.60               91               80            8.2
## 1206              0.60               53                4            4.7
## 1209              0.60               85               45            5.9
## 1212              0.60               83               17            7.7
## 1216              0.60               76               65            7.4
## 1218              0.60               79               18            7.8
## 1220              0.60               71               31            7.1
## 1224              0.60               80               81            7.8
## 1225              0.60               73               39            8.3
## 1229              0.60               50                5            4.0
## 1238              0.60               83               15            5.8
## 1239              0.60               68               29            8.3
## 1243              0.60               81               26            5.2
## 1245              0.59               66                5            5.9
## 1250              0.56               45               34            4.3
## 1251              0.55               78               12            5.8
## 1256              0.53               50               37            5.1
## 1259              0.49               75               17            4.6
## 1262              0.47               87               49            5.9
## 1265              0.46               85               74            7.6
## 1267              0.46               66               42            7.4
## 1268              0.46               61               50            7.0
## 1270              0.45               70                4            8.7
## 1272              0.45               72               18            6.4
## 1275              0.45               77               18            4.7
## 1277              0.44               78               46            5.6
## 1278              0.44               71                8            5.6
## 1282              0.43               74               25            7.1
## 1283              0.43               81               26            6.8
## 1284              0.42               74               29            4.4
## 1287              0.41               59               22            3.2
## 1291              0.39               72                8            5.8
## 1294              0.38               68               21            7.0
## 1297              0.36               81               78            5.5
## 1298              0.36               39               22            2.0
## 1299              0.36               57               25            4.8
## 1304              0.33               87               40            8.3
## 1305              0.32               74               56            7.6
## 1309              0.31               65               55            6.5
## 1313              0.30               66               44            6.6
## 1315              0.30               74               52            7.3
## 1317              0.29               55                7            5.6
## 1321              0.28               82                9            4.2
## 1323              0.28               58                7            6.4
## 1325              0.28               46                7            3.4
## 1330              0.27               70               60            7.5
## 1334              0.26               51                6            5.0
## 1337              0.25               85               51            6.8
## 1338              0.25               78               15            8.6
## 1339              0.25               77               27            5.9
## 1345              0.23               59               24            5.6
## 1346              0.23               70               20            3.7
## 1348              0.23               66               14            6.0
## 1358              0.21               72               35            8.4
## 1361              0.21               74                5            7.9
## 1363              0.20               45               11            6.4
## 1374              0.19               74               19            7.0
## 1375              0.19               48               11            5.1
## 1376              0.18               56               39            6.1
## 1378              0.18               58                6            8.3
## 1380              0.18               60               19            7.4
## 1383              0.17               91               36            7.1
## 1385              0.17               81               50            8.7
## 1388              0.17               53                4            4.8
## 1391              0.16               66               13            8.2
## 1392              0.16               51               17            7.0
## 1396              0.16               67               23            7.8
## 1397              0.16               89               73            7.9
## 1406              0.15               90                4            7.8
## 1408              0.14               88               37            8.9
## 1410              0.14               44               12            2.0
## 1411              0.14               68               33            5.7
## 1412              0.14               79                9            7.3
## 1413              0.14               72               39            6.8
## 1416              0.14               87                8            8.4
## 1419              0.14               84               38            8.1
## 1421              0.13               75                7            8.5
## 1424              0.13               67               19            7.5
## 1428              0.13               72               26            4.7
## 1429              0.12               81               42            7.5
## 1431              0.12               81               46            7.2
## 1433              0.12               69               18            8.2
## 1434              0.12               61               15            5.4
## 1437              0.11               87               66            7.8
## 1438              0.11               71               20            6.8
## 1439              0.11               86                5            7.9
## 1442              0.11               79               50            7.9
## 1445              0.11               67                7            4.6
## 1446              0.11               68                6            7.0
## 1452              0.10               73               64            8.4
## 1453              0.10               77               42            6.4
## 1456              0.10               61               10            7.2
## 1458              0.10               82                5            5.2
## 1459              0.10               82               49            8.2
## 1461              0.10               53               31            6.0
## 1462              0.10               61               20            4.8
## 1463              0.10               38                6            3.7
## 1466              0.10               45               16            3.2
## 1467              0.10               56               31            7.1
## 1471              0.09               70               48            7.7
## 1473              0.09               43               46            4.5
## 1476              0.09               70               38            6.3
## 1478              0.09               65               49            5.7
## 1479              0.09               43               19            5.6
## 1480              0.09               59               39            5.4
## 1481              0.09               74               40            6.7
## 1483              0.09               74               48            4.6
## 1484              0.09               66               11            6.3
## 1485              0.09               48               11            5.7
## 1487              0.09               36                8            3.7
## 1490              0.09               60                6            4.9
## 1493              0.09               59               37            8.5
## 1494              0.09               47               29            2.0
## 1496              0.09               37               22            6.6
## 1497              0.09               40               25            3.5
## 1499              0.09               77               73            8.0
## 1501              0.09               83               14            7.8
## 1502              0.09               63               55            8.1
## 1505              0.09               72               82            7.8
## 1512              0.09               87               22            6.6
## 1513              0.09               53                9            7.0
## 1521              0.09               64               17            5.0
## 1523              0.09               70                9            7.9
## 1525              0.09               66               11            7.8
## 1529              0.09               75               37            3.0
## 1531              0.09               65                4            7.8
## 1532              0.09               68                7            6.8
## 1533              0.09               34               36            2.5
## 1539              0.09               92               37            8.2
## 1542              0.09               71               45            7.2
## 1545              0.09               66               75            8.4
## 1549              0.09               43               12            6.0
## 1550              0.09               59               22            7.4
## 1551              0.09               75               39            5.3
## 1557              0.09               44               21            8.1
## 1560              0.09               73               14            7.0
## 1561              0.09               57               25            6.5
## 1563              0.09               66               22            6.9
## 1568              0.09               63               77            5.3
## 1570              0.09               77               59            7.8
## 1573              0.09               66               47            8.4
## 1576              0.09               79               14            5.9
## 1581              0.09               69               32            7.1
## 1585              0.09               59               11            8.4
## 1586              0.09               92               19            8.9
## 1587              0.09               73               70            7.5
## 1591              0.09               54                7            5.0
## 1592              0.09               62               58            7.8
## 1593              0.09               55               50            8.3
## 1599              0.09               69               63            8.5
## 1601              0.09               64               15            5.4
## 1604              0.09               76               13            8.0
## 1605              0.09               43                7            6.4
## 1607              0.09               69               27            7.7
## 1609              0.09               51               38            7.3
## 1612              0.09               81               62            8.8
## 1614              0.09               55               17            6.8
## 1615              0.09               71               31            6.5
## 1617              0.09               83               51            7.3
## 1624              0.09               78               11            7.8
## 1626              0.09               40               18            4.1
## 1629              0.09               73               17            5.4
## 1630              0.09               60               26            6.7
## 1631              0.09               55               28            4.9
## 1634              0.09               63               10            4.5
## 1635              0.09               61               31            8.4
## 1636              0.09               89               71            8.3
## 1640              0.09               89               63            7.6
## 1642              0.09               62               32            5.8
## 1643              0.09               51               15            5.3
## 1644              0.09               63               41            5.3
## 1646              0.09               72                9            7.5
## 1647              0.09               76               19            3.8
## 1648              0.09               46               12            5.0
## 1652              0.09               73                5            6.9
## 1658              0.09               70               33            6.6
## 1660              0.09               70               54            6.9
## 1661              0.09               80               41            7.3
## 1664              0.09               56                9            7.1
## 1665              0.09               88                9            7.7
## 1667              0.09               30                9            2.0
## 1671              0.09               82               54            8.9
## 1674              0.09               87               18            7.8
## 1676              0.09               50               21            7.1
## 1678              0.09               82                8            5.8
## 1679              0.09               56               33            2.0
## 1683              0.09               88               39            5.3
## 1689              0.09               76               20            6.0
## 1690              0.60               94               50            8.2
## 1694              0.60               71               10            2.6
## 1695              0.60               83               57            7.3
## 1696              0.60               86               37            4.3
## 1697              0.60               94               83            9.1
## 1698              0.60               87               21            8.1
## 1701              0.60               84               41            4.2
## 1704              0.60               85               18            6.9
## 1705              0.60               66               60            6.2
## 1706              0.60               80               14            5.8
## 1709              0.60               86               35            7.9
## 1710              0.60               81               81            7.7
## 1714              0.60               83               29            7.8
## 1716              0.60               87               23            4.9
## 1719              0.60               80               83            7.5
## 1721              0.60               72               11            7.4
## 1726              0.60               84               26            4.9
## 1728              0.60               82               47            7.8
## 1731              0.60               93               33            8.5
## 1734              0.60               64                8            7.6
## 1735              0.60               85               40            5.7
## 1736              0.60               74               46            7.5
## 1738              0.60               82               22            7.9
## 1739              0.60               84               81            8.1
## 1740              0.60               65               38            6.8
## 1742              0.60               54               83            6.5
## 1747              0.60               83               22            7.7
## 1748              0.60               66               24            4.2
## 1749              0.60               78               69            6.8
## 1751              0.60               54                4            7.6
## 1752              0.60               52               34            5.0
## 1753              0.60               75               46            7.4
## 1754              0.60               85               20            6.5
## 1755              0.60               74               38            6.5
## 1757              0.60               80               61            7.9
## 1760              0.60               60               77            6.1
## 1761              0.60               81               52            6.0
## 1766              0.60               78               37            7.9
## 1767              0.60               88               22            5.8
## 1769              0.60               87               79            8.7
## 1770              0.60               75               43            7.7
## 1771              0.60               80               66            8.2
## 1772              0.60               77               18            5.8
## 1774              0.60               66               62            5.9
## 1779              0.60               73               67            6.8
## 1783              0.60               78               39            4.1
## 1784              0.60               72               50            6.4
## 1787              0.60               71               27            7.5
## 1789              0.60               86               15            5.7
## 1790              0.60               76               45            6.7
## 1794              0.60               72               19            7.7
## 1797              0.60               78               83            8.9
## 1798              0.60               86               14            8.5
## 1802              0.60               73               30            8.4
## 1804              0.60               81               58            7.9
## 1805              0.60               74               30            7.2
## 1807              0.60               82                8            8.0
## 1809              0.60               84               83            7.8
## 1813              0.60               94               68            8.5
## 1814              0.60               71               35            7.8
## 1817              0.60               84               10            7.7
## 1819              0.60               32               30            4.0
## 1821              0.60               87               82            8.9
## 1824              0.60               68               26            8.5
## 1826              0.60               78                4            7.8
## 1828              0.58               89                7            6.0
## 1829              0.58               83               48            8.3
## 1830              0.58               71               53            8.3
## 1831              0.58               91               23            8.7
## 1833              0.57               60               27            7.2
## 1837              0.54               81               30            5.9
## 1839              0.52               78               38            7.2
## 1840              0.52               78               50            6.8
## 1844              0.51               70               16            7.7
## 1847              0.48               94               82            6.9
## 1849              0.45               55               11            6.1
## 1851              0.44               86               65            5.1
## 1852              0.43               62               49            7.4
## 1857              0.42               80               23            8.2
## 1859              0.41               75                4            5.5
## 1860              0.41               81               12            7.9
## 1862              0.41               61                5            6.8
## 1864              0.40               78               75            8.5
## 1868              0.39               75                5            7.6
## 1870              0.38               54               14            4.3
## 1872              0.38               66                6            4.1
## 1876              0.37               74               28            3.8
## 1879              0.35               69               28            7.5
## 1881              0.35               72               10            6.3
## 1886              0.34               80               82            2.1
## 1890              0.32               72               37            7.4
## 1892              0.31               74               17            7.5
## 1894              0.31               68                5            7.4
## 1895              0.31               65                5            3.6
## 1898              0.29               80               38            6.1
## 1904              0.28               59                3            5.6
## 1908              0.27               69               21            6.6
## 1909              0.27               68                7            6.8
## 1910              0.26               38               25            7.0
## 1914              0.26               74               66            6.6
## 1915              0.26               80               41            8.2
## 1918              0.26               80               75            8.5
## 1919              0.25               76               16            3.3
## 1921              0.25               75               15            8.2
## 1923              0.24               65               18            7.3
## 1930              0.23               77               20            7.5
## 1938              0.21               68               30            6.7
## 1940              0.21               71               21            7.7
## 1944              0.21               64               40            6.5
## 1946              0.20               52               33            5.7
## 1948              0.20               53               44            7.5
## 1949              0.20               36               14            3.1
## 1952              0.20               83               26            6.2
## 1958              0.19               80               19            7.5
## 1961              0.19               82               13            7.4
## 1969              0.18               69               55            6.4
## 1972              0.18               83               41            2.2
## 1975              0.17               68               50            6.2
## 1976              0.17               62               24            7.6
## 1979              0.16               80               66            8.0
## 1981              0.16               53                4            6.9
## 1985              0.15               76               33            8.1
## 1989              0.15               32               12            4.0
## 1993              0.14               40               17            2.9
## 1996              0.13               78               11            8.6
## 1998              0.13               64                5            6.6
## 2006              0.12               81               27            7.0
## 2011              0.12               75                5            7.8
## 2014              0.12               73               28            8.3
## 2015              0.12               66               18            7.4
## 2017              0.11               54               14            5.5
## 2021              0.11               83               16            6.3
## 2023              0.11               74               38            7.4
## 2027              0.10               64               35            6.8
## 2030              0.10               71               17            6.3
## 2036              0.09               46               57            6.2
## 2037              0.09               66                7            4.9
## 2038              0.09               44               23            5.1
## 2039              0.09               57               51            6.5
## 2040              0.09               47               12            2.0
## 2044              0.09               80               39            6.7
## 2045              0.09               87               65            5.9
## 2046              0.09               66                9            4.1
## 2047              0.09               32               17            2.5
## 2053              0.09               47               44            6.2
## 2055              0.09               51                6            3.1
## 2057              0.09               58               49            6.3
## 2058              0.09               67               29            7.1
## 2059              0.09               75               59            7.5
## 2060              0.09               49                7            5.1
## 2062              0.09               33               24            3.3
## 2063              0.09               69               28            6.6
## 2064              0.09               71               22            7.1
## 2069              0.09               79               61            7.4
## 2070              0.09               68               43            3.4
## 2072              0.09               58               30            4.9
## 2073              0.09               73               23            7.9
## 2075              0.09               72               64            8.0
## 2076              0.09               48               19            3.8
## 2079              0.09               55               32            7.4
## 2082              0.09               74               27            7.8
## 2083              0.09               69               46            6.2
## 2086              0.09               80               17            5.7
## 2088              0.09               82               12            6.8
## 2089              0.09               39               47            5.9
## 2096              0.09               30               14            2.0
## 2097              0.09               80               37            8.4
## 2101              0.09               66               45            6.5
## 2104              0.09               85               25            7.0
## 2105              0.09               66               13            4.2
## 2106              0.09               79               51            3.4
## 2109              0.09               75               31            7.4
## 2110              0.09               83               16            7.6
## 2111              0.09               66                5            6.6
## 2117              0.09               81               30            5.9
## 2119              0.09               77               66            9.1
## 2120              0.09               80               25            8.2
## 2121              0.09               77               12            7.0
## 2122              0.09               84               55            8.2
## 2125              0.09               61               17            6.2
## 2127              0.09               85               13            7.9
## 2130              0.09               60               22            7.1
## 2135              0.09               74               13            7.7
## 2138              0.09               73               20            5.5
## 2139              0.09               75               75            6.5
## 2141              0.09               62               30            5.0
## 2149              0.09               59               13            7.1
## 2150              0.09               72               18            8.1
## 2152              0.09               41               26            6.4
## 2153              0.09               47                5            2.0
## 2158              0.09               94               39            8.2
## 2161              0.09               69               16            8.7
## 2163              0.09               51               17            6.5
## 2164              0.09               80               27            8.6
## 2166              0.09               51               14            3.9
## 2168              0.09               78                5            5.9
## 2169              0.09               83               33            6.9
## 2175              0.09               58                5            5.8
## 2178              0.09               90               56            6.4
## 2180              0.09               51               18            6.5
## 2181              0.09               83                8            7.9
## 2182              0.09               40                4            5.8
## 2185              0.09               88               46            7.8
## 2187              0.09               79               38            7.5
## 2188              0.09               85               20            8.2
## 2190              0.09               84               26            7.6
## 2191              0.09               50               16            5.0
## 2193              0.09               53               20            6.6
## 2194              0.09               89               36            8.2
## 2195              0.09               62               40            8.4
## 2196              0.09               38                5            4.6
## 2197              0.09               61               30            6.0
## 2201              0.09               70               37            5.2
## 2202              0.09               55               15            7.2
## 2203              0.09               70               30            5.2
## 2208              0.09               55               57            6.4
## 2212              0.09               30               26            5.2
## 2218              0.09               67               13            6.4
## 2222              0.09               74               18            4.5
## 2223              0.09               55                7            2.0
## 2225              0.09               55               17            3.5
## 2229              0.09               90               53            9.2
## 2231              0.09               68               47            7.1
## 2232              0.09               74                6            5.1
## 2234              0.60               83               21            5.3
## 2237              0.60               87               83            7.0
## 2240              0.60               92               57            8.3
## 2242              0.60               85               41            6.9
## 2244              0.60               84               70            8.1
## 2245              0.60               90               48            6.1
## 2246              0.60               88               83            4.0
## 2248              0.60               90               32            8.5
## 2251              0.60               89               59            8.2
## 2252              0.60               93               74            5.8
## 2254              0.60               88               41            7.2
## 2257              0.60               83               22            5.5
## 2260              0.60               90               69            7.9
## 2261              0.60               75               69            5.6
## 2262              0.60               91               25            8.2
## 2265              0.60               85               83            8.4
## 2268              0.60               82               42            4.8
## 2275              0.60               75               54            8.2
## 2276              0.60               83               54            8.5
## 2277              0.60               82               37            6.7
## 2282              0.60               93               30            5.5
## 2289              0.60               83               75            8.7
## 2292              0.60               88               71            8.6
## 2295              0.60               81               28            7.5
## 2298              0.60               64               33            6.5
## 2299              0.60               52               36            4.9
## 2300              0.60               86               37            6.7
## 2302              0.60               73               51            8.6
## 2304              0.60               76               20            5.5
## 2305              0.60               77               21            6.3
## 2308              0.60               81               23            7.5
## 2309              0.60               86               30            7.4
## 2314              0.60               89               23            5.5
## 2315              0.60               88               43            8.2
## 2316              0.60               89               83            7.8
## 2318              0.60               72               51            7.8
## 2321              0.60               74               69            7.3
## 2324              0.60               80               21            6.2
## 2333              0.60               79                9            4.1
## 2334              0.60               82               78            8.5
## 2335              0.60               80               47            7.9
## 2338              0.60               81               34            7.6
## 2339              0.60               82               50            8.2
## 2340              0.60               84               39            7.1
## 2341              0.60               71               59            7.9
## 2343              0.60               84               51            5.3
## 2344              0.60               79               75            8.3
## 2351              0.60               75               59            7.8
## 2352              0.60               50               18            4.3
## 2354              0.60               68               47            6.5
## 2362              0.60               74               23            7.1
## 2364              0.60               89               57            8.2
## 2368              0.60               75               49            8.0
## 2369              0.60               82                6            8.8
## 2371              0.60               56               21            5.9
## 2377              0.60               74               34            7.7
## 2380              0.60               90               35            8.3
## 2383              0.59               83               34            8.5
## 2385              0.58               33               18            3.7
## 2388              0.58               91                9            7.9
## 2390              0.57               67               16            6.4
## 2395              0.54               75               14            5.7
## 2396              0.51               80                9            5.6
## 2399              0.51               77               47            5.6
## 2400              0.50               71               60            7.5
## 2401              0.50               78               60            7.8
## 2402              0.50               68               19            6.4
## 2404              0.49               84               42            6.9
## 2405              0.49               48                6            5.0
## 2408              0.47               67               30            6.5
## 2409              0.47               83               45            4.4
## 2411              0.47               59               36            4.3
## 2412              0.47               66               46            5.4
## 2415              0.45               75               15            7.5
## 2419              0.43               58               43            5.0
## 2422              0.43               77                5            7.1
## 2425              0.42               75               38            7.5
## 2428              0.41               60               63            6.8
## 2430              0.40               71               39            7.4
## 2431              0.40               66               21            7.8
## 2434              0.39               61                4            7.6
## 2438              0.39               64               51            8.8
## 2440              0.39               67               13            5.7
## 2441              0.38               67               38            8.1
## 2446              0.37               73               42            7.4
## 2451              0.35               85               26            7.1
## 2454              0.34               66               10            6.9
## 2455              0.33               62                9            6.7
## 2456              0.33               55               30            5.4
## 2457              0.33               72               33            8.2
## 2459              0.32               68               38            7.3
## 2462              0.32               79               28            7.6
## 2463              0.32               61               27            5.6
## 2477              0.29               55               43            6.8
## 2479              0.28               54                8            5.6
## 2483              0.27               82               34            8.0
## 2485              0.27               60               21            5.4
## 2488              0.27               84               58            7.5
## 2490              0.26               40                9            6.4
## 2491              0.26               63               13            3.5
## 2494              0.25               52               35            5.2
## 2495              0.25               39               28            5.0
## 2496              0.25               58               39            4.4
## 2497              0.24               79               26            7.0
## 2499              0.24               71               54            6.5
## 2501              0.24               53               14            5.5
## 2502              0.23               73               27            8.4
## 2503              0.23               81               10            8.0
## 2505              0.23               73               36            5.2
## 2507              0.23               57               14            5.6
## 2508              0.23               66               27            6.8
## 2509              0.23               75                9            6.7
## 2515              0.22               54               35            6.1
## 2516              0.22               47               13            5.2
## 2518              0.22               68               18            8.9
## 2521              0.21               51                4            7.4
## 2522              0.21               92               78            8.8
## 2523              0.21               69               53            7.4
## 2526              0.20               71               35            8.2
## 2530              0.20               67               38            7.6
## 2531              0.20               64               42            5.9
## 2533              0.20               83               67            7.3
## 2535              0.20               49               34            6.4
## 2538              0.20               80               28            8.3
## 2539              0.19               68                8            4.4
## 2540              0.19               89               55            8.2
## 2541              0.19               78               58            5.4
## 2543              0.19               57               63            6.6
## 2544              0.19               69               17            5.6
## 2545              0.19               76               15            7.8
## 2546              0.19               79               25            7.5
## 2548              0.19               75                8            5.7
## 2555              0.18               64               19            6.8
## 2562              0.17               71               13            4.9
## 2566              0.17               72               20            6.0
## 2570              0.16               73               12            7.5
## 2580              0.15               62                7            4.1
## 2581              0.15               74               33            8.2
## 2583              0.15               71                8            6.3
## 2587              0.14               59               35            7.2
## 2588              0.14               64               11            5.3
## 2592              0.14               61               21            7.6
## 2593              0.14               32                7            4.6
## 2596              0.13               45               25            5.9
## 2598              0.13               57                5            8.5
## 2599              0.13               79               17            8.7
## 2602              0.13               30                8            3.5
## 2604              0.13               85               17            7.0
## 2607              0.12               71               32            7.4
## 2609              0.12               81               23            8.2
## 2611              0.12               70               19            6.1
## 2616              0.11               70               32            6.9
## 2620              0.11               71               59            7.7
## 2621              0.11               70               38            7.0
## 2624              0.11               38                8            3.6
## 2625              0.11               56               46            6.2
## 2631              0.10               69               41            7.3
## 2632              0.10               52               23            6.5
## 2637              0.10               79               20            8.9
## 2638              0.10               52               46            5.5
## 2639              0.10               53               19            7.2
## 2642              0.09               71               11            7.9
## 2645              0.09               54               21            6.2
## 2646              0.09               66               35            5.0
## 2647              0.09               89               65            8.3
## 2651              0.09               33               31            5.9
## 2652              0.09               48               16            3.2
## 2653              0.09               59               22            5.3
## 2656              0.09               69                4            7.3
## 2658              0.09               56               22            6.8
## 2660              0.09               58               23            6.5
## 2663              0.09               82               19            8.5
## 2666              0.09               89               45            8.3
## 2673              0.09               76               31            8.2
## 2678              0.09               78               56            7.4
## 2683              0.09               74               33            6.7
## 2684              0.09               75               56            8.3
## 2686              0.09               87               68            8.9
## 2688              0.09               83                8            8.7
## 2690              0.09               49               31            5.5
## 2695              0.09               83               26            6.8
## 2696              0.09               61               32            5.0
## 2698              0.09               53               51            6.5
## 2699              0.09               81               19            8.2
## 2700              0.09               54                8            3.5
## 2702              0.09               79               28            6.9
## 2704              0.09               74               41            7.6
## 2706              0.09               76                9            6.7
## 2707              0.09               30                5            2.7
## 2708              0.09               69               58            8.5
## 2709              0.09               80               26            7.4
## 2711              0.09               38               14            4.5
## 2716              0.09               62               23            6.8
## 2719              0.09               38               17            4.1
## 2721              0.09               30               10            3.6
## 2724              0.09               61               21            4.1
## 2725              0.09               71               27            8.2
## 2726              0.09               89               55            8.1
## 2727              0.09               41                5            5.6
## 2732              0.09               37                5            6.3
## 2733              0.09               86               75            8.7
## 2735              0.09               79               25            8.5
## 2737              0.09               71               30            6.2
## 2738              0.09               69               47            7.3
## 2739              0.09               58               16            5.6
## 2740              0.09               41                8            3.8
## 2745              0.09               76               27            7.2
## 2746              0.09               85               24            8.8
## 2751              0.09               78               28            7.7
## 2758              0.09               79               32            8.2
## 2759              0.09               85               74            9.0
## 2761              0.09               35               36            4.7
## 2763              0.09               61               59            7.5
## 2765              0.09               84               57            7.9
## 2767              0.09               70               40            7.5
## 2769              0.09               88               15            8.8
## 2776              0.09               90                5            6.8
## 2777              0.09               94               81            7.3
## 2782              0.09               52               23            5.3
## 2784              0.09               64                9            4.8
## 2785              0.09               54                7            4.9
## 2787              0.09               48               27            2.8
## 2789              0.09               89               40            8.3
## 2790              0.09               61               16            4.8
## 2793              0.09               57               28            4.6
## 2795              0.09               84               71            8.3
## 2798              0.09               71                9            7.3
## 2800              0.09               78               11            8.0
## 2805              0.09               62                8            5.4
## 2806              0.09               80               72            8.7
## 2808              0.09               87               25            7.8
## 2810              0.09               64               43            6.6
## 2811              0.09               53               27            5.2
## 2813              0.09               78               10            8.6
## 2814              0.09               92               40            8.4
## 2815              0.09               55               15            6.5
## 2818              0.09               79               41            8.3
## 2820              0.09               48               22            2.2
## 2823              0.09               77               15            9.0
## 2824              0.09               76               26            7.5
## 2827              0.09               73               11            8.3
## 2829              0.09               69               34            6.0
## 2831              0.09               67               47            5.3
## 2833              0.09               62               11            7.3
## 2834              0.09               75               65            6.9
## 2837              0.09               71               38            7.0
## 2839              0.09               51               27            4.6
## 2840              0.09               49               11            2.5
## 2843              0.09               77               25            9.2
## 2844              0.09               94               49            9.1
## 2845              0.09               75               13            7.7
## 2846              0.09               84               68            8.0
## 2847              0.09               87               60            8.0
## 2851              0.09               89               69            7.5
## 2855              0.09               77               40            8.3
## 2858              0.09               54               61            3.6
## 2860              0.09               64               13            6.7
## 2861              0.09               68               28            5.1
## 2865              0.09               55               19            6.5
## 2866              0.09               74               11            6.8
## 2867              0.09               76               26            8.0
## 2868              0.09               44               13            4.6
## 2871              0.09               66                4            7.5
## 2875              0.09               55               29            7.4
## 2876              0.09               60               12            5.9
## 2880              0.09               49               32            2.1
## 2882              0.09               71               23            8.1
## 2883              0.09               80                8            7.4
## 2884              0.09               63               16            8.0
## 2886              0.09               49               28            4.7
## 2887              0.60               88               81            3.4
## 2889              0.60               85               73            8.2
## 2890              0.60               90               82            8.4
## 2892              0.60               94               83            8.4
## 2897              0.60               92               16            6.4
## 2898              0.60               91               83            7.8
## 2901              0.60               91               83            8.2
## 2903              0.60               80               39            7.5
## 2905              0.60               62               59            7.0
## 2906              0.60               93               81            8.0
## 2907              0.60               94               32            8.1
## 2910              0.60               91               83            8.4
## 2911              0.60               89               78            7.7
## 2913              0.60               84               60            8.4
## 2915              0.60               84               22            8.6
## 2916              0.60               81               11            5.6
## 2917              0.60               89               61            7.5
## 2918              0.60               84               83            7.9
## 2919              0.60               84               70            7.6
## 2920              0.60               89               83            7.8
## 2923              0.60               90               42            7.7
## 2925              0.60               82               73            8.1
## 2927              0.60               73               33            2.9
## 2928              0.60               66               46            6.5
## 2929              0.60               71               41            6.6
## 2930              0.60               79               31            5.5
## 2935              0.60               86               56            8.2
## 2942              0.60               78               26            2.5
## 2946              0.60               76               38            8.2
## 2948              0.60               86               31            7.3
## 2952              0.60               84               45            8.0
## 2953              0.60               85               83            8.6
## 2956              0.60               70               83            6.0
## 2958              0.60               59               14            6.9
## 2961              0.60               77               49            8.3
## 2963              0.60               89               50            8.2
## 2965              0.60               84               72            7.5
## 2967              0.60               78               15            6.9
## 2971              0.60               94               50            7.8
## 2977              0.60               77               13            7.6
## 2979              0.60               83               51            6.9
## 2981              0.60               80               27            8.3
## 2986              0.60               82               71            7.8
## 2987              0.60               66                8            3.7
## 2990              0.60               68               83            5.8
## 2993              0.60               84               83            7.6
## 2995              0.60               87               43            8.4
## 2997              0.60               83               46            8.6
## 3000              0.60               88               76            8.5
## 3002              0.60               79               53            7.7
## 3004              0.60               81               65            8.2
## 3006              0.60               39                5            5.6
## 3007              0.60               91                5            8.2
## 3009              0.60               57               25            7.4
## 3010              0.60               70               60            5.7
## 3011              0.60               69                5            7.9
## 3012              0.60               67               64            6.3
## 3013              0.60               73               43            7.2
## 3017              0.60               63               31            6.8
## 3019              0.60               82               17            5.8
## 3022              0.60               70               16            2.0
## 3025              0.60               86               59            7.4
## 3026              0.60               72               38            6.3
## 3027              0.60               87               55            8.2
## 3028              0.60               66                5            7.2
## 3030              0.60               56               16            3.5
## 3031              0.60               52               29            3.3
## 3035              0.60               80               20            7.4
## 3040              0.60               35                5            8.9
## 3046              0.60               80               63            7.6
## 3048              0.60               82               37            7.7
## 3050              0.60               85               59            7.2
## 3053              0.60               80               61            8.4
## 3056              0.60               70               22            3.6
## 3058              0.60               71               16            7.3
## 3059              0.60               70               17            7.9
## 3060              0.60               68               56            6.9
## 3061              0.60               80               50            6.1
## 3063              0.60               71               17            6.5
## 3066              0.60               64               55            7.4
## 3068              0.59               88               24            8.2
## 3069              0.58               90               52            8.5
## 3071              0.58               70               51            7.9
## 3072              0.58               86               33            7.5
## 3076              0.57               74                4            6.3
## 3078              0.56               76               57            7.8
## 3079              0.56               77               41            7.5
## 3080              0.55               84               58            8.4
## 3081              0.55               76               55            8.1
## 3083              0.55               63               43            7.2
## 3087              0.54               47                5            4.5
## 3091              0.53               83               57            7.7
## 3092              0.52               66               11            8.4
## 3095              0.52               58               10            5.4
## 3096              0.51               67               46            7.4
## 3102              0.49               55               57            5.5
## 3104              0.49               78               71            6.2
## 3107              0.49               58               55            6.3
## 3109              0.48               77               74            7.7
## 3113              0.47               54               56            7.8
## 3114              0.46               70               28            7.0
## 3116              0.46               75               12            5.6
## 3118              0.45               70               62            6.9
## 3119              0.45               69               27            6.8
## 3123              0.45               75               71            7.0
## 3124              0.44               70               46            7.4
## 3126              0.44               51               20            6.8
## 3127              0.44               72               10            6.2
## 3130              0.43               74               33            6.8
## 3132              0.42               56                6            5.5
## 3133              0.42               78               12            7.3
## 3140              0.41               54               48            5.7
## 3141              0.40               53               22            6.8
## 3148              0.39               54               11            5.3
## 3151              0.39               83               13            6.7
## 3152              0.39               61               30            7.7
## 3160              0.37               63                4            2.0
## 3163              0.37               79               32            5.2
## 3166              0.36               69               18            5.8
## 3167              0.36               81               54            6.8
## 3171              0.34               85               14            6.7
## 3174              0.34               74                6            5.2
## 3177              0.34               59               16            7.2
## 3179              0.34               58               10            6.3
## 3180              0.33               77               33            8.9
## 3182              0.33               79               31            8.2
## 3186              0.33               66               13            6.8
## 3190              0.32               87               28            8.3
## 3192              0.32               66               17            5.8
## 3194              0.32               43               21            5.7
## 3195              0.32               67               36            6.3
## 3196              0.32               45                4            6.9
## 3199              0.32               64                6            5.3
## 3203              0.31               69               24            7.1
## 3208              0.31               70               19            7.4
## 3210              0.31               73               14            6.0
## 3213              0.30               53               32            5.5
## 3214              0.30               82               70            7.8
## 3215              0.30               61               13            7.5
## 3217              0.30               71               18            7.6
## 3219              0.29               77               16            8.7
## 3221              0.29               91               17            9.2
## 3223              0.29               47               48            4.3
## 3225              0.28               68               27            7.8
## 3226              0.28               69               64            6.1
## 3228              0.28               78               46            7.5
## 3235              0.27               64               49            5.0
## 3237              0.27               72               48            7.5
## 3240              0.27               77               56            8.1
## 3243              0.27               61                4            5.7
## 3244              0.27               41                8            7.4
## 3245              0.27               47               62            5.7
## 3246              0.26               59               27            5.7
## 3247              0.26               74               32            7.7
## 3248              0.26               64               11            7.8
## 3250              0.26               59               16            7.9
## 3253              0.25               76               14            7.5
## 3255              0.25               57               34            6.2
## 3258              0.25               65               11            7.8
## 3259              0.25               83               28            7.9
## 3264              0.24               67               35            7.5
## 3266              0.24               70               36            5.5
## 3267              0.24               58               22            8.0
## 3273              0.24               47               51            5.0
## 3275              0.24               76               48            7.3
## 3276              0.24               62                4            7.9
## 3279              0.23               78               10            7.6
## 3284              0.23               77               24            8.5
## 3285              0.23               71               12            7.4
## 3287              0.23               55               12            7.9
## 3289              0.22               86               83            8.4
## 3297              0.22               49               33            4.8
## 3300              0.22               61               59            6.0
## 3305              0.21               50                6            2.1
## 3307              0.21               79                9            7.0
## 3308              0.21               47               23            5.0
## 3312              0.21               81                5            7.7
## 3314              0.21               54               11            5.5
## 3317              0.20               90               67            8.2
## 3321              0.20               76               31            6.5
## 3325              0.20               91               44            8.9
## 3328              0.20               73               10            7.5
## 3333              0.19               67               11            7.0
## 3334              0.19               61               34            7.3
## 3335              0.19               54                9            5.4
## 3337              0.19               65                9            6.0
## 3338              0.19               68               80            7.8
## 3339              0.19               64                8            6.0
## 3342              0.19               79               54            7.8
## 3343              0.19               42               51            6.0
## 3346              0.19               83               10            7.2
## 3348              0.19               89               44            6.0
## 3349              0.19               68               40            8.2
## 3351              0.19               66               21            7.1
## 3353              0.19               76               76            8.4
## 3356              0.18               51                5            5.6
## 3358              0.18               80               11            7.0
## 3359              0.18               94               28            8.6
## 3361              0.18               80               59            9.1
## 3363              0.18               65                7            8.2
## 3364              0.18               85                6            8.4
## 3367              0.18               78               31            5.6
## 3370              0.18               69               45            6.0
## 3371              0.18               44               31            2.0
## 3372              0.18               50                6            5.3
## 3374              0.17               44               39            3.7
## 3376              0.17               72               37            4.7
## 3378              0.17               41                5            3.6
## 3380              0.17               60               48            6.4
## 3381              0.17               45               10            5.3
## 3387              0.17               77                9            6.0
## 3390              0.16               47               29            3.0
## 3391              0.16               59               15            6.8
## 3396              0.16               46               10            5.3
## 3398              0.16               76               24            7.3
## 3407              0.16               78               47            8.2
## 3409              0.15               55                5            6.7
## 3414              0.15               84               21            8.8
## 3415              0.15               77               54            7.5
## 3416              0.15               78               15            6.9
## 3417              0.15               80               44            4.6
## 3419              0.15               56               14            8.0
## 3423              0.15               51                8            6.5
## 3427              0.15               66               15            6.8
## 3428              0.15               82               47            8.6
## 3430              0.15               66               19            7.2
## 3434              0.14               82               29            7.7
## 3437              0.14               30               16            4.5
## 3438              0.14               39               35            4.4
## 3441              0.14               60               44            6.8
## 3442              0.14               60               20            5.8
## 3449              0.14               76               23            7.5
## 3461              0.13               83               47            8.3
## 3462              0.13               56               18            7.8
## 3465              0.13               50               19            5.7
## 3466              0.13               65               21            7.4
## 3467              0.13               44               26            4.4
## 3473              0.13               61                9            7.0
## 3474              0.13               68               25            8.0
## 3476              0.13               58               12            7.6
## 3479              0.13               80               83            8.3
## 3480              0.13               53               23            6.5
## 3482              0.13               81               24            8.7
## 3487              0.12               91               11            8.1
## 3488              0.12               39                8            5.6
## 3489              0.12               62               40            5.3
## 3490              0.12               52                8            6.5
## 3494              0.12               64               18            7.2
## 3496              0.12               37               22            4.2
## 3497              0.12               50                4            4.0
## 3498              0.12               47               17            6.5
## 3499              0.12               64               51            7.6
## 3503              0.12               78               40            6.3
## 3509              0.12               80               67            8.7
## 3510              0.12               75               29            8.4
## 3511              0.12               50               17            7.4
## 3513              0.12               60               26            7.4
## 3519              0.12               54                4            7.5
## 3528              0.11               75               11            8.2
## 3529              0.11               51               12            3.3
## 3530              0.11               41                7            3.1
## 3532              0.11               60                6            3.0
## 3534              0.11               84               46            6.6
## 3535              0.11               62                9            7.4
## 3537              0.11               58               31            8.1
## 3542              0.11               78               29            7.9
## 3545              0.11               48               10            3.5
## 3546              0.11               81                4            9.0
## 3547              0.11               83               28            7.5
## 3548              0.11               77               11            8.3
## 3550              0.11               71               32            5.8
## 3551              0.11               64               14            6.1
## 3553              0.11               69                8            6.1
## 3554              0.11               31               14            2.0
## 3556              0.11               55                4            6.6
## 3561              0.10               52               21            6.3
## 3564              0.10               64               23            7.0
## 3565              0.10               53               20            8.2
## 3566              0.10               32                4            2.8
## 3568              0.10               61               22            6.8
## 3570              0.10               51               37            3.8
## 3571              0.10               62               27            4.8
## 3572              0.10               75               34            7.5
## 3573              0.10               67               23            5.1
## 3574              0.10               71               28            8.1
## 3575              0.10               77               82            7.7
## 3576              0.10               94               74            9.2
## 3581              0.10               43               12            5.0
## 3584              0.10               90               36            8.1
## 3585              0.10               74               42            7.7
## 3588              0.10               51               15            5.9
## 3592              0.10               60               13            4.6
## 3596              0.09               55                7            6.5
## 3597              0.09               80               36            6.2
## 3598              0.09               43               42            2.0
## 3602              0.09               46                9            6.5
## 3606              0.09               57               43            6.6
## 3607              0.09               46                4            4.1
## 3609              0.09               83               12            7.7
## 3611              0.09               48               13            5.0
## 3612              0.09               70                5            6.3
## 3613              0.09               77               13            6.4
## 3620              0.09               66                5            6.8
## 3621              0.09               72               32            5.2
## 3622              0.09               67               11            5.3
## 3625              0.09               59               21            6.5
## 3626              0.09               63               20            8.0
## 3634              0.09               77               24            5.8
## 3635              0.09               72               27            7.7
## 3639              0.09               61                7            2.1
## 3640              0.09               35               13            3.2
## 3643              0.09               61               14            8.1
## 3646              0.09               66               24            7.3
## 3649              0.09               67               37            3.4
## 3650              0.09               84                4            7.7
## 3651              0.09               48               16            4.3
## 3654              0.09               81               43            6.9
## 3655              0.09               74                5            5.9
## 3656              0.09               67               43            8.0
## 3658              0.09               51                5            4.7
## 3659              0.09               80               52            7.8
## 3662              0.09               72               25            7.3
## 3664              0.09               54                4            6.2
## 3670              0.09               53                6            5.6
## 3671              0.09               60               18            8.0
## 3674              0.09               76               49            8.1
## 3675              0.09               54               14            5.5
## 3676              0.09               44               14            5.5
## 3677              0.09               62               17            7.2
## 3678              0.09               67                5            6.8
## 3681              0.09               85               49            9.1
## 3682              0.09               63               22            7.8
## 3684              0.09               74               29            5.9
## 3687              0.09               70                4            6.7
## 3688              0.09               73               59            7.8
## 3689              0.09               73               38            7.7
## 3697              0.09               88               42            8.1
## 3698              0.09               90               13            8.0
## 3703              0.09               65               25            6.8
## 3705              0.09               49               25            4.4
## 3706              0.09               86               78            8.4
## 3709              0.09               47                4            8.6
## 3713              0.09               78               60            7.3
## 3714              0.09               64               26            7.9
## 3715              0.09               79               15            8.0
## 3718              0.09               30               41            2.0
## 3721              0.09               61                8            7.5
## 3724              0.09               53                6            4.0
## 3731              0.09               87               56            7.7
## 3732              0.09               75               30            7.9
## 3736              0.09               72               31            8.0
## 3737              0.09               66               10            5.3
## 3739              0.09               67                4            7.4
## 3741              0.09               74               14            7.5
## 3743              0.09               66                4            8.6
## 3746              0.09               41               47            4.7
## 3749              0.09               43               34            8.0
## 3751              0.09               67               42            6.2
## 3753              0.09               89               81            6.6
## 3757              0.09               70               16            6.4
## 3759              0.09               89               39            8.1
## 3762              0.09               60               13            7.1
## 3764              0.09               83               50            8.4
## 3765              0.09               87               23            7.9
## 3766              0.09               61               21            6.6
## 3768              0.09               64               17            6.2
## 3769              0.09               66                7            4.1
## 3771              0.09               68               13            4.8
## 3772              0.09               86               33            8.1
## 3773              0.09               74               10            7.7
## 3776              0.09               87               41            8.3
## 3777              0.09               68               11            5.9
## 3780              0.09               70               42            7.1
## 3783              0.09               41                9            8.1
## 3785              0.09               54                6            8.3
## 3789              0.09               72               11            3.9
## 3794              0.09               67               25            7.0
## 3796              0.09               76               19            7.7
## 3798              0.09               49               11            5.8
## 3799              0.09               73                8            7.2
## 3801              0.09               51               17            6.8
## 3806              0.09               91               82            7.9
## 3807              0.09               65                5            3.8
## 3812              0.09               71               54            6.4
## 3813              0.09               43               40            5.4
## 3819              0.09               57               25            6.7
## 3821              0.09               65                8            7.8
## 3822              0.09               52               28            5.5
## 3825              0.09               57               16            7.1
## 3826              0.09               57               14            7.7
## 3831              0.09               48                4            3.1
## 3836              0.09               81               24            7.4
## 3839              0.09               65               27            7.4
## 3843              0.09               76               56            3.3
## 3846              0.09               53               40            4.0
## 3850              0.09               82               54            9.1
## 3851              0.09               57               57            6.8
## 3857              0.09               42               15            2.4
## 3860              0.09               89                5            8.3
## 3863              0.09               38                9            3.1
## 3864              0.09               59               25            6.8
## 3865              0.09               68                5            8.0
## 3866              0.09               53               28            6.5
## 3868              0.09               79               29            8.6
## 3869              0.09               67                7            7.9
## 3870              0.09               73               46            8.7
## 3872              0.09               70               10            6.7
## 3875              0.09               49               10            7.2
## 3878              0.09               86               51            8.4
## 3880              0.09               84               21            8.5
## 3881              0.09               43               15            4.1
## 3884              0.09               54               36            7.8
## 3885              0.09               90               24            7.8
## 3889              0.09               92               69            8.6
## 3891              0.09               67               18            7.0
## 3899              0.09               74               17            6.8
## 3903              0.09               76               47            8.0
## 3908              0.09               75                4            8.1
## 3909              0.09               46               10            7.1
## 3910              0.09               62               20            5.3
## 3912              0.09               92               42            8.1
## 3915              0.09               60               43            6.3
## 3916              0.09               57               37            6.2
## 3919              0.09               45                5            6.0
## 3920              0.09               72               23            7.0
## 3923              0.09               54               51            7.8
## 3927              0.09               50                7            7.5
## 3930              0.09               77               41            6.3
## 3931              0.09               81               26            7.3
## 3932              0.09               30                6            2.0
## 3933              0.09               82               58            8.5
## 3936              0.09               67               51            8.0
## 3940              0.09               35               19            4.7
## 3941              0.09               74               74            7.0
## 3947              0.09               79               26            8.4
## 3948              0.09               70               38            6.6
## 3951              0.09               74               51            7.4
## 3952              0.09               73                6            8.2
## 3953              0.09               54               46            3.8
## 3959              0.09               63                9            4.3
## 3962              0.09               79               78            7.3
## 3963              0.09               62                5            3.2
## 3964              0.09               70               40            5.7
## 3969              0.09               78               60            7.8
## 3972              0.09               62               14            6.1
## 3974              0.09               72                6            5.6
## 3975              0.09               51                5            6.0
## 3976              0.09               62                6            5.5
## 3978              0.09               69               22            7.0
## 3979              0.09               62               23            5.0
## 3982              0.09               45               12            4.9
## 3983              0.09               67               10            8.3
## 3986              0.09               76               44            7.8
## 3993              0.09               30                9            2.8
## 3994              0.09               74               47            8.4
## 3995              0.09               55               47            6.2
## 3997              0.09               74               35            7.5
## 3998              0.09               49               32            3.5
## 4002              0.09               85               50            8.1
## 4004              0.09               57                6            7.8
## 4007              0.09               66               31            7.5
## 4010              0.09               88                5            8.4
## 4012              0.09               77               30            8.1
## 4016              0.09               55                4            6.3
## 4017              0.09               77               34            7.7
## 4018              0.09               71               16            8.1
## 4022              0.09               60               12            7.2
## 4023              0.60               61               45            6.3
## 4025              0.60               87               83            6.3
## 4026              0.60               88               58            6.4
## 4027              0.60               84               82            7.5
## 4028              0.60               91               83            7.9
## 4030              0.60               68               42            7.4
## 4031              0.60               94               83            9.1
## 4034              0.60               87               77            8.6
## 4036              0.60               73               51            7.4
## 4038              0.60               89               51            8.0
## 4039              0.60               89               10            8.7
## 4040              0.60               93               82            8.2
## 4043              0.60               84               81            8.1
## 4045              0.60               88               66            7.5
## 4050              0.60               94               83            8.9
## 4056              0.60               89               59            7.2
## 4057              0.60               84               47            5.7
## 4065              0.60               77               40            6.8
## 4066              0.60               83               36            6.1
## 4067              0.60               42               10            5.5
## 4072              0.60               88               83            8.2
## 4075              0.60               90               53            5.6
## 4076              0.60               64               54            7.1
## 4077              0.60               89               66            8.9
## 4078              0.60               80               40            8.1
## 4080              0.60               76               22            7.1
## 4083              0.60               80               46            7.6
## 4084              0.60               78               39            6.4
## 4086              0.60               70               24            7.5
## 4088              0.60               83               66            8.0
## 4089              0.60               78               41            8.1
## 4090              0.60               74               17            5.3
## 4098              0.60               73               18            6.2
## 4104              0.60               61               59            5.7
## 4105              0.60               52               46            5.0
## 4107              0.60               85               54            7.2
## 4108              0.60               40                4            2.5
## 4110              0.60               80               25            5.8
## 4111              0.60               80               54            6.7
## 4115              0.60               84               70            6.7
## 4120              0.60               79               26            7.9
## 4121              0.60               79                8            8.1
## 4122              0.60               85               23            8.4
## 4125              0.60               68                6            5.4
## 4126              0.60               84               39            8.6
## 4127              0.60               45               39            5.8
## 4128              0.60               85               11            7.4
## 4134              0.60               75               69            7.5
## 4135              0.60               71               14            6.8
## 4140              0.60               65               57            7.3
## 4141              0.60               53                8            7.1
## 4142              0.60               88               50            7.9
## 4146              0.60               77               23            8.3
## 4153              0.60               66               58            7.0
## 4154              0.60               73               16            6.2
## 4158              0.60               49               21            6.4
## 4160              0.60               68               11            8.5
## 4170              0.60               78               40            6.7
## 4172              0.60               71               64            7.6
## 4176              0.60               74               10            5.8
## 4181              0.60               75               28            7.7
## 4182              0.60               67               11            6.6
## 4184              0.60               71               10            7.8
## 4190              0.60               88               49            7.7
## 4192              0.60               64               15            7.3
## 4194              0.60               91               33            8.3
## 4197              0.60               63                5            6.0
## 4198              0.60               71               15            6.7
## 4200              0.60               40               30            4.4
## 4203              0.60               71                4            8.2
## 4205              0.60               73                9            6.4
## 4208              0.60               83               70            7.8
## 4209              0.60               81               56            7.9
## 4212              0.60               83               18            6.8
## 4216              0.60               76               28            7.5
## 4219              0.60               45               23            6.0
## 4227              0.60               84               61            8.1
## 4229              0.60               59               14            5.9
## 4234              0.60               75                7            7.5
## 4235              0.59               54                6            6.0
## 4242              0.58               33                6            3.7
## 4245              0.58               84               58            8.3
## 4247              0.57               38               15            3.8
## 4249              0.56               72               19            5.8
## 4250              0.55               68                6            7.5
## 4251              0.55               80               53            7.4
## 4254              0.54               49               14            4.3
## 4256              0.54               82               72            7.8
## 4257              0.54               58               18            7.5
## 4259              0.54               84               29            8.3
## 4264              0.53               85               62            8.8
## 4266              0.53               89               83            9.0
## 4267              0.53               73               22            7.7
## 4270              0.52               79               51            7.8
## 4272              0.51               71               56            6.1
## 4277              0.50               68               13            8.0
## 4281              0.49               65               28            7.1
## 4282              0.49               65               35            5.3
## 4284              0.49               72               26            6.4
## 4286              0.47               78               24            7.2
## 4288              0.47               34                4            3.5
## 4295              0.45               50               15            6.8
## 4301              0.44               74               51            8.0
## 4302              0.44               74               57            7.5
## 4303              0.44               58               16            7.6
## 4304              0.44               73               22            7.5
## 4305              0.43               43               31            5.5
## 4306              0.43               45               31            7.0
## 4307              0.43               82               48            7.9
## 4309              0.43               64               49            6.9
## 4312              0.42               70               19            6.7
## 4316              0.42               84               70            8.4
## 4318              0.41               69               18            8.5
## 4319              0.41               75               46            6.7
## 4323              0.41               76               41            6.3
## 4332              0.40               77               32            7.3
## 4337              0.39               71               33            5.7
## 4342              0.39               64               11            6.1
## 4348              0.38               49                8            3.1
## 4354              0.37               77               47            6.9
## 4355              0.37               65               10            7.4
## 4357              0.36               68               57            6.3
## 4359              0.36               50                5            6.0
## 4360              0.36               76               68            7.6
## 4361              0.36               75               40            6.9
## 4366              0.34               45               17            4.3
## 4367              0.34               63               13            7.0
## 4368              0.34               51               16            7.2
## 4370              0.34               60               39            6.2
## 4374              0.33               82               16            8.0
## 4375              0.33               65                5            7.4
## 4376              0.33               63               41            6.4
## 4379              0.32               70               76            8.6
## 4380              0.32               41               11            4.6
## 4387              0.32               53               45            5.5
## 4390              0.31               58               10            8.1
## 4391              0.31               79               33            5.2
## 4392              0.31               59               69            6.0
## 4394              0.31               76               41            7.0
## 4398              0.30               93               56            9.0
## 4399              0.30               73               28            7.5
## 4401              0.30               83               51            8.3
## 4402              0.29               85               30            9.0
## 4407              0.29               45                5            3.2
## 4408              0.29               85               53            9.0
## 4409              0.29               60                9            7.6
## 4410              0.29               58               42            6.0
## 4413              0.29               71               30            7.2
## 4416              0.29               65               18            8.8
## 4419              0.28               60               25            7.5
## 4422              0.28               55               25            5.5
## 4423              0.28               60               44            5.9
## 4424              0.28               56                5            6.7
## 4426              0.28               72               22            5.6
## 4427              0.28               66               18            6.6
## 4429              0.27               41               35            5.9
## 4433              0.27               41               15            6.5
## 4436              0.27               80               13            8.5
## 4439              0.27               43               20            2.0
## 4440              0.27               69               16            8.1
## 4443              0.27               78               45            7.0
## 4444              0.27               35                9            6.3
## 4453              0.26               49                6            4.0
## 4454              0.26               53                4            3.3
## 4456              0.26               53               10            6.6
## 4457              0.26               81               63            8.8
## 4465              0.25               30               15            2.8
## 4466              0.25               68               27            6.3
## 4467              0.25               56               17            4.9
## 4468              0.25               62                7            6.2
## 4469              0.24               51                8            8.6
## 4470              0.24               82               15            8.6
## 4471              0.24               74               19            6.7
## 4472              0.24               56                6            6.9
## 4475              0.24               75               13            7.7
## 4484              0.23               90               56            7.7
## 4490              0.23               71               20            7.7
## 4493              0.23               65                6            7.1
## 4497              0.22               78                9            5.4
## 4498              0.22               75               13            8.1
## 4504              0.22               40               15            5.1
## 4509              0.21               73                4            7.5
## 4510              0.21               94               42            7.6
## 4511              0.21               77               13            5.5
## 4514              0.21               84               18            8.3
## 4519              0.21               61               64            7.0
## 4522              0.20               36               45            3.7
## 4524              0.20               57               33            4.8
## 4528              0.20               75               32            5.9
## 4529              0.20               82                8            7.8
## 4531              0.20               85               79            7.9
## 4532              0.20               76               40            7.9
## 4533              0.20               77               42            6.6
## 4534              0.19               72               38            7.3
## 4539              0.19               57               11            4.5
## 4540              0.19               86               49            7.9
## 4545              0.19               70               20            9.1
## 4546              0.19               68                6            5.4
## 4549              0.19               70               14            8.1
## 4552              0.19               53               12            6.5
## 4557              0.19               47               10            5.5
## 4558              0.19               74               19            5.3
## 4566              0.18               39                5            5.6
## 4568              0.18               55               26            7.4
## 4569              0.18               69                6            7.0
## 4570              0.18               73               25            7.3
## 4572              0.18               57                4            8.1
## 4573              0.18               51                5            5.3
## 4575              0.18               83               16            7.7
## 4576              0.18               69               10            5.4
## 4577              0.18               62               51            7.6
## 4578              0.18               56               12            4.7
## 4579              0.18               84               50            8.3
## 4584              0.18               38               34            5.6
## 4585              0.17               65               12            6.3
## 4586              0.17               85               25            8.1
## 4589              0.17               79               23            7.8
## 4590              0.17               89               27            8.0
## 4593              0.17               58               12            6.0
## 4594              0.17               58               37            9.2
## 4602              0.17               86               28            7.1
## 4607              0.16               90                9            7.7
## 4608              0.16               42               31            4.1
## 4611              0.16               66               12            8.0
## 4613              0.16               61                8            5.5
## 4614              0.16               68               61            5.5
## 4615              0.16               75               20            7.1
## 4616              0.16               75                9            7.6
## 4620              0.16               70               22            6.6
## 4623              0.16               59               57            4.7
## 4624              0.16               55               23            5.5
## 4625              0.16               59               38            7.3
## 4628              0.15               72               41            9.2
## 4630              0.15               80               25            8.0
## 4633              0.15               61               39            8.5
## 4635              0.15               66               35            6.2
## 4636              0.15               68               31            8.1
## 4637              0.15               68               52            7.8
## 4640              0.15               86               78            7.7
## 4644              0.15               66               14            8.1
## 4645              0.15               61                4            9.2
## 4647              0.15               66                6            8.0
## 4648              0.15               62               10            7.8
## 4649              0.15               70               32            5.3
## 4650              0.14               56                6            7.2
## 4653              0.14               81               76            7.2
## 4654              0.14               83               18            8.7
## 4657              0.14               69               30            8.3
## 4659              0.14               54               11            5.7
## 4661              0.14               50               10            6.8
## 4662              0.14               63               24            8.3
## 4663              0.14               91               42            7.6
## 4668              0.14               78               17            6.3
## 4670              0.14               30               14            6.2
## 4673              0.13               78               69            7.8
## 4678              0.13               50                8            4.3
## 4684              0.13               64               21            6.9
## 4686              0.13               90               43            8.0
## 4687              0.13               63               25            7.0
## 4688              0.13               51               38            8.3
## 4696              0.13               61               11            5.6
## 4702              0.13               79               63            8.1
## 4703              0.13               42                8            3.8
## 4706              0.12               59                9            8.0
## 4708              0.12               58               20            6.3
## 4709              0.12               33                6            6.6
## 4710              0.12               46               21            6.8
## 4711              0.12               86               27            7.9
## 4713              0.12               33                7            4.3
## 4720              0.12               63               19            5.1
## 4721              0.12               59                6            7.5
## 4723              0.12               34                8            2.9
## 4725              0.12               74               33            8.7
## 4726              0.12               84               18            9.0
## 4730              0.12               72               25            5.9
## 4732              0.12               53               22            4.5
## 4733              0.12               68               38            8.7
## 4736              0.12               55                4            6.0
## 4737              0.11               77               24            7.9
## 4738              0.11               62               35            8.8
## 4740              0.11               62               16            6.3
## 4744              0.11               82               64            7.1
## 4746              0.11               53               14            7.4
## 4747              0.11               63               16            6.7
## 4749              0.11               75               25            8.3
## 4750              0.11               82               14            7.8
## 4751              0.11               60               19            7.1
## 4752              0.11               83               58            7.3
## 4753              0.11               58               23            4.1
## 4754              0.11               30                6            5.2
## 4755              0.11               81               19            7.9
## 4757              0.11               72               55            5.5
## 4764              0.11               62               22            6.2
## 4767              0.11               86               27            8.3
## 4768              0.11               54                6            7.1
## 4770              0.10               75               30            7.3
## 4771              0.10               91               51            8.0
## 4772              0.10               78               22            6.3
## 4773              0.10               89               74            8.1
## 4774              0.10               61               22            5.9
## 4779              0.10               43                9            4.4
## 4780              0.10               61               36            4.4
## 4785              0.10               54               15            4.9
## 4787              0.10               39                6            2.4
## 4788              0.10               55                4            5.6
## 4793              0.10               50               17            7.2
## 4795              0.10               56               15            5.5
## 4797              0.10               73               12            5.8
## 4799              0.10               77               10            6.4
## 4809              0.09               74               39            3.5
## 4811              0.09               62               45            7.0
## 4816              0.09               55               11            6.7
## 4818              0.09               64               15            4.4
## 4824              0.09               37               39            3.6
## 4827              0.09               36                4            4.1
## 4837              0.09               88                7            7.9
## 4838              0.09               62               19            6.8
## 4840              0.09               64                7            7.8
## 4846              0.09               81               10            6.6
## 4848              0.09               61                4            5.5
## 4849              0.09               47               37            4.7
## 4852              0.09               62                9            6.2
## 4858              0.09               73               44            8.9
## 4859              0.09               78               15            7.2
## 4862              0.09               72               21            8.0
## 4863              0.09               35                6            4.1
## 4866              0.09               81                4            8.5
## 4871              0.09               80                8            7.1
## 4872              0.09               55               15            5.2
## 4873              0.09               82               16            8.0
## 4883              0.09               82               62            8.3
## 4889              0.09               60               62            4.6
## 4890              0.09               80               30            8.4
## 4891              0.09               47               31            7.0
## 4896              0.09               66               48            7.3
## 4897              0.09               70                7            7.1
## 4901              0.09               79               23            5.0
## 4902              0.09               72               11            8.2
## 4903              0.09               77               23            7.5
## 4904              0.09               62               26            6.2
## 4908              0.09               57               11            6.0
## 4909              0.09               53               13            5.9
## 4912              0.09               93               63            8.2
## 4913              0.09               91               20            8.2
## 4917              0.09               82               38            8.3
## 4918              0.09               93               76            7.8
## 4926              0.09               75               28            5.2
## 4929              0.09               49               21            6.8
## 4930              0.09               54                7            6.8
## 4933              0.09               72                6            7.6
## 4934              0.09               79                9            7.0
## 4935              0.09               66               20            6.7
## 4937              0.09               76               39            8.2
## 4945              0.09               80               24            6.5
## 4950              0.09               58                7            3.4
## 4951              0.09               59                7            7.1
## 4953              0.09               70                6            8.2
## 4954              0.09               57               22            5.7
## 4956              0.09               30               10            4.6
## 4959              0.09               63               13            5.1
## 4961              0.09               65               18            5.3
## 4962              0.09               94               27            8.9
## 4971              0.09               62                8            7.9
## 4973              0.09               60               18            8.0
## 4974              0.09               77               10            8.6
## 4976              0.09               33                4            6.6
## 4978              0.09               56               32            5.9
## 4981              0.09               68               22            3.6
## 4984              0.09               60               13            8.1
## 4987              0.09               79               15            7.4
## 4991              0.09               67               11            7.3
## 4993              0.09               45                7            6.5
## 4994              0.09               73               21            7.5
## 4997              0.09               49                5            6.2
## 4999              0.09               48                7            4.8
## 5002              0.09               74               15            8.7
## 5003              0.09               71               46            6.0
## 5004              0.09               89               72            8.8
## 5009              0.09               70               21            6.1
## 5012              0.09               58               43            2.7
## 5014              0.09               69               35            8.7
## 5015              0.09               85               52            8.7
## 5016              0.09               70               10            8.6
## 5019              0.09               40               40            5.2
## 5020              0.09               49               26            6.8
## 5021              0.09               36               14            7.8
## 5022              0.09               74               38            8.8
## 5023              0.09               59               62            8.4
## 5025              0.09               66               18            6.4
## 5028              0.09               72               40            8.3
## 5029              0.09               47                5            5.5
## 5030              0.09               56               43            5.0
## 5032              0.09               68               11            8.0
## 5033              0.09               85               25            7.6
## 5036              0.09               87                5            8.8
## 5037              0.09               74               11            8.1
## 5039              0.09               75               49            6.9
## 5040              0.09               76               35            4.1
## 5041              0.09               78               33            7.0
## 5043              0.09               71               40            5.9
## 5044              0.09               69               18            7.4
## 5046              0.09               72               55            7.8
## 5047              0.09               70               15            7.1
## 5050              0.09               65               14            8.7
## 5053              0.09               72               25            7.5
## 5054              0.09               84               22            7.5
## 5057              0.09               80               56            8.5
## 5058              0.09               64                7            7.5
## 5062              0.09               74               50            7.3
## 5066              0.09               77               83            8.7
## 5071              0.09               70                7            5.4
## 5074              0.09               43                5            4.2
## 5077              0.09               74               26            7.1
## 5078              0.09               69               11            5.3
## 5079              0.09               60               33            7.3
## 5083              0.09               58               14            8.1
## 5093              0.09               75                9            7.6
## 5095              0.09               64               25            5.8
## 5097              0.09               66               14            5.3
## 5098              0.09               79               63            8.1
## 5102              0.09               67               19            7.0
## 5103              0.09               76                9            6.6
## 5105              0.09               79               15            7.9
## 5108              0.09               64                6            6.7
## 5109              0.09               65               25            8.1
## 5110              0.09               67               40            4.5
## 5113              0.09               81               20            8.2
## 5117              0.09               57               12            6.0
## 5118              0.09               63               15            6.3
## 5119              0.09               81               54            8.2
## 5122              0.09               58               23            8.0
## 5123              0.09               79               16            7.8
## 5127              0.09               70               60            7.0
## 5128              0.09               56               22            6.3
## 5130              0.09               72               18            6.2
## 5131              0.09               64               19            7.5
## 5135              0.09               67               17            6.8
## 5136              0.09               70               17            5.7
## 5138              0.09               66               34            6.2
## 5139              0.09               79               50            8.1
## 5141              0.09               71               10            5.8
## 5143              0.09               94               74            9.0
## 5151              0.09               75                5            7.1
## 5155              0.09               35               14            7.8
## 5157              0.09               70                5            6.9
## 5161              0.09               88               66            8.8
## 5165              0.09               79               83            8.3
## 5167              0.09               66               19            8.2
## 5168              0.09               85               10            7.7
## 5169              0.09               39                8            5.7
## 5179              0.09               82               64            8.8
## 5182              0.09               70               18            5.7
## 5185              0.09               58               24            7.3
## 5186              0.09               72               42            6.2
## 5187              0.09               63               17            7.1
## 5189              0.09               80               36            8.8
## 5190              0.09               47               48            4.8
## 5191              0.09               63               76            5.9
## 5194              0.09               84               13            8.4
## 5196              0.09               71               63            8.1
## 5198              0.09               83               30            6.0
## 5199              0.09               58               38            7.4
## 5200              0.09               87               26            7.5
## 5201              0.09               77               36            8.6
## 5207              0.09               71               37            7.8
## 5208              0.09               80                7            8.1
## 5210              0.09               56               36            5.4
## 5211              0.09               70               16            7.0
## 5213              0.09               52               36            4.2
## 5217              0.09               70               48            6.1
## 5218              0.09               46                7            3.0
## 5220              0.09               77               61            6.5
## 5224              0.09               81               51            6.5
## 5228              0.09               57               26            5.1
## 5231              0.09               36                5            4.5
## 5232              0.09               66               11            6.6
## 5233              0.09               43               48            6.3
## 5237              0.09               73               30            7.5
## 5241              0.09               67               63            7.9
## 5243              0.09               74               16            7.5
## 5245              0.09               38                7            3.8
## 5246              0.09               36                7            3.5
## 5249              0.09               58               10            7.1
## 5251              0.09               52               23            7.3
## 5253              0.09               82               60            9.1
## 5256              0.09               69               32            8.7
## 5257              0.09               65               18            6.1
## 5269              0.09               48               20            4.3
## 5271              0.09               76               26            7.4
## 5273              0.09               69               17            7.9
## 5277              0.09               63               30            8.0
## 5283              0.60               94               67            6.3
## 5284              0.60               86               75            7.6
## 5289              0.60               91               70            8.6
## 5292              0.60               90               82            8.8
## 5296              0.60               94               61            7.3
## 5299              0.60               89               29            8.9
## 5300              0.60               91               68            8.8
## 5301              0.60               91               56            7.6
## 5302              0.60               83               83            7.5
## 5305              0.60               84               83            8.2
## 5307              0.60               50                8            2.0
## 5309              0.60               93               77            7.3
## 5315              0.60               82               83            7.2
## 5317              0.60               91               50            8.7
## 5318              0.60               50               20            5.7
## 5321              0.60               85               41            6.8
## 5322              0.60               78               42            6.7
## 5325              0.60               84               70            8.6
## 5333              0.60               49               15            6.6
## 5334              0.60               88               56            8.5
## 5335              0.60               80                4            4.5
## 5336              0.60               89               81            8.9
## 5351              0.60               79               45            8.5
## 5356              0.60               63               16            6.3
## 5359              0.60               78               83            7.8
## 5360              0.60               89               76            8.6
## 5362              0.60               56                4            5.0
## 5364              0.60               79               53            7.7
## 5366              0.60               87               54            7.7
## 5368              0.60               62               22            7.2
## 5369              0.60               81               38            8.1
## 5370              0.60               83                9            7.9
## 5376              0.60               88               60            8.7
## 5378              0.60               54               51            6.9
## 5380              0.60               90               62            6.9
## 5381              0.60               77               55            7.7
## 5383              0.60               88               44            8.8
## 5386              0.60               84               72            8.0
## 5388              0.60               80               59            8.4
## 5390              0.60               79               58            8.8
## 5391              0.60               71               41            7.4
## 5404              0.60               83               61            7.6
## 5406              0.60               85               20            8.6
## 5410              0.60               54               16            6.5
## 5412              0.60               73               75            7.3
## 5413              0.60               53               54            5.8
## 5420              0.60               69               29            7.2
## 5422              0.60               85               83            8.1
## 5426              0.60               83               52            7.7
## 5431              0.60               69               41            7.4
## 5432              0.60               60               21            5.3
## 5433              0.60               78               34            7.6
## 5434              0.60               80               20            6.9
## 5435              0.60               87               65            8.2
## 5436              0.60               49                7            6.6
## 5437              0.60               72                9            4.6
## 5438              0.60               84               62            8.1
## 5441              0.60               76               52            5.0
## 5443              0.60               69               32            7.3
## 5444              0.60               81               38            7.7
## 5446              0.60               93               57            7.7
## 5447              0.60               88               51            8.9
## 5451              0.60               60               35            6.0
## 5454              0.60               55               31            7.9
## 5461              0.60               74               48            7.3
## 5463              0.60               70                7            7.0
## 5465              0.60               77               23            7.2
## 5469              0.60               77                6            8.3
## 5470              0.60               78               51            8.4
## 5471              0.60               60                8            6.3
## 5473              0.60               76               24            7.4
## 5475              0.60               81               28            7.3
## 5476              0.60               83               11            8.2
## 5478              0.60               61                5            6.5
## 5482              0.60               78               54            8.3
## 5484              0.60               67               18            8.2
## 5487              0.60               55               58            7.0
## 5488              0.60               71               58            7.4
## 5490              0.60               75               40            8.0
## 5492              0.60               59               33            6.4
## 5494              0.60               86               44            8.0
## 5497              0.60               70               61            6.4
## 5505              0.60               79               17            8.2
## 5506              0.60               61                9            6.7
## 5507              0.60               77               77            7.6
## 5514              0.58               74               17            7.7
## 5515              0.58               73               64            7.3
## 5517              0.58               71               49            7.1
## 5518              0.58               63               29            6.5
## 5524              0.57               67               11            7.6
## 5526              0.56               62                6            8.0
## 5528              0.56               74               35            8.1
## 5530              0.56               72               66            7.5
## 5531              0.55               70               22            7.6
## 5533              0.54               81               32            7.5
## 5534              0.54               71               56            7.3
## 5535              0.54               69               21            3.3
## 5536              0.54               79               51            8.2
## 5537              0.53               85               35            9.0
## 5539              0.53               75                7            8.3
## 5540              0.53               43               41            3.9
## 5547              0.51               82               13            8.4
## 5551              0.51               56               29            7.5
## 5552              0.51               73               69            8.2
## 5553              0.50               47                8            7.4
## 5555              0.50               48                6            4.2
## 5558              0.49               61               12            5.0
## 5562              0.48               78               47            8.6
## 5563              0.48               72               54            8.1
## 5565              0.48               68               11            7.6
## 5570              0.47               85               67            8.1
## 5571              0.47               56               17            3.9
## 5572              0.47               82               76            8.1
## 5573              0.47               79               56            8.0
## 5576              0.46               72                8            4.6
## 5577              0.46               82               64            9.1
## 5578              0.46               86               48            8.4
## 5580              0.45               60                6            3.2
## 5581              0.45               64                4            9.1
## 5584              0.45               78               38            6.3
## 5589              0.44               90               81            9.1
## 5590              0.44               66                5            8.2
## 5601              0.43               43               22            5.3
## 5606              0.43               74                5            5.7
## 5607              0.42               77               22            6.8
## 5608              0.42               91               17            8.7
## 5609              0.42               50               14            7.0
## 5610              0.42               70               12            8.1
## 5612              0.42               86               18            7.7
## 5615              0.41               61                4            2.8
## 5616              0.41               83               26            8.7
## 5618              0.41               66               31            7.7
## 5620              0.41               53                8            5.3
## 5625              0.40               43                7            7.1
## 5626              0.40               77               10            8.6
## 5629              0.40               80               15            7.3
## 5632              0.40               59               16            6.3
## 5638              0.40               55               17            6.0
## 5639              0.39               57                8            3.1
## 5644              0.39               66               53            7.6
## 5649              0.38               68               18            7.0
## 5651              0.38               82               32            8.8
## 5652              0.38               54                4            4.5
## 5654              0.38               70                7            6.3
## 5657              0.37               75               55            8.0
## 5659              0.37               66               19            6.4
## 5673              0.36               73               21            7.9
## 5675              0.36               86               51            8.5
## 5676              0.36               49               16            6.2
## 5677              0.36               79               20            8.5
## 5679              0.35               43                7            5.9
## 5685              0.35               64               37            5.5
## 5689              0.34               69                7            6.5
## 5690              0.34               73               37            8.7
## 5691              0.34               61               10            5.8
## 5692              0.34               72               10            8.3
## 5693              0.34               62               22            7.0
## 5694              0.34               30                6            2.7
## 5701              0.33               70               43            6.2
## 5703              0.33               79               44            8.5
## 5704              0.33               54                8            2.6
## 5706              0.33               77                6            8.1
## 5707              0.33               70               18            7.3
## 5709              0.32               76               48            7.4
## 5711              0.32               50                8            5.2
## 5714              0.32               78               20            8.5
## 5715              0.32               76               23            6.9
## 5719              0.32               63                5            6.6
## 5723              0.32               80               27            8.1
## 5727              0.31               63               19            7.8
## 5730              0.31               60                5            7.5
## 5734              0.31               89               50            8.5
## 5736              0.30               76               19            5.3
## 5737              0.30               69               49            7.0
## 5741              0.29               72               33            8.7
## 5751              0.29               61               56            7.1
## 5752              0.29               82               67            8.2
## 5753              0.29               77               10            7.4
## 5755              0.29               58               24            8.1
## 5756              0.29               61               30            6.5
## 5762              0.28               70               65            7.3
## 5764              0.28               74               24            6.8
## 5765              0.28               55                4            7.5
## 5767              0.27               75               12            8.3
## 5770              0.27               61               20            5.9
## 5772              0.27               68               30            3.3
## 5774              0.27               59               27            5.6
## 5776              0.27               69               49            7.3
## 5777              0.26               84               28            8.8
## 5778              0.26               46               46            7.0
## 5784              0.26               53               15            6.2
## 5786              0.26               49                5            5.7
## 5791              0.26               74               27            8.2
## 5792              0.26               64                7            7.0
## 5793              0.26               76               11            8.4
## 5797              0.25               60               15            4.8
## 5800              0.25               59               25            6.8
## 5802              0.25               36                4            5.0
## 5805              0.25               80               67            8.6
## 5807              0.25               55               23            6.0
## 5810              0.25               53                8            6.1
## 5813              0.25               48               14            4.5
## 5815              0.24               74               25            7.2
## 5821              0.24               60               16            5.2
## 5823              0.24               59               24            7.3
## 5824              0.24               42               59            4.7
## 5826              0.24               70                7            5.7
## 5827              0.24               72               24            8.9
## 5833              0.23               66                7            6.5
## 5839              0.23               54                4            6.5
## 5841              0.23               85               19            8.3
## 5842              0.23               36               17            4.7
## 5844              0.23               58               15            7.1
## 5847              0.22               74               51            8.9
## 5848              0.22               52               13            8.3
## 5849              0.22               73                4            8.0
## 5850              0.22               68               22            7.6
## 5854              0.22               69                6            8.3
## 5855              0.22               78               30            8.0
## 5860              0.22               57                6            3.1
## 5861              0.22               51               11            3.3
## 5866              0.21               83               18            8.9
## 5868              0.21               71               54            6.4
## 5873              0.21               80               43            8.7
## 5874              0.21               43               32            4.8
## 5878              0.21               68               34            8.6
## 5881              0.20               72               38            6.7
## 5886              0.20               51               19            2.0
## 5887              0.20               84               37            6.8
## 5889              0.20               75               46            9.0
## 5890              0.20               65                7            6.7
## 5891              0.20               68               14            7.9
## 5892              0.20               76               21            8.1
## 5893              0.20               75               12            8.2
## 5895              0.20               53                4            6.1
## 5897              0.20               49                6            6.6
## 5898              0.20               55                8            8.1
## 5902              0.19               68               27            7.0
## 5903              0.19               49               10            5.9
## 5906              0.19               71               22            8.4
## 5907              0.19               70               33            6.8
## 5908              0.19               49               11            2.6
## 5911              0.19               81               24            8.5
## 5917              0.19               64                4            5.9
## 5919              0.19               60               37            6.4
## 5921              0.19               85               50            8.5
## 5922              0.19               40                8            3.0
## 5923              0.19               83               38            9.2
## 5924              0.19               67               23            7.3
## 5926              0.18               46               22            4.7
## 5927              0.18               74                9            5.6
## 5928              0.18               71               33            8.2
## 5935              0.18               54               13            4.7
## 5936              0.18               44               10            5.4
## 5941              0.18               59               16            8.0
## 5942              0.18               81               37            7.8
## 5945              0.18               37               12            7.4
## 5949              0.17               76               24            7.5
## 5950              0.17               61               19            4.0
## 5951              0.17               62               51            6.2
## 5956              0.17               58                7            7.0
## 5957              0.17               57               22            8.7
## 5958              0.17               92               38            9.0
## 5959              0.17               81               35            8.5
## 5963              0.17               68               19            7.1
## 5965              0.17               53               34            6.0
## 5966              0.17               68               33            7.0
## 5968              0.17               60               65            8.2
## 5970              0.17               79               29            7.2
## 5972              0.16               52                4            6.1
## 5975              0.16               51               12            3.2
## 5978              0.16               57               48            5.3
## 5981              0.16               83               22            9.0
## 5986              0.16               64               41            7.3
## 5991              0.15               71               38            8.3
## 5996              0.15               71               11            8.1
## 5997              0.15               30                4            3.8
## 5998              0.15               66               23            7.1
## 5999              0.15               62               37            7.0
## 6000              0.15               75               33            6.7
## 6006              0.15               62                3            5.5
## 6008              0.15               51               22            6.1
## 6009              0.15               77               12            6.6
## 6012              0.15               78               19            5.7
## 6013              0.15               71               47            7.9
## 6014              0.15               72               26            8.0
## 6016              0.14               77               28            7.0
## 6017              0.14               55                5            7.4
## 6020              0.14               81                5            7.2
## 6021              0.14               65               19            6.6
## 6026              0.14               68                7            5.8
## 6027              0.14               77               16            7.0
## 6028              0.14               31                9            3.1
## 6031              0.14               46               24            6.0
## 6035              0.14               83               40            8.5
## 6037              0.14               35               17            6.7
## 6040              0.14               47               16            7.5
## 6041              0.14               72               11            6.8
## 6042              0.13               81               54            7.3
## 6045              0.13               61                6            6.1
## 6059              0.13               66               16            7.5
## 6060              0.13               73                6            6.4
## 6062              0.13               51               38            6.5
## 6064              0.13               87               67            9.0
## 6069              0.12               30                9            2.0
## 6071              0.12               57               18            6.9
## 6074              0.12               73               16            3.3
## 6077              0.12               73                7            5.9
## 6082              0.12               63               11            7.0
## 6083              0.12               64               27            3.3
## 6084              0.12               84               17            8.2
## 6085              0.12               53                7            8.6
## 6087              0.12               53                9            4.8
## 6089              0.12               65                6            8.5
## 6095              0.11               54                8            4.7
## 6103              0.11               56                4            5.0
## 6108              0.11               66               30            6.3
## 6110              0.11               89               37            8.0
## 6112              0.11               78               27            7.8
## 6113              0.11               68               22            7.4
## 6114              0.11               72               64            7.9
## 6115              0.11               67               51            4.0
## 6122              0.11               53                8            4.8
## 6126              0.11               71               34            7.8
## 6129              0.11               56                4            5.6
## 6133              0.10               72                9            7.6
## 6135              0.10               80               73            6.8
## 6136              0.10               90                6            8.6
## 6137              0.10               61                9            7.8
## 6138              0.10               74               47            7.9
## 6142              0.10               62                9            6.0
## 6143              0.10               34                9            4.2
## 6144              0.10               39               32            5.6
## 6147              0.10               56               14            8.8
## 6149              0.10               49               17            6.0
## 6150              0.10               66               11            7.7
## 6151              0.10               65               19            5.1
## 6154              0.10               70               41            7.6
## 6156              0.10               53               11            6.5
## 6157              0.10               67               68            5.3
## 6159              0.10               82               26            7.6
## 6161              0.10               57               10            5.4
## 6162              0.10               32                4            2.0
## 6163              0.10               30               11            2.0
## 6164              0.10               60               31            8.2
## 6166              0.10               83               24            8.1
## 6167              0.10               74               13            7.3
## 6171              0.10               65               22            7.8
## 6172              0.10               63               27            6.6
## 6174              0.10               71                7            8.2
## 6175              0.10               58               52            6.1
## 6180              0.10               44               25            4.8
## 6186              0.09               38               22            3.5
## 6190              0.09               62               37            8.7
## 6191              0.09               79               69            6.7
## 6194              0.09               72               13            7.4
## 6197              0.09               68               42            8.2
## 6199              0.09               35               16            8.9
## 6200              0.09               30                5            2.2
## 6201              0.09               84               18            7.9
## 6205              0.09               65                9            8.2
## 6208              0.09               50               21            2.6
## 6210              0.09               40                6            4.6
## 6211              0.09               94               83            8.5
## 6212              0.09               66               25            8.2
## 6214              0.09               39               14            3.0
## 6216              0.09               30               21            5.9
## 6218              0.09               62               12            6.5
## 6219              0.09               76               17            9.0
## 6220              0.09               66               18            6.0
## 6221              0.09               70               29            6.4
## 6224              0.09               85               52            8.9
## 6226              0.09               31                6            5.0
## 6227              0.09               60                5            6.8
## 6228              0.09               33                9            3.2
## 6229              0.09               46                8            6.7
## 6232              0.09               75               52            8.1
## 6236              0.09               80               36            8.3
## 6243              0.09               75               25            7.3
## 6245              0.09               69               13            3.0
## 6246              0.09               65               23            4.0
## 6249              0.09               89               68            8.6
## 6251              0.09               74               43            6.2
## 6252              0.09               75               20            8.2
## 6263              0.09               70                7            6.8
## 6274              0.09               68               25            6.5
## 6280              0.09               40                5            4.4
## 6282              0.09               58               22            5.5
## 6285              0.09               83               21            7.6
## 6291              0.09               70                5            9.0
## 6294              0.09               69                5            8.1
## 6299              0.09               38               28            4.6
## 6300              0.09               78               30            8.5
## 6313              0.09               57               17            7.7
## 6316              0.09               61               23            6.9
## 6319              0.09               60               26            6.4
## 6321              0.09               71               57            7.7
## 6322              0.09               66               52            8.0
## 6324              0.09               54                6            5.5
## 6325              0.09               64               16            7.9
## 6326              0.09               86                4            9.0
## 6328              0.09               64               24            6.0
## 6332              0.09               78               39            8.2
## 6338              0.09               65               42            6.1
## 6342              0.09               48               13            5.9
## 6347              0.09               58               47            4.1
## 6352              0.09               46                7            7.0
## 6354              0.09               76               20            8.0
## 6355              0.09               81               44            8.1
## 6357              0.09               42                5            6.9
## 6358              0.09               42                7            5.5
## 6359              0.09               62               35            7.5
## 6361              0.09               36               12            4.8
## 6362              0.09               58               10            7.4
## 6363              0.09               69               46            5.7
## 6364              0.09               58               24            7.5
## 6365              0.09               70               15            7.0
## 6374              0.09               78               26            8.8
## 6377              0.09               61               17            6.8
## 6382              0.09               52                8            7.7
## 6387              0.09               80               48            9.0
## 6388              0.09               87               41            8.9
## 6393              0.09               66               13            8.0
## 6398              0.09               60               16            7.0
## 6404              0.09               74               41            7.3
## 6407              0.09               84               45            8.2
## 6411              0.09               79               48            8.1
## 6415              0.09               74               24            7.1
## 6416              0.09               79               15            8.2
## 6419              0.09               77               18            6.6
## 6420              0.09               69               20            9.0
## 6421              0.09               70               49            5.4
## 6422              0.09               46                4            4.2
## 6425              0.09               56                4            7.1
## 6427              0.09               79               27            8.1
## 6428              0.09               50               49            5.7
## 6429              0.09               60               56            7.3
## 6433              0.09               74                9            8.2
## 6434              0.09               73               17            7.1
## 6435              0.09               67               13            7.8
## 6436              0.09               74               11            7.0
## 6437              0.09               77               18            8.5
## 6439              0.09               49               17            6.9
## 6443              0.09               69               44            5.8
## 6444              0.09               84                7            7.1
## 6446              0.09               64                4            6.0
## 6448              0.09               63                6            4.8
## 6450              0.09               73                4            7.8
## 6453              0.09               84               53            8.3
## 6454              0.09               86               36            8.4
## 6456              0.09               78               21            7.5
## 6458              0.09               44               16            6.9
## 6459              0.09               71               47            7.1
## 6463              0.09               90                6            7.7
## 6464              0.09               72               24            6.8
## 6466              0.09               48               13            4.3
## 6468              0.09               65               30            6.5
## 6474              0.09               67               65            6.7
## 6477              0.09               71                5            7.5
## 6478              0.09               80               35            8.2
## 6480              0.09               72               31            7.0
## 6486              0.09               85               55            8.0
## 6488              0.09               82               29            7.5
## 6490              0.09               73               14            8.2
## 6491              0.09               67                4            7.2
## 6492              0.09               79               32            8.1
## 6493              0.09               65               23            7.8
## 6495              0.09               68               59            8.3
## 6496              0.09               67               13            6.6
## 6499              0.09               80               47            7.8
## 6501              0.09               52               33            7.4
## 6502              0.09               68               43            7.3
## 6505              0.09               70               16            7.4
## 6507              0.09               71               31            8.1
## 6508              0.09               61                8            7.3
## 6511              0.09               64               14            6.1
## 6512              0.09               72               39            8.2
## 6513              0.09               64                9            6.3
## 6515              0.09               80               42            8.4
## 6518              0.09               72               28            6.8
## 6522              0.09               83               16            7.0
## 6523              0.09               66               17            8.0
## 6525              0.09               80               46            7.7
## 6528              0.09               77               33            6.9
## 6530              0.09               85               34            8.1
## 6533              0.09               83               28            7.9
## 6536              0.09               60               14            6.9
## 6538              0.09               64               25            8.2
## 6542              0.09               60                4            6.8
## 6544              0.09               84               66            7.3
## 6550              0.09               74               31            8.4
## 6552              0.09               70               64            8.0
## 6553              0.09               71               20            7.0
## 6554              0.09               82               22            8.8
## 6570              0.09               68               52            7.8
## 6571              0.09               80               21            8.1
## 6572              0.09               68               24            6.7
## 6573              0.09               67               23            8.1
## 6574              0.09               70               13            6.3
## 6575              0.09               36                4            3.9
## 6577              0.09               69               46            7.3
## 6578              0.09               51               15            2.0
## 6580              0.09               88               74            8.3
## 6584              0.09               79               11            6.5
## 6587              0.09               55                6            6.0
## 6589              0.09               90                9            8.0
## 6590              0.09               66               11            7.6
## 6591              0.09               59               36            6.4
## 6596              0.09               74               14            8.3
## 6597              0.09               63               32            4.0
## 6602              0.09               81                5            8.2
## 6603              0.09               55               10            5.8
## 6605              0.09               67                8            6.5
## 6606              0.09               63                9            8.1
## 6608              0.09               39                4            4.6
## 6610              0.09               74               25            7.0
## 6613              0.09               67               15            5.7
## 6615              0.09               39               11            3.1
## 6617              0.09               67               28            5.7
## 6618              0.09               66               26            7.1
## 6619              0.09               61                7            7.9
## 6620              0.09               66                4            6.5
## 6622              0.09               76               15            6.9
## 6627              0.09               73               12            7.0
## 6631              0.09               79               28            7.8
## 6636              0.09               80               42            8.4
## 6638              0.09               61               12            6.2
## 6639              0.09               54               16            5.4
## 6640              0.09               77               36            8.5
## 6642              0.09               66               23            8.3
## 6647              0.09               80               28            8.1
## 6648              0.09               82               23            3.1
## 6650              0.09               80               16            8.9
## 6651              0.09               75               54            8.8
## 6652              0.09               81               56            9.0
## 6653              0.09               61               30            7.0
## 6656              0.09               74                9            8.2
## 6657              0.09               74               36            8.2
## 6658              0.09               68               25            7.0
## 6660              0.09               71               18            7.8
## 6661              0.09               75               37            7.0
## 6665              0.09               37                9            3.4
## 6667              0.09               84               52            8.8
## 6669              0.09               72               16            8.1
## 6673              0.09               69               52            7.4
## 6676              0.09               53               12            7.8
## 6677              0.09               90               35            8.9
## 6678              0.09               89               23            8.0
## 6683              0.09               56               26            6.3
## 6685              0.09               54                5            5.7
## 6687              0.09               68               34            7.4
## 6688              0.09               83               57            7.4
## 6689              0.09               89               77            8.0
## 6691              0.09               62               16            6.2
## 6693              0.09               33                6            2.0
## 6694              0.09               82               25            8.6
## 6696              0.09               80               50            8.2
## 6697              0.09               91               17            8.8
## 6699              0.09               75               22            7.6
## 6700              0.09               73               33            6.6
## 6701              0.09               66                5            2.0
## 6702              0.09               71                5            6.3
## 6703              0.09               63                6            5.8
## 6705              0.60               93               81            8.9
## 6706              0.60               94               83            7.9
## 6708              0.60               83               46            8.5
## 6714              0.60               85               45            7.6
## 6716              0.60               93               83            8.5
## 6720              0.60               77               60            7.5
## 6724              0.60               76               49            7.9
## 6725              0.60               86               62            9.2
## 6726              0.60               63               43            4.6
## 6728              0.60               92               13            8.0
## 6731              0.60               75               42            7.4
## 6735              0.60               73               74            6.7
## 6736              0.60               85               67            6.3
## 6737              0.60               87               42            7.5
## 6741              0.60               67                9            8.4
## 6747              0.60               86               18            8.6
## 6753              0.60               80               15            7.9
## 6755              0.60               62               14            8.0
## 6757              0.60               48               11            3.3
## 6759              0.60               88               67            8.8
## 6761              0.60               87               55            7.7
## 6766              0.60               69               31            7.8
## 6771              0.60               63               10            8.0
## 6772              0.60               55                6            6.2
## 6773              0.60               76               26            8.1
## 6776              0.60               82               50            7.9
## 6778              0.60               44               17            8.0
## 6779              0.60               78               28            8.7
## 6780              0.60               56               24            6.7
## 6782              0.60               85               75            6.7
## 6784              0.60               85               62            7.9
## 6785              0.60               84               63            8.2
## 6787              0.60               84               46            8.5
## 6794              0.60               91               24            7.9
## 6795              0.60               67                4            7.0
## 6796              0.60               68               12            5.5
## 6797              0.60               65               69            7.1
## 6800              0.60               83               70            7.7
## 6803              0.60               94               51            8.7
## 6804              0.60               81               18            8.7
## 6806              0.60               61                3            6.5
## 6809              0.60               64               11            7.7
## 6810              0.60               88               68            6.9
## 6819              0.60               85               12            7.3
## 6821              0.60               51               13            5.3
## 6824              0.60               84               32            7.2
## 6825              0.60               65               28            7.0
## 6832              0.60               78                9            6.9
## 6836              0.60               82               22            7.5
## 6837              0.60               76                8            7.6
## 6839              0.60               84               75            5.3
## 6841              0.60               83               29            8.1
## 6845              0.60               79               66            7.8
## 6847              0.60               66               13            4.4
## 6850              0.60               48               16            3.4
## 6851              0.60               85               59            7.3
## 6859              0.60               77               36            7.7
## 6860              0.60               63                9            7.8
## 6861              0.60               54               24            7.9
## 6863              0.60               51               18            3.6
## 6867              0.60               55               65            6.5
## 6868              0.60               70               39            5.0
## 6872              0.60               53               24            6.8
## 6875              0.60               63                4            7.6
## 6878              0.60               64               38            7.8
## 6879              0.60               78               37            7.0
## 6885              0.60               77               63            7.2
## 6887              0.60               56               26            8.1
## 6888              0.60               76                8            5.9
## 6891              0.60               75               12            7.8
## 6895              0.60               60               15            7.6
## 6896              0.60               68               43            8.1
## 6901              0.60               55               25            8.2
## 6903              0.60               67               31            8.1
## 6904              0.60               62               17            4.9
## 6905              0.60               76               65            8.3
## 6909              0.60               75               25            8.4
## 6913              0.60               84               55            7.8
## 6915              0.60               90               47            8.9
## 6916              0.60               83               10            8.6
## 6918              0.60               76               36            8.4
## 6919              0.60               45                6            7.8
## 6920              0.60               71               11            6.3
## 6921              0.60               70               14            5.2
## 6923              0.60               68               10            7.8
## 6927              0.60               69                6            7.3
## 6928              0.60               66                5            6.7
## 6930              0.60               72               21            8.2
## 6931              0.60               52                7            6.8
## 6932              0.60               67                8            8.4
## 6937              0.60               55                6            7.3
## 6947              0.60               66               49            6.9
## 6953              0.60               46               34            6.2
## 6959              0.60               76               32            7.4
## 6967              0.60               67               34            7.0
## 6971              0.60               50               32            6.3
## 6976              0.60               79               32            8.7
## 6977              0.60               30                8            2.2
## 6978              0.60               40               38            7.1
## 6980              0.60               73               29            7.9
## 6982              0.59               56                9            5.8
## 6985              0.59               63               76            4.0
## 6987              0.59               80               34            7.8
## 6988              0.59               44               14            7.0
## 6994              0.58               56                9            8.9
## 6999              0.57               59               27            5.1
## 7000              0.57               61               16            6.0
## 7001              0.57               75               36            7.5
## 7004              0.56               78               47            7.6
## 7006              0.56               69               42            6.8
## 7009              0.55               86               28            7.3
## 7010              0.55               82               13            7.9
## 7012              0.55               47               21            7.5
## 7013              0.55               67               19            6.8
## 7014              0.55               82               34            7.1
## 7018              0.54               66               14            7.1
## 7019              0.54               33               18            3.8
## 7020              0.54               54                7            7.8
## 7022              0.53               73                4            7.9
## 7026              0.53               47                5            5.4
## 7028              0.52               70                4            8.3
## 7031              0.52               78               51            7.5
## 7033              0.52               77               14            7.9
## 7035              0.51               76               23            7.3
## 7036              0.51               70               26            7.7
## 7038              0.51               56               10            7.0
## 7040              0.50               83               34            8.4
## 7043              0.50               73                7            6.5
## 7046              0.49               54               22            7.0
## 7047              0.49               78               11            7.6
## 7050              0.49               36                7            3.6
## 7052              0.48               58               53            5.7
## 7059              0.48               70               41            4.8
## 7061              0.47               83               52            8.2
## 7065              0.47               82               16            8.8
## 7068              0.47               41               12            4.2
## 7069              0.46               56               10            6.0
## 7074              0.45               76               25            8.4
## 7075              0.45               70               12            7.2
## 7078              0.45               57               15            5.6
## 7083              0.44               80               26            7.7
## 7084              0.44               68               67            8.0
## 7091              0.43               53               10            5.2
## 7093              0.42               74               34            6.5
## 7094              0.42               62               15            6.2
## 7095              0.42               84               12            7.3
## 7097              0.42               85               70            7.4
## 7098              0.42               74               35            6.8
## 7101              0.41               74               16            7.8
## 7102              0.41               70               51            6.9
## 7103              0.40               68               57            8.6
## 7104              0.40               71               16            5.4
## 7125              0.38               65               38            7.4
## 7128              0.38               49               10            7.4
## 7131              0.38               49               37            4.5
## 7134              0.38               91               49            7.9
## 7135              0.37               84               24            7.7
## 7136              0.37               54               11            3.5
## 7137              0.37               69               12            4.3
## 7139              0.37               72               24            6.7
## 7142              0.37               55               12            5.7
## 7145              0.36               49                7            6.7
## 7146              0.36               63                5            7.1
## 7147              0.36               56               24            2.1
## 7148              0.36               79               26            7.3
## 7149              0.36               53                4            5.5
## 7151              0.35               85               55            8.4
## 7157              0.34               76                9            7.6
## 7159              0.34               54                4            6.7
## 7164              0.34               52                8            6.5
## 7165              0.34               75               37            7.1
## 7167              0.33               88               25            7.7
## 7175              0.32               86               24            8.8
## 7176              0.32               53               21            5.3
## 7177              0.32               84               11            7.8
## 7183              0.32               74               38            8.2
## 7184              0.32               63               48            6.9
## 7189              0.31               73               11            8.4
## 7190              0.31               63               16            7.3
## 7191              0.31               62               35            7.2
## 7194              0.31               64               32            5.8
## 7195              0.31               46               21            4.7
## 7198              0.30               70               34            8.7
## 7199              0.30               76               11            8.9
## 7203              0.29               88               33            8.7
## 7204              0.29               60               17            5.4
## 7206              0.29               69               14            8.8
## 7208              0.29               70               14            6.8
## 7209              0.29               56               14            7.5
## 7211              0.29               67               31            6.8
## 7212              0.29               67                4            7.5
## 7216              0.28               82               18            7.5
## 7217              0.28               70               21            7.5
## 7220              0.28               55                4            6.2
## 7223              0.27               41                7            5.4
## 7226              0.27               75               21            7.9
## 7233              0.26               76               24            7.4
## 7235              0.26               55               26            6.8
## 7236              0.26               63               15            8.5
## 7237              0.26               59               15            8.2
## 7238              0.26               76                4            6.3
## 7247              0.25               74               35            8.3
## 7249              0.25               65               23            3.5
## 7252              0.25               63               20            6.9
## 7253              0.25               56               45            6.4
## 7254              0.25               57               18            7.1
## 7256              0.25               66               25            5.1
## 7260              0.25               85               43            8.0
## 7261              0.24               69               37            7.1
## 7262              0.24               42               28            5.5
## 7263              0.24               60                7            4.2
## 7267              0.24               61                9            7.8
## 7272              0.24               62               17            8.2
## 7273              0.24               86               60            9.0
## 7275              0.23               63               20            7.9
## 7276              0.23               75               36            8.3
## 7279              0.23               63                4            7.5
## 7283              0.23               84               16            7.1
## 7284              0.23               52               16            4.8
## 7286              0.23               70               22            5.0
## 7287              0.23               71               11            8.4
## 7289              0.23               55               27            6.6
## 7292              0.23               59                7            6.7
## 7293              0.22               78               13            7.4
## 7301              0.22               73               19            7.7
## 7303              0.22               52               11            7.8
## 7304              0.22               74               55            7.0
## 7305              0.22               53               19            5.8
## 7312              0.22               59                6            5.3
## 7314              0.22               91               56            8.5
## 7316              0.21               93               22            8.4
## 7318              0.21               69               20            8.2
## 7319              0.21               68               16            7.3
## 7325              0.21               63               17            8.0
## 7327              0.21               69                4            4.1
## 7329              0.21               63               37            4.8
## 7331              0.21               69               46            6.5
## 7332              0.21               70               35            7.8
## 7334              0.20               59                8            8.0
## 7335              0.20               89               19            6.4
## 7336              0.20               61               12            6.0
## 7338              0.20               38               16            6.5
## 7342              0.20               89               32            8.8
## 7344              0.20               65               35            7.1
## 7345              0.20               59               28            8.0
## 7346              0.20               70               12            8.2
## 7347              0.19               72               31            7.4
## 7348              0.19               68               24            7.6
## 7349              0.19               49               30            7.0
## 7351              0.19               52               35            4.9
## 7354              0.19               46               13            2.8
## 7356              0.19               77               15            9.0
## 7357              0.19               80               47            7.8
## 7360              0.19               60               27            5.1
## 7368              0.19               51               28            3.1
## 7369              0.19               72                4            5.7
## 7374              0.18               71               22            7.5
## 7382              0.18               84               15            9.2
## 7384              0.18               79               30            8.6
## 7385              0.18               56               16            8.3
## 7388              0.18               73               21            7.5
## 7390              0.17               31                4            4.4
## 7391              0.17               51               16            6.8
## 7393              0.17               60               35            7.4
## 7394              0.17               42                4            5.0
## 7399              0.17               79                9            7.4
## 7405              0.17               53               37            3.8
## 7410              0.17               68               17            7.0
## 7411              0.17               72               10            7.1
## 7421              0.16               62               28            7.1
## 7423              0.16               71               29            9.0
## 7424              0.16               86               75            9.1
## 7426              0.16               89               54            7.7
## 7427              0.16               84               19            7.5
## 7430              0.16               63                5            8.0
## 7434              0.15               62               25            7.5
## 7435              0.15               67                9            8.5
## 7437              0.15               80               26            7.4
## 7438              0.15               87               32            7.6
## 7442              0.15               75               33            8.5
## 7445              0.15               65               43            6.5
## 7448              0.15               67                9            5.5
## 7449              0.15               68               18            6.0
## 7450              0.15               69               50            6.4
## 7452              0.14               73               17            7.3
## 7454              0.14               65               12            7.9
## 7458              0.14               62               10            6.8
## 7460              0.14               65               11            8.2
## 7462              0.14               77               35            8.3
## 7466              0.14               86                6            7.8
## 7468              0.14               54               23            6.5
## 7469              0.14               62                5            7.3
## 7471              0.14               49                5            3.4
## 7472              0.13               49                4            5.7
## 7473              0.13               77               16            4.6
## 7476              0.13               82               49            8.3
## 7478              0.13               65               12            6.5
## 7480              0.13               62               16            6.7
## 7481              0.13               79               23            8.7
## 7486              0.13               70               21            6.8
## 7488              0.13               69               25            5.6
## 7489              0.13               79               16            8.7
## 7493              0.13               62               30            7.5
## 7497              0.13               65                4            2.5
## 7499              0.13               81                5            8.4
## 7500              0.13               39                6            2.0
## 7502              0.13               73               11            8.3
## 7503              0.13               52                9            8.5
## 7504              0.13               76               37            7.8
## 7505              0.13               54               13            3.9
## 7506              0.13               51                4            7.4
## 7511              0.12               86               38            8.3
## 7512              0.12               53               19            8.1
## 7513              0.12               60                7            6.7
## 7517              0.12               64                4            8.4
## 7518              0.12               70               36            5.8
## 7522              0.12               71               42            7.0
## 7523              0.12               49               26            6.0
## 7528              0.12               61               44            7.2
## 7530              0.12               72               35            7.7
## 7534              0.12               63                4            7.8
## 7535              0.12               66                8            7.1
## 7536              0.12               56                5            5.7
## 7537              0.12               75               26            7.7
## 7542              0.12               63               21            7.1
## 7544              0.11               71               10            7.7
## 7549              0.11               68                7            5.9
## 7553              0.11               55               30            6.7
## 7554              0.11               44                5            2.2
## 7558              0.11               46               14            6.8
## 7559              0.11               30                4            3.8
## 7564              0.11               70               15            8.3
## 7567              0.11               78                4            8.8
## 7570              0.11               44               31            5.7
## 7576              0.10               76               22            6.8
## 7579              0.10               67               27            7.0
## 7585              0.10               76                7            7.9
## 7590              0.10               65               19            7.8
## 7598              0.10               81               36            8.3
## 7601              0.10               68                4            7.3
## 7603              0.10               72               19            8.2
## 7604              0.10               84               58            7.1
## 7605              0.10               85               27            6.2
## 7608              0.09               70                8            8.0
## 7611              0.09               57                5            5.5
## 7618              0.09               80               32            8.7
## 7620              0.09               46                8            7.0
## 7622              0.09               84               29            6.8
## 7626              0.09               71               13            6.3
## 7628              0.09               56                8            5.8
## 7629              0.09               48               15            5.3
## 7630              0.09               43                5            5.4
## 7634              0.09               30                5            2.5
## 7638              0.09               71               19            4.8
## 7641              0.09               63               18            6.2
## 7646              0.09               76               25            8.6
## 7647              0.09               82               21            8.3
## 7650              0.09               57                9            6.7
## 7651              0.09               62                9            8.0
## 7652              0.09               48                6            7.1
## 7653              0.09               67               34            7.9
## 7654              0.09               46                6            7.3
## 7655              0.09               60                8            7.0
## 7657              0.09               54                5            8.7
## 7658              0.09               77               43            8.7
## 7663              0.09               71               17            7.5
## 7666              0.09               80               20            7.7
## 7669              0.09               64               26            4.3
## 7673              0.09               78               29            8.5
## 7677              0.09               66                4            4.4
## 7681              0.09               79               47            6.7
## 7687              0.09               50               22            8.1
## 7693              0.09               69               25            7.2
## 7694              0.09               69               23            8.2
## 7695              0.09               69               21            7.6
## 7696              0.09               61               16            7.0
## 7697              0.09               62               43            7.4
## 7700              0.09               66               12            4.8
## 7703              0.09               52               25            5.2
## 7705              0.09               81               59            8.3
## 7707              0.09               78               15            8.6
## 7713              0.09               77               17            8.1
## 7714              0.09               85               44            8.7
## 7717              0.09               47               25            5.1
## 7719              0.09               49               12            6.0
## 7729              0.09               70               40            7.8
## 7736              0.09               54               14            6.3
## 7737              0.09               89               63            8.8
## 7741              0.09               59               15            7.0
## 7744              0.09               74               14            8.4
## 7745              0.09               55               25            7.3
## 7747              0.09               64               43            8.1
## 7749              0.09               40                4            3.8
## 7750              0.09               61               19            3.0
## 7751              0.09               59                9            7.8
## 7756              0.09               85               74            8.9
## 7758              0.09               69               30            6.8
## 7762              0.09               65               12            7.6
## 7768              0.09               64               30            6.8
## 7769              0.09               85               28            8.5
## 7770              0.09               78               19            8.6
## 7772              0.09               71               41            6.9
## 7773              0.09               30               16            3.3
## 7778              0.09               80               28            7.5
## 7781              0.09               92               39            7.2
## 7782              0.09               44               28            8.1
## 7787              0.09               73               27            8.2
## 7789              0.09               59                5            5.8
## 7791              0.09               68               32            7.8
## 7793              0.09               66               20            7.2
## 7796              0.09               61               19            7.1
## 7797              0.09               59               12            7.5
## 7798              0.09               67               24            6.8
## 7804              0.09               66               32            6.8
## 7805              0.09               88               74            8.8
## 7807              0.09               75               23            7.8
## 7811              0.09               51               19            4.5
## 7812              0.09               71                6            7.6
## 7814              0.09               83               13            7.5
## 7815              0.09               70                9            7.2
## 7817              0.09               36               16            5.8
## 7818              0.09               49               10            7.1
## 7819              0.09               85               63            9.2
## 7823              0.09               79               12            7.6
## 7824              0.09               80               21            5.5
## 7825              0.09               52               11            8.5
## 7828              0.09               41                5            7.2
## 7831              0.09               53                9            5.2
## 7839              0.09               65               28            7.5
## 7840              0.09               46                9            3.1
## 7842              0.09               92               20            8.7
## 7845              0.09               68               33            7.8
## 7846              0.09               37                4            7.8
## 7849              0.09               84               51            8.3
## 7850              0.09               68               23            7.3
## 7851              0.09               42               16            4.5
## 7852              0.09               65               21            7.5
## 7853              0.09               43                4            6.2
## 7855              0.09               50               31            7.9
## 7856              0.09               42               14            7.1
## 7857              0.09               56                4            6.0
## 7861              0.09               81               83            8.0
## 7862              0.09               78               21            8.5
## 7863              0.09               71                5            8.4
## 7864              0.09               47                7            5.0
## 7865              0.09               85               55            7.9
## 7872              0.09               50                7            8.3
## 7873              0.09               52               11            8.5
## 7874              0.09               60               23            7.2
## 7876              0.09               68               15            7.3
## 7878              0.09               43               17            5.0
## 7879              0.09               86               39            9.0
## 7880              0.09               71               37            6.2
## 7883              0.09               82               48            9.0
## 7885              0.09               90               26            8.5
## 7887              0.09               75               47            7.7
## 7888              0.09               61               20            6.5
## 7890              0.09               50               15            6.5
## 7893              0.09               88               31            8.8
## 7894              0.09               58               12            5.8
## 7895              0.09               73               50            7.4
## 7897              0.09               80               43            8.2
## 7898              0.09               42               12            6.5
## 7900              0.09               67               17            7.8
## 7901              0.09               40                9            2.0
## 7905              0.09               46                7            4.3
## 7911              0.09               70               47            5.2
## 7912              0.09               31                7            5.4
## 7915              0.09               70               20            8.1
## 7917              0.09               48               10            3.1
## 7919              0.09               73               20            7.3
## 7921              0.09               70               58            6.2
## 7922              0.09               61                9            8.0
## 7925              0.09               73                5            7.1
## 7927              0.09               61               12            4.8
## 7930              0.09               68               14            7.2
## 7932              0.09               83               21            8.3
## 7934              0.09               60                9            7.1
## 7935              0.09               83               19            8.2
## 7936              0.09               87               52            8.2
## 7937              0.09               70               18            6.3
## 7938              0.09               70               55            6.2
## 7940              0.09               89               40            8.3
## 7942              0.09               69               25            7.0
## 7946              0.09               40               23            4.0
## 7950              0.09               70               40            7.2
## 7951              0.09               87                5            8.0
## 7952              0.09               70               12            6.4
## 7955              0.09               83               43            8.6
## 7957              0.09               47               36            2.0
## 7965              0.09               57                5            7.1
## 7968              0.09               86               54            7.9
## 7976              0.09               84               32            8.7
## 7977              0.09               45               11            6.8
## 7979              0.09               78               20            7.3
## 7982              0.09               67               18            8.7
## 7983              0.09               73               24            7.8
## 7984              0.09               39               14            2.0
## 7989              0.09               79               42            4.9
## 7993              0.09               74               46            8.8
## 7995              0.09               64               12            7.0
## 7998              0.09               82               15            7.7
## 7999              0.09               54               25            6.9
## 8003              0.09               87               30            9.2
## 8005              0.09               52               11            7.8
## 8006              0.09               44               28            7.3
## 8011              0.09               74               54            7.3
## 8012              0.09               54                7            5.4
## 8015              0.09               48               14            2.3
## 8019              0.09               57               21            5.6
## 8021              0.09               84               56            7.9
## 8022              0.09               89               19            9.1
## 8023              0.09               72                4            7.5
## 8024              0.09               80               38            7.8
## 8030              0.09               69               10            7.3
## 8031              0.09               67                8            8.5
## 8032              0.09               68               26            8.3
## 8036              0.09               59                8            7.2
## 8040              0.09               74               17            7.1
## 8041              0.09               43               25            2.8
## 8042              0.09               76               30            7.6
## 8045              0.09               65               25            8.5
## 8050              0.09               78               14            8.0
## 8051              0.09               84               24            8.3
## 8053              0.09               60               16            6.5
## 8054              0.09               73                4            6.6
## 8060              0.09               94               66            9.1
## 8063              0.09               65               16            6.5
## 8066              0.09               64               41            7.0
## 8073              0.09               37                4            2.0
## 8074              0.09               78               33            7.7
## 8079              0.09               78               41            8.8
## 8081              0.09               72               11            7.9
## 8085              0.09               37                4            6.1
## 8086              0.09               77               36            7.1
## 8087              0.09               69               30            6.4
## 8090              0.09               81               16            8.9
## 8093              0.09               80               38            7.2
## 8094              0.09               85                8            8.2
## 8100              0.09               58                6            8.0
## 8102              0.09               48               25            6.7
## 8107              0.09               50                5            5.3
## 8110              0.09               63                4            7.1
## 8112              0.09               67               28            6.6
## 8119              0.09               69               10            3.0
## 8120              0.09               76               33            6.0
## 8121              0.09               61                6            6.4
## 8125              0.09               55                9            7.6
## 8126              0.09               80               11            6.7
## 8128              0.09               48               10            3.1
## 8129              0.09               66               22            6.3
## 8134              0.60               94               70            8.4
## 8137              0.60               83               83            7.7
## 8144              0.60               68               34            7.1
## 8145              0.60               61                9            7.9
## 8146              0.60               88               66            8.1
## 8147              0.60               81               40            7.3
## 8149              0.60               86               36            8.4
## 8150              0.60               85               69            7.9
## 8151              0.60               80               67            7.1
## 8152              0.60               91               46            7.9
## 8154              0.60               90               66            8.3
## 8159              0.60               64               55            8.0
## 8160              0.60               85               56            7.9
## 8165              0.60               83               12            6.5
## 8167              0.60               73               24            9.2
## 8168              0.60               91               74            8.7
## 8174              0.60               79               47            8.0
## 8175              0.60               80               24            7.4
## 8176              0.60               78               11            7.8
## 8179              0.60               30                8            4.3
## 8180              0.60               62               11            6.2
## 8184              0.60               83               45            7.8
## 8185              0.60               73               16            4.1
## 8186              0.60               92               55            8.1
## 8189              0.60               73               16            7.1
## 8191              0.60               73               26            6.0
## 8192              0.60               76               41            6.8
## 8198              0.60               74               38            7.9
## 8200              0.60               81               28            7.1
## 8201              0.60               83               75            8.0
## 8203              0.60               66               16            7.0
## 8204              0.60               63               11            8.4
## 8207              0.60               68               38            7.2
## 8213              0.60               68               10            8.2
## 8214              0.60               69               17            7.3
## 8224              0.60               81               44            6.1
## 8225              0.60               79                7            7.4
## 8229              0.60               49                8            6.7
## 8234              0.60               56                6            5.5
## 8235              0.60               52               15            6.8
## 8240              0.60               75               16            7.6
## 8242              0.60               73               19            8.2
## 8245              0.60               78               32            8.2
## 8246              0.60               69               20            7.3
## 8250              0.60               82               48            5.9
## 8252              0.60               60               39            8.3
## 8257              0.60               85               47            7.4
## 8258              0.60               59                7            6.7
## 8259              0.60               76               29            7.8
## 8261              0.60               72               42            8.1
## 8264              0.60               75               22            6.9
## 8265              0.60               44                5            2.2
## 8267              0.60               68               23            7.4
## 8270              0.60               65               13            6.1
## 8271              0.60               72               24            7.0
## 8273              0.60               86               58            8.1
## 8276              0.60               80               54            7.9
## 8279              0.60               59               13            5.9
## 8280              0.60               81               31            5.3
## 8282              0.60               83               25            8.6
## 8286              0.60               50               14            6.5
## 8287              0.60               71               30            7.5
## 8294              0.60               73               22            7.3
## 8296              0.60               65                9            8.0
## 8298              0.60               51               23            7.6
## 8299              0.60               57               11            6.7
## 8302              0.60               53                6            5.6
## 8303              0.60               77               59            7.6
## 8304              0.60               86               60            8.7
## 8309              0.60               64                5            7.3
## 8312              0.60               73               34            8.2
## 8313              0.60               69               42            7.5
## 8316              0.60               80               47            6.9
## 8322              0.60               92               59            9.0
## 8336              0.60               64               21            8.5
## 8337              0.60               70               43            7.1
## 8338              0.60               82               42            8.6
## 8339              0.60               69                7            6.8
## 8340              0.60               60               33            7.0
## 8347              0.60               84               24            8.1
## 8348              0.60               48               20            7.5
## 8349              0.60               60               35            7.4
## 8351              0.60               76                8            7.7
## 8353              0.60               80               38            8.0
## 8355              0.60               75               38            7.3
## 8357              0.60               68               24            7.6
## 8361              0.60               65                9            6.0
## 8364              0.60               42               15            5.5
## 8366              0.60               72                7            6.0
## 8367              0.60               43                7            4.9
## 8369              0.60               71                5            8.0
## 8381              0.56               63                9            8.6
## 8385              0.56               58               31            6.3
## 8387              0.55               81               18            6.8
## 8388              0.55               67                4            6.8
## 8391              0.54               72               31            7.4
## 8392              0.54               78               57            8.6
## 8401              0.51               55                8            4.8
## 8405              0.50               62               16            6.7
## 8410              0.50               65               10            7.4
## 8412              0.50               87               42            8.2
## 8414              0.49               62               18            6.7
## 8415              0.49               57               37            5.3
## 8416              0.49               78               36            8.7
## 8419              0.48               43                4            5.0
## 8421              0.48               79               36            5.9
## 8425              0.47               66               57            7.5
## 8427              0.47               55               12            7.6
## 8428              0.47               79               21            6.5
## 8429              0.46               76               28            8.9
## 8438              0.45               78               55            8.3
## 8439              0.45               76               23            8.2
## 8443              0.45               58                9            5.0
## 8444              0.45               77               42            7.2
## 8445              0.44               80               26            8.1
## 8446              0.44               73               36            6.6
## 8452              0.44               84               13            7.2
## 8454              0.43               73                7            7.0
## 8456              0.43               76               31            7.3
## 8457              0.42               68               38            4.4
## 8462              0.42               61                5            7.0
## 8465              0.42               54               10            7.0
## 8469              0.41               80               43            7.8
## 8473              0.41               63                8            4.8
## 8480              0.40               79               46            7.5
## 8483              0.40               57               18            7.2
## 8485              0.39               36                7            6.4
## 8488              0.38               38               10            3.9
## 8492              0.38               70               27            7.9
## 8494              0.38               57                4            8.0
## 8500              0.37               85               31            8.2
## 8503              0.37               73                6            7.8
## 8504              0.37               56                4            2.7
## 8505              0.37               52               11            7.6
## 8507              0.36               59                5            8.3
## 8509              0.36               60               17            5.9
## 8511              0.35               81               25            9.1
## 8512              0.35               66                4            7.2
## 8515              0.34               66               14            7.8
## 8519              0.34               60               26            7.3
## 8523              0.33               75               43            8.2
## 8529              0.33               67               30            6.0
## 8530              0.33               74               52            8.1
## 8533              0.32               79               56            7.9
## 8534              0.32               74               26            8.8
## 8537              0.32               75               55            8.2
## 8538              0.32               63               46            7.4
## 8540              0.31               57                8            2.5
## 8543              0.31               58                9            8.1
## 8544              0.31               54               10            4.1
## 8546              0.31               87               60            7.7
## 8549              0.31               69               69            8.5
## 8552              0.30               83               38            8.4
## 8553              0.30               55               12            5.2
## 8555              0.30               66               16            9.0
## 8556              0.30               63                4            5.8
## 8558              0.30               60               42            7.4
## 8561              0.30               52                7            7.4
## 8565              0.29               43                7            4.0
## 8566              0.29               70               30            7.7
## 8567              0.29               76                6            6.0
## 8571              0.29               71               17            6.2
## 8576              0.28               58                6            7.0
## 8577              0.28               58               23            7.9
## 8579              0.28               58               24            6.6
## 8581              0.28               70               24            7.8
## 8583              0.28               86               31            7.2
## 8586              0.28               89               36            7.6
## 8589              0.27               81               36            7.8
## 8595              0.27               71               10            7.3
## 8596              0.27               56               14            5.5
## 8599              0.26               75               22            6.8
## 8600              0.26               46                9            7.0
## 8601              0.26               51                7            6.5
## 8602              0.26               48               10            6.3
## 8603              0.26               77               16            8.3
## 8605              0.26               48               47            5.0
## 8607              0.26               42               13            5.0
## 8608              0.26               72               30            9.2
## 8611              0.25               71               11            8.0
## 8612              0.25               78               79            8.3
## 8615              0.25               86               23            6.9
## 8616              0.25               71               10            6.4
## 8626              0.24               56               41            5.9
## 8628              0.24               72                7            6.9
## 8630              0.24               57               28            7.9
## 8631              0.24               67               35            6.6
## 8639              0.23               71               22            8.6
## 8641              0.23               67               28            4.3
## 8642              0.23               71               29            8.4
## 8644              0.23               79               21            6.7
## 8645              0.23               69               20            8.0
## 8646              0.22               72               23            8.4
## 8650              0.22               56               31            5.6
## 8653              0.22               69                7            6.8
## 8661              0.21               76               34            8.0
## 8662              0.21               67               33            7.1
## 8664              0.20               64               23            5.9
## 8666              0.20               43                9            6.4
## 8667              0.20               60               34            7.1
## 8669              0.20               50               35            5.6
## 8670              0.20               66               14            4.0
## 8672              0.20               53               27            7.4
## 8673              0.19               69               49            7.3
## 8674              0.19               52               12            8.2
## 8679              0.19               81               19            8.6
## 8680              0.19               69               30            7.3
## 8684              0.18               76                8            7.4
## 8688              0.18               58                7            4.4
## 8690              0.18               81                9            7.1
## 8692              0.17               80               44            7.3
## 8699              0.17               39               14            8.0
## 8705              0.17               73               44            7.6
## 8706              0.17               72               48            7.9
## 8707              0.17               57               23            8.0
## 8711              0.16               75               45            7.8
## 8713              0.16               73               24            2.8
## 8716              0.16               77               19            7.2
## 8724              0.16               74               27            8.5
## 8726              0.15               53                4            6.7
## 8728              0.15               62               10            8.0
## 8729              0.15               77               38            8.5
## 8730              0.15               74               26            8.1
## 8736              0.15               78               28            7.8
## 8737              0.15               47               26            6.2
## 8740              0.14               80                8            8.5
## 8745              0.14               59               29            8.0
## 8747              0.14               60                7            5.6
## 8748              0.14               79               36            7.9
## 8750              0.14               59               26            5.4
## 8751              0.14               30                4            3.1
## 8752              0.14               71               23            8.4
## 8755              0.14               78               17            8.5
## 8760              0.14               82               18            5.2
## 8764              0.14               44                8            6.3
## 8765              0.14               56               17            4.9
## 8767              0.13               64               42            8.2
## 8768              0.13               65               28            8.2
## 8769              0.13               71               43            7.4
## 8771              0.13               61               30            4.2
## 8772              0.13               39                7            6.4
## 8776              0.13               41                5            6.3
## 8780              0.13               60                7            8.3
## 8782              0.13               37               33            3.0
## 8785              0.12               71               57            7.7
## 8787              0.12               78               11            7.0
## 8789              0.12               89               28            7.2
## 8790              0.12               34               29            3.6
## 8792              0.12               68                9            7.3
## 8793              0.12               80               55            8.2
## 8798              0.12               30                7            3.7
## 8804              0.12               68               31            6.0
## 8805              0.11               61                8            6.5
## 8806              0.11               77               30            7.3
## 8809              0.11               63               11            9.2
## 8812              0.11               88               24            9.2
## 8816              0.11               50                9            5.0
## 8818              0.11               47               28            5.3
## 8819              0.11               53               29            5.3
## 8822              0.11               38                5            4.4
## 8823              0.11               55               23            6.1
## 8826              0.11               55               32            7.1
## 8827              0.11               67               13            5.7
## 8828              0.11               62               16            8.2
## 8829              0.11               77               35            8.7
## 8837              0.10               71               13            7.4
## 8841              0.10               51               25            6.0
## 8843              0.10               46                4            3.5
## 8845              0.10               60                6            7.7
## 8847              0.10               61               11            6.5
## 8848              0.10               81               18            7.6
## 8849              0.10               61               15            6.1
## 8851              0.10               65               11            7.5
## 8852              0.10               56                8            6.4
## 8853              0.10               58               20            8.2
## 8854              0.10               53               16            7.1
## 8855              0.10               43               25            3.5
## 8857              0.10               91               56            9.2
## 8859              0.10               65               33            7.7
## 8863              0.10               58               33            6.1
## 8864              0.10               62               21            6.1
## 8866              0.09               63               25            6.6
## 8867              0.09               73               28            7.3
## 8874              0.09               67               15            3.8
## 8876              0.09               64               17            6.0
## 8877              0.09               73               26            8.6
## 8881              0.09               44                4            5.4
## 8882              0.09               35                7            5.8
## 8884              0.09               64               16            7.1
## 8886              0.09               65                8            7.4
## 8887              0.09               43               32            7.0
## 8892              0.09               51               14            6.8
## 8893              0.09               70               29            7.1
## 8896              0.09               61                5            8.9
## 8904              0.09               44               10            4.1
## 8908              0.09               70               33            8.8
## 8911              0.09               83               41            9.0
## 8914              0.09               66               37            6.7
## 8920              0.09               75               31            7.9
## 8921              0.09               75                4            7.0
## 8923              0.09               73               17            4.2
## 8924              0.09               63               11            6.5
## 8926              0.09               74               22            8.1
## 8930              0.09               57               20            6.7
## 8931              0.09               69               10            8.4
## 8932              0.09               70               15            8.2
## 8935              0.09               37               19            5.9
## 8937              0.09               46               22            7.0
## 8938              0.09               69               29            6.5
## 8941              0.09               67                7            6.8
## 8944              0.09               78               20            7.3
## 8948              0.09               30                5            2.7
## 8952              0.09               82               20            7.4
## 8953              0.09               72               40            7.9
## 8954              0.09               70               12            7.7
## 8959              0.09               58               29            7.3
## 8960              0.09               81               19            8.5
## 8961              0.09               56               22            3.7
## 8962              0.09               71               59            8.0
## 8963              0.09               73               37            7.7
## 8965              0.09               72               17            7.5
## 8966              0.09               50                9            4.3
## 8974              0.09               70               11            5.0
## 8976              0.09               48               24            7.1
## 8977              0.09               83               41            8.0
## 8982              0.09               56               20            6.6
## 8983              0.09               55                6            7.2
## 8985              0.09               33                4            5.3
## 8992              0.09               69               20            7.5
## 8995              0.09               74                4            7.7
## 8998              0.09               79               13            7.9
## 9000              0.09               74               12            8.0
## 9001              0.09               59               25            6.1
## 9002              0.09               60               10            6.1
## 9005              0.09               41                9            5.5
## 9009              0.09               72               27            8.2
## 9011              0.09               30                6            2.0
## 9013              0.09               71                9            6.2
## 9014              0.09               68               10            5.4
## 9016              0.09               78               26            7.4
## 9017              0.09               30               14            2.8
## 9021              0.09               83               54            8.4
## 9022              0.09               66               24            5.9
## 9025              0.09               83               25            7.9
## 9029              0.09               54                4            5.6
## 9030              0.09               79               39            7.9
## 9032              0.09               80               20            8.4
## 9033              0.09               58               22            6.4
## 9037              0.09               46               31            5.0
## 9038              0.09               75               77            7.2
## 9040              0.09               66               28            7.4
## 9041              0.09               39                4            3.0
## 9045              0.09               73               13            6.7
## 9049              0.09               64               16            7.0
## 9051              0.09               61               18            8.2
## 9053              0.09               80               34            6.8
## 9055              0.09               59               39            6.9
## 9056              0.09               49                7            6.5
## 9059              0.09               67               37            7.3
## 9060              0.09               67                9            7.6
## 9062              0.09               68               30            6.3
## 9064              0.09               56                8            6.4
## 9068              0.09               67                4            6.7
## 9072              0.09               75               15            8.4
## 9073              0.09               75               21            8.5
## 9075              0.09               67                6            8.0
## 9077              0.09               59               19            8.8
## 9078              0.09               53               29            8.5
## 9079              0.09               71               12            6.5
## 9084              0.09               50               26            7.7
## 9085              0.09               50               40            2.8
## 9086              0.09               46               31            5.0
## 9087              0.09               72               27            8.0
## 9088              0.09               42               10            2.2
## 9091              0.09               81               35            8.9
## 9096              0.09               63               11            7.1
## 9097              0.09               78               40            8.5
## 9098              0.09               37               14            4.6
## 9102              0.09               55               21            7.9
## 9103              0.09               53                6            4.3
## 9104              0.09               93               41            8.7
## 9106              0.09               89               44            8.1
## 9114              0.09               65                5            5.7
## 9120              0.09               62               18            5.3
## 9122              0.09               53               24            5.8
## 9123              0.09               73               41            6.0
## 9126              0.09               56               29            6.7
## 9132              0.09               72               42            6.4
## 9136              0.09               92               49            8.4
## 9140              0.09               86               28            8.3
## 9141              0.09               58               16            7.0
## 9143              0.09               76               22            8.3
## 9146              0.09               75               18            7.5
## 9149              0.09               35                4            5.6
## 9153              0.09               55               13            2.1
## 9157              0.09               85               18            7.2
## 9158              0.09               39                5            3.0
## 9159              0.09               63               29            6.1
## 9161              0.09               33                4            2.5
## 9163              0.09               61               11            7.8
## 9164              0.09               77               30            9.2
## 9169              0.09               89                6            7.8
## 9174              0.09               50                8            6.5
## 9175              0.09               76               41            6.6
## 9178              0.09               79               49            7.1
## 9184              0.09               84               20            7.3
## 9188              0.09               62               16            7.5
## 9189              0.09               60                7            7.6
## 9190              0.09               79               18            8.1
## 9195              0.09               44                5            5.4
## 9197              0.09               81               27            8.1
## 9198              0.09               72               31            7.0
## 9199              0.09               77               41            8.2
## 9201              0.09               37                7            4.1
## 9202              0.09               86               22            6.9
## 9203              0.09               57                9            5.8
## 9207              0.09               65                6            7.0
## 9212              0.09               78                6            7.8
## 9213              0.09               80               42            7.8
## 9215              0.09               70               21            7.5
## 9216              0.09               79               15            7.2
## 9217              0.09               83               25            8.3
## 9219              0.09               87               67            8.4
## 9227              0.09               74               37            8.2
## 9231              0.09               58               12            8.3
## 9232              0.09               64               50            6.7
## 9233              0.09               75               25            6.9
## 9237              0.09               39               14            2.0
## 9238              0.09               67                4            6.9
## 9241              0.09               67               38            7.3
## 9244              0.09               70               29            7.7
## 9247              0.09               53                7            6.7
## 9248              0.09               76               22            7.8
## 9249              0.09               59                7            5.4
## 9250              0.09               55                5            6.6
## 9254              0.09               87               36            7.8
## 9255              0.09               61               15            7.6
## 9258              0.09               71               23            8.8
## 9260              0.09               84               55            8.3
## 9261              0.09               84                9            7.7
## 9264              0.09               74               12            7.4
## 9265              0.09               46                4            4.3
## 9273              0.09               57                4            7.6
## 9275              0.09               51                4            7.4
## 9277              0.09               53               29            3.7
## 9278              0.09               80               20            8.1
## 9279              0.09               86                4            8.1
## 9280              0.09               80               31            8.2
## 9282              0.09               72               13            6.9
## 9286              0.09               85               47            8.0
## 9289              0.09               65               24            8.2
## 9290              0.09               76               44            8.0
## 9307              0.09               80               24            8.3
## 9310              0.09               56               13            5.5
## 9312              0.09               36                9            3.0
## 9313              0.09               55               13            7.9
## 9315              0.09               69               23            8.2
## 9324              0.09               39               12            4.2
## 9325              0.09               79               48            9.2
## 9327              0.09               77               10            7.6
## 9328              0.60               76               51            8.0
## 9329              0.60               89               65            8.5
## 9332              0.60               94               73            9.0
## 9333              0.60               94               83            8.3
## 9335              0.60               67               35            7.2
## 9338              0.60               84               29            8.2
## 9339              0.60               86               19            8.9
## 9340              0.60               94               83            8.7
## 9343              0.60               93               52            8.6
## 9345              0.60               78               49            7.8
## 9347              0.60               81               28            8.5
## 9349              0.60               83               61            7.4
## 9353              0.60               59               13            6.7
## 9354              0.60               71               24            7.9
## 9356              0.60               80               27            8.6
## 9358              0.60               73               14            7.9
## 9361              0.60               81               74            7.5
## 9362              0.60               69               21            7.6
## 9364              0.60               85               82            7.6
## 9367              0.60               72               38            9.0
## 9371              0.60               75               30            7.4
## 9372              0.60               80               18            8.5
## 9374              0.60               66                5            7.5
## 9380              0.60               53               34            6.7
## 9383              0.60               80               43            6.9
## 9385              0.60               57               51            6.9
## 9387              0.60               86               67            8.8
## 9388              0.60               73               41            8.8
## 9389              0.60               64               25            7.8
## 9392              0.60               78               45            7.1
## 9395              0.60               63               12            6.0
## 9397              0.60               79               62            8.4
## 9399              0.60               66               35            7.8
## 9401              0.60               70               13            7.5
## 9403              0.60               75               46            8.6
## 9406              0.60               85               19            8.9
## 9408              0.60               50                8            4.7
## 9412              0.60               75               56            8.3
## 9414              0.60               82               14            7.4
## 9415              0.60               75               43            8.5
## 9416              0.60               81               31            9.0
## 9418              0.60               46               38            4.4
## 9419              0.60               83               27            8.7
## 9420              0.60               54                8            7.4
## 9422              0.60               75               26            8.3
## 9424              0.60               54               17            2.1
## 9428              0.60               87               69            9.1
## 9430              0.60               71               21            7.0
## 9433              0.60               59               32            8.0
## 9436              0.60               77               56            8.3
## 9444              0.60               57                9            7.3
## 9451              0.60               81               75            7.8
## 9453              0.60               73               22            9.2
## 9454              0.60               70               19            8.8
## 9456              0.60               79               33            6.0
## 9457              0.60               68               22            8.1
## 9458              0.60               78               37            8.5
## 9459              0.60               92               11            9.1
## 9460              0.60               63               54            6.8
## 9462              0.60               67               26            6.9
## 9464              0.60               69               32            2.9
## 9465              0.60               81               45            8.9
## 9468              0.60               76               43            7.2
## 9470              0.60               48               16            7.4
## 9472              0.60               52               29            7.5
## 9474              0.58               52               22            6.9
## 9475              0.57               77               28            8.1
## 9476              0.56               66               18            8.6
## 9479              0.56               78               27            7.8
## 9480              0.56               88               20            6.9
## 9482              0.55               32                6            5.3
## 9483              0.55               70                7            7.8
## 9484              0.54               76               19            8.2
## 9486              0.54               58               29            8.6
## 9488              0.53               72               57            8.4
## 9490              0.53               76               56            7.3
## 9491              0.52               44                5            5.0
## 9493              0.52               41               15            4.0
## 9494              0.52               76               25            4.2
## 9495              0.52               82               43            7.1
## 9499              0.51               64                9            7.5
## 9500              0.51               75               45            8.4
## 9513              0.49               56                7            7.3
## 9515              0.48               80               44            7.9
## 9518              0.47               77               44            8.5
## 9519              0.47               84               45            9.0
## 9523              0.47               70                8            5.6
## 9527              0.45               83               32            7.5
## 9535              0.43               57               27            6.8
## 9536              0.43               66               27            7.8
## 9537              0.43               80               28            7.6
## 9539              0.42               65               24            8.2
## 9540              0.42               39               23            4.9
## 9544              0.42               66               58            7.9
## 9545              0.41               52               44            7.5
## 9548              0.40               73               31            7.3
## 9551              0.40               85               51            8.3
## 9554              0.38               78               35            7.6
## 9556              0.37               72               31            5.8
## 9557              0.37               66               22            3.9
## 9559              0.37               60               31            8.7
## 9567              0.36               87               51            8.6
## 9570              0.35               65               15            7.0
## 9572              0.35               83               30            8.5
## 9574              0.34               62               23            9.1
## 9576              0.34               56               51            7.3
## 9579              0.33               66               14            6.0
## 9580              0.33               87               45            8.2
## 9581              0.33               64                9            6.4
## 9583              0.33               80               35            8.0
## 9584              0.33               83               32            9.0
## 9587              0.33               75               27            7.4
## 9588              0.33               63               11            6.9
## 9591              0.32               58               30            7.5
## 9597              0.30               66               29            8.2
## 9598              0.30               92               52            8.9
## 9602              0.30               68               27            8.0
## 9608              0.29               63               12            7.7
## 9615              0.28               75                4            9.0
## 9623              0.27               71               17            6.4
## 9627              0.27               78               23            5.8
## 9631              0.27               57               23            7.2
## 9633              0.26               56               11            7.5
## 9634              0.26               75               57            7.9
## 9635              0.26               83               25            7.2
## 9637              0.26               75               35            8.7
## 9640              0.25               94               54            8.1
## 9643              0.25               40               15            8.6
## 9645              0.25               53               46            6.7
## 9646              0.25               65               16            6.1
## 9649              0.25               51               32            7.5
## 9650              0.24               43               12            8.0
## 9652              0.24               78               46            6.2
## 9654              0.24               66                8            8.3
## 9655              0.24               75               42            7.4
## 9656              0.24               53               29            6.3
## 9661              0.23               63               37            6.0
## 9664              0.23               87               37            8.2
## 9665              0.23               63               12            6.4
## 9666              0.23               73               42            8.8
## 9668              0.22               72               44            7.8
## 9676              0.21               49               36            6.0
## 9682              0.21               56                4            8.4
## 9683              0.21               38               23            5.4
## 9688              0.20               67               14            8.5
## 9690              0.20               70               22            5.2
## 9693              0.20               58               40            7.2
## 9698              0.19               51               14            6.3
## 9700              0.19               69               54            6.9
## 9702              0.19               61               22            4.4
## 9705              0.19               67               13            7.3
## 9707              0.19               52               10            5.6
## 9708              0.19               55               20            7.3
## 9710              0.18               83               37            7.9
## 9716              0.17               63                5            7.9
## 9717              0.17               59                6            5.0
## 9718              0.17               66                8            7.8
## 9721              0.17               75               52            6.8
## 9723              0.17               71                9            6.6
## 9726              0.17               62               14            7.1
## 9727              0.17               41               20            7.2
## 9728              0.16               63               23            8.0
## 9732              0.16               81               56            9.0
## 9739              0.16               53                5            3.0
## 9741              0.16               73               48            6.6
## 9742              0.16               58               12            3.1
## 9744              0.16               73               44            7.5
## 9746              0.16               77               53            7.8
## 9747              0.16               74               22            8.3
## 9749              0.16               62               14            7.5
## 9750              0.15               73               30            7.0
## 9753              0.15               70               10            7.4
## 9756              0.15               50               31            6.3
## 9758              0.15               67               10            7.7
## 9766              0.14               67               43            5.2
## 9769              0.14               73               38            8.0
## 9771              0.14               53                4            5.0
## 9772              0.14               73               57            7.2
## 9773              0.14               72               16            6.9
## 9775              0.14               38                4            4.8
## 9778              0.14               61               14            5.3
## 9781              0.14               46               11            6.7
## 9783              0.14               68               33            8.1
## 9785              0.13               71               18            8.1
## 9790              0.13               74               15            8.2
## 9791              0.13               82               40            7.2
## 9792              0.13               62               54            6.6
## 9794              0.13               56               33            8.1
## 9795              0.13               48               11            5.6
## 9801              0.13               39               39            6.4
## 9802              0.13               56                9            5.3
## 9804              0.13               70               23            8.3
## 9805              0.13               65               24            6.8
## 9808              0.12               79               24            6.6
## 9812              0.12               57               15            7.8
## 9814              0.12               51                8            6.0
## 9818              0.12               70               17            7.3
## 9822              0.12               66               12            8.6
## 9825              0.11               72               21            9.1
## 9827              0.11               61               51            6.9
## 9829              0.11               56               19            8.0
## 9830              0.11               83               19            8.7
## 9831              0.11               65               24            8.0
## 9833              0.11               51                4            5.2
## 9835              0.11               57                9            6.3
## 9838              0.11               88               19            8.6
## 9839              0.11               75               43            8.5
## 9840              0.11               66               17            7.4
## 9850              0.10               71               23            8.0
## 9851              0.10               59                5            7.1
## 9854              0.10               53               38            8.1
## 9856              0.10               76               32            7.4
## 9860              0.10               69               17            7.7
## 9862              0.10               73               36            8.2
## 9866              0.10               71                8            7.6
## 9867              0.10               68               16            6.6
## 9868              0.10               71               30            7.7
## 9872              0.10               88               39            8.9
## 9873              0.10               66               13            5.3
## 9875              0.09               76               27            7.5
## 9877              0.09               60               25            6.8
## 9878              0.09               77               43            7.8
## 9883              0.09               53               19            2.7
## 9884              0.09               87               47            8.3
## 9886              0.09               43                9            5.7
## 9887              0.09               79               26            7.5
## 9888              0.09               63               24            6.3
## 9890              0.09               81               11            9.2
## 9891              0.09               59               16            7.5
## 9897              0.09               60                4            7.5
## 9900              0.09               30                4            4.8
## 9901              0.09               90               30            8.6
## 9909              0.09               44               36            5.8
## 9910              0.09               66               23            8.6
## 9913              0.09               78                6            7.8
## 9914              0.09               61               33            6.9
## 9916              0.09               56               23            5.9
## 9919              0.09               52               30            8.7
## 9920              0.09               68               20            7.5
## 9923              0.09               72               13            8.2
## 9924              0.09               78               15            6.3
## 9925              0.09               72               44            8.1
## 9926              0.09               70                9            8.5
## 9927              0.09               33                8            4.9
## 9928              0.09               41               29            5.5
## 9930              0.09               72               25            6.3
## 9935              0.09               80                4            7.7
## 9936              0.09               32               11            4.6
## 9937              0.09               67                4            6.3
## 9942              0.09               59               26            5.9
## 9944              0.09               55                8            7.4
## 9945              0.09               71               41            7.3
## 9946              0.09               66               39            5.5
## 9947              0.09               57               18            8.8
## 9950              0.09               84                5            8.1
## 9953              0.09               55                9            9.2
## 9955              0.09               63               14            7.4
## 9957              0.09               72               18            7.0
## 9963              0.09               76               44            8.5
## 9967              0.09               56               15            8.3
## 9970              0.09               58               26            8.5
## 9973              0.09               59                4            7.8
## 9974              0.09               59               37            7.6
## 9976              0.09               68               14            7.7
## 9977              0.09               59               22            6.6
## 9980              0.09               73               35            7.8
## 9983              0.09               73               41            7.6
## 9984              0.09               61                5            4.7
## 9986              0.09               79               33            8.8
## 9988              0.09               60               33            6.9
## 9992              0.09               62                6            5.6
## 9993              0.09               63               39            7.3
## 9997              0.09               62               24            6.9
## 10000             0.09               59               15            6.5
## 10003             0.09               66               26            7.2
## 10007             0.09               50               17            5.7
## 10008             0.09               57               22            7.1
## 10009             0.09               58                7            6.6
## 10011             0.09               35                4            4.5
## 10012             0.09               51                8            7.6
## 10013             0.09               74               13            7.9
## 10020             0.09               65               18            7.6
## 10023             0.09               47               17            6.0
## 10024             0.09               55               13            3.6
## 10025             0.09               62               45            5.2
## 10031             0.09               78               17            7.2
## 10032             0.09               67                8            7.8
## 10034             0.09               71               11            7.2
## 10037             0.09               70               14            8.6
## 10048             0.09               80               38            7.9
## 10052             0.09               52               19            7.1
## 10053             0.09               74               31            6.6
## 10054             0.09               46                5            5.7
## 10057             0.09               71               30            9.1
## 10062             0.09               60               33            6.1
## 10063             0.09               86                9            8.8
## 10070             0.09               51                9            7.0
## 10072             0.09               47                4            5.5
## 10074             0.09               65               15            5.7
## 10076             0.09               78               22            7.2
## 10077             0.09               71               16            7.8
## 10078             0.09               80               49            6.2
## 10079             0.09               67               40            7.3
## 10081             0.09               34               41            2.2
## 10082             0.09               73               42            8.8
## 10083             0.09               53               10            6.2
## 10084             0.09               65               17            6.8
## 10087             0.09               70               28            7.5
## 10091             0.09               39                4            7.4
## 10097             0.09               68               22            8.3
## 10098             0.09               82               31            8.1
## 10100             0.09               40               18            5.3
## 10106             0.09               72               31            8.2
## 10108             0.09               53                5            5.9
## 10110             0.09               84               25            8.0
## 10112             0.09               77               30            6.5
## 10113             0.09               71               19            7.4
## 10114             0.09               71               33            7.2
## 10115             0.09               82               35            8.8
## 10118             0.09               41                4            8.0
## 10119             0.09               81               22            8.3
## 10120             0.09               84               46            8.5
## 10122             0.09               74               44            6.5
## 10125             0.09               69               18            7.1
## 10127             0.09               43                5            5.6
## 10128             0.09               67               18            6.4
## 10129             0.09               60               15            6.7
## 10133             0.09               58               17            6.1
## 10136             0.09               75               52            7.9
## 10138             0.09               73               21            7.7
## 10140             0.09               47                5            7.5
## 10141             0.09               30                4            4.4
## 10143             0.09               36                7            6.3
## 10147             0.09               70               34            7.2
## 10153             0.09               83               13            8.5
## 10154             0.09               66               16            4.5
## 10155             0.09               84               37            8.2
## 10157             0.09               83                8            8.6
## 10159             0.09               73               32            7.4
## 10160             0.09               62               13            8.5
## 10161             0.09               73               15            7.0
## 10162             0.09               58               13            6.7
## 10163             0.09               77               34            7.2
## 10164             0.09               66               10            8.1
## 10169             0.09               68                4            9.2
## 10170             0.09               72                8            7.4
## 10176             0.09               66               29            6.6
## 10179             0.09               61               46            6.0
## 10181             0.09               51               21            6.0
## 10185             0.09               40               12            5.4
## 10186             0.09               58               24            7.3
## 10189             0.09               83               41            9.2
## 10191             0.09               59               57            7.2
## 10193             0.09               59                8            7.1
## 10194             0.09               59               31            7.3
## 10195             0.09               53               26            5.0
## 10198             0.09               78               52            8.2
## 10199             0.09               59               44            8.6
## 10201             0.09               54               20            7.4
## 10204             0.09               77               13            6.8
## 10205             0.09               40               17            7.0
## 10207             0.09               76               20            8.8
## 10210             0.09               71               19            2.0
## 10213             0.09               84               36            7.5
## 10216             0.09               48               24            3.2
## 10221             0.09               67                4            7.9
## 10222             0.09               57                8            7.0
## 10223             0.09               80               11            7.1
## 10224             0.09               69               20            7.2
## 10226             0.09               70                9            6.9
## 10228             0.09               74               41            7.3
## 10230             0.09               58               17            7.2
## 10233             0.09               87               17            7.8
## 10236             0.09               68               30            3.3
## 10241             0.09               72               34            8.6
## 10246             0.09               68               27            4.8
## 10247             0.09               67               14            7.0
## 10248             0.09               56               25            5.9
## 10252             0.09               31               16            6.7
## 10259             0.09               62               20            6.5
## 10262             0.09               42               29            4.0
## 10264             0.09               72                8            7.9
## 10271             0.09               60               14            4.9
## 10273             0.09               50               12            6.7
## 10274             0.09               86               20            8.2
## 10278             0.09               66                9            3.8
## 10280             0.09               81               22            8.2
## 10282             0.09               60               17            6.8
## 10285             0.09               67               23            7.9
## 10288             0.09               53               22            5.6
## 10289             0.09               30                4            3.1
## 10290             0.09               38                7            2.0
## 10294             0.09               48               21            6.5
## 10295             0.09               78               44            7.6
## 10300             0.09               72               25            7.8
## 10302             0.09               44                9            7.8
## 10304             0.09               72                4            7.8
## 10305             0.09               68               21            4.6
## 10313             0.09               55               22            5.3
## 10314             0.09               53               57            7.0
## 10315             0.09               68                5            8.8
## 10317             0.09               70                8            9.2
## 10318             0.09               37                6            4.8
## 10320             0.09               55                6            6.3
## 10321             0.09               69                4            4.8
## 10326             0.09               63               12            4.2
## 10327             0.09               78               31            8.4
## 10328             0.09               80               16            8.2
## 10332             0.09               36                4            6.5
## 10337             0.60               77               37            7.1
## 10341             0.60               88               29            8.0
## 10342             0.60               94               75            8.9
## 10344             0.60               87               64            9.0
## 10345             0.60               80               32            7.8
## 10347             0.60               61               21            4.8
## 10348             0.60               88               62            8.6
## 10351             0.60               84               30            9.0
## 10355             0.60               91               13            7.8
## 10359             0.60               72               21            7.8
## 10360             0.60               63                9            3.9
## 10363             0.60               62               34            8.1
## 10365             0.60               92               12            8.1
## 10368             0.60               75               25            7.4
## 10373             0.60               72               29            8.4
## 10379             0.60               64               25            7.9
## 10381             0.60               82               19            7.4
## 10382             0.60               76               38            8.6
## 10383             0.60               70                7            8.0
## 10384             0.60               81               20            8.4
## 10385             0.60               72               29            7.2
## 10387             0.60               65               17            6.9
## 10388             0.60               88               71            7.4
## 10390             0.60               74               36            8.5
## 10391             0.60               69               25            7.4
## 10395             0.60               76               31            6.6
## 10396             0.60               59               20            7.7
## 10397             0.60               83               54            8.5
## 10398             0.60               64               27            8.3
## 10401             0.60               69               22            8.5
## 10405             0.60               91               77            9.1
## 10406             0.60               76               27            9.0
## 10408             0.60               83               17            9.2
## 10412             0.60               94               70            9.0
## 10416             0.60               86               57            8.4
## 10419             0.60               92               73            7.6
## 10424             0.60               51               22            6.6
## 10426             0.60               44               19            6.6
## 10428             0.60               93               47            8.9
## 10430             0.60               71               44            8.1
## 10432             0.60               70               13            6.1
## 10434             0.60               81               53            9.2
## 10441             0.60               83               59            8.4
## 10443             0.60               83               59            8.8
## 10444             0.60               83               49            8.0
## 10447             0.60               75               58            8.2
## 10450             0.60               77               16            8.4
## 10454             0.60               79               37            9.0
## 10455             0.60               86               56            7.8
## 10459             0.60               73               13            7.5
## 10460             0.60               74               52            7.9
## 10461             0.60               85               38            8.8
## 10462             0.60               86               48            8.2
## 10465             0.60               67               43            6.9
## 10468             0.60               71                6            8.4
## 10469             0.60               89               37            7.4
## 10470             0.60               77               41            8.6
## 10474             0.60               78               54            8.9
## 10475             0.60               59                5            8.0
## 10476             0.60               70               21            8.6
## 10477             0.60               88               64            8.0
## 10487             0.60               77               40            7.7
## 10492             0.60               45               28            6.0
## 10493             0.60               88               48            8.8
## 10494             0.60               68               16            6.8
## 10496             0.59               70               30            8.1
## 10497             0.58               58               23            8.0
## 10499             0.58               78               27            8.5
## 10506             0.56               80               18            9.1
## 10508             0.56               81               25            8.2
## 10510             0.55               94               53            9.2
## 10511             0.55               70               21            7.4
## 10514             0.54               85               42            8.9
## 10515             0.54               83               41            8.7
## 10519             0.53               72               42            7.0
## 10520             0.53               63               26            6.3
## 10523             0.52               81               21            8.0
## 10524             0.52               86               61            8.9
## 10526             0.52               52                5            5.5
## 10527             0.52               68               44            8.2
## 10531             0.50               67               21            9.0
## 10533             0.49               69               42            7.9
## 10536             0.49               72               37            7.7
## 10542             0.47               59                8            5.9
## 10544             0.47               69               28            8.4
## 10545             0.46               68               11            5.8
## 10547             0.46               71               20            7.9
## 10550             0.46               58               25            8.8
## 10552             0.45               61               24            7.4
## 10553             0.45               75               37            8.4
## 10559             0.44               84               50            8.7
## 10562             0.44               83               41            7.6
## 10567             0.43               56               34            8.3
## 10574             0.42               80               18            7.6
## 10577             0.42               70               30            7.5
## 10579             0.41               74               39            6.6
## 10586             0.40               81               32            9.0
## 10587             0.40               80               21            8.3
## 10590             0.39               77               53            7.4
## 10593             0.39               58               11            7.5
## 10595             0.39               84               40            7.2
## 10598             0.38               54               19            5.7
## 10602             0.37               76               36            7.2
## 10604             0.37               73               23            7.4
## 10605             0.36               53                6            6.0
## 10610             0.35               30               13            3.1
## 10611             0.35               74               25            8.9
## 10612             0.35               81               45            8.7
## 10615             0.35               35               21            4.1
## 10617             0.34               76               36            6.0
## 10620             0.34               79               76            8.1
## 10621             0.34               61               37            6.6
## 10622             0.34               67               20            7.7
## 10624             0.33               58                4            6.2
## 10627             0.33               67               22            6.3
## 10630             0.33               74               14            7.8
## 10631             0.32               89               41            8.9
## 10635             0.32               67               49            8.3
## 10637             0.31               59               29            7.9
## 10640             0.31               85               41            8.6
## 10642             0.31               79               34            8.3
## 10643             0.31               70                7            8.3
## 10644             0.31               71               36            7.4
## 10645             0.30               73               22            7.8
## 10650             0.30               36                5            3.8
## 10652             0.30               75               16            7.7
## 10657             0.29               72               43            8.1
## 10659             0.29               76               31            8.4
## 10672             0.27               67               12            7.6
## 10674             0.27               75               52            8.3
## 10677             0.27               52               14            8.3
## 10681             0.26               68                5            6.2
## 10684             0.26               80               57            7.5
## 10685             0.26               58               20            7.6
## 10686             0.25               79               51            7.9
## 10689             0.25               71               22            7.9
## 10693             0.25               64               27            7.4
## 10694             0.25               70               19            7.4
## 10696             0.25               82               34            6.2
## 10697             0.25               82               47            7.6
## 10698             0.24               71               21            7.0
## 10700             0.24               80               26            7.9
## 10701             0.24               84               39            9.1
## 10704             0.24               78               25            7.7
## 10708             0.24               77               32            8.5
## 10709             0.24               77               11            9.1
## 10712             0.24               63               24            7.8
## 10713             0.23               68               26            5.8
## 10715             0.23               74               19            7.8
## 10719             0.23               71                7            5.5
## 10720             0.23               81               33            8.6
## 10725             0.23               79               23            8.1
## 10730             0.22               75                7            8.8
## 10732             0.22               72               19            5.4
## 10737             0.21               83               32            7.5
## 10738             0.21               60               17            8.6
## 10744             0.21               67               16            7.9
## 10753             0.20               76               21            7.2
## 10762             0.20               74               65            7.1
## 10765             0.20               80               15            7.9
## 10770             0.19               70               13            7.4
## 10772             0.19               56               10            6.4
## 10783             0.18               63               17            6.8
## 10784             0.18               74               12            6.5
## 10785             0.18               65               20            7.5
## 10787             0.18               77               27            8.6
## 10788             0.18               77               19            8.5
## 10789             0.18               80               17            8.3
## 10793             0.18               59               16            8.9
## 10794             0.18               38               12            6.0
## 10797             0.18               62               23            6.9
## 10798             0.17               75               37            8.0
## 10802             0.17               87               32            7.9
## 10803             0.17               52                4            7.0
## 10804             0.17               71               27            6.1
## 10805             0.17               52                6            4.6
## 10810             0.17               91               47            9.1
## 10811             0.17               44                8            6.2
## 10812             0.16               94               50            8.3
## 10818             0.16               67               23            7.7
## 10819             0.16               76               33            7.3
## 10820             0.16               69                9            7.9
## 10825             0.16               86               19            8.7
## 10828             0.15               78               17            7.7
## 10829             0.15               75               17            9.2
## 10832             0.15               59               35            6.7
## 10837             0.15               72               38            7.5
## 10838             0.15               75               30            7.0
## 10842             0.15               64               47            8.9
## 10845             0.15               52               33            6.8
## 10846             0.15               66               43            8.5
## 10848             0.15               39               12            2.5
## 10849             0.15               81               23            7.5
## 10851             0.15               84               34            8.1
## 10852             0.15               65               16            6.3
## 10854             0.15               86               14            7.8
## 10855             0.15               81               25            8.2
## 10860             0.14               69               38            7.3
## 10861             0.14               55                8            7.6
## 10862             0.14               81               35            8.1
## 10865             0.14               62               24            8.2
## 10869             0.14               68               15            7.2
## 10874             0.13               74               17            8.0
## 10875             0.13               58                4            7.5
## 10876             0.13               80               25            9.2
## 10879             0.13               72               35            8.8
## 10881             0.13               90               24            8.5
## 10882             0.13               69               31            8.1
## 10884             0.13               61               14            7.5
## 10885             0.13               80               12            9.2
## 10887             0.13               79               31            8.8
## 10888             0.13               76               33            8.2
## 10890             0.13               74               20            6.6
## 10893             0.13               73               36            8.8
## 10894             0.13               68               50            7.5
## 10897             0.12               77               41            7.3
## 10898             0.12               66                9            6.3
## 10899             0.12               68               22            7.4
## 10900             0.12               55               10            7.6
## 10903             0.12               75                7            7.7
## 10906             0.12               78               23            7.6
## 10907             0.12               47                9            3.8
## 10908             0.12               88               54            9.0
## 10910             0.12               74               26            7.0
## 10913             0.12               80               43            8.6
## 10914             0.12               73               23            7.7
## 10915             0.11               79               30            7.8
## 10922             0.11               68               39            7.7
## 10927             0.11               77               17            7.7
## 10931             0.11               53               12            6.2
## 10934             0.11               39               20            2.0
## 10938             0.11               66               18            6.4
## 10941             0.11               56               22            6.1
## 10943             0.11               64                6            6.9
## 10945             0.11               70               31            7.2
## 10946             0.11               54               35            7.4
## 10947             0.11               63                4            7.6
## 10949             0.10               67               28            7.8
## 10951             0.10               67               20            7.8
## 10952             0.10               68               22            5.9
## 10960             0.10               58               16            6.8
## 10962             0.10               75                9            8.1
## 10965             0.10               82               17            9.2
## 10966             0.10               46               17            8.0
## 10967             0.10               53               23            6.7
## 10968             0.10               49                5            6.3
## 10969             0.09               61               43            4.1
## 10970             0.09               64               42            8.1
## 10973             0.09               68               24            7.7
## 10975             0.09               68                4            8.5
## 10976             0.09               70               19            8.0
## 10987             0.09               58               15            7.3
## 10989             0.09               51                5            7.2
## 10991             0.09               61               13            7.2
## 10992             0.09               56               21            8.2
## 10993             0.09               77               25            8.5
## 11004             0.09               70               39            8.1
## 11007             0.09               32                9            3.4
## 11011             0.09               64               14            6.8
## 11013             0.09               72               39            8.0
## 11014             0.09               82               38            7.9
## 11016             0.09               77               23            8.2
## 11018             0.09               78               46            8.9
## 11019             0.09               91               55            8.4
## 11022             0.09               66               19            8.2
## 11028             0.09               70               25            7.5
## 11030             0.09               44               19            5.4
## 11031             0.09               67                8            6.0
## 11033             0.09               69               34            7.4
## 11034             0.09               72               15            8.2
## 11035             0.09               74               34            9.2
## 11037             0.09               80                5            8.6
## 11039             0.09               61                9            6.0
## 11040             0.09               92               32            8.4
## 11042             0.09               50               31            3.4
## 11043             0.09               47               12            5.4
## 11048             0.09               62                6            7.9
## 11056             0.09               70               11            8.1
## 11061             0.09               83               54            8.7
## 11068             0.09               70               27            8.6
## 11069             0.09               80               24            8.8
## 11073             0.09               63               17            7.8
## 11074             0.09               51               38            6.7
## 11077             0.09               72               30            7.3
## 11078             0.09               32                9            5.8
## 11079             0.09               73               27            7.3
## 11082             0.09               55               26            6.4
## 11083             0.09               59                9            4.2
## 11085             0.09               67               24            8.6
## 11089             0.09               71                9            7.9
## 11091             0.09               72               34            6.7
## 11093             0.09               60               11            9.1
## 11096             0.09               60               36            7.9
## 11098             0.09               66               41            7.4
## 11099             0.09               58               10            7.0
## 11101             0.09               81               52            8.5
## 11103             0.09               71               43            7.7
## 11106             0.09               81               31            7.8
## 11107             0.09               60               29            7.7
## 11110             0.09               65               76            7.2
## 11111             0.09               52               22            6.0
## 11117             0.09               72               30            7.3
## 11118             0.09               46                8            8.3
## 11121             0.09               77               13            8.0
## 11122             0.09               78               34            8.7
## 11125             0.09               44                5            7.6
## 11129             0.09               74               16            7.3
## 11131             0.09               77                9            7.4
## 11132             0.09               54                9            6.3
## 11135             0.09               84               19            6.7
## 11138             0.09               66               16            7.0
## 11140             0.09               43               16            4.8
## 11145             0.09               47               17            5.0
## 11146             0.09               71               21            8.8
## 11147             0.09               66               45            7.7
## 11150             0.09               70               26            8.1
## 11153             0.09               66               19            5.8
## 11157             0.09               35                6            5.0
## 11158             0.09               50                5            6.7
## 11160             0.09               51               16            7.4
## 11161             0.09               84               62            8.3
## 11162             0.09               58                8            4.8
## 11163             0.09               55                9            8.1
## 11164             0.09               63                6            7.5
## 11166             0.09               63                4            7.5
## 11167             0.09               45               25            6.5
## 11171             0.09               56               29            7.8
## 11173             0.09               60               22            6.5
## 11174             0.09               52               22            6.7
## 11175             0.09               57                9            8.4
## 11177             0.09               60               10            6.5
## 11181             0.09               64               12            6.9
## 11187             0.09               58               32            7.1
## 11188             0.09               85               47            9.2
## 11189             0.09               78                7            8.1
## 11191             0.09               89               53            8.4
## 11192             0.09               66               16            7.8
## 11193             0.09               52               13            7.2
## 11196             0.09               62               10            7.5
## 11197             0.09               62                6            7.4
## 11198             0.09               48                9            4.2
## 11199             0.09               48               15            5.5
## 11200             0.09               47               27            8.2
## 11202             0.09               70                7            5.9
## 11204             0.09               65               14            7.6
## 11207             0.09               74               28            6.3
## 11208             0.09               51               11            4.1
## 11214             0.09               76               36            7.4
## 11219             0.09               66               13            8.1
## 11224             0.09               90                7            8.6
## 11225             0.09               83               33            8.7
## 11230             0.09               85               41            8.3
## 11235             0.09               50               36            7.4
## 11243             0.09               76               18            6.7
## 11244             0.09               54               19            6.8
## 11247             0.09               43               13            4.8
## 11248             0.09               65               12            6.9
## 11249             0.09               64               21            8.1
## 11250             0.09               45               10            7.5
## 11251             0.09               74               49            8.0
## 11255             0.09               33               14            7.0
## 11256             0.09               76               13            8.0
## 11260             0.09               80               36            8.1
## 11262             0.09               72               18            7.1
## 11263             0.09               66               13            6.0
## 11267             0.09               77               30            8.8
## 11273             0.60               94               80            9.0
## 11276             0.60               90               18            6.6
## 11277             0.60               94               83            8.2
## 11281             0.60               89               63            8.8
## 11283             0.60               91               68            9.2
## 11284             0.60               91               26            9.1
## 11287             0.60               80               50            8.9
## 11288             0.60               73               21            8.6
## 11291             0.60               85               83            8.5
## 11292             0.60               90               37            8.2
## 11293             0.60               84               21            8.1
## 11294             0.60               77               44            9.2
## 11298             0.60               84               42            9.1
## 11302             0.60               77               26            9.0
## 11303             0.60               55               13            8.7
## 11304             0.60               81               57            8.7
## 11306             0.60               79               48            8.5
## 11307             0.60               80               18            9.2
## 11308             0.60               81               43            8.5
## 11312             0.60               76               37            7.9
## 11313             0.60               88               64            9.0
## 11314             0.60               57               53            7.6
## 11317             0.60               70               25            8.2
## 11318             0.60               80               55            9.1
## 11321             0.60               84               57            9.1
## 11325             0.60               91               61            8.9
## 11327             0.60               92               42            9.1
## 11329             0.60               77               33            8.7
## 11333             0.60               80               18            8.4
## 11335             0.60               73               42            7.8
## 11336             0.60               88               30            8.2
## 11339             0.60               80               36            8.9
## 11341             0.60               88               58            8.2
## 11344             0.60               80               53            8.9
## 11345             0.60               73               37            8.7
## 11346             0.60               53                7            7.2
## 11347             0.60               80               49            8.3
## 11348             0.60               90               28            8.6
## 11351             0.60               57               15            6.5
## 11353             0.60               75               51            8.6
## 11356             0.60               87               45            8.6
## 11358             0.60               57               51            5.5
## 11360             0.60               80               43            8.5
## 11362             0.60               78               37            8.4
## 11363             0.60               90               54            9.1
## 11365             0.60               81               43            8.0
## 11368             0.60               73               30            4.4
## 11369             0.60               84               55            8.6
## 11378             0.60               85               28            8.7
## 11380             0.60               70               67            7.4
## 11382             0.60               74               13            5.5
## 11383             0.60               75               20            7.9
## 11384             0.60               78               36            7.6
## 11385             0.60               82               63            8.5
## 11389             0.60               86               25            8.1
## 11392             0.60               80               41            8.8
## 11395             0.60               89               50            9.0
## 11396             0.60               57                6            5.0
## 11397             0.60               86               55            7.2
## 11398             0.60               70               34            8.2
## 11403             0.60               65               47            6.9
## 11408             0.60               55               15            4.8
## 11409             0.60               84               67            8.7
## 11410             0.60               86               55            9.0
## 11412             0.60               49                6            6.2
## 11416             0.60               62               35            4.9
## 11417             0.60               78               44            8.7
## 11420             0.60               85               47            8.7
## 11422             0.60               73               45            5.8
## 11423             0.60               81               38            8.8
## 11427             0.60               77                8            9.0
## 11428             0.60               60               23            6.6
## 11430             0.60               60               16            8.0
## 11432             0.60               60               38            7.0
## 11433             0.60               83               51            7.4
## 11435             0.60               74               34            7.0
## 11436             0.60               63               25            5.7
## 11438             0.60               71               31            8.0
## 11440             0.60               48               14            6.8
## 11441             0.60               68               23            8.6
## 11448             0.59               70                9            8.4
## 11452             0.58               61               30            7.9
## 11453             0.58               58                8            9.0
## 11455             0.57               73               27            7.9
## 11457             0.56               82               62            8.9
## 11459             0.56               78               28            7.9
## 11460             0.56               55                4            8.4
## 11461             0.55               73               28            8.7
## 11462             0.55               72               31            8.4
## 11463             0.55               74               61            8.5
## 11464             0.54               74               14            8.5
## 11467             0.54               74               11            9.2
## 11471             0.53               78               19            8.3
## 11472             0.53               58               24            8.1
## 11473             0.53               33                7            3.1
## 11475             0.53               71               24            8.2
## 11477             0.52               69               11            8.1
## 11479             0.51               66                7            6.8
## 11484             0.50               84               44            8.1
## 11487             0.50               68               37            8.9
## 11490             0.49               70                4            8.2
## 11492             0.49               63               11            7.2
## 11495             0.47               62               19            8.7
## 11496             0.47               85               54            9.0
## 11497             0.46               53               13            6.7
## 11498             0.46               45                5            6.2
## 11501             0.45               90               13            8.3
## 11505             0.45               79               47            9.1
## 11506             0.45               89               54            7.8
## 11508             0.44               69               27            7.3
## 11509             0.44               47               25            7.8
## 11510             0.44               64               41            8.5
## 11511             0.44               81               48            7.7
## 11513             0.44               73               52            8.6
## 11514             0.44               83                9            8.8
## 11515             0.43               58                9            8.6
## 11516             0.43               72                8            8.2
## 11518             0.43               53               24            7.2
## 11523             0.42               60               21            6.9
## 11528             0.42               81               32            8.8
## 11533             0.40               49                6            7.3
## 11534             0.40               66               12            4.3
## 11537             0.40               74               21            8.7
## 11539             0.39               66               44            8.5
## 11540             0.39               69               30            6.0
## 11541             0.39               79                9            7.6
## 11543             0.38               70               30            8.5
## 11546             0.38               67               22            7.3
## 11549             0.36               60               35            6.7
## 11550             0.36               81               66            7.5
## 11552             0.36               77               30            8.7
## 11561             0.34               60               44            6.3
## 11562             0.33               51               48            5.8
## 11563             0.33               75               22            8.6
## 11565             0.33               84               17            8.5
## 11568             0.32               82               25            7.8
## 11571             0.31               73                6            7.7
## 11576             0.30               77               30            9.2
## 11577             0.29               90               61            8.8
## 11583             0.29               62               13            8.3
## 11584             0.28               36                4            4.4
## 11585             0.28               90               34            8.5
## 11586             0.28               64                5            8.0
## 11592             0.27               61               57            7.2
## 11599             0.27               59               20            6.8
## 11600             0.26               50                7            6.6
## 11601             0.26               69               45            8.0
## 11603             0.26               76               20            8.0
## 11604             0.26               43               25            6.4
## 11605             0.26               64               45            6.9
## 11607             0.26               77               30            8.1
## 11608             0.26               77               44            7.9
## 11609             0.26               68               25            7.7
## 11610             0.26               89               25            8.5
## 11611             0.26               73               34            8.4
## 11615             0.25               68               15            8.2
## 11616             0.25               77               13            8.0
## 11617             0.25               66               12            5.9
## 11620             0.24               54               11            8.0
## 11621             0.24               70               12            9.2
## 11622             0.24               78               42            7.1
## 11626             0.23               76               26            7.0
## 11627             0.23               73               34            9.1
## 11628             0.23               66               33            7.7
## 11629             0.23               84               75            7.6
## 11630             0.23               31                8            3.6
## 11633             0.22               60               40            7.3
## 11634             0.22               66               38            6.6
## 11640             0.22               66               10            6.0
## 11644             0.22               58               37            7.0
## 11645             0.22               66               34            7.0
## 11649             0.21               76               44            8.6
## 11650             0.21               72               19            3.5
## 11653             0.21               85               29            7.7
## 11657             0.21               74               41            4.9
## 11662             0.20               78               44            9.0
## 11668             0.20               77               35            8.1
## 11671             0.20               83               31            8.6
## 11675             0.19               63                4            6.7
## 11679             0.19               67               23            8.8
## 11681             0.19               59               22            7.1
## 11683             0.18               50                9            8.9
## 11684             0.18               48               11            4.3
## 11690             0.18               72               23            6.5
## 11692             0.18               60                5            5.9
## 11693             0.17               66                5            7.7
## 11699             0.17               66                7            8.4
## 11701             0.17               65                4            7.5
## 11705             0.17               68               29            8.0
## 11707             0.17               72               28            7.0
## 11714             0.16               85               28            8.5
## 11715             0.16               32                4            4.8
## 11716             0.16               77               27            6.2
## 11718             0.15               75               17            6.7
## 11721             0.15               56               11            6.7
## 11723             0.15               61               45            6.1
## 11725             0.15               71               35            8.5
## 11728             0.15               63               35            6.7
## 11733             0.15               72               24            7.5
## 11734             0.14               64               21            7.4
## 11737             0.14               78               22            8.5
## 11746             0.14               71                4            7.5
## 11754             0.13               79               12            9.0
## 11757             0.13               54                9            8.2
## 11759             0.13               78               42            8.2
## 11760             0.13               63                7            3.0
## 11761             0.13               48               20            5.6
## 11762             0.13               71                8            8.6
## 11764             0.13               75               24            7.4
## 11768             0.12               70               17            7.2
## 11769             0.12               67               31            8.4
## 11771             0.12               57               33            8.0
## 11774             0.12               45               14            7.3
## 11775             0.11               59                5            7.5
## 11779             0.11               79                4            7.0
## 11780             0.11               81               37            8.5
## 11784             0.11               63               21            8.0
## 11785             0.11               64               31            8.0
## 11791             0.11               37               29            4.7
## 11792             0.11               74               15            9.2
## 11794             0.10               64               31            4.3
## 11796             0.10               91               48            9.2
## 11798             0.10               92               58            9.1
## 11802             0.10               33               11            6.3
## 11803             0.10               81                7            7.9
## 11804             0.10               75               50            8.8
## 11807             0.10               73               40            7.8
## 11809             0.10               61               12            5.5
## 11810             0.10               42               19            8.3
## 11812             0.10               63                7            9.1
## 11813             0.10               73               39            7.5
## 11820             0.09               78               28            8.5
## 11823             0.09               74               21            8.2
## 11826             0.09               58               12            7.8
## 11827             0.09               77               34            6.6
## 11830             0.09               82                7            9.0
## 11832             0.09               60               21            4.8
## 11833             0.09               83               33            7.5
## 11834             0.09               88                9            8.9
## 11837             0.09               63               32            6.2
## 11839             0.09               77               20            8.8
## 11840             0.09               79               32            8.3
## 11841             0.09               75                4            7.8
## 11843             0.09               78               25            8.0
## 11844             0.09               70                7            8.8
## 11845             0.09               58               34            7.6
## 11847             0.09               67               24            5.8
## 11850             0.09               72               33            7.1
## 11852             0.09               77                7            8.6
## 11860             0.09               76               13            8.0
## 11862             0.09               82               42            8.6
## 11863             0.09               73               26            8.1
## 11865             0.09               65               27            7.8
## 11867             0.09               75               46            8.0
## 11871             0.09               47               24            6.1
## 11872             0.09               73               35            7.8
## 11876             0.09               84               17            8.5
## 11877             0.09               71               38            8.5
## 11878             0.09               65               27            8.9
## 11879             0.09               61               25            6.0
## 11880             0.09               57               25            8.2
## 11885             0.09               69               16            7.9
## 11886             0.09               70               15            8.7
## 11887             0.09               45               16            7.8
## 11888             0.09               41                8            5.8
## 11889             0.09               63                6            7.7
## 11891             0.09               68               19            6.2
## 11892             0.09               69               12            6.8
## 11893             0.09               68               16            6.9
## 11898             0.09               68               48            7.9
## 11901             0.09               81               25            8.7
## 11903             0.09               83               17            8.9
## 11904             0.09               72               34            8.1
## 11905             0.09               45               33            4.6
## 11913             0.09               64               34            7.4
## 11914             0.09               80               21            8.5
## 11917             0.09               61               15            7.1
## 11920             0.09               66               33            5.5
## 11921             0.09               74               12            8.1
## 11924             0.09               77               34            8.5
## 11929             0.09               78               22            8.4
## 11932             0.09               83               35            7.5
## 11935             0.09               89               72            8.1
## 11939             0.09               31                5            8.3
## 11942             0.09               59               14            6.2
## 11943             0.09               77               30            8.3
## 11949             0.09               69               25            8.2
## 11950             0.09               68                9            6.1
## 11951             0.09               71                5            8.1
## 11952             0.09               75               20            7.7
## 11956             0.09               68               11            8.5
## 11957             0.09               62               29            6.7
## 11961             0.09               53               28            8.8
## 11964             0.09               85               83            8.2
## 11967             0.09               47                5            5.7
## 11969             0.09               83               35            8.5
## 11971             0.09               48                9            8.7
## 11973             0.09               76               12            8.3
## 11974             0.09               67               40            7.0
## 11976             0.09               66               25            7.9
## 11979             0.09               46               11            6.8
## 11981             0.09               61               24            6.8
## 11986             0.09               55               30            9.1
## 11987             0.09               72                5            6.0
## 11988             0.09               62                5            5.5
## 11989             0.09               72               20            8.2
## 11991             0.09               51                9            7.2
## 11992             0.09               70               19            8.0
## 11999             0.09               53               11            4.5
## 12003             0.09               82               15            7.8
## 12004             0.09               86                9            9.2
## 12006             0.09               59               26            6.8
## 12008             0.09               51               11            5.4
## 12009             0.09               65                8            8.8
## 12015             0.09               72               31            8.1
## 12016             0.09               40                5            5.4
## 12018             0.09               64                9            7.7
## 12020             0.09               83               11            7.1
## 12021             0.09               89               20            8.7
## 12027             0.09               66               11            8.7
## 12029             0.09               91               16            4.5
## 12030             0.09               73               16            7.6
## 12031             0.09               84               12            9.2
## 12034             0.09               78               13            9.2
## 12040             0.60               64               46            4.0
## 12041             0.60               80               32            7.5
## 12044             0.60               77               39            8.0
## 12046             0.60               64               29            7.8
## 12047             0.60               87               42            9.0
## 12048             0.60               93               28            9.0
## 12050             0.60               79               26            8.1
## 12051             0.60               87               47            8.2
## 12056             0.60               91               82            8.8
## 12057             0.60               81               26            8.4
## 12060             0.60               94               72            9.2
## 12065             0.60               69               33            8.2
## 12069             0.60               68               40            6.6
## 12076             0.60               70               54            8.5
## 12081             0.60               64               11            8.5
## 12085             0.60               61               28            7.9
## 12094             0.60               76               22            6.2
## 12095             0.60               71               40            8.3
## 12096             0.60               78               19            8.2
## 12098             0.60               75               21            7.8
## 12100             0.60               73               27            8.2
## 12106             0.60               57               27            7.9
## 12107             0.60               75               23            6.7
## 12112             0.60               83               24            9.0
## 12117             0.60               76               55            8.3
## 12120             0.60               84               31            9.1
## 12122             0.60               86               60            8.5
## 12124             0.60               92               27            8.3
## 12125             0.60               88               15            8.9
## 12126             0.60               40               23            6.1
## 12127             0.60               71               28            8.3
## 12128             0.60               81               22            8.9
## 12131             0.60               62               19            7.7
## 12136             0.60               85               19            7.6
## 12140             0.60               79               45            8.4
## 12142             0.60               67               16            7.3
## 12145             0.60               72               25            7.0
## 12146             0.60               63               15            8.9
## 12147             0.60               73               28            7.6
## 12149             0.60               62               11            5.5
## 12150             0.60               88               49            8.8
## 12155             0.60               75               36            7.6
## 12156             0.60               79               28            8.9
## 12157             0.60               82               20            8.2
## 12158             0.60               77                9            7.7
## 12163             0.60               66               10            8.5
## 12167             0.60               89               19            8.5
## 12168             0.60               73               33            8.3
## 12170             0.60               84               23            8.5
## 12171             0.60               89               22            8.8
## 12175             0.60               61               21            7.9
## 12177             0.60               76                9            8.7
## 12178             0.60               81               30            9.0
## 12180             0.60               89               34            9.2
## 12182             0.60               84               34            8.4
## 12183             0.60               58               24            7.2
## 12184             0.60               71               24            8.3
## 12186             0.60               93               52            8.3
## 12189             0.60               75               34            7.7
## 12190             0.60               86                9            7.7
## 12195             0.59               80                7            7.9
## 12198             0.57               70                8            8.9
## 12199             0.57               73               37            8.6
## 12206             0.56               56                6            6.5
## 12208             0.56               91               20            8.5
## 12215             0.54               59               17            8.6
## 12216             0.54               80               41            8.9
## 12220             0.52               93               45            8.5
## 12221             0.52               81               26            8.4
## 12223             0.51               61               20            7.5
## 12225             0.50               51                9            7.5
## 12226             0.50               86               33            7.6
## 12231             0.49               66               16            7.8
## 12251             0.43               88               13            8.8
## 12261             0.42               76               27            8.2
## 12262             0.42               55                5            7.7
## 12263             0.42               43                5            5.0
## 12264             0.41               80               69            8.3
## 12266             0.41               76               20            8.3
## 12270             0.40               68               16            8.5
## 12272             0.39               61                8            7.7
## 12273             0.39               92               27            8.7
## 12274             0.39               52               28            4.2
## 12276             0.39               53                6            8.3
## 12277             0.38               45               16            5.0
## 12280             0.38               60                9            8.8
## 12281             0.38               55               21            6.0
## 12285             0.36               83               17            8.1
## 12289             0.35               84               38            8.5
## 12292             0.35               56               13            5.3
## 12293             0.35               39               13            5.8
## 12294             0.35               65               28            6.6
## 12295             0.35               83               15            8.9
## 12296             0.35               49               12            6.6
## 12298             0.35               81               28            8.9
## 12304             0.33               69               25            7.7
## 12308             0.33               62                4            7.7
## 12309             0.33               55                4            7.8
## 12311             0.32               75               47            8.7
## 12316             0.32               74               29            8.8
## 12317             0.31               70               14            8.9
## 12319             0.31               66               28            7.3
## 12321             0.30               76               41            8.3
## 12322             0.30               72               13            7.5
## 12323             0.30               65               34            8.2
## 12324             0.30               48               14            5.9
## 12326             0.30               73               19            8.6
## 12327             0.30               64                9            7.6
## 12328             0.30               56               22            8.4
## 12332             0.29               69               19            8.0
## 12334             0.29               84               36            8.7
## 12339             0.28               70                6            6.6
## 12340             0.28               66               35            6.2
## 12342             0.28               70               18            9.0
## 12344             0.28               68               41            8.5
## 12346             0.28               64               30            7.8
## 12349             0.28               78               11            7.3
## 12351             0.28               91               29            9.1
## 12353             0.27               80               48            9.0
## 12354             0.27               84               17            9.0
## 12361             0.26               60               32            6.2
## 12368             0.25               71               37            8.7
## 12369             0.25               74               38            8.3
## 12375             0.24               88               23            5.1
## 12376             0.24               75               26            8.0
## 12377             0.24               72                5            5.8
## 12378             0.24               51                4            4.8
## 12381             0.24               69               38            8.8
## 12384             0.23               86               30            8.6
## 12386             0.23               85               14            9.1
## 12389             0.23               90               19            7.0
## 12391             0.23               55               18            6.3
## 12393             0.23               61               26            6.5
## 12394             0.23               58               12            6.2
## 12395             0.23               73               20            8.5
## 12399             0.22               59               40            5.4
## 12400             0.22               61               13            6.8
## 12401             0.22               60               12            7.1
## 12410             0.21               57               11            7.0
## 12412             0.20               69               22            7.5
## 12413             0.20               72                7            8.1
## 12418             0.20               63               35            7.4
## 12420             0.20               45               16            5.6
## 12423             0.20               62               13            7.0
## 12424             0.20               74               19            8.0
## 12432             0.19               76               70            8.1
## 12433             0.19               71               26            7.4
## 12434             0.19               59               18            5.6
## 12436             0.19               69               14            7.5
## 12437             0.19               77               16            8.5
## 12439             0.18               77               46            7.7
## 12440             0.18               73               43            8.6
## 12441             0.18               72               27            8.9
## 12446             0.18               73               34            8.0
## 12448             0.18               85               21            6.5
## 12450             0.17               61               17            7.3
## 12455             0.17               71               27            7.9
## 12456             0.17               65               26            7.7
## 12460             0.17               73               17            8.3
## 12461             0.17               67               21            6.3
## 12464             0.17               68                6            8.4
## 12466             0.16               83               14            8.5
## 12468             0.16               73               26            8.4
## 12469             0.16               89               20            8.8
## 12471             0.16               90                8            8.8
## 12473             0.16               75               18            8.8
## 12474             0.16               83               23            9.0
## 12477             0.16               77               31            8.5
## 12481             0.15               64               23            8.3
## 12483             0.15               89               16            7.5
## 12484             0.15               61                4            6.3
## 12485             0.15               75               25            8.8
## 12487             0.15               89               22            8.6
## 12488             0.15               62               11            8.6
## 12489             0.15               35               15            5.0
## 12490             0.15               68               12            8.0
## 12491             0.15               80               19            7.2
## 12494             0.14               66               42            7.3
## 12495             0.14               83               21            7.8
## 12497             0.14               35               24            2.0
## 12498             0.14               66               26            7.6
## 12504             0.14               68               17            9.1
## 12507             0.13               57               22            6.2
## 12511             0.13               67               27            6.8
## 12515             0.13               78               13            5.9
## 12516             0.13               66               32            8.7
## 12517             0.13               62               26            7.0
## 12519             0.13               74               20            8.4
## 12523             0.12               75               10            7.7
## 12524             0.12               70               31            7.8
## 12526             0.12               74               20            5.8
## 12530             0.12               69               20            7.7
## 12531             0.12               65               19            5.8
## 12536             0.12               68               39            7.7
## 12537             0.12               73               26            8.4
## 12538             0.12               79               21            9.1
## 12542             0.11               30               13            3.6
## 12545             0.11               88               25            8.4
## 12547             0.11               82                4            8.2
## 12551             0.11               78               18            9.1
## 12552             0.11               56                6            6.3
## 12553             0.11               85               27            7.9
## 12555             0.11               62                9            7.8
## 12559             0.10               70               15            7.7
## 12560             0.10               83               30            9.2
## 12561             0.10               78               15            9.2
## 12562             0.10               72               17            7.0
## 12563             0.10               72               28            7.5
## 12564             0.10               67               19            8.9
## 12568             0.10               48               19            5.1
## 12575             0.09               61               13            7.8
## 12576             0.09               76               16            8.1
## 12577             0.09               58               10            6.5
## 12581             0.09               59                6            6.0
## 12584             0.09               85               37            8.6
## 12585             0.09               67               25            8.3
## 12586             0.09               85               52            8.5
## 12587             0.09               67               29            6.9
## 12590             0.09               73               27            7.7
## 12593             0.09               75               49            8.9
## 12597             0.09               49               23            5.0
## 12599             0.09               54               22            5.8
## 12606             0.09               30               14            3.2
## 12608             0.09               68               23            7.4
## 12609             0.09               43               14            6.7
## 12613             0.09               80               14            9.2
## 12615             0.09               62               19            8.4
## 12626             0.09               78               22            8.3
## 12629             0.09               58               19            4.4
## 12635             0.09               61               19            7.2
## 12638             0.09               56               14            8.1
## 12640             0.09               69               23            7.6
## 12643             0.09               63                8            7.3
## 12647             0.09               61               11            8.0
## 12653             0.09               44               15            2.5
## 12654             0.09               62               16            8.5
## 12658             0.09               50               15            7.3
## 12660             0.09               68               28            8.1
## 12663             0.09               76               80            8.0
## 12664             0.09               70                8            8.3
## 12667             0.09               51                6            8.0
## 12669             0.09               71               14            6.6
## 12671             0.09               79               43            8.3
## 12674             0.09               53                9            5.8
## 12678             0.09               49               11            6.3
## 12680             0.09               71               31            8.2
## 12681             0.09               86               28            9.0
## 12684             0.09               62               24            8.8
## 12686             0.09               85               39            9.0
## 12688             0.09               72               19            7.9
## 12692             0.09               75               21            8.4
## 12694             0.09               58               21            6.9
## 12698             0.09               74               11            8.8
## 12700             0.09               53               17            6.8
## 12701             0.09               61               22            8.6
## 12703             0.09               84               25            8.7
## 12706             0.09               89               30            9.0
## 12707             0.09               67                7            7.5
## 12712             0.09               80               17            7.5
## 12714             0.09               70               11            8.3
## 12715             0.09               67               11            7.0
## 12720             0.09               82                7            8.5
## 12723             0.09               60               12            7.9
## 12724             0.09               83               19            7.8
## 12730             0.09               61                6            6.8
## 12731             0.09               86               41            8.1
## 12732             0.09               64               12            7.2
## 12736             0.09               59               16            8.5
## 12742             0.09               59               17            7.0
## 12743             0.09               55               24            7.7
## 12750             0.09               62                7            6.9
## 12753             0.09               67                4            6.5
## 12755             0.09               74               22            9.2
## 12757             0.09               45                7            3.2
## 12761             0.09               58                7            7.4
## 12764             0.09               77               20            8.1
## 12766             0.09               71                9            6.9
## 12768             0.09               57               17            6.0
## 12770             0.09               69               13            7.0
## 12774             0.09               74               22            8.7
## 12775             0.09               30               21            3.3
## 12776             0.09               77               24            8.3
## 12778             0.09               79               22            7.6
## 12781             0.09               30                7            2.8
## 12783             0.09               70               11            6.2
## 12785             0.09               76               28            8.3
## 12786             0.09               57               17            6.7
## 12787             0.09               71               25            8.0
## 12790             0.09               76               16            7.5
## 12797             0.09               30                9            3.1
## 12798             0.09               76               11            8.3
## 12807             0.09               53                4            7.2
## 12814             0.60               92               61            8.6
## 12816             0.60               94               80            8.9
## 12823             0.60               79               23            8.3
## 12824             0.60               88               15            6.7
## 12826             0.60               80               37            8.5
## 12827             0.60               67               28            7.9
## 12829             0.60               93               46            8.5
## 12830             0.60               88               67            8.8
## 12833             0.60               68               56            7.9
## 12839             0.60               79               31            8.8
## 12841             0.60               81               24            8.9
## 12847             0.60               44                7            6.2
## 12849             0.60               75               26            8.8
## 12851             0.60               64               24            8.5
## 12853             0.60               63               18            8.3
## 12854             0.60               82               39            7.7
## 12856             0.60               83               23            8.3
## 12859             0.60               83               35            8.7
## 12860             0.60               78               18            7.9
## 12861             0.60               53               15            6.9
## 12868             0.60               38               21            5.0
## 12870             0.60               73               19            7.8
## 12872             0.60               81               18            6.9
## 12874             0.60               59                7            7.8
## 12878             0.60               73               20            8.9
## 12879             0.60               73               19            7.4
## 12882             0.60               49                5            7.4
## 12883             0.60               61               20            7.3
## 12884             0.60               76               24            8.0
## 12891             0.60               89               19            7.8
## 12894             0.60               71                4            7.7
## 12898             0.60               87               32            8.0
## 12900             0.60               79               48            6.6
## 12901             0.60               67                6            8.6
## 12903             0.60               81               25            7.3
## 12905             0.60               89               21            8.0
## 12906             0.60               72               16            9.2
## 12907             0.60               87               41            9.1
## 12911             0.60               90               25            8.5
## 12912             0.60               63               26            8.6
## 12913             0.60               76               23            8.1
## 12914             0.60               80               23            7.6
## 12915             0.60               71               16            7.5
## 12916             0.60               65               14            8.1
## 12917             0.60               65               17            8.2
## 12919             0.60               86               31            8.2
## 12920             0.60               62               15            5.3
## 12921             0.60               78               30            7.8
## 12922             0.60               75               18            6.4
## 12923             0.60               78                4            6.6
## 12927             0.60               80               17            8.6
## 12929             0.60               81               15            8.4
## 12931             0.60               72                8            7.1
## 12939             0.60               92               16            8.3
## 12942             0.60               72               36            8.7
## 12943             0.60               48               13            5.1
## 12946             0.60               76               24            8.9
## 12948             0.60               74               13            8.0
## 12949             0.60               71                7            7.4
## 12952             0.60               88               20            7.7
## 12955             0.60               82               31            8.4
## 12957             0.60               78               30            8.4
## 12960             0.60               76                5            7.7
## 12967             0.58               91               19            8.6
## 12968             0.57               85               13            8.8
## 12969             0.57               56                6            7.7
## 12971             0.57               58               14            8.2
## 12974             0.56               47                5            7.0
## 12977             0.55               93               22            8.4
## 12981             0.54               87               10            8.2
## 12982             0.53               59               23            6.6
## 12983             0.53               82               13            8.7
## 12986             0.52               90               20            8.0
## 12987             0.52               80               12            7.8
## 12993             0.50               75               13            7.7
## 12996             0.50               50               19            7.3
## 13001             0.47               82               11            8.7
## 13004             0.46               62                4            5.5
## 13005             0.46               83               30            8.4
## 13007             0.46               80               37            7.9
## 13011             0.45               46                5            6.8
## 13013             0.44               78               27            7.4
## 13017             0.44               92               41            8.7
## 13018             0.44               73               15            8.6
## 13019             0.44               78               22            5.2
## 13020             0.43               66                6            6.6
## 13021             0.43               92               13            8.5
## 13023             0.42               88               15            8.6
## 13027             0.41               83               15            5.8
## 13032             0.40               73               24            7.8
## 13033             0.40               70               17            7.4
## 13037             0.39               67               18            8.8
## 13038             0.39               66               20            7.5
## 13043             0.38               68               16            6.5
## 13045             0.37               76               26            8.6
## 13046             0.37               39                7            4.7
## 13047             0.37               84               23            7.9
## 13051             0.36               67               53            8.0
## 13052             0.36               77               13            7.2
## 13053             0.35               68                8            7.4
## 13055             0.35               85               31            8.7
## 13058             0.34               73                9            6.6
## 13059             0.34               71               19            6.9
## 13068             0.32               60               14            7.5
## 13069             0.32               52               15            7.2
## 13070             0.32               80               31            9.2
## 13072             0.31               81               15            9.0
## 13073             0.31               85               12            6.6
## 13074             0.31               73               34            8.5
## 13075             0.31               49               21            6.1
## 13078             0.30               30                5            8.9
## 13079             0.30               78               18            7.9
## 13081             0.30               46                5            6.0
## 13084             0.29               60               23            6.6
## 13085             0.29               72               23            6.9
## 13094             0.28               70               11            8.4
## 13098             0.28               76               22            8.9
## 13100             0.28               57                9            7.0
## 13103             0.27               78                4            7.8
## 13108             0.27               56               16            7.0
## 13109             0.27               78               20            7.9
## 13111             0.26               88               44            8.0
## 13112             0.26               90               41            8.5
## 13117             0.26               69               15            5.0
## 13119             0.26               44               14            6.7
## 13121             0.26               78               31            9.0
## 13124             0.26               76               10            8.3
## 13126             0.26               58                4            6.9
## 13128             0.25               81               19            8.5
## 13129             0.25               64               17            7.4
## 13130             0.25               85               13            8.2
## 13138             0.24               63               20            4.8
## 13139             0.24               83               27            8.6
## 13140             0.24               83               17            8.0
## 13143             0.23               85               20            8.8
## 13151             0.23               55               20            6.6
## 13152             0.22               51               21            7.0
## 13154             0.22               84               31            9.2
## 13156             0.22               47               10            5.6
## 13161             0.22               92               24            8.3
## 13162             0.22               53               14            7.4
## 13165             0.21               61                8            6.5
## 13167             0.21               76               20            7.5
## 13169             0.21               62               30            5.5
## 13171             0.21               88               36            8.2
## 13173             0.21               80               12            7.9
## 13174             0.21               89               25            7.8
## 13175             0.21               68               16            8.5
## 13176             0.21               33                6            7.5
## 13180             0.20               79                9            7.8
## 13181             0.20               90               17            7.6
## 13190             0.20               83               25            8.3
## 13196             0.19               78               28            6.9
## 13199             0.19               79               17            9.0
## 13203             0.19               65               28            8.6
## 13206             0.19               82               24            8.2
## 13207             0.19               76               22            9.0
## 13208             0.19               79               47            8.5
## 13211             0.18               68                7            7.9
## 13212             0.18               75                7            8.2
## 13219             0.18               87               18            7.8
## 13222             0.17               58               57            6.7
## 13226             0.17               72               10            8.3
## 13228             0.17               72               22            8.0
## 13229             0.17               61                5            7.8
## 13230             0.17               57                9            6.0
## 13232             0.16               65                7            8.7
## 13235             0.16               74               11            8.4
## 13236             0.16               75               40            8.6
## 13238             0.16               68               24            7.6
## 13239             0.16               61               12            6.9
## 13240             0.16               52                4            6.6
## 13241             0.16               84               11            8.0
## 13244             0.15               78               13            6.5
## 13248             0.15               83               16            8.0
## 13249             0.15               74               22            7.3
## 13250             0.15               77                6            8.4
## 13258             0.14               84               12            8.4
## 13262             0.14               77               16            8.7
## 13270             0.14               72               11            8.1
## 13271             0.14               58                8            7.5
## 13274             0.14               56                7            7.3
## 13276             0.14               58               19            4.4
## 13277             0.14               70               13            7.5
## 13283             0.13               80               16            7.8
## 13284             0.13               44               19            6.0
## 13285             0.13               79               13            6.3
## 13287             0.13               60                6            7.2
## 13292             0.13               80               40            8.5
## 13293             0.13               50               18            6.8
## 13296             0.13               54                4            6.9
## 13299             0.13               57               10            7.1
## 13302             0.13               70               21            8.1
## 13305             0.12               53                5            5.0
## 13306             0.12               59                8            5.2
## 13307             0.12               70                5            8.0
## 13311             0.12               90               13            8.0
## 13312             0.12               36               14            5.6
## 13315             0.12               46                6            4.1
## 13316             0.12               72                8            7.0
## 13317             0.12               89               17            7.1
## 13326             0.11               81               19            8.5
## 13328             0.11               63               17            7.6
## 13335             0.11               55                4            6.4
## 13336             0.11               70               16            7.0
## 13337             0.11               68               14            8.2
## 13339             0.11               59                9            5.2
## 13342             0.11               70               12            5.1
## 13343             0.11               56               12            5.7
## 13344             0.11               49                7            5.6
## 13346             0.11               58               26            7.8
## 13351             0.10               78               17            8.6
## 13352             0.10               71               12            9.0
## 13358             0.10               76               31            8.1
## 13359             0.10               80               15            8.0
## 13363             0.10               54               13            8.8
## 13365             0.10               74                9            8.8
## 13371             0.09               74               17            8.1
## 13374             0.09               84               18            8.4
## 13375             0.09               78               11            7.7
## 13376             0.09               51               11            6.8
## 13379             0.09               56               22            7.1
## 13386             0.09               67               13            8.5
## 13389             0.09               74               14            9.2
## 13393             0.09               56               17            6.5
## 13394             0.09               90               18            8.4
## 13396             0.09               64               20            5.9
## 13398             0.09               66               19            7.1
## 13401             0.09               72               11            9.2
## 13404             0.09               79               23            6.9
## 13406             0.09               80               10            9.1
## 13412             0.09               67                8            7.9
## 13414             0.09               52                7            7.2
## 13418             0.09               71               12            6.6
## 13419             0.09               46                5            2.0
## 13420             0.09               55               12            8.5
## 13421             0.09               70               11            8.9
## 13422             0.09               74               24            7.5
## 13423             0.09               78               19            8.8
## 13424             0.09               75                9            7.3
## 13433             0.09               42                6            4.6
## 13445             0.09               73               19            9.0
## 13447             0.09               66                6            7.8
## 13455             0.09               67                7            8.6
## 13456             0.09               67               13            6.6
## 13459             0.09               55                7            7.3
## 13460             0.09               36                7            4.7
## 13462             0.09               67               14            5.9
## 13468             0.09               78               24            7.0
## 13469             0.09               88               16            7.8
## 13471             0.09               70               13            8.1
## 13474             0.09               53                7            7.4
## 13485             0.09               83               13            8.3
## 13486             0.09               56               47            7.7
## 13487             0.09               73               14            8.5
## 13488             0.09               30               13            4.1
## 13489             0.09               58               20            6.0
## 13491             0.09               69               16            8.4
## 13496             0.09               74               23            8.3
## 13497             0.09               60               15            6.3
## 13501             0.09               61               10            9.0
## 13505             0.09               83               17            8.9
## 13509             0.09               46               26            7.2
## 13512             0.09               74               25            8.3
## 13515             0.09               75               12            8.2
## 13518             0.09               65               17            6.8
## 13519             0.09               72                5            6.6
## 13522             0.09               68                9            9.1
## 13525             0.09               92                6            8.2
## 13527             0.09               60               13            7.3
## 13530             0.09               54               23            7.6
## 13531             0.09               78               25            8.4
## 13536             0.09               44                5            6.5
## 13537             0.09               40                5            8.3
## 13538             0.09               69                8            8.6
## 13542             0.09               67                8            9.0
## 13545             0.09               59               13            6.5
## 13547             0.09               40                7            7.1
## 13552             0.09               72                7            7.8
## 13554             0.09               64                8            8.0
## 13556             0.09               78               20            9.2
## 13558             0.09               44               14            7.2
## 13563             0.09               46                8            7.6
## 13565             0.09               68                5            7.9
## 13568             0.09               89               27            8.6
## 13571             0.09               65               14            6.5
## 13572             0.09               48                4            5.5
## 13573             0.09               80                8            6.9
## 13574             0.09               71                6            8.1
## 13575             0.09               46               19            6.0
## 13576             0.09               60                7            7.9
## 13578             0.09               73               10            8.6
## 13585             0.09               38                9            2.8
## 13590             0.09               59               11            7.7
## 13593             0.09               64                5            7.8
## 13594             0.09               71               27            7.0
## 13596             0.09               70                6            8.2
## 13602             0.09               89               11            7.0
## 13606             0.09               49                8            6.2
## 13611             0.09               59                9            4.6
## 13613             0.09               35                4            8.7
## 13614             0.09               63                4            4.4
## 13616             0.09               70               17            7.0
## 13620             0.09               93               20            8.4
## 13623             0.09               70               17            7.5
## 13625             0.09               79                8            8.7
## 13626             0.09               77                8            8.4
## 13628             0.09               86               10            9.1
## 13629             0.09               72               14            8.3
## 13630             0.09               42                6            6.2
## 13631             0.09               61               12            6.4
## 13632             0.09               62                4            7.7
## 13633             0.09               84               11            8.4
## 13635             0.09               64                7            8.0
## 13637             0.09               81               12            8.8
## 13638             0.09               70               34            8.7
## 13643             0.60               94               68            8.6
## 13648             0.60               66               22            7.1
## 13655             0.60               72               27            7.9
## 13660             0.60               94               37            8.5
## 13664             0.60               89               22            8.6
## 13665             0.60               86               23            8.2
## 13668             0.60               82               16            8.4
## 13671             0.60               88               17            8.9
## 13673             0.60               74               16            8.0
## 13674             0.60               74               17            7.9
## 13675             0.60               85               35            8.2
## 13677             0.60               80               24            7.4
## 13681             0.60               78               17            9.1
## 13684             0.60               66               14            4.5
## 13689             0.60               91               29            9.2
## 13690             0.60               84               25            8.0
## 13695             0.60               64                8            7.1
## 13698             0.60               84               28            7.8
## 13699             0.60               89               39            8.7
## 13700             0.60               90               18            8.7
## 13701             0.60               78                7            5.1
## 13703             0.60               83               20            9.2
## 13704             0.60               87               28            7.9
## 13710             0.60               32                6            4.6
## 13712             0.60               70               28            6.9
## 13715             0.60               94               16            7.5
## 13716             0.60               85               17            8.5
## 13717             0.60               73               15            8.3
## 13718             0.60               73               15            8.8
## 13720             0.60               74               18            7.7
## 13721             0.60               87               21            9.1
## 13724             0.60               63               17            3.3
## 13727             0.60               85               16            7.5
## 13729             0.60               53                4            5.8
## 13730             0.60               88               22            7.0
## 13733             0.60               34                6            5.3
## 13734             0.60               78                8            8.7
## 13735             0.60               84               33            8.7
## 13739             0.60               81               22            7.9
## 13743             0.60               74               19            7.8
## 13744             0.60               80               30            8.7
## 13746             0.60               72               12            8.4
## 13749             0.60               67                8            6.5
## 13751             0.60               92               28            9.0
## 13753             0.60               78               24            8.8
## 13755             0.60               66               28            8.6
## 13756             0.60               89               12            8.2
## 13757             0.60               84                8            8.7
## 13758             0.60               80               21            8.3
## 13759             0.60               63               10            8.6
## 13760             0.60               87               24            8.6
## 13762             0.59               63               22            8.0
## 13763             0.57               71               30            7.5
## 13767             0.56               77               16            7.6
## 13770             0.56               76               17            8.3
## 13771             0.55               80               22            8.5
## 13772             0.55               54               12            8.2
## 13774             0.55               68               19            6.7
## 13777             0.54               80               15            8.6
## 13778             0.53               81               21            7.9
## 13781             0.52               73               19            8.5
## 13782             0.52               81                6            8.8
## 13789             0.49               69               20            7.5
## 13791             0.48               50                5            5.3
## 13802             0.43               88               22            8.5
## 13810             0.42               76               22            6.7
## 13813             0.41               75               16            8.8
## 13814             0.41               75                8            7.8
## 13816             0.40               62               10            8.8
## 13817             0.40               61               11            5.7
## 13818             0.40               91               12            6.8
## 13821             0.39               80               24            7.7
## 13822             0.38               51               18            4.6
## 13823             0.36               58               15            7.8
## 13825             0.36               70               23            8.5
## 13828             0.36               81               43            8.9
## 13830             0.36               49               19            5.4
## 13833             0.34               65               15            8.1
## 13837             0.33               78               16            8.7
## 13838             0.33               82               10            8.3
## 13840             0.32               77               21            8.3
## 13842             0.32               54               28            7.2
## 13844             0.32               64               11            8.1
## 13856             0.28               58               10            7.9
## 13857             0.28               84               23            8.3
## 13865             0.27               67               11            8.1
## 13867             0.27               89               17            8.8
## 13868             0.27               71               11            8.2
## 13875             0.25               84               17            7.4
## 13876             0.25               59                9            7.5
## 13877             0.25               30                6            6.3
## 13879             0.25               48                9            5.0
## 13882             0.24               70               22            5.8
## 13887             0.23               61               42            7.6
## 13890             0.22               79               17            8.8
## 13892             0.22               59               16            6.2
## 13894             0.22               62               15            8.2
## 13896             0.21               34                7            5.1
## 13898             0.21               78               18            8.2
## 13899             0.21               85               17            8.2
## 13903             0.20               75               19            7.6
## 13905             0.20               76               18            8.2
## 13907             0.20               57               11            4.0
## 13908             0.19               81               16            8.8
## 13910             0.19               85                7            9.1
## 13918             0.18               68                8            7.5
## 13923             0.18               65               12            8.4
## 13932             0.16               42               33            6.0
## 13936             0.16               71               34            8.6
## 13938             0.16               62               16            9.2
## 13939             0.16               79                7            8.3
## 13940             0.15               38               10            3.4
## 13945             0.15               54               12            5.3
## 13946             0.15               83               13            8.3
## 13947             0.15               75               18            8.5
## 13957             0.14               69               20            8.6
## 13959             0.14               76               11            6.5
## 13961             0.14               81               24            8.5
## 13962             0.14               71               20            7.9
## 13963             0.14               67               26            6.6
## 13964             0.14               64               15            7.3
## 13966             0.14               72               30            8.3
## 13969             0.14               65               18            8.0
## 13972             0.13               69               16            7.0
## 13975             0.13               89               25            8.8
## 13976             0.13               89                5            8.9
## 13977             0.13               74               15            8.4
## 13979             0.13               53               18            6.7
## 13980             0.13               63               20            6.2
## 13981             0.13               68                4            8.6
## 13986             0.12               65               24            8.4
## 13998             0.10               84               21            8.2
## 14003             0.10               53               39            7.1
## 14005             0.10               60               14            8.5
## 14006             0.10               39               11            2.9
## 14007             0.10               70               11            6.6
## 14009             0.09               57               31            7.8
## 14010             0.09               64               13            7.8
## 14014             0.09               69                5            8.3
## 14015             0.09               71               20            7.8
## 14016             0.09               53                9            5.6
## 14017             0.09               63                7            7.2
## 14019             0.09               68               10            5.6
## 14020             0.09               63                5            7.1
## 14028             0.09               82               22            8.0
## 14029             0.09               72               29            7.7
## 14032             0.09               44               10            5.0
## 14035             0.09               82               31            9.1
## 14038             0.09               86               25            9.0
## 14039             0.09               66                5            7.6
## 14042             0.09               65                5            8.0
## 14044             0.09               77                8            8.7
## 14045             0.09               72               18            7.8
## 14046             0.09               79               15            6.9
## 14049             0.09               50                9            6.4
## 14050             0.09               71               12            9.0
## 14051             0.09               74               20            5.2
## 14054             0.09               53               10            6.6
## 14055             0.09               50                9            6.0
## 14058             0.09               68               18            7.9
## 14059             0.09               58               13            6.3
## 14060             0.09               84               14            8.8
## 14062             0.09               64                5            7.4
## 14064             0.09               77                9            8.0
## 14065             0.09               49                8            8.1
## 14066             0.09               79                7            8.1
## 14068             0.09               81               23            8.2
## 14071             0.09               71               13            6.7
## 14073             0.09               30               19            2.0
## 14074             0.09               78               25            8.8
## 14075             0.09               84               16            8.4
## 14077             0.09               87               10            7.8
## 14080             0.09               67               17            7.6
## 14081             0.09               59                9            5.5
## 14083             0.09               83               40            8.0
## 14084             0.09               68                8            8.1
## 14088             0.09               54                4            6.1
## 14090             0.09               50               11            7.7
## 14091             0.09               40               12            3.5
## 14093             0.09               79                4            9.2
## 14096             0.09               61               11            7.9
## 14100             0.09               74               16            8.6
## 14101             0.09               51               15            7.7
## 14103             0.09               85               36            8.2
## 14104             0.09               66                9            6.2
## 14106             0.09               89               32            9.1
## 14109             0.09               77               11            8.3
## 14110             0.09               58                5            3.5
## 14114             0.09               75                8            7.6
## 14115             0.09               68                6            7.0
## 14117             0.09               52                8            3.0
## 14120             0.09               67                9            9.2
## 14122             0.60               94               22            8.9
## 14124             0.60               94               19            7.7
## 14126             0.60               85               25            8.5
## 14128             0.60               66                7            8.0
## 14129             0.60               84               22            5.7
## 14132             0.60               72               22            9.0
## 14135             0.60               54               21            5.7
## 14136             0.60               78               18            7.8
## 14139             0.60               62                7            7.3
## 14146             0.60               80               26            9.2
## 14151             0.60               63               23            8.0
## 14152             0.60               80               27            8.2
## 14167             0.60               61               21            8.1
## 14169             0.60               82               14            8.4
## 14176             0.60               66               20            8.0
## 14179             0.60               75               20            8.4
## 14181             0.60               90               13            8.7
## 14182             0.60               89               44            8.5
## 14184             0.60               64               17            7.9
## 14185             0.60               75               17            8.8
## 14186             0.60               74               14            7.3
## 14189             0.60               75               20            6.4
## 14193             0.60               64               19            6.9
## 14194             0.60               78               23            8.4
## 14196             0.60               76               10            8.9
## 14201             0.60               58               16            8.1
## 14204             0.60               55                4            6.2
## 14208             0.60               78               28            7.5
## 14209             0.59               70                6            7.9
## 14213             0.58               77               14            8.7
## 14216             0.56               83               10            8.9
## 14222             0.53               58                6            7.1
## 14225             0.51               74               16            7.8
## 14226             0.51               84               10            7.1
## 14228             0.48               82               11            7.9
## 14229             0.47               72               18            6.3
## 14231             0.47               75               15            8.0
## 14235             0.44               73               35            8.7
## 14240             0.42               76               10            8.8
## 14241             0.41               75                4            8.7
## 14246             0.39               62                5            8.9
## 14249             0.38               69               11            8.2
## 14250             0.38               63               23            6.9
## 14251             0.38               72               15            8.8
## 14253             0.37               73               11            7.2
## 14257             0.35               83               11            8.4
## 14258             0.35               79                4            7.6
## 14262             0.34               75               11            9.0
## 14269             0.31               66                8            7.2
## 14272             0.30               90               16            8.2
## 14275             0.29               66               11            7.7
## 14277             0.29               41               14            6.5
## 14282             0.28               73                9            8.4
## 14283             0.27               65                9            8.4
## 14288             0.27               77               16            6.0
## 14292             0.26               54               20            8.0
## 14297             0.25               80               12            8.2
## 14298             0.24               48                8            7.3
## 14302             0.24               46               10            5.5
## 14303             0.24               66               21            8.0
## 14304             0.23               68               16            7.3
## 14305             0.23               78               11            8.3
## 14308             0.22               64               21            5.4
## 14309             0.22               80               17            9.0
## 14310             0.21               75                4            7.1
## 14313             0.21               69               12            8.4
## 14316             0.21               30                7            2.4
## 14321             0.20               74               24            8.0
## 14326             0.20               90               17            8.8
## 14327             0.20               60               14            7.0
## 14329             0.19               49               10            6.3
## 14330             0.18               58                4            5.8
## 14333             0.18               73               33            8.5
## 14336             0.18               68               10            5.3
## 14339             0.17               65               16            5.9
## 14341             0.17               65                5            5.9
## 14345             0.17               49               13            7.6
## 14349             0.16               66               16            6.5
## 14350             0.16               80               15            8.1
## 14354             0.16               76               13            6.0
## 14355             0.16               57                6            5.1
## 14357             0.15               30                5            6.9
## 14361             0.15               61               22            6.7
## 14362             0.14               73                6            9.2
## 14364             0.14               85               45            7.4
## 14365             0.14               69                9            7.3
## 14367             0.14               92               48            8.0
## 14370             0.13               75                7            6.2
## 14372             0.13               57               36            7.3
## 14374             0.12               75               33            8.7
## 14381             0.11               81                7            6.1
## 14382             0.11               82               15            8.7
## 14383             0.11               84               17            8.9
## 14385             0.11               73               16            5.6
## 14387             0.11               53               16            4.0
## 14388             0.11               85               33            8.6
## 14390             0.11               78               14            8.9
## 14395             0.10               63                7            7.3
## 14396             0.10               38                9            2.0
## 14401             0.09               93               21            9.2
## 14402             0.09               61               22            6.2
## 14403             0.09               78               22            8.2
## 14406             0.09               62               15            7.0
## 14414             0.09               69               15            8.1
## 14418             0.09               37                7            6.8
## 14421             0.09               64               21            9.1
## 14423             0.09               73               38            8.2
## 14424             0.09               72               27            7.5
## 14426             0.09               84               16            9.0
## 14427             0.09               51               31            8.6
## 14428             0.09               72               12            7.5
## 14434             0.09               68               17            8.5
## 14435             0.09               57                5            9.0
## 14437             0.09               68                9            5.5
## 14441             0.09               65               10            6.7
## 14442             0.09               72               27            9.2
## 14446             0.09               83               12            7.8
## 14448             0.09               63                4            6.8
## 14449             0.09               67               51            8.3
## 14451             0.09               92               38            7.9
## 14452             0.09               79               39            8.5
## 14455             0.09               54               11            7.3
## 14459             0.09               70               10            7.9
## 14460             0.09               48                5            8.7
## 14461             0.09               60               26            7.1
## 14462             0.09               71                6            7.8
## 14463             0.09               62               10            8.1
## 14464             0.09               77               10            6.0
## 14465             0.09               62               10            8.8
## 14467             0.09               66               44            8.0
## 14469             0.09               62               14            6.2
## 14470             0.09               70               14            8.6
## 14471             0.60               92               67            8.8
## 14473             0.60               90               24            8.6
## 14475             0.60               86               56            8.9
## 14477             0.60               80               13            8.6
## 14478             0.60               66               49            8.3
## 14480             0.60               92               18            9.2
## 14481             0.60               79               62            9.1
## 14484             0.60               84               15            9.2
## 14487             0.60               65               19            8.0
## 14495             0.60               94               16            8.1
## 14497             0.60               69               21            8.7
## 14501             0.60               86               17            9.2
## 14502             0.60               72               43            8.4
## 14505             0.60               83               47            9.1
## 14506             0.60               59               20            7.4
## 14507             0.60               77                4            7.9
## 14510             0.60               75               35            8.5
## 14511             0.60               78               55            7.7
## 14512             0.60               77               23            8.4
## 14514             0.60               77               25            7.8
## 14517             0.60               93               59            6.0
## 14519             0.60               64               13            4.2
## 14521             0.60               61               16            7.6
## 14524             0.60               82                8            9.1
## 14525             0.60               67               15            8.0
## 14528             0.60               30                4            3.1
## 14533             0.60               65               35            7.4
## 14537             0.60               54               11            6.8
## 14539             0.60               59               13            8.0
## 14541             0.60               71               20            8.1
## 14543             0.60               77               16            8.3
## 14546             0.60               84               11            7.4
## 14547             0.60               78               13            8.5
## 14548             0.60               74                9            7.5
## 14550             0.60               60               51            8.4
## 14551             0.60               66               12            7.6
## 14553             0.60               73               15            8.9
## 14554             0.60               77               22            9.2
## 14555             0.60               69                4            7.0
## 14561             0.60               74               34            7.5
## 14562             0.60               79                8            7.5
## 14564             0.60               68               20            8.5
## 14568             0.58               92               40            9.2
## 14571             0.55               54               14            6.6
## 14576             0.54               55                7            8.5
## 14579             0.52               82               24            8.4
## 14581             0.52               70               21            8.8
## 14585             0.51               33                8            7.3
## 14589             0.48               86                5            9.1
## 14594             0.46               65               11            4.9
## 14596             0.46               85               13            4.5
## 14597             0.45               86               49            9.2
## 14600             0.44               69                8            7.0
## 14603             0.42               71               17            8.3
## 14604             0.41               79               39            8.0
## 14605             0.41               80               34            9.1
## 14608             0.41               51                8            6.0
## 14610             0.40               86               52            9.0
## 14613             0.40               38                5            6.5
## 14615             0.40               33                4            6.4
## 14616             0.39               58                8            6.4
## 14618             0.39               68                7            7.9
## 14620             0.38               55                6            7.6
## 14621             0.37               77               31            8.4
## 14622             0.37               50                6            7.3
## 14623             0.36               69                5            6.6
## 14625             0.35               86               12            8.9
## 14627             0.34               89               14            8.5
## 14629             0.33               83               36            9.1
## 14630             0.32               60               25            7.6
## 14631             0.32               82                6            9.2
## 14635             0.31               83               43            8.9
## 14637             0.31               64                7            6.8
## 14638             0.31               63               10            7.4
## 14639             0.31               77               16            8.6
## 14641             0.30               77                8            7.6
## 14643             0.29               61               13            7.7
## 14650             0.29               92               41            8.9
## 14652             0.28               75               17            8.2
## 14654             0.27               80               26            8.2
## 14658             0.26               66                8            8.9
## 14659             0.26               82                7            9.1
## 14666             0.25               59                5            5.8
## 14667             0.25               68               13            7.7
## 14668             0.25               83               20            8.1
## 14669             0.25               89               14            6.6
## 14672             0.24               47               14            7.3
## 14676             0.23               59               30            6.6
## 14680             0.22               72                5            8.6
## 14693             0.19               61               15            3.0
## 14698             0.18               83               29            8.8
## 14701             0.17               69               20            8.2
## 14703             0.17               82               18            8.2
## 14711             0.15               65               15            7.5
## 14715             0.15               70                4            7.6
## 14716             0.14               84               34            8.7
## 14723             0.13               64                6            8.6
## 14725             0.12               61               12            7.0
## 14730             0.11               82               42            8.3
## 14731             0.11               43                7            6.3
## 14734             0.11               80               24            8.5
## 14737             0.11               92                8            8.7
## 14742             0.11               70                7            7.6
## 14743             0.11               46                4            6.5
## 14747             0.10               74                6            8.7
## 14748             0.10               38                6            4.6
## 14751             0.10               72                8            7.3
## 14753             0.09               92               21            9.0
## 14754             0.09               58               16            6.3
## 14756             0.09               85               13            9.0
## 14759             0.09               80               11            7.5
## 14760             0.09               70               17            7.3
## 14763             0.09               76               19            8.0
## 14764             0.09               83               38            4.5
## 14767             0.09               51               14            5.3
## 14770             0.09               73               18            8.2
## 14776             0.09               49               13            7.8
## 14778             0.09               79                8            8.2
## 14783             0.09               80               17            8.3
## 14786             0.09               39                4            7.7
## 14791             0.09               79               12            8.3
## 14794             0.09               67               11            5.7
## 14796             0.09               92               22            9.2
## 14797             0.09               67                8            8.7
## 14799             0.09               70               32            5.2
## 14801             0.09               91               26            8.9
## 14803             0.09               59               21            7.1
## 14806             0.09               66               11            6.5
## 14808             0.09               70                7            7.6
## 14811             0.60               94               15            9.1
## 14812             0.60               91               12            8.9
## 14814             0.60               89               13            9.2
## 14815             0.60               77               19            8.8
## 14817             0.60               56               13            7.5
## 14821             0.60               88               13            8.7
## 14826             0.60               93               10            8.3
## 14827             0.60               74                9            9.1
## 14831             0.60               58               24            7.5
## 14839             0.60               38               18            5.4
## 14842             0.60               73               21            8.5
## 14844             0.60               75               25            7.0
## 14853             0.60               81               11            8.2
## 14854             0.60               71               27            9.0
## 14855             0.60               70               13            8.4
## 14857             0.60               75                6            8.1
## 14858             0.60               77               23            8.4
## 14860             0.60               61                8            7.0
## 14861             0.60               70               37            8.9
## 14862             0.60               74                7            5.4
## 14869             0.60               73               28            8.0
## 14872             0.60               74               20            8.1
## 14874             0.60               59               15            6.8
## 14875             0.60               73               16            8.2
## 14877             0.60               80               13            8.5
## 14880             0.60               76               17            8.9
## 14881             0.60               68               28            8.5
## 14882             0.60               66                4            7.9
## 14884             0.60               83                6            8.8
## 14887             0.60               87               45            8.6
## 14892             0.60               66               24            8.2
## 14893             0.60               76               24            8.8
## 14897             0.60               88                6            8.9
## 14899             0.60               56                4            8.0
## 14905             0.60               62               10            7.4
## 14906             0.60               86               39            8.3
## 14907             0.60               60               10            6.3
## 14908             0.60               56                4            7.5
## 14910             0.60               87                4            8.4
## 14919             0.60               78               33            8.2
## 14921             0.60               83               24            8.5
## 14922             0.60               51                6            8.2
## 14923             0.60               79                6            9.0
## 14927             0.58               73               21            8.7
## 14930             0.58               74               17            8.3
## 14934             0.54               76               19            8.4
## 14938             0.48               59               22            8.7
## 14939             0.47               53               12            5.9
## 14943             0.45               83               20            8.8
## 14950             0.42               44               19            6.4
## 14951             0.41               60               21            8.6
## 14953             0.41               81               26            8.4
## 14955             0.39               67               13            7.5
## 14957             0.38               66               33            9.1
## 14961             0.37               65               32            7.2
## 14962             0.37               50                5            7.3
## 14964             0.35               84               25            8.6
## 14968             0.34               84               26            9.1
## 14971             0.33               71               16            8.4
## 14976             0.31               35                6            9.2
## 14979             0.31               72                6            5.1
## 14980             0.31               84               61            9.0
## 14982             0.31               69               13            7.1
## 14983             0.30               56               16            8.2
## 14985             0.29               81               61            7.1
## 14987             0.28               84               10            8.6
## 14988             0.28               81                7            8.7
## 14989             0.28               64               22            8.5
## 14995             0.27               79               39            8.9
## 15001             0.25               60                5            7.1
## 15003             0.25               75               27            8.8
## 15004             0.25               51                7            7.6
## 15010             0.24               67               12            7.9
## 15014             0.23               65               23            7.6
## 15017             0.22               55                9            7.9
## 15018             0.22               71                7            7.8
## 15025             0.19               82               16            8.0
## 15031             0.17               46                4            5.5
## 15032             0.17               89               22            7.5
## 15038             0.16               78               24            8.7
## 15041             0.15               75               40            9.2
## 15045             0.15               68               15            6.8
## 15048             0.14               58                4            8.6
## 15049             0.14               71               33            7.9
## 15053             0.14               59               19            7.9
## 15056             0.13               64               11            8.5
## 15057             0.13               61               12            6.6
## 15059             0.13               72                7            4.4
## 15060             0.13               62               15            5.4
## 15061             0.12               55               19            5.8
## 15064             0.12               72               41            8.7
## 15069             0.12               84               22            9.1
## 15071             0.11               78               51            8.3
## 15073             0.11               74               25            8.0
## 15077             0.10               85               17            8.6
## 15084             0.10               92               44            8.7
## 15086             0.09               56                9            8.5
## 15090             0.09               79               10            8.7
## 15095             0.09               77               16            8.1
## 15096             0.09               84               17            8.5
## 15099             0.09               91               34            9.0
## 15102             0.09               81               11            8.5
## 15104             0.09               91                8            8.5
## 15106             0.09               66               12            8.8
## 15108             0.09               66               14            7.7
## 15110             0.09               78                7            8.6
## 15113             0.09               80               11            9.1
## 15115             0.09               90               39            8.9
## 15121             0.09               62                5            7.4
## 15122             0.09               71               11            9.1
## 15124             0.09               49                6            7.8
## 15126             0.09               80               12            8.3
## 15129             0.09               89               26            8.3
## 15132             0.09               84               21            9.0
## 15133             0.09               79                6            8.7
## 15136             0.09               30                7            6.9
## 15138             0.09               86               29            7.7
## 15141             0.09               74                8            8.6
## 15142             0.09               91               16            8.3
## 15146             0.09               86               34            8.2
## 15148             0.09               68               22            7.5
## 15151             0.09               80               39            8.6
## 15152             0.09               69                8            7.5
## 15154             0.09               72               11            6.2
## 15156             0.09               82               11            8.2
## 15157             0.09               92                8            8.3
## 15163             0.09               78               13            9.0
## 15166             0.09               74                7            8.7
## 15169             0.09               58               12            7.7
## 15170             0.09               74               22            7.1
## 15171             0.09               79               11            9.0
## 15172             0.09               53                4            6.3
## 15175             0.09               42                7            3.4
## 15177             0.09               46               27            3.7
## 15179             0.09               63               13            4.9
## 15180             0.09               75               37            8.3
## 15183             0.09               93               20            9.0
## 15190             0.60               71               61            8.1
## 15191             0.60               89               15            8.3
## 15192             0.60               85               13            8.7
## 15193             0.60               80               18            7.8
## 15198             0.60               66                4            7.3
## 15201             0.60               83               12            8.2
## 15203             0.60               72                7            9.0
## 15205             0.60               83               39            8.3
## 15208             0.60               86               46            8.7
## 15209             0.60               87               14            8.8
## 15210             0.60               62               11            7.3
## 15215             0.60               81               36            9.0
## 15216             0.60               81               39            8.9
## 15217             0.60               39               31            6.8
## 15219             0.60               83               31            8.4
## 15221             0.60               67               34            6.5
## 15223             0.60               84               31            8.5
## 15224             0.60               82               17            7.7
## 15225             0.60               93               12            9.2
## 15228             0.60               73                8            6.1
## 15235             0.60               77               17            7.6
## 15239             0.60               79               36            7.7
## 15240             0.60               80                9            8.5
## 15241             0.60               83               15            8.8
## 15245             0.60               57                9            8.3
## 15247             0.60               44                5            4.9
## 15249             0.60               78               15            8.7
## 15252             0.60               67               14            8.3
## 15257             0.60               60                5            8.4
## 15260             0.60               75                9            8.8
## 15261             0.60               65                5            8.5
## 15264             0.60               78                9            8.0
## 15268             0.60               60                4            6.9
## 15269             0.60               72                7            8.6
## 15270             0.60               84                5            8.4
## 15271             0.59               76               17            8.7
## 15279             0.51               82                5            8.0
## 15282             0.49               72               25            8.2
## 15288             0.43               56               11            3.1
## 15289             0.42               71               12            8.8
## 15294             0.41               82               24            9.2
## 15296             0.40               79               15            8.6
## 15298             0.40               67               15            7.7
## 15299             0.39               57                8            7.7
## 15300             0.38               57                6            7.1
## 15303             0.36               79               11            8.4
## 15308             0.36               75                6            8.6
## 15312             0.33               54               12            8.1
## 15313             0.32               54               26            8.8
## 15315             0.32               38                4            6.7
## 15316             0.32               82               57            8.5
## 15318             0.32               54               18            8.4
## 15320             0.31               49                4            8.2
## 15322             0.31               70               12            7.9
## 15323             0.31               88                8            8.2
## 15327             0.30               78                4            8.2
## 15331             0.28               46                5            6.6
## 15332             0.28               72                5            7.6
## 15335             0.27               76               24            8.7
## 15342             0.25               85               15            8.5
## 15353             0.23               65               15            8.3
## 15355             0.22               81               65            9.0
## 15357             0.21               66               30            8.5
## 15360             0.21               57               36            8.2
## 15361             0.21               83                6            9.1
## 15362             0.20               58               19            6.8
## 15363             0.20               65               34            7.8
## 15365             0.19               69                6            7.8
## 15367             0.19               93                5            8.9
## 15372             0.18               52               16            7.3
## 15373             0.17               75               34            8.4
## 15374             0.17               78               39            8.0
## 15377             0.16               68               37            6.4
## 15385             0.15               77               13            9.1
## 15386             0.15               70               23            8.2
## 15388             0.14               46                4            7.5
## 15389             0.14               68               34            7.9
## 15391             0.14               68               30            8.8
## 15394             0.14               73                8            8.1
## 15395             0.14               70               46            8.7
## 15397             0.14               57               10            7.5
## 15403             0.13               62               32            8.6
## 15404             0.13               62                8            4.5
## 15406             0.12               60                5            7.3
## 15409             0.12               63               15            7.5
## 15410             0.11               56                9            4.4
## 15413             0.11               67               15            8.0
## 15414             0.11               83               17            9.1
## 15417             0.11               40               11            5.1
## 15419             0.10               77               13            8.3
## 15420             0.10               80               15            8.8
## 15423             0.10               73                6            8.9
## 15424             0.10               70               11            8.2
## 15425             0.10               63               15            6.6
## 15430             0.09               69               12            8.2
## 15432             0.09               89               31            9.0
## 15433             0.09               78               17            8.9
## 15436             0.09               73                7            7.6
## 15439             0.09               73               41            8.3
## 15440             0.09               80                8            7.4
## 15448             0.09               51                9            8.6
## 15455             0.09               71               47            6.9
## 15457             0.09               77               28            9.0
## 15458             0.09               56               11            7.7
## 15462             0.09               88               18            9.2
## 15463             0.09               73               25            7.7
## 15470             0.09               47                4            7.1
## 15476             0.09               61                7            8.1
## 15482             0.60               61                9            8.5
## 15483             0.60               91                8            9.0
## 15484             0.60               91               13            8.6
## 15485             0.60               84               28            7.0
## 15486             0.60               77               20            7.9
## 15487             0.60               54                8            8.7
## 15489             0.60               80                5            7.7
## 15497             0.60               34                5            5.8
## 15501             0.60               70               15            6.5
## 15502             0.60               70                6            8.4
## 15505             0.60               82               17            8.8
## 15508             0.60               63               22            8.7
## 15510             0.60               78               17            9.1
## 15511             0.60               70               21            5.4
## 15512             0.60               77                6            8.5
## 15513             0.60               70               13            8.1
## 15514             0.60               59               32            8.0
## 15519             0.60               79                4            8.6
## 15520             0.60               74                4            7.6
## 15521             0.60               55               12            6.6
## 15522             0.60               75               46            8.4
## 15524             0.60               83               32            8.7
## 15527             0.60               81               15            8.8
## 15528             0.60               57               20            8.0
## 15529             0.60               87               31            6.0
## 15531             0.60               84               10            8.6
## 15532             0.60               72                7            6.7
## 15534             0.60               79                5            8.2
## 15538             0.60               68               30            8.8
## 15539             0.58               60                4            7.8
## 15541             0.55               68               23            7.2
## 15542             0.55               84               34            8.6
## 15543             0.55               32                7            3.5
## 15544             0.53               50               12            8.2
## 15546             0.53               68                6            8.2
## 15547             0.51               69                9            8.4
## 15548             0.51               83                4            8.6
## 15550             0.50               65                8            9.1
## 15556             0.44               74               10            8.7
## 15562             0.41               78               12            9.1
## 15563             0.41               75               24            8.6
## 15564             0.41               90               14            9.0
## 15566             0.38               88                7            8.3
## 15571             0.35               74               12            8.4
## 15573             0.33               52               21            8.1
## 15576             0.32               67                4            8.0
## 15578             0.31               49                4            7.6
## 15580             0.30               74               11            8.5
## 15583             0.29               74               27            9.0
## 15585             0.29               64               14            8.7
## 15586             0.29               62                8            7.4
## 15587             0.28               75               15            9.1
## 15588             0.27               83                7            9.0
## 15589             0.27               75               25            8.9
## 15591             0.27               71               15            7.5
## 15601             0.24               68               12            9.2
## 15606             0.23               55               19            6.1
## 15609             0.22               60               25            5.7
## 15610             0.21               52                5            7.1
## 15611             0.21               72               23            7.4
## 15615             0.20               82               37            8.8
## 15617             0.20               85               31            8.6
## 15618             0.20               77               12            9.1
## 15620             0.19               80                9            8.7
## 15622             0.19               53                4            7.7
## 15625             0.19               62               58            8.3
## 15628             0.19               77               11            7.8
## 15629             0.19               81               37            8.8
## 15635             0.17               67               24            9.0
## 15639             0.17               63               10            7.3
## 15644             0.16               75               26            7.7
## 15648             0.15               75               13            8.5
## 15653             0.14               83                9            7.4
## 15658             0.12               77               11            7.5
## 15665             0.11               86               34            8.5
## 15675             0.10               70                8            9.1
## 15676             0.09               46                7            7.0
## 15681             0.09               72                8            8.5
## 15682             0.09               77               13            7.5
## 15684             0.09               66               10            8.3
## 15685             0.09               73                6            8.1
## 15686             0.09               81               34            9.0
## 15687             0.09               74               58            9.2
## 15688             0.09               60                4            6.7
## 15689             0.09               70               25            7.8
## 15695             0.09               82                4            8.3
## 15698             0.09               64               33            7.6
## 15699             0.09               65               14            8.8
## 15702             0.09               57                5            8.2
## 15703             0.09               48               10            5.1
## 15704             0.09               56                5            8.0
## 15705             0.09               65               11            8.7
## 15708             0.09               72                6            8.2
## 15709             0.09               66                6            8.8
## 15713             0.09               77                4            6.6
## 15720             0.09               82                5            8.2
## 15725             0.09               84               24            8.6
## 15731             0.09               35                8            6.1
## 15735             0.09               68               22            8.2
## 15736             0.09               57               12            7.5
## 15743             0.60               80               28            8.6
## 15745             0.60               88               49            8.5
## 15747             0.60               66                5            7.5
## 15750             0.60               64               18            7.9
## 15751             0.60               61               16            8.5
## 15752             0.60               57               10            7.1
## 15759             0.60               83               12            8.8
## 15763             0.60               65               15            9.1
## 15764             0.60               69               15            6.3
## 15765             0.60               68               11            6.2
## 15770             0.60               83               17            9.0
## 15775             0.50               49               11            7.4
## 15776             0.49               61                4            8.3
## 15777             0.47               73               44            8.5
## 15780             0.46               80               13            9.0
## 15782             0.45               71               48            7.7
## 15784             0.42               55               10            6.2
## 15786             0.41               68               12            8.8
## 15788             0.40               62                7            6.6
## 15794             0.36               67               15            9.2
## 15798             0.33               83                6            7.9
## 15802             0.31               79               19            8.9
## 15806             0.30               72               20            9.2
## 15808             0.30               67               13            7.3
## 15809             0.30               74                6            7.3
## 15811             0.28               90               22            9.0
## 15817             0.27               55                5            6.8
## 15818             0.27               48                9            6.3
## 15820             0.24               58               45            6.5
## 15821             0.24               65                9            7.5
## 15822             0.24               65               10            8.2
## 15823             0.23               84                9            8.3
## 15826             0.21               70                7            8.1
## 15833             0.19               72                7            8.8
## 15848             0.14               78                4            9.1
## 15849             0.14               85               17            7.5
## 15852             0.13               75               22            7.6
## 15853             0.13               86               20            8.3
## 15856             0.13               69                9            6.9
## 15858             0.13               61               21            8.7
## 15860             0.12               82               18            9.0
## 15861             0.12               73               23            8.0
## 15865             0.11               62                6            7.9
## 15866             0.11               37                6            7.0
## 15868             0.11               76                4            9.1
## 15872             0.10               77               35            8.7
## 15879             0.09               81               10            8.9
## 15881             0.09               56                6            7.8
## 15886             0.09               76                7            9.2
## 15887             0.09               80               25            9.2
## 15888             0.09               68               42            7.5
## 15893             0.09               85               17            8.3
## 15899             0.09               83                9            7.4
## 15900             0.09               72               14            8.9
## 15901             0.09               83               18            8.7
## 15902             0.09               83               26            8.8
## 15903             0.09               77               15            7.5
## 15905             0.09               84               13            8.8
## 15906             0.09               79               15            8.4
## 15907             0.09               69                6            8.0
## 15909             0.09               72               36            5.7
## 15910             0.09               46                6            8.3
## 15915             0.09               54               19            3.5
## 15917             0.09               79               16            9.1
## 15919             0.09               44               11            4.6
## 15922             0.09               75                4            8.6
## 15923             0.09               84                4            8.8
## 15926             0.09               78               17            7.8
## 15927             0.09               86               32            9.2
## 15928             0.09               80                9            8.6
## 15929             0.09               70               10            9.0
## 15931             0.09               57               10            7.5
## 15936             0.09               70               12            6.9
## 15939             0.09               42                7            6.3
## 15944             0.09               53                6            6.9
## 15945             0.09               70                6            8.9
## 15946             0.09               73               33            8.6
## 15947             0.09               64               31            8.3
## 15948             0.09               37                4            6.2
## 15949             0.09               67               23            8.0
## 15950             0.09               78               11            9.2
## 15953             0.09               76               42            8.5
## 15954             0.09               64                5            8.7
## 15957             0.09               60                8            6.6
## 15960             0.60               77               33            8.4
## 15962             0.60               75               12            7.8
## 15963             0.60               71               22            8.8
## 15966             0.60               76                5            8.6
## 15967             0.60               84               24            8.4
## 15972             0.60               53                5            7.0
## 15974             0.60               63                4            7.7
## 15975             0.60               82                4            8.9
## 15976             0.60               68               20            8.0
## 15978             0.60               74               19            8.3
## 15979             0.60               52                6            7.5
## 15980             0.60               63                5            7.9
## 15983             0.60               71                8            9.0
## 15985             0.60               82               19            9.2
## 15986             0.60               43                6            5.1
## 15988             0.60               75               13            8.6
## 15990             0.57               42               11            6.0
## 15992             0.55               80               36            8.7
## 15994             0.53               62               36            9.0
## 15996             0.45               74               30            7.3
## 15997             0.43               44               11            7.6
## 16000             0.39               40               11            8.4
## 16001             0.38               63               12            7.8
## 16003             0.37               44                6            7.7
## 16006             0.36               75                8            8.4
## 16007             0.36               55                6            6.2
## 16010             0.33               65                7            7.5
## 16014             0.30               58               11            8.3
## 16016             0.29               57                6            5.7
## 16017             0.28               70               18            8.5
## 16018             0.28               81                9            8.4
## 16023             0.25               82               16            9.2
## 16024             0.25               73                7            7.7
## 16025             0.23               84               15            8.2
## 16027             0.20               77               29            8.0
## 16030             0.19               78               26            7.4
## 16034             0.14               71               31            8.3
## 16035             0.14               65                5            7.5
## 16037             0.12               79               17            8.1
## 16039             0.12               56               16            8.3
## 16040             0.12               69               12            6.6
## 16043             0.11               73               16            8.6
## 16047             0.09               69                7            7.3
## 16051             0.09               76                5            8.5
## 16052             0.09               59               10            6.7
## 16062             0.09               87               32            6.0
## 16066             0.09               62               23            7.6
## 16068             0.09               83                6            9.1
## 16070             0.09               70               23            8.9
## 16071             0.09               84               20            8.3
## 16072             0.09               77                6            9.2
## 16075             0.09               78                5            7.9
## 16078             0.09               67               34            8.6
## 16080             0.60               84               61            9.0
## 16081             0.60               61               26            8.2
## 16084             0.60               85               16            8.7
## 16089             0.60               81               11            8.8
## 16092             0.60               76               11            8.9
## 16093             0.60               65               15            9.0
## 16095             0.60               78                5            9.2
## 16107             0.46               66               37            8.5
## 16109             0.36               74                7            8.0
## 16110             0.36               76               16            8.3
## 16111             0.35               71                7            8.9
## 16113             0.31               64               31            7.9
## 16114             0.27               86               13            6.0
## 16117             0.19               55                7            7.1
## 16118             0.19               66               31            7.9
## 16129             0.09               70               29            9.1
## 16133             0.09               70               19            7.6
## 16136             0.09               80               12            9.1
## 16142             0.60               77               17            8.7
## 16144             0.60               94               30            8.8
## 16145             0.60               71               25            8.2
## 16147             0.60               73               16            8.3
## 16148             0.60               71               24            9.0
## 16149             0.60               81               21            8.8
## 16150             0.60               79               43            9.2
## 16151             0.60               85               41            8.0
## 16152             0.60               86               20            8.7
## 16153             0.60               72                6            9.1
## 16154             0.60               76               14            7.7
## 16155             0.60               57               25            8.6
## 16160             0.60               64               18            8.4
## 16161             0.60               74                4            9.0
## 16162             0.60               78                4            9.0
## 16163             0.60               68               14            8.0
## 16165             0.57               61               29            7.1
## 16166             0.46               62                5            8.8
## 16168             0.29               75               34            7.8
## 16169             0.28               86               27            8.7
## 16172             0.22               71               13            8.7
## 16175             0.13               64                6            7.8
## 16178             0.09               68               14            8.5
## 16185             0.60               86               34            8.7
## 16188             0.60               65               40            8.5
## 16189             0.60               74                4            9.1
## 16191             0.60               63                4            8.3
## 16192             0.60               45                9            8.5
## 16195             0.60               55               31            8.0
## 16196             0.60               83               22            8.7
## 16199             0.60               73               17            9.1
## 16200             0.48               89                5            9.2
## 16202             0.42               90                9            7.4
## 16204             0.38               67                6            7.7
## 16206             0.33               79               28            8.3
## 16207             0.33               76               13            7.7
## 16208             0.32               69                5            8.3
## 16215             0.23               34                7            7.4
## 16216             0.20               70               12            8.7
## 16218             0.18               62               10            7.2
## 16219             0.16               57                6            8.4
## 16221             0.12               85                8            7.6
## 16222             0.09               66                5            8.6
## 16224             0.09               73               28            8.7
## 16225             0.09               85               14            9.0
## 16227             0.60               85               12            8.7
## 16229             0.60               84               19            7.4
## 16230             0.60               90               20            8.6
## 16232             0.60               83               37            8.7
## 16238             0.60               85               14            9.1
## 16239             0.60               65               19            8.2
## 16243             0.60               79               69            8.7
## 16245             0.60               57               22            8.4
## 16246             0.60               81                4            7.6
## 16247             0.60               63               30            8.2
## 16255             0.60               74               14            8.8
## 16256             0.47               60               23            8.0
## 16257             0.15               78               11            8.7
## 16259             0.60               81               83            8.9
## 16260             0.60               94               14            7.4
## 16264             0.60               55                7            8.3
## 16267             0.60               73               10            9.0
## 16272             0.24               70               18            9.0
## 16273             0.09               64               75            2.2
## 16274             0.60               73               30            8.7
## 16275             0.60               79               12            8.9
## 16278             0.60               46                5            7.6
## 16279             0.60               79               17            9.2
## 16280             0.60               80               12            9.2
## 16281             0.60               85                4            8.8
## 16287             0.26               78               15            9.1
## 16288             0.09               84                5            8.8
## 16289             0.09               54               10            7.7
## 16291             0.60               80               11            9.2
## 16292             0.60               72               17            8.7
## 16293             0.60               70                7            8.8
## 16295             0.60               59                7            8.7
## 16298             0.60               63                4            8.2
## 16306             0.60               70                5            8.5
## 16310             0.29               81                4            8.5
## 16311             0.60               92               83            8.8
## 16312             0.60               89               10            8.6
## 16314             0.60               75               12            9.1
## 16318             0.60               63                7            7.6
## 16321             0.45               68                5            8.5
## 16328             0.60               65                5            8.5
## 16329             0.60               84               27            8.9
## 16330             0.60               75               19            8.8
## 16333             0.60               76               21            8.7
## 16342             0.60               71               13            7.9
## 16343             0.60               76               14            8.8
## 16344             0.60               80                9            8.7
## 16345             0.60               65               11            9.2
## 16346             0.60               63                7            8.4
## 16348             0.50               81                9            9.2
## 16350             0.46               66               11            8.8
## 16351             0.40               67                4            9.2
## 16352             0.34               43                7            7.5
## 16353             0.33               53                7            8.5
## 16356             0.60               87               72            8.7
## 16357             0.60               69                7            6.6
## 16358             0.60               64                4            8.4
## 16360             0.60               77                5            8.7
## 16363             0.60               80               21            9.2
## 16365             0.60               55                8            9.0
## 16369             0.60               57                9            8.0
## 16378             0.40               62               11            4.5
## 16379             0.39               70                7            8.5
## 16380             0.38               71                5            8.0
## 16383             0.32               62               10            8.4
## 16384             0.31               69               13            8.3
## 16386             0.27               66               17            8.4
## 16387             0.25               63                6            9.1
## 16391             0.14               44                4            7.1
## 16397             0.60               75               12            9.2
## 16399             0.60               62                7            8.4
## 16400             0.60               59               15            8.9
## 16406             0.60               53                4            7.8
## 16409             0.60               75                7            9.1
## 16411             0.59               51                7            8.0
## 16412             0.59               82               11            8.9
## 16414             0.48               66                8            9.1
## 16417             0.43               82                7            7.4
## 16424             0.34               74               27            8.7
## 16426             0.31               65                7            8.3
## 16431             0.22               73                9            7.6
## 16433             0.22               58                7            9.1
## 16436             0.17               77                4            8.8
## 16438             0.60               72                6            8.2
## 16440             0.60               70                6            9.1
## 16441             0.60               67                6            7.9
## 16445             0.27               39                7            6.7
## 16446             0.24               76                7            8.8
##       User_Count_Fix      pred
## 2                117 0.3994961
## 4                117 0.3775692
## 5                117 0.3642239
## 8                117 0.2958400
## 11               117 0.3426567
## 13               117 0.3741042
## 16               117 0.3741864
## 20               117 0.4088743
## 21                84 0.3881663
## 22               117 0.3447250
## 23                39 0.2947211
## 24               117 0.3825972
## 25               117 0.4166464
## 26               117 0.4292692
## 31               117 0.2665427
## 32               117 0.3428469
## 33                87 0.3863820
## 34               117 0.3750523
## 37               117 0.3699130
## 50               117 0.3599316
## 53               117 0.3992225
## 58                 8 0.2310664
## 59               117 0.3817356
## 61                12 0.2537892
## 65               117 0.3421573
## 67               117 0.4408359
## 68               117 0.3883424
## 69               117 0.3871167
## 71                21 0.2426519
## 72                12 0.1773006
## 73               117 0.3673769
## 78               117 0.2763983
## 82               110 0.3705512
## 84               117 0.3970598
## 87               117 0.3978067
## 88                 6 0.2575439
## 89                16 0.2678618
## 92                51 0.2885647
## 94                 8 0.2319309
## 97               117 0.3104664
## 104              117 0.4205107
## 106                9 0.3333250
## 107              117 0.3504152
## 108               15 0.2276514
## 111               99 0.3016250
## 114                5 0.3071003
## 115               16 0.2412265
## 118               49 0.2912233
## 121              117 0.3860185
## 126                9 0.2065627
## 130              117 0.3672880
## 131              117 0.4365778
## 132               98 0.2982377
## 133                6 0.1767806
## 134               19 0.3025410
## 136              117 0.2998354
## 137              117 0.3289001
## 138              117 0.3127126
## 139               65 0.3858806
## 145               11 0.2445599
## 150               83 0.3188078
## 151              106 0.2349034
## 163               46 0.2293863
## 167               62 0.2924129
## 171                7 0.2207099
## 173              117 0.3535382
## 174               13 0.2101011
## 175               19 0.2053178
## 176               11 0.1792878
## 179              117 0.3074600
## 181                5 0.2427801
## 183               12 0.2029031
## 189              117 0.3587361
## 190              117 0.3693069
## 193               14 0.1974362
## 194              117 0.3936320
## 195                7 0.2063009
## 198               10 0.2177219
## 202              117 0.2866860
## 203               57 0.3052533
## 206              110 0.3185705
## 214              117 0.3417280
## 216              117 0.3232410
## 219              117 0.3511388
## 220              117 0.4247155
## 222               94 0.2733372
## 223               30 0.2856467
## 224              117 0.3694602
## 229              117 0.3987710
## 230               22 0.2573677
## 231               22 0.2772279
## 238               12 0.2105713
## 240              116 0.3536623
## 242              116 0.3095921
## 244               29 0.3053440
## 246               45 0.2528821
## 248                7 0.1649542
## 249              117 0.3177381
## 250                8 0.2773567
## 256              117 0.3454156
## 260              117 0.3456045
## 261               54 0.3239922
## 262               31 0.2094591
## 263              117 0.4215598
## 264              117 0.3085338
## 271               96 0.2064516
## 275              117 0.2432328
## 276               44 0.2750961
## 277               18 0.2106333
## 280              117 0.3496206
## 281               16 0.2619334
## 290              117 0.3112394
## 294               22 0.3495831
## 295               36 0.2896877
## 296                6 0.1705156
## 297               12 0.2165708
## 300               19 0.2722685
## 301              117 0.3323485
## 303               30 0.2885315
## 304              117 0.4343044
## 305               11 0.2603671
## 313              117 0.3341623
## 316              117 0.3889976
## 317               73 0.3380169
## 320               48 0.3434363
## 321              117 0.3059524
## 324                6 0.2799222
## 327              117 0.3711551
## 330              117 0.3665836
## 331               15 0.2422207
## 333              117 0.3647916
## 334               19 0.2754269
## 337               19 0.2755473
## 338                7 0.2025199
## 339                7 0.2416603
## 340               14 0.3035463
## 347               12 0.2582390
## 350               38 0.2966904
## 352               28 0.2724762
## 355                8 0.2469502
## 356                4 0.1783543
## 357               55 0.2619032
## 360               73 0.2403109
## 363              117 0.3646549
## 366              117 0.4091327
## 373               16 0.2363281
## 376              117 0.3254872
## 377               41 0.3128321
## 380               30 0.2745437
## 382              117 0.3753967
## 384               41 0.2602169
## 386              117 0.3728580
## 391               98 0.3437347
## 393               96 0.3230082
## 394               50 0.2556125
## 400               12 0.2055704
## 401               15 0.2629932
## 403              117 0.2959521
## 407               11 0.1751214
## 410              106 0.3291882
## 412              117 0.3786974
## 417               40 0.2944435
## 422               17 0.2385855
## 425               16 0.2335540
## 426              117 0.3976124
## 430               18 0.2902750
## 431              117 0.2767498
## 434               15 0.2531131
## 436               14 0.2291093
## 443                6 0.1253648
## 445               14 0.2657259
## 446              117 0.2982048
## 447               16 0.2015500
## 450              117 0.4041632
## 456               23 0.1543193
## 457                9 0.1326865
## 458               71 0.2784850
## 461              117 0.3594488
## 468               15 0.2776117
## 470              117 0.4039402
## 472               11 0.2409556
## 474              117 0.3501362
## 475                6 0.2951453
## 477               14 0.2249823
## 480                8 0.3211630
## 482               19 0.2475675
## 484               19 0.1685850
## 485              117 0.3176589
## 488                5 0.1907953
## 490               17 0.2425646
## 491              117 0.3705476
## 494               76 0.3269982
## 496              117 0.3195247
## 499              117 0.3327574
## 500              117 0.4316124
## 509              117 0.4100807
## 513              117 0.4229578
## 515              117 0.3395708
## 518               11 0.3231759
## 520              117 0.3501952
## 526              117 0.4383874
## 527              117 0.2996220
## 529              117 0.4339035
## 531              117 0.4295236
## 532              117 0.3407225
## 534              117 0.3688733
## 536              117 0.3384136
## 538              117 0.2227761
## 541               24 0.1851473
## 543              117 0.4115415
## 545               45 0.2078682
## 546              117 0.3288508
## 548              117 0.4234913
## 549              117 0.3200539
## 554              117 0.3474184
## 557              117 0.3501348
## 562              117 0.3840609
## 563              117 0.3482020
## 565              117 0.3977164
## 566               12 0.2252418
## 568               23 0.2750670
## 570              117 0.3619287
## 572               80 0.3200641
## 575               33 0.3239837
## 576               14 0.2352086
## 581              117 0.3834468
## 582              117 0.4078551
## 583               18 0.1694753
## 585              117 0.3477712
## 588               51 0.2716181
## 589                8 0.2053202
## 593              117 0.3797055
## 596               63 0.2619316
## 599               72 0.3678978
## 602              117 0.3241604
## 606               11 0.2373034
## 608               66 0.2586768
## 611              117 0.3343099
## 614               29 0.2217995
## 616               18 0.3068127
## 617               14 0.2399496
## 618               78 0.2657604
## 619              117 0.3852154
## 621               19 0.2457537
## 622              103 0.3862593
## 623                5 0.2330133
## 628               54 0.2948606
## 631              117 0.3354467
## 632              117 0.3231180
## 634               25 0.2430402
## 637              117 0.2473145
## 638               81 0.2631868
## 639               27 0.2657296
## 642               40 0.2542581
## 643              117 0.3590315
## 646                6 0.2738995
## 647               87 0.3410972
## 650                6 0.1637063
## 651               27 0.2380739
## 652               20 0.2455255
## 655               97 0.3345724
## 656               59 0.2492380
## 657                4 0.3097318
## 661               71 0.3252389
## 662               18 0.2270244
## 664                5 0.2575504
## 667              110 0.3122824
## 669              117 0.3451532
## 677               77 0.2581301
## 681              117 0.3165071
## 682                7 0.1474576
## 683              117 0.2964390
## 684               54 0.2815634
## 685              117 0.3366901
## 692               23 0.1924445
## 701               11 0.3169671
## 704              117 0.3086403
## 706               10 0.2520844
## 711               88 0.2831419
## 713              117 0.3481008
## 714                5 0.2945897
## 719              117 0.3288851
## 722               45 0.2644419
## 723               34 0.2456908
## 724               51 0.2936615
## 725               96 0.3030083
## 726               18 0.3625125
## 727               70 0.2644394
## 728              117 0.4126809
## 729               27 0.2353505
## 732               92 0.3506969
## 733               21 0.2450292
## 734               15 0.2345414
## 737               38 0.2917236
## 738               15 0.2634925
## 741               40 0.3353238
## 747               31 0.2702830
## 749              117 0.3431219
## 750              117 0.3980966
## 758               10 0.2502569
## 769               18 0.2209702
## 770              117 0.2177671
## 771               81 0.2517458
## 772                7 0.1588041
## 773               24 0.2709212
## 774               65 0.1631565
## 779               11 0.2450756
## 780                8 0.2291857
## 782               84 0.2329427
## 784               40 0.2384865
## 785               79 0.3098129
## 790               63 0.2631666
## 791              106 0.3168637
## 795               94 0.3005115
## 806               34 0.1423507
## 809               12 0.1895047
## 810              117 0.3355861
## 812               27 0.2282635
## 814              117 0.4084925
## 815               30 0.1404495
## 821              117 0.3467972
## 823               25 0.3491790
## 824               39 0.1495362
## 825              117 0.3249317
## 830              117 0.2990543
## 832              117 0.2288537
## 834               12 0.2259311
## 835              116 0.4059836
## 837              117 0.3597579
## 838               61 0.2646119
## 841               63 0.3158367
## 842              117 0.3399169
## 843               48 0.2537378
## 847               83 0.3006193
## 852               23 0.2527760
## 853              117 0.3606894
## 854               47 0.3230629
## 857               26 0.1818881
## 860               10 0.2836002
## 863               14 0.2708076
## 865               12 0.1510401
## 873               44 0.2674893
## 875                4 0.2375684
## 876               19 0.2021704
## 878               22 0.2442143
## 879               14 0.3069797
## 880               47 0.3075853
## 882                9 0.2158819
## 883               83 0.3558527
## 885               71 0.2564185
## 886               89 0.3293161
## 892               52 0.3256099
## 893                8 0.1885815
## 895               31 0.1778722
## 896               30 0.2866740
## 900                4 0.2295826
## 901                4 0.1837027
## 903               52 0.2374996
## 905               28 0.2590970
## 907               20 0.2625884
## 908               14 0.1927308
## 909                4 0.1987192
## 913               86 0.3197962
## 916               26 0.2715618
## 921              117 0.3337245
## 924               10 0.3125062
## 925               18 0.3261067
## 926               26 0.2757162
## 930              117 0.3526162
## 931               80 0.2334860
## 933                4 0.2487479
## 935              117 0.2935760
## 938               16 0.2461741
## 939               83 0.3137317
## 941              117 0.2841048
## 953               10 0.2599825
## 956              117 0.3630175
## 957               70 0.2928679
## 963               55 0.2358672
## 965              117 0.3413763
## 969               11 0.1938542
## 971               26 0.2265657
## 973               94 0.3746093
## 976               14 0.2606866
## 977              117 0.4117878
## 982               58 0.1999476
## 983               67 0.2952717
## 984                5 0.2615049
## 985               30 0.2461520
## 986                8 0.1826547
## 996                4 0.2498872
## 997                6 0.1515555
## 999               19 0.2098948
## 1004              12 0.2530521
## 1005             117 0.3348488
## 1007              72 0.3736087
## 1016              16 0.1608708
## 1018              19 0.2003252
## 1022              17 0.2081202
## 1025             113 0.3948935
## 1035             117 0.4017380
## 1041              17 0.2309074
## 1042              16 0.1939036
## 1049              15 0.1682050
## 1050              29 0.2933106
## 1051             117 0.2961229
## 1052              10 0.1380365
## 1053              34 0.3233355
## 1057              65 0.3010299
## 1060             104 0.3369832
## 1061             100 0.3546305
## 1066              11 0.1484600
## 1069              67 0.2559744
## 1071             117 0.3681661
## 1072              34 0.2650284
## 1073               5 0.3710786
## 1074             117 0.2933831
## 1075              20 0.2217135
## 1076              90 0.2802302
## 1085             117 0.3305687
## 1089              17 0.2669798
## 1091              35 0.1674105
## 1095              12 0.2851738
## 1096             117 0.2994196
## 1097              22 0.1870496
## 1098              20 0.2702306
## 1101              10 0.2399814
## 1102             117 0.3720510
## 1104              27 0.2371424
## 1105             117 0.3861510
## 1108             111 0.3030276
## 1109             117 0.4189431
## 1110             117 0.4289901
## 1112             117 0.4451625
## 1118             117 0.3149354
## 1123             117 0.2089332
## 1127             117 0.3206066
## 1132             117 0.3991678
## 1133             117 0.3573615
## 1135             117 0.3949630
## 1136              85 0.2443646
## 1141             117 0.3447441
## 1144              29 0.2692593
## 1147              30 0.2509943
## 1148             117 0.2566420
## 1151               5 0.2946158
## 1153             117 0.2847956
## 1154             117 0.3318765
## 1158             117 0.2748184
## 1167             117 0.3271615
## 1170             113 0.3648890
## 1173             117 0.4158736
## 1174             117 0.3755993
## 1177             117 0.4039894
## 1180             117 0.3118112
## 1183              12 0.2004763
## 1184             117 0.2904175
## 1185             117 0.3492389
## 1188              48 0.2717130
## 1189               6 0.1216059
## 1194             117 0.3554640
## 1197               8 0.1581738
## 1199             117 0.3858583
## 1201              15 0.3492911
## 1202             116 0.2579220
## 1204             117 0.4303197
## 1206              16 0.1854733
## 1209             117 0.3611231
## 1212             117 0.3329858
## 1216             117 0.3784253
## 1218             117 0.3273296
## 1220              98 0.3137700
## 1224              24 0.3563081
## 1225             117 0.3454963
## 1229              65 0.2043651
## 1238             117 0.3190076
## 1239               6 0.2612316
## 1243             117 0.3254722
## 1245             117 0.2750754
## 1250              12 0.2035337
## 1251             117 0.3058349
## 1256             117 0.2804485
## 1259              77 0.2768057
## 1262             117 0.3699158
## 1265             117 0.4078729
## 1267             117 0.3306864
## 1268              10 0.2689052
## 1270              11 0.2387478
## 1272               7 0.2440063
## 1275             117 0.3048706
## 1277              32 0.2997214
## 1278              11 0.2269610
## 1282              36 0.2770691
## 1283              79 0.3138017
## 1284              93 0.2977988
## 1287             117 0.2670256
## 1291              32 0.2418302
## 1294             106 0.2994328
## 1297             117 0.3927210
## 1298              45 0.1817979
## 1299              19 0.2217051
## 1304             111 0.3697006
## 1305              69 0.3376136
## 1309               8 0.2785769
## 1313              26 0.2773166
## 1315             117 0.3577033
## 1317              14 0.1973144
## 1321             117 0.2999258
## 1323              18 0.2100231
## 1325               5 0.1620783
## 1330              70 0.3350874
## 1334              11 0.1832354
## 1337               4 0.3106976
## 1338              49 0.2883453
## 1339               8 0.2622746
## 1345              86 0.2666256
## 1346              10 0.2281604
## 1348               4 0.2235995
## 1358              77 0.3167420
## 1361              29 0.2527982
## 1363               7 0.1844517
## 1374              47 0.2750873
## 1375              12 0.1850536
## 1376             101 0.2912967
## 1378              28 0.2258370
## 1380              58 0.2573600
## 1383             117 0.3683126
## 1385             117 0.3767878
## 1388              20 0.1883210
## 1391              29 0.2496397
## 1392             117 0.2686204
## 1396              49 0.2729129
## 1397             117 0.4159420
## 1406              71 0.3045745
## 1408             117 0.3747907
## 1410              42 0.1769274
## 1411             117 0.3128644
## 1412              65 0.2838098
## 1413              29 0.2851909
## 1416             117 0.3334002
## 1419              85 0.3457501
## 1421              28 0.2602528
## 1424              61 0.2728028
## 1428              14 0.2477467
## 1429              34 0.3129096
## 1431             117 0.3627056
## 1433               5 0.2481038
## 1434               5 0.2124024
## 1437             117 0.4027707
## 1438              44 0.2678176
## 1439              77 0.3022849
## 1442              33 0.3210700
## 1445              20 0.2172024
## 1446              25 0.2351064
## 1452              39 0.3337943
## 1453              30 0.2965118
## 1456              57 0.2461458
## 1458             117 0.3009243
## 1459              39 0.3306263
## 1461              79 0.2626431
## 1462              65 0.2487417
## 1463              28 0.1604993
## 1466              34 0.1865905
## 1467              69 0.2693060
## 1471              32 0.2998704
## 1473              84 0.2564823
## 1476              30 0.2777185
## 1478             117 0.3273612
## 1479              18 0.1921067
## 1480               5 0.2388461
## 1481             117 0.3389826
## 1483             105 0.3296491
## 1484              67 0.2569836
## 1485               7 0.1858674
## 1487              77 0.1867516
## 1490              11 0.1995474
## 1493              82 0.2982346
## 1494              21 0.1921761
## 1496              14 0.1883931
## 1497              51 0.1998677
## 1499              95 0.3816473
## 1501             108 0.3247637
## 1502               4 0.2822252
## 1505              28 0.3447753
## 1512             117 0.3401604
## 1513               6 0.2000287
## 1521              47 0.2417113
## 1523              14 0.2418975
## 1525              43 0.2525655
## 1529             117 0.3147673
## 1531              27 0.2328991
## 1532              33 0.2396472
## 1533              42 0.1913516
## 1539              80 0.3573250
## 1542             117 0.3426526
## 1545             117 0.3782474
## 1549              75 0.2176936
## 1550             117 0.2923612
## 1551              17 0.2750476
## 1557              17 0.2110226
## 1560              12 0.2472769
## 1561              13 0.2285933
## 1563              94 0.2895958
## 1568             117 0.3564258
## 1570              70 0.3487949
## 1573              29 0.2936334
## 1576              39 0.2670681
## 1581             117 0.3219306
## 1585              16 0.2278787
## 1586              15 0.3024236
## 1587             117 0.3796823
## 1591              22 0.1963045
## 1592              38 0.3013890
## 1593              12 0.2665925
## 1599             117 0.3693876
## 1601              59 0.2483406
## 1604              16 0.2599335
## 1605               7 0.1756589
## 1607              79 0.2979356
## 1609               4 0.2334522
## 1612              43 0.3509704
## 1614              10 0.2148932
## 1615              15 0.2635787
## 1617             117 0.3733600
## 1624             117 0.3166410
## 1626               6 0.1694281
## 1629              52 0.2638449
## 1630              21 0.2411855
## 1631              18 0.2217636
## 1634              19 0.2122955
## 1635             117 0.3134784
## 1636             117 0.4158380
## 1640             117 0.4015478
## 1642               7 0.2392105
## 1643               4 0.1924434
## 1644              71 0.2853108
## 1646              27 0.2505379
## 1647              40 0.2556152
## 1648              21 0.1869999
## 1652              55 0.2594753
## 1658             117 0.3220524
## 1660              57 0.3166230
## 1661             117 0.3551372
## 1664               9 0.2079537
## 1665              10 0.2722770
## 1667               8 0.1277619
## 1671             117 0.3849075
## 1674             110 0.3384375
## 1676              24 0.2201949
## 1678              61 0.2768969
## 1679             117 0.2679914
## 1683              55 0.3208027
## 1689             117 0.3133500
## 1690             117 0.3982047
## 1694             117 0.2708585
## 1695             117 0.3809107
## 1696             117 0.3432833
## 1697             117 0.4451625
## 1698             117 0.3479503
## 1701             117 0.3439550
## 1704             117 0.3331773
## 1705              10 0.2860611
## 1706             117 0.3121107
## 1709             117 0.3624826
## 1710             117 0.4097674
## 1714             117 0.3486904
## 1716             117 0.3311639
## 1719             117 0.4091984
## 1721             117 0.3029513
## 1726             117 0.3293009
## 1728             117 0.3694629
## 1731             117 0.3767414
## 1734              23 0.2326026
## 1735             117 0.3536244
## 1736             117 0.3513591
## 1738              76 0.3155996
## 1739             117 0.4178187
## 1740             117 0.3201538
## 1742             117 0.3543000
## 1747             117 0.3392780
## 1748              24 0.2365480
## 1749             117 0.3835986
## 1751              19 0.2065297
## 1752              27 0.2293291
## 1753              27 0.3021356
## 1754             117 0.3332813
## 1755              79 0.3139371
## 1757             117 0.3839255
## 1760             117 0.3556132
## 1761             117 0.3630176
## 1766             117 0.3499638
## 1767             117 0.3372140
## 1769             117 0.4245596
## 1770             100 0.3411308
## 1771             117 0.3920274
## 1772              74 0.2873785
## 1774             117 0.3468069
## 1779             117 0.3716844
## 1783             117 0.3295581
## 1784              97 0.3347763
## 1787              21 0.2679439
## 1789             117 0.3240427
## 1790             117 0.3490337
## 1794              72 0.2895787
## 1797             117 0.4138846
## 1798             117 0.3396746
## 1802               8 0.2736128
## 1804              86 0.3646352
## 1805             117 0.3294143
## 1807              71 0.2957790
## 1809             117 0.4185259
## 1813             117 0.4226664
## 1814              61 0.3022654
## 1817             117 0.3260561
## 1819             117 0.2311735
## 1821             117 0.4295414
## 1824              75 0.2973791
## 1826               8 0.2466711
## 1828              96 0.3096400
## 1829             117 0.3756170
## 1830              55 0.3245669
## 1831             117 0.3616044
## 1833             117 0.2993264
## 1837              92 0.3207008
## 1839               6 0.2847167
## 1840              33 0.3125551
## 1844              67 0.2792389
## 1847             117 0.4306330
## 1849               7 0.2014366
## 1851             117 0.3833457
## 1852             117 0.3319776
## 1857             117 0.3379142
## 1859              51 0.2512861
## 1860              70 0.2977690
## 1862              12 0.2121908
## 1864             117 0.4014042
## 1868              26 0.2511847
## 1870              19 0.1992077
## 1872               9 0.2048761
## 1876              26 0.2553268
## 1879              52 0.2828377
## 1881              54 0.2597076
## 1886             117 0.3753656
## 1890             117 0.3356709
## 1892             117 0.3148641
## 1894             117 0.2878828
## 1895               7 0.1975999
## 1898             117 0.3441231
## 1904              25 0.2059707
## 1908             117 0.3050716
## 1909              38 0.2424528
## 1910              19 0.1992663
## 1914             117 0.3710990
## 1915              89 0.3448552
## 1918             117 0.4051631
## 1919             117 0.2920291
## 1921             117 0.3184493
## 1923              17 0.2418902
## 1930             117 0.3242779
## 1938             117 0.3151213
## 1940              20 0.2610385
## 1944             117 0.3189815
## 1946             110 0.2788652
## 1948              80 0.2886125
## 1949              88 0.1968550
## 1952             117 0.3352634
## 1958             117 0.3286578
## 1961             117 0.3242628
## 1969             117 0.3466523
## 1972             117 0.3300110
## 1975             117 0.3372741
## 1976             117 0.3017229
## 1979             117 0.3908209
## 1981              63 0.2251164
## 1985             117 0.3423776
## 1989               6 0.1462385
## 1993               9 0.1626143
## 1996              18 0.2659171
## 1998               8 0.2143783
## 2006             117 0.3375887
## 2011             117 0.3034519
## 2014               9 0.2710538
## 2015              28 0.2505450
## 2017              27 0.2109353
## 2021              13 0.2649269
## 2023             117 0.3406883
## 2027               8 0.2533382
## 2030              39 0.2582206
## 2036              17 0.2486243
## 2037              15 0.2143270
## 2038              15 0.1943204
## 2039              89 0.3039571
## 2040             117 0.2246489
## 2044              33 0.3018678
## 2045             117 0.3900509
## 2046              73 0.2445624
## 2047               8 0.1446045
## 2053              94 0.2773492
## 2055               7 0.1695297
## 2057              65 0.2886467
## 2058              25 0.2627744
## 2059              66 0.3409818
## 2060              13 0.1824604
## 2062             117 0.2212797
## 2063               7 0.2521588
## 2064              36 0.2676553
## 2069              71 0.3532189
## 2070              46 0.2717360
## 2072              40 0.2422633
## 2073               7 0.2612264
## 2075             117 0.3732683
## 2076              31 0.1979403
## 2079              45 0.2570280
## 2082              66 0.3006418
## 2083              41 0.2914756
## 2086             117 0.3152828
## 2088              74 0.2952574
## 2089              22 0.2238794
## 2096             117 0.1952149
## 2097             117 0.3567389
## 2101             117 0.3290327
## 2104              47 0.3033121
## 2105              17 0.2187773
## 2106             117 0.3423163
## 2109             117 0.3337586
## 2110              21 0.2772577
## 2111               7 0.2175762
## 2117             117 0.3347285
## 2119             109 0.3873292
## 2120               9 0.2798314
## 2121             117 0.3111942
## 2122             117 0.3857023
## 2125             117 0.2825892
## 2127               6 0.2706344
## 2130              14 0.2346369
## 2135              23 0.2582927
## 2138               9 0.2440958
## 2139             117 0.3837012
## 2141              13 0.2352345
## 2149               7 0.2175036
## 2150              48 0.2772666
## 2152               5 0.1946883
## 2153              59 0.1832955
## 2158               5 0.3215177
## 2161              18 0.2558974
## 2163              12 0.2066879
## 2164              12 0.2864446
## 2166               8 0.1849842
## 2168              22 0.2443237
## 2169             117 0.3482951
## 2175              30 0.2106201
## 2178              10 0.3273409
## 2180               4 0.2034575
## 2181               4 0.2594610
## 2182              18 0.1687980
## 2185              73 0.3547925
## 2187              13 0.2923336
## 2188             117 0.3435362
## 2190               5 0.2827439
## 2191              14 0.1956238
## 2193              13 0.2153865
## 2194             117 0.3711892
## 2195              14 0.2688898
## 2196               7 0.1528866
## 2197              57 0.2640760
## 2201             117 0.3186410
## 2202               6 0.2125448
## 2203               5 0.2469878
## 2208              93 0.3093901
## 2212              10 0.1695810
## 2218              20 0.2356111
## 2222              10 0.2379872
## 2223              20 0.1789649
## 2225             117 0.2550252
## 2229             100 0.3909557
## 2231             117 0.3389278
## 2232               9 0.2259441
## 2234             117 0.3235421
## 2237             117 0.4193385
## 2240              81 0.3836583
## 2242             117 0.3621216
## 2244             117 0.4039758
## 2245             117 0.3755022
## 2246             117 0.4031211
## 2248             117 0.3698445
## 2251             117 0.4001334
## 2252             117 0.4120505
## 2254             117 0.3695697
## 2257             101 0.3170293
## 2260             117 0.4127877
## 2261             117 0.3707215
## 2262             117 0.3611052
## 2265             117 0.4240247
## 2268             117 0.3450739
## 2275             117 0.3675287
## 2276             117 0.3843741
## 2277             117 0.3502430
## 2282             117 0.3548692
## 2289             117 0.4120079
## 2292             117 0.4157682
## 2295              81 0.3216634
## 2298              55 0.2753837
## 2299             117 0.2817425
## 2300             117 0.3577608
## 2302             117 0.3624074
## 2304              65 0.2811562
## 2305              18 0.2627479
## 2308              54 0.3002213
## 2309              92 0.3391466
## 2314             117 0.3385422
## 2315             117 0.3781188
## 2316              75 0.4043567
## 2318              22 0.3023968
## 2321             117 0.3790969
## 2324             117 0.3233328
## 2333              34 0.2471122
## 2334             117 0.4126973
## 2335             117 0.3663072
## 2338             117 0.3500172
## 2339             117 0.3756512
## 2340             117 0.3589317
## 2341             117 0.3644934
## 2343             117 0.3631749
## 2344              52 0.3656051
## 2351             117 0.3714080
## 2352              39 0.2079458
## 2354              38 0.2909809
## 2362              83 0.3009242
## 2364             117 0.3976165
## 2368               4 0.2966248
## 2369              37 0.2790103
## 2371               5 0.2135719
## 2377             109 0.3329753
## 2380             117 0.3724134
## 2383             117 0.3592052
## 2385               7 0.1544201
## 2388              23 0.2864162
## 2390             107 0.2882029
## 2395               9 0.2415105
## 2396             117 0.3046120
## 2399              39 0.3030282
## 2400             117 0.3633389
## 2401             113 0.3760604
## 2402              22 0.2461635
## 2404              56 0.3272730
## 2405               7 0.1753526
## 2408             117 0.3120354
## 2409             117 0.3483157
## 2411              24 0.2390963
## 2412              25 0.2720337
## 2415             117 0.3142267
## 2419             117 0.3024316
## 2422              29 0.2536108
## 2425              10 0.2831324
## 2428             117 0.3422176
## 2430             117 0.3363083
## 2431             111 0.3033053
## 2434              10 0.2146360
## 2438              66 0.3180821
## 2440              11 0.2263386
## 2441             117 0.3317546
## 2446             109 0.3393537
## 2451             117 0.3444513
## 2454              54 0.2520501
## 2455              46 0.2375785
## 2456             117 0.2828464
## 2457             117 0.3354630
## 2459             117 0.3288083
## 2462             117 0.3387076
## 2463              34 0.2449823
## 2477              12 0.2487350
## 2479              35 0.2084767
## 2483              60 0.3223264
## 2485              18 0.2253680
## 2488              66 0.3566386
## 2490              31 0.1860040
## 2491              27 0.2145274
## 2494             117 0.2822937
## 2495              51 0.2108120
## 2496             117 0.2937785
## 2497             117 0.3325713
## 2499             117 0.3497560
## 2501              81 0.2393556
## 2502              18 0.2754485
## 2503              90 0.3070775
## 2505              17 0.2669101
## 2507              46 0.2278379
## 2508              25 0.2565684
## 2509              30 0.2530338
## 2515              28 0.2415431
## 2516              37 0.2003220
## 2518               7 0.2515691
## 2521               4 0.1912683
## 2522             117 0.4333017
## 2523              50 0.3125734
## 2526             106 0.3299282
## 2530              73 0.3040497
## 2531              39 0.2741126
## 2533             110 0.3895674
## 2535              61 0.2512136
## 2538              31 0.2965544
## 2539               5 0.2107172
## 2540              66 0.3664831
## 2541             117 0.3613105
## 2543              20 0.2809453
## 2544              98 0.2833445
## 2545              42 0.2758328
## 2546              66 0.3057125
## 2548               9 0.2339598
## 2555              21 0.2404974
## 2562             117 0.2885081
## 2566              29 0.2564546
## 2570              48 0.2679760
## 2580              67 0.2311610
## 2581             117 0.3392219
## 2583              65 0.2614834
## 2587              14 0.2497204
## 2588              60 0.2432647
## 2592               7 0.2343463
## 2593              32 0.1581544
## 2596             117 0.2607756
## 2598               6 0.2115612
## 2599             117 0.3315002
## 2602              21 0.1428463
## 2604              43 0.2910001
## 2607              16 0.2708273
## 2609             117 0.3397937
## 2611              14 0.2436239
## 2616              49 0.2844483
## 2620              56 0.3290594
## 2621              14 0.2729634
## 2624               6 0.1500686
## 2625              23 0.2569426
## 2631              74 0.3103354
## 2632              30 0.2262180
## 2637              19 0.2814934
## 2638              65 0.2687687
## 2639              22 0.2227974
## 2642              17 0.2479772
## 2645              12 0.2155504
## 2646              37 0.2625111
## 2647             117 0.4082873
## 2651               4 0.1823675
## 2652              34 0.1922289
## 2653              22 0.2263882
## 2656             117 0.2879006
## 2658              29 0.2337259
## 2660             117 0.2863111
## 2663             117 0.3384490
## 2666             117 0.3831184
## 2673              17 0.2843531
## 2678             117 0.3708582
## 2683              14 0.2723793
## 2684              18 0.3150991
## 2686             117 0.4119231
## 2688              51 0.2906589
## 2690              22 0.2201260
## 2695             117 0.3388827
## 2696             102 0.2858105
## 2698              72 0.2869004
## 2699              11 0.2752824
## 2700              16 0.1851478
## 2702             117 0.3344850
## 2704               8 0.2845093
## 2706              15 0.2464967
## 2707               5 0.1252674
## 2708             117 0.3630954
## 2709             117 0.3368637
## 2711               9 0.1647316
## 2716              18 0.2400890
## 2719              19 0.1717051
## 2721               5 0.1369887
## 2724              29 0.2255777
## 2725               5 0.2631887
## 2726             117 0.3944964
## 2727              10 0.1662406
## 2732               4 0.1595787
## 2733             117 0.4176463
## 2735              13 0.2820061
## 2737              38 0.2734161
## 2738              94 0.3291083
## 2739              27 0.2215732
## 2740               8 0.1580356
## 2745              36 0.2839481
## 2746              51 0.3151562
## 2751              14 0.2796372
## 2758             117 0.3473608
## 2759             117 0.4163181
## 2761              35 0.2025743
## 2763              73 0.3185971
## 2765              87 0.3695763
## 2767             117 0.3362906
## 2769             117 0.3465017
## 2776             117 0.3256116
## 2777             117 0.4317875
## 2782               7 0.2060737
## 2784              25 0.2180929
## 2785              39 0.2052401
## 2787              10 0.1901923
## 2789             117 0.3768262
## 2790             117 0.2728855
## 2793              44 0.2383017
## 2795              72 0.3811908
## 2798             117 0.2979517
## 2800              58 0.2847421
## 2805              46 0.2284781
## 2806             117 0.4025942
## 2808              19 0.2961858
## 2810             108 0.3183101
## 2811              43 0.2325836
## 2813               4 0.2568032
## 2814             102 0.3746512
## 2815               4 0.2072000
## 2818             117 0.3592900
## 2820               7 0.1785974
## 2823              49 0.2888787
## 2824             117 0.3299491
## 2827              17 0.2541490
## 2829              16 0.2611401
## 2831              77 0.3037460
## 2833              12 0.2246371
## 2834             117 0.3735297
## 2837              93 0.3191704
## 2839               4 0.2033221
## 2840              54 0.1948157
## 2843              19 0.2858364
## 2844             117 0.4023753
## 2845              12 0.2539999
## 2846             117 0.4008557
## 2847              76 0.3734211
## 2851             101 0.3995176
## 2855              11 0.2947952
## 2858             117 0.3091206
## 2860               4 0.2228047
## 2861              16 0.2462809
## 2865             117 0.2756390
## 2866              31 0.2548356
## 2867              18 0.2774155
## 2868              72 0.2107030
## 2871               8 0.2223079
## 2875              20 0.2392250
## 2876               5 0.2097637
## 2880              39 0.2104135
## 2882              22 0.2670905
## 2883              34 0.2676397
## 2884              88 0.2796756
## 2886             117 0.2648301
## 2887             117 0.3969848
## 2889             117 0.4102338
## 2890             117 0.4321636
## 2892             117 0.4409399
## 2897             117 0.3408005
## 2898             117 0.4316821
## 2901             117 0.4340951
## 2903             117 0.3538267
## 2905             117 0.3421492
## 2906             117 0.4341306
## 2907             117 0.3749495
## 2910             117 0.4353015
## 2911             117 0.4210278
## 2913             117 0.3932010
## 2915               4 0.2831813
## 2916              31 0.2607531
## 2917             117 0.3984277
## 2918             117 0.4191291
## 2919             117 0.4009597
## 2920             117 0.4279232
## 2923             117 0.3776032
## 2925             117 0.4039922
## 2927              67 0.2773159
## 2928              39 0.2865247
## 2929             117 0.3339994
## 2930              56 0.2955876
## 2935              63 0.3604199
## 2942             117 0.3035466
## 2946             117 0.3492730
## 2948             117 0.3538295
## 2952             117 0.3719114
## 2953             117 0.4252312
## 2956             117 0.3813553
## 2958              11 0.2198000
## 2961             117 0.3655986
## 2963             117 0.3888074
## 2965             117 0.4028733
## 2967             117 0.3162457
## 2971             117 0.3957918
## 2977              21 0.2622056
## 2979             117 0.3709471
## 2981              52 0.3070792
## 2986             117 0.3996656
## 2987              36 0.2201300
## 2990             117 0.3763899
## 2993             117 0.4173195
## 2995             117 0.3774458
## 2997              55 0.3401211
## 3000             117 0.4214572
## 3002             114 0.3690887
## 3004             117 0.3926484
## 3006               8 0.1613595
## 3007              73 0.3112475
## 3009              57 0.2587111
## 3010             117 0.3506014
## 3011              22 0.2394731
## 3012             117 0.3536161
## 3013              21 0.2900282
## 3017              29 0.2582082
## 3019              41 0.2770008
## 3022             117 0.2729103
## 3025             105 0.3829359
## 3026              52 0.2938218
## 3027             117 0.3913407
## 3028              12 0.2240011
## 3030              17 0.1995355
## 3031              31 0.2150265
## 3035             117 0.3293130
## 3040              19 0.1799203
## 3046             117 0.3846327
## 3048              55 0.3214865
## 3050             117 0.3865833
## 3053             117 0.3869416
## 3056              81 0.2699128
## 3058              20 0.2523334
## 3059              35 0.2637484
## 3060              41 0.3064032
## 3061              25 0.3076025
## 3063              20 0.2487660
## 3066              69 0.3163541
## 3068             117 0.3542084
## 3069             117 0.3950135
## 3071             117 0.3525464
## 3072              52 0.3210808
## 3076               8 0.2301048
## 3078             117 0.3707706
## 3079              80 0.3299442
## 3080             117 0.3906841
## 3081              77 0.3476191
## 3083              24 0.2729169
## 3087               5 0.1680764
## 3091             117 0.3833236
## 3092              16 0.2410349
## 3095             117 0.2633158
## 3096             117 0.3375996
## 3102              31 0.2691723
## 3104              82 0.3628573
## 3107              29 0.2759974
## 3109             117 0.3934404
## 3113              44 0.2872031
## 3114              65 0.2889954
## 3116              17 0.2428793
## 3118             117 0.3603570
## 3119              24 0.2616457
## 3123             117 0.3816836
## 3124             117 0.3432380
## 3126               8 0.2100285
## 3127               5 0.2316100
## 3130              28 0.2808381
## 3132               8 0.1939656
## 3133              60 0.2829002
## 3140             117 0.3054286
## 3141              21 0.2235987
## 3148               6 0.1941702
## 3151             117 0.3219197
## 3152              35 0.2619865
## 3160             117 0.2446527
## 3163             117 0.3292639
## 3166             117 0.2964704
## 3167             116 0.3697992
## 3171               7 0.2652152
## 3174               9 0.2265473
## 3177              26 0.2325432
## 3179              14 0.2109508
## 3180              68 0.3215886
## 3182              51 0.3090692
## 3186             117 0.2905721
## 3190             117 0.3579659
## 3192               8 0.2284128
## 3194              27 0.2002767
## 3195              18 0.2628300
## 3196               6 0.1780976
## 3199               6 0.2066726
## 3203              24 0.2596800
## 3208              19 0.2542714
## 3210               8 0.2390002
## 3213              26 0.2311467
## 3214             117 0.3984072
## 3215              10 0.2253588
## 3217              30 0.2622710
## 3219               5 0.2636387
## 3221              21 0.3032035
## 3223              14 0.2260331
## 3225              87 0.3011483
## 3226              29 0.3067911
## 3228              40 0.3156716
## 3235               7 0.2595372
## 3237              60 0.3181339
## 3240             117 0.3732013
## 3243               4 0.1998080
## 3244               7 0.1791907
## 3245             109 0.3054017
## 3246              13 0.2300433
## 3247             117 0.3349473
## 3248               9 0.2297289
## 3250              10 0.2277881
## 3253              44 0.2738869
## 3255              70 0.2700928
## 3258              11 0.2327305
## 3259             117 0.3480351
## 3264              73 0.2996712
## 3266             117 0.3191922
## 3267              46 0.2542624
## 3273              72 0.2665753
## 3275              19 0.3014399
## 3276              53 0.2424528
## 3279             117 0.3141761
## 3284              20 0.2809165
## 3285               7 0.2406084
## 3287              44 0.2343141
## 3289             106 0.4197320
## 3297              28 0.2217869
## 3300             116 0.3336763
## 3305              16 0.1666679
## 3307              12 0.2522614
## 3308              29 0.2072111
## 3312               6 0.2518425
## 3314               8 0.1964989
## 3317             117 0.4120805
## 3321             117 0.3302090
## 3325               6 0.3269553
## 3328              27 0.2536758
## 3333              11 0.2316636
## 3334              40 0.2674129
## 3335               9 0.1939399
## 3337              26 0.2277722
## 3338             117 0.3846792
## 3339               8 0.2145343
## 3342              36 0.3271839
## 3343              18 0.2329104
## 3346              83 0.3020828
## 3348              67 0.3399303
## 3349              45 0.2963544
## 3351             117 0.3024493
## 3353             117 0.3983004
## 3356              22 0.1917686
## 3358             117 0.3155741
## 3359              33 0.3257988
## 3361              19 0.3336587
## 3363               7 0.2278652
## 3364              13 0.2687692
## 3367              45 0.2881391
## 3370             117 0.3316549
## 3371              46 0.2030823
## 3372               4 0.1792379
## 3374              59 0.2306991
## 3376             117 0.3193838
## 3378              14 0.1564205
## 3380              37 0.2760393
## 3381              15 0.1810466
## 3387               5 0.2385425
## 3390             117 0.2520747
## 3391              13 0.2215775
## 3396              10 0.1801205
## 3398              48 0.2875093
## 3407               4 0.3009528
## 3409              21 0.2053608
## 3414              65 0.3173569
## 3415              23 0.3143209
## 3416               6 0.2539628
## 3417             117 0.3426254
## 3419               9 0.2196749
## 3423              12 0.1953619
## 3427               6 0.2308060
## 3428             117 0.3742887
## 3430              39 0.2567692
## 3434              72 0.3209578
## 3437               7 0.1510906
## 3438              19 0.1980463
## 3441               9 0.2577074
## 3442              23 0.2293280
## 3449              11 0.2666963
## 3461              49 0.3362032
## 3462              20 0.2296745
## 3465              17 0.2053050
## 3466              18 0.2468298
## 3467               5 0.1882621
## 3473               4 0.2139422
## 3474               9 0.2560714
## 3476               6 0.2168207
## 3479              52 0.3775522
## 3480               4 0.2135086
## 3482              14 0.2862741
## 3487             117 0.3428837
## 3488              19 0.1713070
## 3489              80 0.2872228
## 3490              24 0.2039746
## 3494               9 0.2349186
## 3496              25 0.1800878
## 3497               4 0.1688791
## 3498               4 0.1946812
## 3499              60 0.3074768
## 3503             117 0.3440875
## 3509              68 0.3688077
## 3510             117 0.3372740
## 3511               7 0.2074319
## 3513              29 0.2498969
## 3519               8 0.1997543
## 3528               6 0.2511325
## 3529             117 0.2400087
## 3530               7 0.1519935
## 3532             117 0.2475635
## 3534              86 0.3473303
## 3535               9 0.2210401
## 3537              22 0.2527251
## 3542             117 0.3398963
## 3545               6 0.1707769
## 3546              21 0.2668426
## 3547              97 0.3344001
## 3548             117 0.3177777
## 3550              43 0.2763256
## 3551              19 0.2288604
## 3553               5 0.2228515
## 3554              12 0.1381780
## 3556               6 0.1950825
## 3561              26 0.2202502
## 3564              19 0.2456155
## 3565              39 0.2396269
## 3566               5 0.1283711
## 3568              58 0.2593954
## 3570               6 0.2122030
## 3571              23 0.2358637
## 3572              17 0.2820264
## 3573               8 0.2336203
## 3574              40 0.2834827
## 3575             117 0.4035080
## 3576              72 0.4091899
## 3581              56 0.2010003
## 3584              31 0.3242101
## 3585              20 0.2931043
## 3588              14 0.2016738
## 3592               8 0.2048635
## 3596              65 0.2313600
## 3597             114 0.3405261
## 3598             116 0.2543233
## 3602               4 0.1827341
## 3606              28 0.2602652
## 3607              39 0.1816032
## 3609              19 0.2717050
## 3611              20 0.1914561
## 3612              23 0.2322621
## 3613              88 0.2925611
## 3620              51 0.2434714
## 3621             117 0.3161077
## 3622               4 0.2174810
## 3625              20 0.2312462
## 3626               5 0.2381374
## 3634              41 0.2764126
## 3635              80 0.3041351
## 3639              11 0.1857949
## 3640               7 0.1488706
## 3643              13 0.2319199
## 3646             117 0.3074311
## 3649              24 0.2499614
## 3650              47 0.2792279
## 3651              23 0.1926922
## 3654             117 0.3571206
## 3655              16 0.2334392
## 3656              12 0.2785273
## 3658              27 0.1891450
## 3659             117 0.3719962
## 3662              54 0.2846165
## 3664               8 0.1919124
## 3670              28 0.2001526
## 3671               9 0.2322266
## 3674              18 0.3069630
## 3675             117 0.2614350
## 3676               4 0.1792352
## 3677               5 0.2276568
## 3678               4 0.2189788
## 3681             117 0.3854602
## 3682               5 0.2394479
## 3684              36 0.2748641
## 3687              22 0.2328554
## 3688             117 0.3676491
## 3689              36 0.2951688
## 3697             117 0.3762572
## 3698              53 0.3070070
## 3703              20 0.2493665
## 3705               5 0.1964010
## 3706               8 0.3584512
## 3709               9 0.1937947
## 3713             117 0.3752887
## 3714              13 0.2514532
## 3715              15 0.2675277
## 3718               7 0.1674711
## 3721              15 0.2218721
## 3724               6 0.1781566
## 3731             117 0.3895830
## 3732              35 0.2895055
## 3736             117 0.3317396
## 3737              54 0.2423985
## 3739               5 0.2219008
## 3741              69 0.2841556
## 3743              25 0.2384822
## 3746              48 0.2349884
## 3749               5 0.2181664
## 3751              97 0.3141049
## 3753             117 0.4181676
## 3757              65 0.2702747
## 3759              60 0.3423781
## 3762             114 0.2794216
## 3764             117 0.3787371
## 3765              51 0.3122276
## 3766             117 0.2900359
## 3768              42 0.2461445
## 3769               9 0.2061346
## 3771              46 0.2424278
## 3772              10 0.3011337
## 3773               8 0.2461007
## 3776             117 0.3743257
## 3777              29 0.2370075
## 3780              54 0.3010447
## 3783               9 0.1857940
## 3785               5 0.2054137
## 3789              24 0.2296553
## 3794              30 0.2599429
## 3796             117 0.3223464
## 3798               7 0.1883501
## 3799             117 0.2998490
## 3801              33 0.2202808
## 3806               5 0.3681828
## 3807              63 0.2302284
## 3812              17 0.2930420
## 3813               6 0.2105943
## 3819               6 0.2258720
## 3821              16 0.2317607
## 3822              17 0.2191835
## 3825               6 0.2169589
## 3826              13 0.2219892
## 3831              14 0.1653022
## 3836             117 0.3362263
## 3839              22 0.2566250
## 3843             117 0.3423669
## 3846             110 0.2792989
## 3850             117 0.3861140
## 3851             117 0.3290285
## 3857              16 0.1647679
## 3860               4 0.2693754
## 3863              66 0.1819774
## 3864              98 0.2818561
## 3865              77 0.2690578
## 3866              14 0.2254119
## 3868              27 0.2954986
## 3869              74 0.2674087
## 3870               5 0.2938743
## 3872              28 0.2437727
## 3875              32 0.2095646
## 3878              44 0.3446730
## 3880              36 0.2992751
## 3881              36 0.1881244
## 3884              22 0.2496898
## 3885              46 0.3157157
## 3889             117 0.4207692
## 3891              13 0.2415950
## 3899             100 0.3011027
## 3903             117 0.3593926
## 3908               4 0.2405980
## 3909               9 0.1904175
## 3910              14 0.2250208
## 3912             117 0.3837750
## 3915               9 0.2534329
## 3916               6 0.2379572
## 3919              17 0.1800991
## 3920             117 0.3156398
## 3923              89 0.3061607
## 3927              37 0.2122839
## 3930               4 0.2800613
## 3931             117 0.3381400
## 3932               5 0.1223032
## 3933              43 0.3460064
## 3936             117 0.3475112
## 3940               8 0.1660308
## 3941              83 0.3645018
## 3947             117 0.3410165
## 3948               4 0.2649394
## 3951             114 0.3553648
## 3952              25 0.2517424
## 3953              48 0.2527339
## 3959              16 0.2081473
## 3962             117 0.3998202
## 3963               5 0.1884263
## 3964             117 0.3254325
## 3969             117 0.3783049
## 3972               5 0.2172460
## 3974              16 0.2291291
## 3975              25 0.1958648
## 3976              16 0.2097312
## 3978               6 0.2464599
## 3979              25 0.2331586
## 3982              10 0.1783450
## 3983              10 0.2376861
## 3986              21 0.3005444
## 3993              17 0.1376377
## 3994             107 0.3524355
## 3995              15 0.2518328
## 3997              60 0.3055330
## 3998              31 0.2143699
## 4002              31 0.3324310
## 4004               4 0.2074748
## 4007              86 0.3000523
## 4010              11 0.2720269
## 4012              13 0.2821265
## 4016              10 0.1955173
## 4017             117 0.3431026
## 4018              10 0.2515481
## 4022              13 0.2220945
## 4023             106 0.3122567
## 4025             117 0.4151159
## 4026             117 0.3861374
## 4027             117 0.4154578
## 4028             117 0.4322854
## 4030              54 0.2990955
## 4031             117 0.4451625
## 4034             117 0.4214394
## 4036              95 0.3428242
## 4038             117 0.3888594
## 4039              19 0.2864971
## 4040             117 0.4365955
## 4043             117 0.4178187
## 4045             117 0.4028405
## 4050             117 0.4439560
## 4056             117 0.3941012
## 4057             117 0.3605541
## 4065              85 0.3272687
## 4066              68 0.3197503
## 4067              16 0.1771757
## 4072             117 0.4284567
## 4075             117 0.3787783
## 4076              34 0.2936471
## 4077             117 0.4131651
## 4078              13 0.3003493
## 4080             117 0.3225024
## 4083              82 0.3436003
## 4084              55 0.3086436
## 4086              28 0.2662168
## 4088             117 0.3964593
## 4089              31 0.3079488
## 4090              77 0.2791488
## 4098              11 0.2469237
## 4104             117 0.3324278
## 4105              20 0.2405027
## 4107              48 0.3415746
## 4108              31 0.1561859
## 4110              87 0.3091204
## 4111             117 0.3678776
## 4115              80 0.3747696
## 4120              66 0.3093839
## 4121              22 0.2632496
## 4122              77 0.3260737
## 4125               9 0.2164770
## 4126             117 0.3679801
## 4127              89 0.2620796
## 4128              17 0.2712735
## 4134             117 0.3821828
## 4135              19 0.2462392
## 4140             117 0.3470804
## 4141               7 0.1999346
## 4142             117 0.3851183
## 4146              72 0.3076292
## 4153              76 0.3254032
## 4154              21 0.2500179
## 4158              36 0.2208261
## 4160               9 0.2414693
## 4170              17 0.2903896
## 4172             117 0.3689760
## 4176               5 0.2329561
## 4181              77 0.3093487
## 4182               7 0.2270063
## 4184              31 0.2539710
## 4190              71 0.3568424
## 4192              28 0.2424076
## 4194             107 0.3661649
## 4197              30 0.2212239
## 4198               7 0.2401612
## 4200               9 0.1880225
## 4203              22 0.2437833
## 4205              20 0.2418541
## 4208             117 0.4002866
## 4209             117 0.3795127
## 4212             117 0.3288152
## 4216              24 0.2802829
## 4219               8 0.1977012
## 4227             117 0.3926498
## 4229               8 0.2120844
## 4234              19 0.2491706
## 4235              33 0.2072505
## 4242               9 0.1404409
## 4245             117 0.3900809
## 4247               4 0.1589619
## 4249               4 0.2399620
## 4250              13 0.2313892
## 4251             117 0.3708418
## 4254              11 0.1853215
## 4256             117 0.4009241
## 4257              20 0.2316237
## 4259              23 0.3008418
## 4264              85 0.3820548
## 4266             117 0.4351620
## 4267              22 0.2671781
## 4270              19 0.3138697
## 4272             113 0.3476155
## 4277              17 0.2454589
## 4281              26 0.2583181
## 4282             117 0.3073300
## 4284             117 0.3157957
## 4286             117 0.3293814
## 4288              89 0.1834857
## 4295               5 0.2001734
## 4301              20 0.3062400
## 4302              96 0.3534187
## 4303               4 0.2207323
## 4304               4 0.2558717
## 4305              49 0.2239991
## 4306             117 0.2749618
## 4307              53 0.3354137
## 4309             117 0.3327204
## 4312              11 0.2455599
## 4316             117 0.4057855
## 4318               9 0.2521579
## 4319               7 0.2866908
## 4323              24 0.2894040
## 4332              74 0.3140451
## 4337              14 0.2607087
## 4342               9 0.2194740
## 4348               9 0.1694099
## 4354              38 0.3103090
## 4355              14 0.2307425
## 4357              29 0.2973090
## 4359              14 0.1878131
## 4360              96 0.3716238
## 4361              47 0.3027909
## 4366               8 0.1798957
## 4367              12 0.2272238
## 4368               7 0.2068465
## 4370              11 0.2489181
## 4374             117 0.3316575
## 4375              13 0.2238892
## 4376              70 0.2913852
## 4379              86 0.3708358
## 4380              12 0.1688812
## 4387              21 0.2447010
## 4390              39 0.2358366
## 4391             117 0.3305224
## 4392              61 0.3116409
## 4394              35 0.2997988
## 4398              94 0.3957963
## 4399              43 0.2853056
## 4401              73 0.3547036
## 4402              81 0.3407466
## 4407              10 0.1592810
## 4408               4 0.3264855
## 4409               5 0.2162432
## 4410              30 0.2583891
## 4413              12 0.2648595
## 4416              13 0.2486942
## 4419              15 0.2413862
## 4422              10 0.2171188
## 4423              27 0.2623783
## 4424               6 0.1988236
## 4426               4 0.2425309
## 4427              16 0.2389859
## 4429              54 0.2304924
## 4433               8 0.1831319
## 4436               4 0.2637342
## 4439              17 0.1710878
## 4440               5 0.2449837
## 4443              38 0.3102748
## 4444              90 0.2091089
## 4453               4 0.1695165
## 4454               5 0.1708560
## 4456              10 0.2011187
## 4457              65 0.3645733
## 4465              11 0.1418217
## 4466               4 0.2455279
## 4467               8 0.2041891
## 4468             117 0.2718842
## 4469              15 0.2097130
## 4470               5 0.2711744
## 4471               9 0.2519556
## 4472              12 0.2046552
## 4475              15 0.2556833
## 4484             110 0.3912937
## 4490               9 0.2536079
## 4493               4 0.2182880
## 4497               7 0.2379248
## 4498               6 0.2530462
## 4504               4 0.1705628
## 4509               4 0.2332197
## 4510             110 0.3805900
## 4511              30 0.2545878
## 4514               7 0.2780212
## 4519              34 0.2999900
## 4522              21 0.2018920
## 4524               4 0.2233561
## 4528              30 0.2771523
## 4529             117 0.3203835
## 4531             117 0.4159748
## 4532              23 0.2972361
## 4533             117 0.3465346
## 4534              38 0.2919986
## 4539               6 0.1949828
## 4540              54 0.3447511
## 4545              15 0.2635403
## 4546              17 0.2209659
## 4549              46 0.2673517
## 4552              46 0.2232322
## 4557               9 0.1826453
## 4558               4 0.2407048
## 4566              13 0.1641650
## 4568               8 0.2287164
## 4569               4 0.2252026
## 4570              26 0.2707850
## 4572              10 0.2101343
## 4573               4 0.1798589
## 4575             102 0.3233107
## 4576              15 0.2267569
## 4577              60 0.3037178
## 4578              21 0.2039848
## 4579             112 0.3772078
## 4584              37 0.2122471
## 4585               7 0.2226961
## 4586             117 0.3492252
## 4589              45 0.2932221
## 4590              20 0.3042292
## 4593               8 0.2082913
## 4594             117 0.3202165
## 4602             117 0.3488477
## 4607              51 0.2990413
## 4608              17 0.1957190
## 4611               5 0.2337083
## 4613              35 0.2210297
## 4614               5 0.2840503
## 4615              98 0.3074450
## 4616               5 0.2444352
## 4620               6 0.2459265
## 4623             117 0.3201197
## 4624             117 0.2746405
## 4625              23 0.2591490
## 4628              18 0.2960131
## 4630              26 0.2881638
## 4633              46 0.2843105
## 4635               6 0.2523555
## 4636              35 0.2788141
## 4637              38 0.3051151
## 4640             117 0.4153894
## 4644              23 0.2469283
## 4645              25 0.2327043
## 4647              12 0.2300853
## 4648              16 0.2286392
## 4649             117 0.3129520
## 4650              36 0.2199315
## 4653             117 0.4004590
## 4654               4 0.2768713
## 4657              16 0.2699805
## 4659               9 0.1982664
## 4661               5 0.1938812
## 4662              25 0.2562031
## 4663              77 0.3564351
## 4668             117 0.3151433
## 4670              10 0.1605119
## 4673             117 0.3896309
## 4678              29 0.1897502
## 4684               5 0.2346398
## 4686             117 0.3806713
## 4687               8 0.2400807
## 4688              17 0.2467789
## 4696               7 0.2096972
## 4702             117 0.3857694
## 4703              21 0.1672095
## 4706              14 0.2218266
## 4708              31 0.2330741
## 4709              11 0.1590567
## 4710               8 0.2018896
## 4711              32 0.3047209
## 4713               6 0.1436354
## 4720              32 0.2345353
## 4721               9 0.2122296
## 4723              22 0.1473059
## 4725              25 0.2906161
## 4726               6 0.2816827
## 4730              25 0.2598992
## 4732              12 0.2046745
## 4733              18 0.2817038
## 4736               5 0.1909020
## 4737              27 0.2812249
## 4738              24 0.2706215
## 4740               4 0.2204082
## 4744              94 0.3737284
## 4746               6 0.2087339
## 4747              15 0.2308728
## 4749              31 0.2833817
## 4750              18 0.2723845
## 4751              14 0.2308615
## 4752             117 0.3821692
## 4753               8 0.2106729
## 4754               6 0.1421676
## 4755             117 0.3329502
## 4757              46 0.3070230
## 4764               9 0.2301612
## 4767              84 0.3363114
## 4768              10 0.2009805
## 4770              31 0.2836417
## 4771             117 0.3926183
## 4772              51 0.2844024
## 4773              51 0.3813738
## 4774              23 0.2343276
## 4779               7 0.1661113
## 4780              43 0.2541195
## 4785               8 0.1979133
## 4787              10 0.1444369
## 4788              29 0.2019557
## 4793               9 0.2073477
## 4795               4 0.2030472
## 4797               8 0.2352768
## 4799              21 0.2511915
## 4809             117 0.3184209
## 4811              14 0.2667368
## 4816              13 0.2084226
## 4818              40 0.2316472
## 4824              31 0.2012286
## 4827               6 0.1442920
## 4837              21 0.2771387
## 4838               5 0.2277608
## 4840               6 0.2230118
## 4846              19 0.2587936
## 4848              69 0.2350736
## 4849              35 0.2263863
## 4852               4 0.2109959
## 4858               7 0.2936860
## 4859              19 0.2630668
## 4862              30 0.2703388
## 4863               6 0.1449294
## 4866               8 0.2565321
## 4871              61 0.2809800
## 4872              42 0.2206801
## 4873              19 0.2766690
## 4883              55 0.3565671
## 4889              33 0.2805551
## 4890              95 0.3355854
## 4891              14 0.2209266
## 4896               4 0.2742286
## 4897              19 0.2373603
## 4901               4 0.2533262
## 4902               7 0.2460553
## 4903              12 0.2691369
## 4904              20 0.2413672
## 4908              25 0.2146922
## 4909              15 0.2034770
## 4912             117 0.4126851
## 4913               8 0.2936522
## 4917             117 0.3611530
## 4918             117 0.4266320
## 4926             117 0.3167123
## 4929               5 0.2058447
## 4930               9 0.1998682
## 4933              26 0.2468047
## 4934              14 0.2533836
## 4935              33 0.2516449
## 4937              15 0.2932985
## 4945              10 0.2688792
## 4950              14 0.1896818
## 4951              17 0.2155640
## 4953               4 0.2343208
## 4954              20 0.2239199
## 4956               5 0.1430209
## 4959              48 0.2359624
## 4961              22 0.2326312
## 4962              85 0.3555276
## 4971              17 0.2272867
## 4973               8 0.2316655
## 4974              16 0.2616570
## 4976              15 0.1587843
## 4978              19 0.2352703
## 4981             117 0.2863537
## 4984               9 0.2265376
## 4987              21 0.2672750
## 4991               6 0.2306678
## 4993              14 0.1839488
## 4994              13 0.2596632
## 4997              27 0.1944345
## 4999               4 0.1737213
## 5002               7 0.2578641
## 5003              18 0.2811226
## 5004             117 0.4201126
## 5009              24 0.2517518
## 5012              29 0.2391799
## 5014              13 0.2770024
## 5015              24 0.3346395
## 5016               7 0.2434508
## 5019              61 0.2346104
## 5020               8 0.2138202
## 5021               5 0.1786348
## 5022               9 0.2885338
## 5023              18 0.2931816
## 5025              34 0.2478794
## 5028               7 0.2831534
## 5029               6 0.1746697
## 5030              82 0.2790339
## 5032               7 0.2373310
## 5033               7 0.2844872
## 5036              13 0.2736826
## 5037              14 0.2531387
## 5039               5 0.2905504
## 5040              28 0.2708268
## 5041               9 0.2789013
## 5043              53 0.2926075
## 5044              38 0.2617945
## 5046              15 0.3035028
## 5047               6 0.2401335
## 5050               6 0.2391294
## 5053             117 0.3211728
## 5054              22 0.2866458
## 5057              91 0.3666638
## 5058              18 0.2279354
## 5062              44 0.3142255
## 5066             117 0.4107987
## 5071              23 0.2293499
## 5074              21 0.1677265
## 5077               9 0.2631776
## 5078              16 0.2279732
## 5079               7 0.2457585
## 5083              63 0.2543369
## 5093              24 0.2550962
## 5095              25 0.2442603
## 5097               8 0.2216213
## 5098              55 0.3509807
## 5102              13 0.2428534
## 5103              30 0.2543101
## 5105              55 0.2893688
## 5108              17 0.2212900
## 5109               8 0.2504751
## 5110              52 0.2760833
## 5113               4 0.2726131
## 5117              20 0.2131452
## 5118              87 0.2676012
## 5119              76 0.3558001
## 5122              10 0.2353210
## 5123              22 0.2715074
## 5127             117 0.3584433
## 5128             117 0.2800873
## 5130              15 0.2472887
## 5131             117 0.2985864
## 5135               6 0.2352023
## 5136              39 0.2527218
## 5138             117 0.3133801
## 5139              23 0.3166654
## 5141              52 0.2536897
## 5143             117 0.4332333
## 5151              14 0.2414352
## 5155               4 0.1761942
## 5157              12 0.2297092
## 5161              30 0.3618661
## 5165              91 0.3975559
## 5167              70 0.2801959
## 5168              17 0.2718248
## 5169               7 0.1651769
## 5179             117 0.3968888
## 5182              24 0.2455636
## 5185               5 0.2295513
## 5186              48 0.2960080
## 5187              72 0.2665273
## 5189             117 0.3578934
## 5190             106 0.2806711
## 5191             102 0.3503701
## 5194              16 0.2773821
## 5196             117 0.3707336
## 5198              54 0.3037409
## 5199              22 0.2573116
## 5200             117 0.3506232
## 5201               7 0.2893266
## 5207             117 0.3362044
## 5208              16 0.2605039
## 5210             105 0.2855432
## 5211              58 0.2699663
## 5213              15 0.2202869
## 5217              23 0.2851688
## 5218              12 0.1635931
## 5220             117 0.3698419
## 5224              53 0.3288644
## 5228               4 0.2163566
## 5231               7 0.1485245
## 5232              27 0.2363490
## 5233              42 0.2462908
## 5237              55 0.2945558
## 5241              11 0.3025319
## 5243              10 0.2535671
## 5245              14 0.1545055
## 5246              11 0.1472535
## 5249               5 0.2107266
## 5251              57 0.2461937
## 5253              18 0.3381150
## 5256              26 0.2805214
## 5257              13 0.2324070
## 5269              19 0.1954816
## 5271              20 0.2749184
## 5273              16 0.2512078
## 5277               5 0.2507219
## 5283             117 0.4081370
## 5284             117 0.4110108
## 5289             117 0.4201482
## 5292             117 0.4345765
## 5296             117 0.4066186
## 5299               6 0.3043197
## 5300               5 0.3559936
## 5301             117 0.3964977
## 5302             117 0.4148368
## 5305             117 0.4209388
## 5307             117 0.2252535
## 5309             117 0.4248743
## 5315             117 0.4111476
## 5317             117 0.3955825
## 5318              10 0.2026357
## 5321              58 0.3284130
## 5322              76 0.3260119
## 5325             117 0.4069919
## 5333              13 0.2015764
## 5334             117 0.3962883
## 5335               8 0.2305235
## 5336             117 0.4320418
## 5351              40 0.3223249
## 5356               6 0.2234099
## 5359             117 0.4072491
## 5360             117 0.4239399
## 5362               5 0.1867492
## 5364             117 0.3707720
## 5366             117 0.3870661
## 5368              36 0.2513434
## 5369              55 0.3232784
## 5370              14 0.2663305
## 5376              59 0.3699843
## 5378             117 0.3164427
## 5380             117 0.3979463
## 5381              31 0.3212747
## 5383              57 0.3493302
## 5386              42 0.3638064
## 5388              36 0.3389750
## 5390              39 0.3399333
## 5391              25 0.2872033
## 5404             117 0.3877542
## 5406              17 0.2898383
## 5410               5 0.2071401
## 5412              82 0.3651293
## 5413              23 0.2589589
## 5420              30 0.2699421
## 5422             117 0.4222151
## 5426             115 0.3759092
## 5431              38 0.2907388
## 5432               6 0.2180314
## 5433              29 0.2950013
## 5434              14 0.2685028
## 5435             110 0.3999974
## 5436               5 0.1870200
## 5437               5 0.2207000
## 5438              79 0.3725861
## 5441              30 0.2987716
## 5443              19 0.2681485
## 5444               9 0.2950546
## 5446             113 0.3998738
## 5447             117 0.3924090
## 5451               8 0.2409945
## 5454               8 0.2380247
## 5461              51 0.3156364
## 5463              13 0.2333905
## 5465              24 0.2740605
## 5469               6 0.2492025
## 5470              79 0.3492761
## 5471              26 0.2189261
## 5473             100 0.3172901
## 5475              20 0.2862294
## 5476              34 0.2818793
## 5478              17 0.2131867
## 5482              13 0.3154151
## 5484              10 0.2471504
## 5487             110 0.3238067
## 5488              77 0.3377745
## 5490             106 0.3425318
## 5492              55 0.2653831
## 5494              48 0.3356954
## 5497              55 0.3212937
## 5505               6 0.2662011
## 5506              14 0.2177436
## 5507              94 0.3837070
## 5514               6 0.2537876
## 5515              51 0.3338921
## 5517              38 0.3027556
## 5518               9 0.2426595
## 5524               7 0.2330386
## 5526               4 0.2180786
## 5528              39 0.2973691
## 5530             117 0.3727691
## 5531               7 0.2525199
## 5533              25 0.2952751
## 5534              64 0.3273600
## 5535              19 0.2301765
## 5536              57 0.3376047
## 5537               5 0.3043946
## 5539               4 0.2455798
## 5540              70 0.2387152
## 5547              17 0.2741843
## 5551              33 0.2490021
## 5552             117 0.3826465
## 5553              16 0.1955175
## 5555              24 0.1800656
## 5558               8 0.2078974
## 5562             117 0.3667709
## 5563             117 0.3612871
## 5565               5 0.2337958
## 5570             117 0.4020799
## 5571              22 0.2060124
## 5572              82 0.3881288
## 5573             117 0.3763570
## 5576              32 0.2345914
## 5577              32 0.3510043
## 5578              37 0.3369699
## 5580              40 0.2055646
## 5581               5 0.2265173
## 5584              34 0.2949987
## 5589             117 0.4351278
## 5590               5 0.2261056
## 5601              16 0.1929501
## 5606               7 0.2271828
## 5607             117 0.3225722
## 5608             117 0.3540538
## 5609               9 0.2023659
## 5610               9 0.2440738
## 5612              30 0.2910662
## 5615               4 0.1823144
## 5616              84 0.3318275
## 5618               9 0.2580535
## 5620              54 0.2154486
## 5625               7 0.1798815
## 5626              46 0.2784903
## 5629               4 0.2590124
## 5632               9 0.2175754
## 5638               7 0.2083840
## 5639               9 0.1844456
## 5644              70 0.3193637
## 5649              16 0.2451578
## 5651             117 0.3566185
## 5652               4 0.1794130
## 5654               7 0.2258012
## 5657              40 0.3243754
## 5659               9 0.2351102
## 5673              24 0.2682483
## 5675              70 0.3598651
## 5676              14 0.2009830
## 5677               4 0.2706639
## 5679               8 0.1732039
## 5685             117 0.3091739
## 5689               8 0.2256893
## 5690              62 0.3145314
## 5691               4 0.2079619
## 5692               6 0.2448389
## 5693              26 0.2445259
## 5694              16 0.1326980
## 5701              15 0.2749909
## 5703              29 0.3148943
## 5704              50 0.1987965
## 5706              13 0.2519238
## 5707               5 0.2445542
## 5709              41 0.3143875
## 5711              16 0.1878849
## 5714              44 0.2912287
## 5715             117 0.3225544
## 5719               4 0.2102544
## 5723              48 0.3036283
## 5727              10 0.2384781
## 5730              37 0.2285617
## 5734             108 0.3855671
## 5736              18 0.2523193
## 5737              57 0.3090545
## 5741              30 0.2896627
## 5751              25 0.2854757
## 5752              73 0.3723560
## 5753              33 0.2639571
## 5755              10 0.2371827
## 5756              35 0.2547478
## 5762              87 0.3497120
## 5764             117 0.3194507
## 5765              13 0.2044393
## 5767               6 0.2529942
## 5770              20 0.2301273
## 5772             117 0.2946116
## 5774               5 0.2249512
## 5776              59 0.3119864
## 5777              79 0.3340215
## 5778              25 0.2440960
## 5784               6 0.2027536
## 5786               5 0.1790740
## 5791              60 0.2996880
## 5792               5 0.2176248
## 5793              13 0.2581462
## 5797               6 0.2074646
## 5800              43 0.2509952
## 5802               6 0.1497211
## 5805             110 0.3917710
## 5807               4 0.2142514
## 5810              10 0.1955857
## 5813               5 0.1812818
## 5815              24 0.2709390
## 5821               9 0.2128193
## 5823              28 0.2443363
## 5824              22 0.2373804
## 5826             117 0.2839037
## 5827               6 0.2660765
## 5833               4 0.2178065
## 5839              27 0.2043831
## 5841              16 0.2862091
## 5842              11 0.1670767
## 5844               6 0.2175799
## 5847               9 0.3054968
## 5848               8 0.2121472
## 5849               4 0.2362358
## 5850               7 0.2487609
## 5854               6 0.2341668
## 5855              47 0.3024804
## 5860              18 0.1869787
## 5861               8 0.1775895
## 5866               8 0.2803222
## 5868              64 0.3194140
## 5873              35 0.3200884
## 5874              13 0.2008351
## 5878              19 0.2766279
## 5881               5 0.2698627
## 5886              32 0.1932817
## 5887             114 0.3529218
## 5889              61 0.3308649
## 5890               9 0.2199390
## 5891              13 0.2438697
## 5892               9 0.2666766
## 5893              11 0.2551965
## 5895               8 0.1894297
## 5897               6 0.1863226
## 5898               8 0.2102869
## 5902               7 0.2514338
## 5903              21 0.1955504
## 5906              16 0.2642751
## 5907              43 0.2817368
## 5908               8 0.1696080
## 5911              15 0.2856288
## 5917               6 0.2077751
## 5919              77 0.2846408
## 5921               4 0.3196940
## 5922               7 0.1507693
## 5923              26 0.3174007
## 5924               7 0.2463302
## 5926              12 0.1927247
## 5927              95 0.2809909
## 5928               5 0.2707394
## 5935              13 0.1969955
## 5936              11 0.1775259
## 5941               6 0.2261469
## 5942             117 0.3549990
## 5945              20 0.1840011
## 5949             117 0.3274322
## 5950               6 0.2095521
## 5951               4 0.2638506
## 5956              15 0.2119591
## 5957              18 0.2408945
## 5958             117 0.3841703
## 5959              41 0.3140605
## 5963               5 0.2408473
## 5965              22 0.2344353
## 5966               9 0.2601067
## 5968              35 0.3071688
## 5970             102 0.3291365
## 5972               9 0.1881113
## 5975              16 0.1827336
## 5978              46 0.2688154
## 5981               4 0.2837148
## 5986              12 0.2661494
## 5991               6 0.2781960
## 5996               4 0.2418892
## 5997              20 0.1390611
## 5998               8 0.2438054
## 5999              14 0.2566692
## 6000               6 0.2697699
## 6006               6 0.2003448
## 6008              28 0.2195449
## 6009               5 0.2459372
## 6012              23 0.2612966
## 6013             117 0.3493921
## 6014              21 0.2715810
## 6016              16 0.2746574
## 6017              13 0.2050945
## 6020              81 0.2909095
## 6021              12 0.2361205
## 6026              11 0.2212706
## 6027              13 0.2578727
## 6028              12 0.1385213
## 6031              10 0.2019613
## 6035              25 0.3151339
## 6037              19 0.1817507
## 6040               4 0.1994550
## 6041               6 0.2370490
## 6042             117 0.3733764
## 6045              19 0.2131544
## 6059             117 0.2985700
## 6060              17 0.2363955
## 6062              21 0.2381652
## 6064             117 0.4112679
## 6069               9 0.1283230
## 6071              56 0.2463248
## 6074              25 0.2347687
## 6077              14 0.2329545
## 6082               6 0.2213403
## 6083               9 0.2227187
## 6084              21 0.2840150
## 6085              17 0.2133357
## 6087               5 0.1861966
## 6089               4 0.2267331
## 6095             117 0.2490585
## 6103               4 0.1861881
## 6108               6 0.2466665
## 6110             117 0.3712412
## 6112              14 0.2789820
## 6113              34 0.2627044
## 6114               7 0.3109432
## 6115              51 0.2863490
## 6122               4 0.1843771
## 6126              25 0.2808071
## 6129               7 0.1914908
## 6133              17 0.2455301
## 6135             117 0.3923913
## 6136              11 0.2782507
## 6137               6 0.2198903
## 6138             106 0.3488583
## 6142              12 0.2142783
## 6143               5 0.1468674
## 6144              34 0.2099263
## 6147               4 0.2216952
## 6149               4 0.1954239
## 6150               8 0.2323235
## 6151              11 0.2265110
## 6154              77 0.3157079
## 6156               4 0.1984073
## 6157              45 0.3122179
## 6159               7 0.2801072
## 6161               6 0.1991534
## 6162               4 0.1229842
## 6163              37 0.1465509
## 6164              10 0.2503539
## 6166              13 0.2858526
## 6167              13 0.2502687
## 6171               8 0.2448901
## 6172              10 0.2413069
## 6174               5 0.2380198
## 6175             117 0.3203932
## 6180              76 0.2292552
## 6186              37 0.1844779
## 6190               7 0.2629964
## 6191              63 0.3545750
## 6194              44 0.2645073
## 6197              14 0.2814770
## 6199               5 0.1859077
## 6200              17 0.1289845
## 6201               9 0.2767305
## 6205              11 0.2326266
## 6208              15 0.1879996
## 6210              18 0.1640762
## 6211             117 0.4415431
## 6212              20 0.2596911
## 6214              11 0.1586849
## 6216              33 0.1804168
## 6218              11 0.2205086
## 6219               9 0.2670718
## 6220              11 0.2325610
## 6221              45 0.2754124
## 6224             117 0.3880290
## 6226              11 0.1456462
## 6227              74 0.2451001
## 6228              39 0.1580334
## 6229              16 0.1894154
## 6232              84 0.3458920
## 6236              28 0.3049386
## 6243               5 0.2627606
## 6245              13 0.2149326
## 6246             117 0.2843867
## 6249             117 0.4138724
## 6251             115 0.3386196
## 6252              43 0.2832196
## 6263               4 0.2271340
## 6274               7 0.2459008
## 6280               5 0.1543169
## 6282               4 0.2156152
## 6285             105 0.3306830
## 6291               5 0.2384493
## 6294               7 0.2322630
## 6299              15 0.1863198
## 6300              49 0.3066187
## 6313               5 0.2212756
## 6316              29 0.2449849
## 6319              60 0.2612590
## 6321              30 0.3119537
## 6322              11 0.2874127
## 6324               6 0.1890844
## 6325              12 0.2383076
## 6326               5 0.2672622
## 6328              18 0.2402805
## 6332              26 0.3032296
## 6338              47 0.2816874
## 6342               8 0.1901519
## 6347              58 0.2689310
## 6352              55 0.2118499
## 6354             117 0.3254146
## 6355             117 0.3656178
## 6357               9 0.1754009
## 6358               8 0.1689115
## 6359              43 0.2734406
## 6361               4 0.1574600
## 6362              19 0.2203918
## 6363              38 0.2867761
## 6364              20 0.2391744
## 6365              39 0.2580468
## 6374               4 0.2781448
## 6377              51 0.2491754
## 6382              13 0.2050412
## 6387              74 0.3500735
## 6388             117 0.3779451
## 6393              19 0.2428222
## 6398               7 0.2225552
## 6404             117 0.3438604
## 6407              12 0.3142015
## 6411             117 0.3668927
## 6415              49 0.2831050
## 6416              40 0.2827619
## 6419              22 0.2630267
## 6420              30 0.2694742
## 6421             117 0.3349488
## 6422              10 0.1659343
## 6425               7 0.2005392
## 6427               5 0.2776212
## 6428              95 0.2868248
## 6429              18 0.2808749
## 6433               9 0.2484195
## 6434              14 0.2527777
## 6435              19 0.2434952
## 6436               9 0.2436977
## 6437              15 0.2705602
## 6439              11 0.2047808
## 6443             117 0.3291900
## 6444              49 0.2805061
## 6446              16 0.2139894
## 6448              78 0.2421768
## 6450               9 0.2378349
## 6453             102 0.3753720
## 6454             111 0.3633906
## 6456              20 0.2729883
## 6458              19 0.1986139
## 6459             117 0.3445662
## 6463               8 0.2711383
## 6464             117 0.3156918
## 6466               6 0.1793780
## 6468              46 0.2684378
## 6474             117 0.3572875
## 6477              11 0.2346470
## 6478             117 0.3530156
## 6480              78 0.3038241
## 6486              23 0.3336312
## 6488             117 0.3450012
## 6490              20 0.2590045
## 6491              12 0.2246221
## 6492             117 0.3467575
## 6493              11 0.2478319
## 6495             117 0.3612679
## 6496               7 0.2295232
## 6499               9 0.3051043
## 6501              16 0.2363760
## 6502               6 0.2728175
## 6505             117 0.3054846
## 6507              25 0.2788414
## 6508              14 0.2201045
## 6511              35 0.2378381
## 6512             117 0.3430136
## 6513              51 0.2417301
## 6515              11 0.3035537
## 6518             117 0.3207255
## 6522              16 0.2708328
## 6523              12 0.2439282
## 6525             117 0.3638423
## 6528              30 0.2882019
## 6530             117 0.3605512
## 6533             102 0.3396185
## 6536              10 0.2211184
## 6538               9 0.2497600
## 6542              12 0.2090529
## 6544             117 0.3941162
## 6550              46 0.2980728
## 6552              34 0.3229374
## 6553              22 0.2566797
## 6554              22 0.2907288
## 6570              71 0.3236317
## 6571               4 0.2713889
## 6572              42 0.2654876
## 6573               4 0.2494727
## 6574              20 0.2406463
## 6575              20 0.1509411
## 6577             117 0.3407553
## 6578             117 0.2359421
## 6580              27 0.3672342
## 6584               8 0.2495177
## 6587              31 0.2080077
## 6589               4 0.2744789
## 6590               4 0.2294758
## 6591               8 0.2427864
## 6596              78 0.2940314
## 6597              80 0.2711928
## 6602               8 0.2559809
## 6603               4 0.1966851
## 6605              14 0.2265555
## 6606               8 0.2265811
## 6608               4 0.1518243
## 6610              55 0.2871269
## 6613              54 0.2529831
## 6615              61 0.1835682
## 6617              49 0.2665374
## 6618              12 0.2498252
## 6619               9 0.2196599
## 6620               4 0.2140312
## 6622               5 0.2496427
## 6627              13 0.2453211
## 6631              26 0.2888532
## 6636             117 0.3630311
## 6638               6 0.2140139
## 6639              34 0.2167767
## 6640              16 0.2937734
## 6642             117 0.3122049
## 6647               5 0.2807591
## 6648              45 0.2705087
## 6650               6 0.2710447
## 6651             117 0.3711481
## 6652             117 0.3861482
## 6653               6 0.2414918
## 6656               8 0.2478584
## 6657              50 0.3054030
## 6658              20 0.2562113
## 6660              35 0.2662830
## 6661             112 0.3360909
## 6665              27 0.1600244
## 6667              71 0.3597354
## 6669              23 0.2607220
## 6673              57 0.3152427
## 6676              10 0.2108743
## 6677              30 0.3272164
## 6678               6 0.2913399
## 6683               6 0.2228381
## 6685               7 0.1895936
## 6687             117 0.3243777
## 6688             117 0.3815139
## 6689             117 0.4215790
## 6691              17 0.2270994
## 6693              19 0.1357971
## 6694             117 0.3466029
## 6696             117 0.3718922
## 6697              19 0.2996684
## 6699              21 0.2697727
## 6700              59 0.2951465
## 6701              47 0.2122720
## 6702              29 0.2375082
## 6703               8 0.2089315
## 6705             117 0.4395597
## 6706             117 0.4379238
## 6708             117 0.3743065
## 6714             117 0.3713780
## 6716             117 0.4396637
## 6720              66 0.3459992
## 6724              75 0.3377397
## 6725             111 0.4009360
## 6726             116 0.3088549
## 6728              37 0.3017882
## 6731              32 0.2999074
## 6735             117 0.3798903
## 6736             117 0.3912218
## 6737             108 0.3657084
## 6741              10 0.2370308
## 6747              16 0.2886398
## 6753              16 0.2693650
## 6755              12 0.2326351
## 6757               4 0.1697067
## 6759             117 0.4119409
## 6761             117 0.3883246
## 6766              58 0.2917894
## 6771              13 0.2300418
## 6772               6 0.1951865
## 6773             116 0.3330073
## 6776             117 0.3738415
## 6778              41 0.2188522
## 6779              22 0.2901584
## 6780              18 0.2294674
## 6782             117 0.4037023
## 6784             117 0.3945812
## 6785             117 0.3957699
## 6787              57 0.3425195
## 6794              88 0.3417649
## 6795              24 0.2301489
## 6796               4 0.2218254
## 6797              71 0.3351643
## 6800             117 0.3996834
## 6803             117 0.4024793
## 6804              34 0.2899456
## 6806              38 0.2224531
## 6809              38 0.2453978
## 6810             117 0.4017380
## 6819               8 0.2668788
## 6821              46 0.2134930
## 6824              44 0.3097649
## 6825               8 0.2476150
## 6832              34 0.2621231
## 6836              57 0.3025256
## 6837              11 0.2484228
## 6839             117 0.3933776
## 6841              30 0.3016836
## 6845             117 0.3877350
## 6847               7 0.2143727
## 6850               4 0.1766021
## 6851             117 0.3871865
## 6859              30 0.2968031
## 6860               6 0.2236492
## 6861             117 0.2884969
## 6863               8 0.1882083
## 6867             117 0.3335275
## 6868              26 0.2688906
## 6872               4 0.2165767
## 6875               7 0.2167116
## 6878              19 0.2693180
## 6879              49 0.3063794
## 6885              53 0.3406705
## 6887              57 0.2623127
## 6888              40 0.2544401
## 6891              20 0.2578336
## 6895              25 0.2350161
## 6896              40 0.2967210
## 6901              22 0.2401392
## 6903              23 0.2702014
## 6904              12 0.2177103
## 6905             117 0.3838543
## 6909              26 0.2811794
## 6913             117 0.3832894
## 6915             117 0.3911341
## 6916              20 0.2751782
## 6918             117 0.3479626
## 6919              11 0.1888490
## 6920              15 0.2372033
## 6921              10 0.2296582
## 6923              32 0.2488938
## 6927               9 0.2298178
## 6928              49 0.2417459
## 6930              14 0.2625675
## 6931              37 0.2118203
## 6932               9 0.2352113
## 6937              60 0.2321218
## 6947             117 0.3364793
## 6953              37 0.2309022
## 6959              25 0.2852746
## 6967              36 0.2746356
## 6971               6 0.2191120
## 6976              15 0.2931439
## 6977              11 0.1293932
## 6978               6 0.2126939
## 6980             117 0.3304989
## 6982              17 0.2046006
## 6985             117 0.3473254
## 6987              46 0.3095055
## 6988               8 0.1905280
## 6994              17 0.2233006
## 6999               5 0.2219351
## 7000               5 0.2172802
## 7001              20 0.2862266
## 7004              36 0.3152889
## 7006               9 0.2721057
## 7009              34 0.3034822
## 7010              21 0.2734126
## 7012              76 0.2461470
## 7013               6 0.2377192
## 7014              15 0.2916475
## 7018              96 0.2818569
## 7019              25 0.1651232
## 7020              33 0.2193670
## 7022               8 0.2378770
## 7026              10 0.1763109
## 7028              12 0.2368960
## 7031             117 0.3651692
## 7033              30 0.2703237
## 7035              18 0.2694176
## 7036              14 0.2620846
## 7038               4 0.2058033
## 7040              60 0.3266188
## 7043              36 0.2489182
## 7046              28 0.2306124
## 7047              35 0.2694237
## 7050              16 0.1506623
## 7052             117 0.3192387
## 7059              12 0.2623455
## 7061             117 0.3800475
## 7065              36 0.2910336
## 7068              15 0.1694101
## 7069               4 0.1997711
## 7074             117 0.3341197
## 7075              20 0.2448169
## 7078              33 0.2218020
## 7083              21 0.2848070
## 7084              88 0.3532537
## 7091               6 0.1904291
## 7093               8 0.2690647
## 7094              42 0.2398686
## 7095               7 0.2644382
## 7097             105 0.3948994
## 7098              12 0.2743772
## 7101               6 0.2531324
## 7102              56 0.3122865
## 7103              87 0.3437275
## 7104               7 0.2335777
## 7125              32 0.2760789
## 7128              31 0.2102099
## 7131               6 0.2126667
## 7134             117 0.3894982
## 7135              25 0.2920524
## 7136               6 0.1833121
## 7137              11 0.2203939
## 7139              65 0.2859109
## 7142              11 0.2025266
## 7145               7 0.1887454
## 7146              12 0.2177594
## 7147               9 0.1966690
## 7148              14 0.2765869
## 7149               6 0.1846881
## 7151              44 0.3478274
## 7157              47 0.2698812
## 7159              13 0.1977340
## 7164               8 0.1949969
## 7165              26 0.2884388
## 7167              41 0.3098065
## 7175              15 0.2968358
## 7176               7 0.2054363
## 7177               4 0.2645126
## 7183              50 0.3079199
## 7184              18 0.2740328
## 7189              14 0.2530689
## 7190               4 0.2283199
## 7191              26 0.2620921
## 7194              13 0.2463361
## 7195              13 0.1920274
## 7198               6 0.2736956
## 7199              41 0.2768734
## 7203             117 0.3685505
## 7204               7 0.2141620
## 7206              17 0.2534227
## 7208              18 0.2437987
## 7209               4 0.2138533
## 7211              98 0.3044425
## 7212              42 0.2432650
## 7216              28 0.2812197
## 7217               6 0.2500971
## 7220               9 0.1943529
## 7223              18 0.1720399
## 7226              18 0.2686406
## 7233              37 0.2819403
## 7235              20 0.2318303
## 7236               7 0.2359836
## 7237              11 0.2289005
## 7238              11 0.2355471
## 7247              28 0.2924034
## 7249               4 0.2179653
## 7252              13 0.2359908
## 7253              29 0.2602573
## 7254               7 0.2200369
## 7256             117 0.2954185
## 7260              52 0.3348020
## 7261              52 0.2917508
## 7262              33 0.2093666
## 7263              69 0.2291275
## 7267              63 0.2518734
## 7272              37 0.2516445
## 7273             117 0.4005793
## 7275              18 0.2448286
## 7276              50 0.3078857
## 7279              11 0.2183528
## 7283              31 0.2817321
## 7284              10 0.1959318
## 7286              11 0.2390804
## 7287               7 0.2453823
## 7289               7 0.2245879
## 7292               6 0.2069789
## 7293               4 0.2533398
## 7301              14 0.2589139
## 7303              31 0.2195197
## 7304              36 0.3142192
## 7305              17 0.2115466
## 7312              20 0.2051308
## 7314              23 0.3491825
## 7316             117 0.3622952
## 7318              23 0.2607206
## 7319              16 0.2444506
## 7325               6 0.2349232
## 7327              16 0.2119254
## 7329              35 0.2570610
## 7331              15 0.2786965
## 7332              24 0.2796250
## 7334              55 0.2435736
## 7335              78 0.3170543
## 7336               8 0.2139297
## 7338               6 0.1776298
## 7342               5 0.3069307
## 7344              18 0.2626384
## 7345              10 0.2434927
## 7346              17 0.2491659
## 7347              61 0.2966982
## 7348              11 0.2535223
## 7349              18 0.2256715
## 7351              22 0.2271788
## 7354              10 0.1688151
## 7356              12 0.2681177
## 7357             117 0.3657040
## 7360               5 0.2238146
## 7368              25 0.2073154
## 7369               9 0.2232877
## 7374              45 0.2751182
## 7382               5 0.2785527
## 7384              25 0.2956348
## 7385              27 0.2341015
## 7388               5 0.2551744
## 7390               9 0.1383877
## 7391               8 0.2049947
## 7393               7 0.2488786
## 7394               7 0.1615589
## 7399               7 0.2518688
## 7405              20 0.2238174
## 7410              30 0.2517548
## 7411               4 0.2364780
## 7421              17 0.2476298
## 7423               6 0.2710925
## 7424             117 0.4200592
## 7426              53 0.3549141
## 7427               9 0.2755760
## 7430               5 0.2192607
## 7434              15 0.2451451
## 7435               8 0.2365118
## 7437              13 0.2785085
## 7438               7 0.2970552
## 7442             117 0.3429110
## 7445             117 0.3246363
## 7448              27 0.2290761
## 7449               4 0.2323922
## 7450              13 0.2820048
## 7452              78 0.2898950
## 7454              10 0.2340311
## 7458              15 0.2220459
## 7460               9 0.2340212
## 7462               9 0.2873807
## 7466               7 0.2636626
## 7468               4 0.2153881
## 7469              22 0.2226975
## 7471               8 0.1668831
## 7472              16 0.1839878
## 7473             117 0.3017505
## 7476             117 0.3749960
## 7478              15 0.2283915
## 7480               7 0.2245044
## 7481              26 0.2879900
## 7486               9 0.2475578
## 7488              50 0.2664788
## 7489              21 0.2763754
## 7493               7 0.2469485
## 7497               6 0.1891448
## 7499              57 0.2846816
## 7500              10 0.1420239
## 7502              17 0.2541490
## 7503              13 0.2111254
## 7504              18 0.2900520
## 7505               9 0.1899252
## 7506               9 0.1940738
## 7511               6 0.3063879
## 7512              14 0.2237376
## 7513               7 0.2094195
## 7517              18 0.2295891
## 7518              30 0.2721855
## 7522               6 0.2753878
## 7523              11 0.2106777
## 7528              36 0.2771497
## 7530              27 0.2844640
## 7534              10 0.2196014
## 7535              74 0.2619619
## 7536              42 0.2129913
## 7537               7 0.2675542
## 7542               6 0.2345279
## 7544               7 0.2399012
## 7549               8 0.2201905
## 7553              20 0.2362608
## 7554               4 0.1480026
## 7558               6 0.1919583
## 7559               8 0.1323278
## 7564              13 0.2513000
## 7567              14 0.2560700
## 7570               9 0.2046407
## 7576               8 0.2595319
## 7579              19 0.2562876
## 7585              14 0.2506574
## 7590              45 0.2618758
## 7598              22 0.3034514
## 7601               7 0.2242992
## 7603              21 0.2639783
## 7604             117 0.3828422
## 7605              17 0.2841699
## 7608               6 0.2367534
## 7611              29 0.2063699
## 7618              27 0.3017566
## 7620               5 0.1850529
## 7622              13 0.2861823
## 7626              36 0.2515035
## 7628               9 0.1988533
## 7629               8 0.1890494
## 7630              13 0.1704764
## 7634              11 0.1274276
## 7638              29 0.2460780
## 7641               7 0.2258847
## 7646              23 0.2825820
## 7647              48 0.3010430
## 7650               9 0.2074202
## 7651              22 0.2319539
## 7652               7 0.1880204
## 7653              16 0.2688425
## 7654               6 0.1849068
## 7655               7 0.2124876
## 7657               4 0.2060071
## 7658              19 0.3054723
## 7663               4 0.2458206
## 7666             117 0.3311227
## 7669              13 0.2297370
## 7673               6 0.2812326
## 7677              11 0.2052911
## 7681             102 0.3487724
## 7687              24 0.2274856
## 7693               9 0.2531251
## 7694              11 0.2577627
## 7695              20 0.2566764
## 7696               9 0.2255569
## 7697              59 0.2918827
## 7700              51 0.2402159
## 7703              14 0.2119152
## 7705              55 0.3509123
## 7707              18 0.2709509
## 7713              17 0.2680111
## 7714              41 0.3341108
## 7717               9 0.1991091
## 7719              26 0.2014761
## 7729               5 0.2752561
## 7736               8 0.2051000
## 7737             117 0.4087866
## 7741               6 0.2188562
## 7744              96 0.3047346
## 7745              28 0.2380768
## 7747              13 0.2740532
## 7749               5 0.1494391
## 7750               7 0.2040809
## 7751               8 0.2172535
## 7756              95 0.4033705
## 7758              53 0.2816931
## 7762               8 0.2310992
## 7768              25 0.2565848
## 7769              13 0.2970582
## 7770               7 0.2698125
## 7772             117 0.3358091
## 7773              30 0.1567574
## 7778               5 0.2771397
## 7781               6 0.3122876
## 7782              15 0.2187095
## 7787              11 0.2703143
## 7789               7 0.1995941
## 7791              22 0.2709685
## 7793              10 0.2417555
## 7796              52 0.2540631
## 7797               7 0.2186581
## 7798              12 0.2473781
## 7804               6 0.2521996
## 7805              83 0.4016724
## 7807               8 0.2649432
## 7811               4 0.1926513
## 7812               5 0.2331420
## 7814              17 0.2706347
## 7815               9 0.2348694
## 7817               6 0.1696482
## 7818               6 0.1943725
## 7819             117 0.4036816
## 7823              18 0.2630228
## 7824               8 0.2579494
## 7825              17 0.2158868
## 7828               6 0.1736478
## 7831              37 0.2065650
## 7839              13 0.2534367
## 7840              15 0.1683966
## 7842              32 0.3120144
## 7845              14 0.2677381
## 7846               5 0.1679298
## 7849             117 0.3812718
## 7850              29 0.2605541
## 7851               6 0.1730831
## 7852              26 0.2519219
## 7853              14 0.1746049
## 7855               5 0.2269441
## 7856              13 0.1901778
## 7857              12 0.1967093
## 7861             117 0.4140940
## 7862             117 0.3334481
## 7863              24 0.2473704
## 7864               8 0.1752927
## 7865             117 0.3857721
## 7872               6 0.1997154
## 7873               7 0.2102757
## 7874               6 0.2320097
## 7876               8 0.2387033
## 7878              70 0.2151480
## 7879              15 0.3169189
## 7880              26 0.2754919
## 7883              45 0.3375603
## 7885             117 0.3622939
## 7887             117 0.3557034
## 7888               6 0.2258912
## 7890              29 0.2118304
## 7893              95 0.3542925
## 7894              29 0.2188681
## 7895              57 0.3202437
## 7897              60 0.3311000
## 7898               6 0.1801138
## 7900              12 0.2446012
## 7901              10 0.1476787
## 7905               8 0.1691907
## 7911              47 0.2919479
## 7912              11 0.1493175
## 7915              63 0.2844412
## 7917               7 0.1689251
## 7919              11 0.2560761
## 7921              18 0.2955509
## 7922               5 0.2205356
## 7925              12 0.2365541
## 7927             100 0.2583129
## 7930              46 0.2581637
## 7932               8 0.2804782
## 7934               9 0.2154715
## 7935              63 0.3082190
## 7936             117 0.3875654
## 7937              55 0.2665773
## 7938              10 0.2872867
## 7940              36 0.3313764
## 7942              21 0.2586519
## 7946               5 0.1745560
## 7950              70 0.3081088
## 7951             117 0.3272120
## 7952               8 0.2332578
## 7955             117 0.3711344
## 7957               6 0.1925686
## 7965               5 0.2025549
## 7968             117 0.3863931
## 7976               6 0.2974912
## 7977              45 0.2081867
## 7979             117 0.3249509
## 7982              27 0.2597054
## 7983             117 0.3236035
## 7984               5 0.1492860
## 7989              71 0.3142277
## 7993             117 0.3592010
## 7995               9 0.2261615
## 7998              35 0.2825786
## 7999               8 0.2225623
## 8003              49 0.3277565
## 8005              57 0.2341085
## 8006              24 0.2189337
## 8011              44 0.3192593
## 8012              17 0.1959118
## 8015               6 0.1685719
## 8019              17 0.2203749
## 8021             117 0.3851511
## 8022              30 0.3064082
## 8023              10 0.2347069
## 8024              25 0.3027560
## 8030               6 0.2331683
## 8031              14 0.2386200
## 8032               8 0.2585784
## 8036              29 0.2241590
## 8040              11 0.2529738
## 8041               5 0.1754726
## 8042              61 0.3041641
## 8045              14 0.2562547
## 8050              56 0.2873952
## 8051              24 0.2951107
## 8053               8 0.2201002
## 8054               8 0.2300351
## 8060             117 0.4237689
## 8063              55 0.2558696
## 8066             117 0.3232561
## 8073               5 0.1329426
## 8074              51 0.3066905
## 8079              26 0.3093658
## 8081               7 0.2442456
## 8085              19 0.1655304
## 8086              25 0.2903782
## 8087              57 0.2815246
## 8090              45 0.2948074
## 8093               4 0.2873534
## 8094               6 0.2661518
## 8100               4 0.2105608
## 8102               5 0.2083958
## 8107               6 0.1791017
## 8110               6 0.2131344
## 8112             117 0.3101218
## 8119             117 0.2695125
## 8120             117 0.3297098
## 8121               9 0.2093531
## 8125              17 0.2135792
## 8126               7 0.2520426
## 8128              10 0.1706084
## 8129              19 0.2438934
## 8134             117 0.4245801
## 8137             117 0.4160432
## 8144              47 0.2832905
## 8145               9 0.2221768
## 8146             117 0.4064599
## 8147             117 0.3557582
## 8149              87 0.3499240
## 8150             117 0.4033904
## 8151             117 0.3866503
## 8152             117 0.3857229
## 8154             117 0.4114252
## 8159              52 0.3104346
## 8160             117 0.3870306
## 8165              36 0.2740051
## 8167             117 0.3320487
## 8168             117 0.4257852
## 8174             117 0.3650310
## 8175             114 0.3326635
## 8176              17 0.2605302
## 8179              26 0.1504776
## 8180              34 0.2303460
## 8184              52 0.3323535
## 8185              28 0.2412779
## 8186             117 0.4001348
## 8189              27 0.2588136
## 8191              43 0.2737403
## 8192             117 0.3446032
## 8198             117 0.3437044
## 8200              47 0.3001728
## 8201             117 0.4077853
## 8203             106 0.2893817
## 8204               9 0.2314688
## 8207              56 0.2939775
## 8213              27 0.2485011
## 8214              18 0.2487107
## 8224              60 0.3215701
## 8225              15 0.2538408
## 8229               7 0.1900038
## 8234              15 0.1978933
## 8235               4 0.2033713
## 8240              39 0.2723220
## 8242              10 0.2596856
## 8245              66 0.3168648
## 8246              30 0.2592193
## 8250              15 0.3020270
## 8252             113 0.3188189
## 8257              67 0.3446330
## 8258              15 0.2120289
## 8259              36 0.2900844
## 8261              61 0.3147637
## 8264              36 0.2739667
## 8265               7 0.1496859
## 8267               5 0.2476907
## 8270              26 0.2334092
## 8271              22 0.2635929
## 8273              89 0.3769223
## 8276             101 0.3661386
## 8279              18 0.2164371
## 8280              33 0.2852346
## 8282              19 0.2934938
## 8286              28 0.2100108
## 8287              49 0.2874302
## 8294              25 0.2664485
## 8296              11 0.2314201
## 8298              14 0.2219963
## 8299              28 0.2205982
## 8302              15 0.1928582
## 8303              91 0.3593717
## 8304             102 0.3903530
## 8309              18 0.2242120
## 8312              30 0.2897845
## 8313              31 0.2886727
## 8316             106 0.3541028
## 8322              48 0.3718812
## 8336               7 0.2454137
## 8337              17 0.2815422
## 8338              12 0.3090802
## 8339               5 0.2258157
## 8340              40 0.2624653
## 8347               8 0.2849265
## 8348              10 0.2097349
## 8349              19 0.2556119
## 8351               9 0.2479039
## 8353             117 0.3555844
## 8355              31 0.2937092
## 8357              21 0.2591334
## 8361               7 0.2171111
## 8364               6 0.1778569
## 8366               9 0.2288727
## 8367               8 0.1671716
## 8369              17 0.2410297
## 8381               7 0.2290361
## 8385              32 0.2474781
## 8387              19 0.2700677
## 8388               6 0.2188425
## 8391              64 0.2983815
## 8392             102 0.3709387
## 8401               4 0.1881360
## 8405              12 0.2273100
## 8410               5 0.2256925
## 8412              29 0.3256034
## 8414               6 0.2264602
## 8415              54 0.2594614
## 8416             117 0.3535312
## 8419               4 0.1617551
## 8421             117 0.3385203
## 8425             117 0.3501663
## 8427               8 0.2123046
## 8428              17 0.2671522
## 8429               9 0.2803115
## 8438             117 0.3750288
## 8439              27 0.2798966
## 8443              71 0.2338335
## 8444              30 0.3013376
## 8445              25 0.2894644
## 8446              17 0.2753553
## 8452              20 0.2723878
## 8454              50 0.2597899
## 8456              44 0.2940740
## 8457              40 0.2681094
## 8462              11 0.2128362
## 8465              10 0.2054111
## 8469              62 0.3298093
## 8473               4 0.2031717
## 8480             117 0.3607564
## 8483               9 0.2217624
## 8485              17 0.1681138
## 8488               7 0.1549563
## 8492              14 0.2645495
## 8494              13 0.2112144
## 8500              57 0.3237126
## 8503              11 0.2414740
## 8504               6 0.1734361
## 8505              20 0.2121410
## 8507              15 0.2191637
## 8509              11 0.2194226
## 8511              22 0.2944343
## 8512               4 0.2182538
## 8515               5 0.2350187
## 8519               7 0.2369493
## 8523              51 0.3166527
## 8529               9 0.2484196
## 8530              60 0.3305460
## 8533              97 0.3645316
## 8534               5 0.2711880
## 8537             117 0.3687872
## 8538              70 0.3037097
## 8540              19 0.1864373
## 8543               9 0.2177449
## 8544              56 0.2137284
## 8546             117 0.3946168
## 8549              17 0.3208275
## 8552              45 0.3232360
## 8553              21 0.2051215
## 8555               6 0.2453354
## 8556               5 0.2047313
## 8558              22 0.2661043
## 8561               9 0.1997286
## 8565               4 0.1594981
## 8566              21 0.2710462
## 8567               4 0.2323266
## 8571               5 0.2385397
## 8576               4 0.2045285
## 8577              28 0.2448177
## 8579              14 0.2303787
## 8581              12 0.2590488
## 8583               5 0.2903822
## 8586              62 0.3367089
## 8589              21 0.2998742
## 8595               4 0.2358050
## 8596              15 0.2079609
## 8599              52 0.2823412
## 8600               6 0.1868725
## 8601               5 0.1901757
## 8602              31 0.2016950
## 8603               9 0.2634703
## 8605               6 0.2263878
## 8607               8 0.1734461
## 8608              20 0.2832924
## 8611               7 0.2429693
## 8612              33 0.3580984
## 8615              23 0.2886049
## 8616               5 0.2309370
## 8626               7 0.2398630
## 8628              13 0.2365462
## 8630              18 0.2436194
## 8631              25 0.2673089
## 8639               5 0.2593094
## 8641             117 0.2962475
## 8642              33 0.2826231
## 8644               6 0.2621864
## 8645               4 0.2488531
## 8646              20 0.2696575
## 8650               5 0.2243466
## 8653               4 0.2252546
## 8661              20 0.2886053
## 8662              15 0.2621971
## 8664              40 0.2507632
## 8666               5 0.1770536
## 8667              52 0.2710603
## 8669              20 0.2265203
## 8670              19 0.2199515
## 8672              13 0.2290214
## 8673              67 0.3164753
## 8674              13 0.2130911
## 8679              13 0.2788176
## 8680              32 0.2729260
## 8684              10 0.2466553
## 8688               9 0.1929086
## 8690               8 0.2543791
## 8692              47 0.3196350
## 8699               6 0.1860407
## 8705              11 0.2880885
## 8706              37 0.3076413
## 8707              10 0.2334415
## 8711               8 0.2926290
## 8713              34 0.2468701
## 8716              12 0.2622934
## 8724              24 0.2812978
## 8726              10 0.1941712
## 8728               6 0.2242346
## 8729              48 0.3142457
## 8730              12 0.2708932
## 8736              25 0.2864127
## 8737              10 0.2075641
## 8740              16 0.2641753
## 8745               6 0.2425067
## 8747               7 0.2027840
## 8748              26 0.2995240
## 8750               8 0.2241697
## 8751               7 0.1275441
## 8752              29 0.2728280
## 8755               9 0.2678146
## 8760               6 0.2550011
## 8764              10 0.1798769
## 8765              60 0.2333667
## 8767              42 0.2896702
## 8768              12 0.2570981
## 8769              16 0.2846702
## 8771              19 0.2318958
## 8772              10 0.1698244
## 8776               4 0.1670966
## 8780              48 0.2420766
## 8782              40 0.1951086
## 8785              51 0.3237369
## 8787               6 0.2495322
## 8789              21 0.3012230
## 8790               9 0.1706614
## 8792               6 0.2300304
## 8793              26 0.3271236
## 8798              18 0.1411110
## 8804              79 0.2908351
## 8805               8 0.2119121
## 8806              15 0.2784229
## 8809              31 0.2486390
## 8812             117 0.3602406
## 8816               4 0.1812036
## 8818               6 0.2024075
## 8819              50 0.2396315
## 8822              16 0.1567301
## 8823               7 0.2165380
## 8826              29 0.2462406
## 8827             106 0.2796438
## 8828              19 0.2402862
## 8829              38 0.3060658
## 8837              20 0.2491613
## 8841               6 0.2103727
## 8843              24 0.1695672
## 8845              11 0.2164378
## 8847               5 0.2140041
## 8848              12 0.2709657
## 8849               9 0.2188694
## 8851               4 0.2269931
## 8852               6 0.2007893
## 8853              31 0.2445354
## 8854               7 0.2100022
## 8855               6 0.1802563
## 8857              60 0.3741661
## 8859              14 0.2614964
## 8863               6 0.2341997
## 8864              38 0.2445717
## 8866               6 0.2365456
## 8867               6 0.2633382
## 8874               4 0.2134664
## 8876               4 0.2236159
## 8877              22 0.2776409
## 8881               7 0.1677308
## 8882              28 0.1687871
## 8884               8 0.2312374
## 8886              24 0.2338367
## 8887              43 0.2309393
## 8892               6 0.2013556
## 8893               9 0.2594351
## 8896               7 0.2220531
## 8904              11 0.1696839
## 8908               8 0.2741626
## 8911              21 0.3171641
## 8914               8 0.2590108
## 8920              15 0.2795418
## 8921               7 0.2356458
## 8923               5 0.2302341
## 8924               5 0.2177630
## 8926              19 0.2697872
## 8930               8 0.2207020
## 8931               8 0.2409260
## 8932              12 0.2501357
## 8935              10 0.1781507
## 8937              21 0.2116489
## 8938               6 0.2522529
## 8941              34 0.2383289
## 8944              29 0.2755734
## 8948              28 0.1381729
## 8952              20 0.2786445
## 8953              22 0.2891571
## 8954              19 0.2472719
## 8959              46 0.2588490
## 8960              71 0.3107586
## 8961               9 0.2038037
## 8962               5 0.3022525
## 8963             117 0.3393601
## 8965              45 0.2707054
## 8966               4 0.1769810
## 8974              48 0.2459985
## 8976              23 0.2196502
## 8977             117 0.3649982
## 8982              28 0.2294415
## 8983               6 0.2012188
## 8985              10 0.1481368
## 8992              41 0.2665980
## 8995              43 0.2581888
## 8998               5 0.2587965
## 9000               5 0.2487440
## 9001               4 0.2248894
## 9002              18 0.2157477
## 9005              17 0.1745989
## 9009              10 0.2678737
## 9011               8 0.1239866
## 9013              26 0.2402554
## 9014               5 0.2192664
## 9016              25 0.2814829
## 9017              11 0.1405633
## 9021             102 0.3753543
## 9022              25 0.2473640
## 9025              12 0.2853435
## 9029               6 0.1871708
## 9030              17 0.2982494
## 9032              13 0.2769901
## 9033               6 0.2221665
## 9037              27 0.2142770
## 9038             117 0.3904407
## 9040              16 0.2563962
## 9041               4 0.1421727
## 9045              58 0.2700197
## 9049              21 0.2379286
## 9051              27 0.2454124
## 9053              26 0.2922511
## 9055               4 0.2473334
## 9056               8 0.1881001
## 9059              14 0.2678762
## 9060               9 0.2316439
## 9062               4 0.2493032
## 9064               8 0.2019115
## 9068               7 0.2188004
## 9072              19 0.2646672
## 9073              31 0.2795544
## 9075               6 0.2285982
## 9077               4 0.2336258
## 9078              13 0.2381738
## 9079               8 0.2357405
## 9084               9 0.2216898
## 9085              53 0.2344387
## 9086              27 0.2142770
## 9087              25 0.2750839
## 9088               5 0.1510970
## 9091             117 0.3591176
## 9096              34 0.2376545
## 9097              34 0.3107866
## 9098               7 0.1623332
## 9102               4 0.2231958
## 9103               8 0.1810885
## 9104              80 0.3672544
## 9106             117 0.3806535
## 9114              33 0.2248565
## 9120               8 0.2191373
## 9122              25 0.2223277
## 9123              23 0.2813948
## 9126              14 0.2335152
## 9132              26 0.2848700
## 9136             117 0.3943938
## 9140              65 0.3269088
## 9141               4 0.2171129
## 9143              18 0.2741914
## 9146               8 0.2568413
## 9149               8 0.1525832
## 9153              42 0.1994632
## 9157              54 0.2996372
## 9158               8 0.1456756
## 9159              34 0.2542743
## 9161               4 0.1278798
## 9163               6 0.2224071
## 9164               8 0.2859564
## 9169               8 0.2698621
## 9174               5 0.1895546
## 9175              38 0.2990692
## 9178             117 0.3621188
## 9184              91 0.3216389
## 9188              11 0.2315747
## 9189               5 0.2137263
## 9190             117 0.3291393
## 9195               6 0.1684281
## 9197             117 0.3442242
## 9198             117 0.3257073
## 9199              46 0.3150892
## 9201              29 0.1628523
## 9202             117 0.3400906
## 9203              19 0.2076022
## 9207               6 0.2188069
## 9212              31 0.2620935
## 9213              19 0.3044232
## 9215              11 0.2529026
## 9216              63 0.2896351
## 9217              14 0.2888786
## 9219             107 0.4020374
## 9227              13 0.2859004
## 9231               4 0.2199211
## 9232              63 0.3024726
## 9233              28 0.2732532
## 9237               4 0.1487249
## 9238              29 0.2323512
## 9241             117 0.3269288
## 9244              25 0.2720322
## 9247              31 0.2097298
## 9248              20 0.2722975
## 9249              22 0.2081147
## 9250              20 0.2041965
## 9254             117 0.3650173
## 9255               7 0.2267956
## 9258              29 0.2752409
## 9260             117 0.3863056
## 9261               5 0.2619536
## 9264               7 0.2462468
## 9265              20 0.1721486
## 9273               9 0.2065570
## 9275              17 0.1985627
## 9277              17 0.2114633
## 9278              16 0.2768637
## 9279               8 0.2635165
## 9280              16 0.2913099
## 9282              24 0.2502690
## 9286             117 0.3763078
## 9289              52 0.2745087
## 9290              57 0.3219508
## 9307              16 0.2831040
## 9310               4 0.2005303
## 9312              29 0.1568542
## 9313              11 0.2170560
## 9315              13 0.2588849
## 9324              41 0.1802400
## 9325             117 0.3735282
## 9327               5 0.2494525
## 9328             117 0.3644264
## 9329             117 0.4094938
## 9332             117 0.4319748
## 9333             117 0.4403367
## 9335              21 0.2686839
## 9338              39 0.3092163
## 9339              33 0.3012467
## 9340             117 0.4427496
## 9343             117 0.4012551
## 9345             112 0.3616564
## 9347              10 0.2878570
## 9349             117 0.3865477
## 9353              10 0.2167740
## 9354              47 0.2811702
## 9356              57 0.3116944
## 9358              39 0.2678558
## 9361             117 0.3997518
## 9362              50 0.2735096
## 9364             117 0.4179405
## 9367              34 0.3000090
## 9371              27 0.2820005
## 9372               5 0.2705876
## 9374             117 0.2847271
## 9380             106 0.2857910
## 9383              92 0.3412135
## 9385             103 0.3142256
## 9387             117 0.4081820
## 9388              23 0.2982852
## 9389              38 0.2636192
## 9392              52 0.3187336
## 9395              39 0.2350830
## 9397             117 0.3863206
## 9399               6 0.2620072
## 9401              14 0.2445184
## 9403             113 0.3576296
## 9406              53 0.3105894
## 9408               6 0.1792576
## 9412              99 0.3605489
## 9414              83 0.3064436
## 9415              84 0.3369789
## 9416              36 0.3092373
## 9418             117 0.2699665
## 9419               6 0.2893195
## 9420              11 0.2058682
## 9422              30 0.2840791
## 9424              11 0.1852231
## 9428             117 0.4143880
## 9430               5 0.2483993
## 9433              46 0.2687264
## 9436              80 0.3536468
## 9444              10 0.2116007
## 9451              69 0.3758868
## 9453              13 0.2711766
## 9454              31 0.2694499
## 9456               8 0.2741874
## 9457               7 0.2517771
## 9458             117 0.3535832
## 9459               5 0.2879514
## 9460             117 0.3365300
## 9462               9 0.2488149
## 9464              52 0.2601230
## 9465              62 0.3408411
## 9468              14 0.2917389
## 9470              19 0.2091478
## 9472              39 0.2448509
## 9474              17 0.2200780
## 9475              33 0.2908317
## 9476              14 0.2499283
## 9479               9 0.2761765
## 9480              10 0.2812941
## 9482              16 0.1521409
## 9483              15 0.2393385
## 9484              11 0.2658851
## 9486              10 0.2464910
## 9488              83 0.3477944
## 9490              56 0.3322684
## 9491              23 0.1755540
## 9493              21 0.1753456
## 9494              22 0.2554789
## 9495              96 0.3484233
## 9499               4 0.2225967
## 9500              55 0.3226205
## 9513               4 0.2038377
## 9515              21 0.3086655
## 9518              48 0.3217964
## 9519              59 0.3453994
## 9523               5 0.2217149
## 9527              23 0.2979119
## 9535              11 0.2317977
## 9536              25 0.2626007
## 9537              95 0.3282427
## 9539               6 0.2486977
## 9540              46 0.2011110
## 9544              53 0.3179267
## 9545              20 0.2530665
## 9548              29 0.2800190
## 9551              87 0.3663180
## 9554              49 0.3074819
## 9556              21 0.2646022
## 9557              37 0.2395158
## 9559              16 0.2567367
## 9567             105 0.3819865
## 9570               7 0.2306941
## 9572              32 0.3064772
## 9574              24 0.2573299
## 9576              58 0.2895091
## 9579              27 0.2365050
## 9580              74 0.3546286
## 9581               7 0.2176446
## 9583              27 0.3013094
## 9584              21 0.3058381
## 9587              11 0.2692474
## 9588              11 0.2235426
## 9591              24 0.2489695
## 9597               8 0.2579916
## 9598             117 0.4011853
## 9602              25 0.2675660
## 9608               7 0.2273824
## 9615              39 0.2656658
## 9623               9 0.2419906
## 9627              13 0.2613226
## 9631               6 0.2263713
## 9633              10 0.2134446
## 9634               5 0.3066503
## 9635              75 0.3164707
## 9637              53 0.3107235
## 9640             117 0.4026353
## 9643               4 0.1916758
## 9645              42 0.2649814
## 9646               8 0.2270846
## 9649              13 0.2321580
## 9650              20 0.1988972
## 9652              80 0.3302740
## 9654              13 0.2349730
## 9655              28 0.2976629
## 9656              15 0.2260250
## 9661              17 0.2541998
## 9664              69 0.3417555
## 9665              41 0.2386181
## 9666             117 0.3522878
## 9668              15 0.2896599
## 9676              49 0.2445843
## 9682               5 0.2072590
## 9683               6 0.1798034
## 9688               4 0.2405596
## 9690               9 0.2391646
## 9693              36 0.2664776
## 9698              15 0.2033894
## 9700              60 0.3164268
## 9702              10 0.2179847
## 9705              11 0.2359902
## 9707              27 0.2027458
## 9708               7 0.2200013
## 9710             103 0.3515056
## 9716              12 0.2225853
## 9717               5 0.1949045
## 9718              17 0.2342013
## 9721              25 0.3049447
## 9723               5 0.2308850
## 9726             117 0.2861223
## 9727              13 0.1964523
## 9728              15 0.2475239
## 9732              20 0.3317207
## 9739              14 0.1753547
## 9741              63 0.3162676
## 9742              15 0.1947255
## 9744              27 0.2964630
## 9746              31 0.3193610
## 9747              27 0.2754825
## 9749              24 0.2363522
## 9750               7 0.2646065
## 9753               7 0.2362121
## 9756               8 0.2189758
## 9758               8 0.2329445
## 9766              16 0.2638814
## 9769              22 0.2891229
## 9771               8 0.1827942
## 9772              52 0.3250408
## 9773              13 0.2478722
## 9775              11 0.1550791
## 9778               6 0.2111018
## 9781              16 0.1931908
## 9783              11 0.2678644
## 9785              10 0.2540650
## 9790               4 0.2531646
## 9791              13 0.2986792
## 9792              28 0.2835054
## 9794               7 0.2430664
## 9795              17 0.1908753
## 9801              55 0.2353445
## 9802               4 0.1942900
## 9804               5 0.2568787
## 9805               4 0.2391303
## 9808               5 0.2647974
## 9812              14 0.2244119
## 9814               8 0.1901013
## 9818              11 0.2466624
## 9822              13 0.2418165
## 9825               5 0.2629466
## 9827              30 0.2807825
## 9829               9 0.2259672
## 9830               7 0.2798131
## 9831              27 0.2592745
## 9833               5 0.1785584
## 9835              10 0.2055684
## 9838               5 0.2874849
## 9839              23 0.3027513
## 9840              21 0.2453588
## 9850               7 0.2580707
## 9851              56 0.2349303
## 9854               7 0.2437203
## 9856               8 0.2757358
## 9860               7 0.2449514
## 9862              35 0.2951069
## 9866              27 0.2480033
## 9867               4 0.2334947
## 9868              43 0.2852700
## 9872             117 0.3773076
## 9873               6 0.2192407
## 9875               4 0.2678023
## 9877               6 0.2321136
## 9878               6 0.2927488
## 9883               8 0.1877966
## 9884             117 0.3818764
## 9886               7 0.1739532
## 9887              15 0.2783545
## 9888               6 0.2334775
## 9890               4 0.2673194
## 9891              19 0.2304252
## 9897               4 0.2087867
## 9900               4 0.1361156
## 9901              86 0.3505365
## 9909              15 0.2149028
## 9910              17 0.2579038
## 9913               8 0.2491880
## 9914              12 0.2480306
## 9916               7 0.2172110
## 9919              18 0.2415648
## 9920               4 0.2439575
## 9923              11 0.2508166
## 9924              32 0.2649322
## 9925             117 0.3487026
## 9926               8 0.2421502
## 9927              13 0.1524410
## 9928              14 0.1980845
## 9930               9 0.2533344
## 9935              11 0.2515101
## 9936              10 0.1508439
## 9937              13 0.2197541
## 9942              22 0.2350413
## 9944               8 0.2060643
## 9945               9 0.2776223
## 9946             117 0.3154497
## 9947               4 0.2286085
## 9950               5 0.2593327
## 9953               6 0.2170587
## 9955              11 0.2303340
## 9957               4 0.2459423
## 9963               4 0.2952282
## 9967              25 0.2317208
## 9970              11 0.2426736
## 9973              26 0.2210613
## 9974               6 0.2501614
## 9976              14 0.2432244
## 9977              24 0.2353523
## 9980              24 0.2852634
## 9983               9 0.2831910
## 9984              21 0.2045730
## 9986              25 0.3006166
## 9988              16 0.2483955
## 9992              10 0.2069678
## 9993             117 0.3206694
## 9997               4 0.2340951
## 10000             17 0.2220122
## 10003              6 0.2470618
## 10007              9 0.1982993
## 10008             13 0.2284374
## 10009             39 0.2230128
## 10011              5 0.1442644
## 10012              8 0.1997529
## 10013             15 0.2550103
## 10020              6 0.2375277
## 10023             54 0.2197204
## 10024             11 0.1911172
## 10025             13 0.2553176
## 10031            117 0.3205723
## 10032             16 0.2355197
## 10034              6 0.2375824
## 10037             11 0.2507290
## 10048             26 0.3039204
## 10052              8 0.2124592
## 10053             27 0.2765536
## 10054              9 0.1756801
## 10057            117 0.3352372
## 10062              7 0.2385197
## 10063            115 0.3340699
## 10070             19 0.2035642
## 10072              4 0.1722891
## 10074              7 0.2228521
## 10076             21 0.2729982
## 10077             69 0.2828438
## 10078            117 0.3585692
## 10079            117 0.3294457
## 10081             42 0.1958341
## 10082             24 0.3001048
## 10083             21 0.2048780
## 10084             63 0.2634266
## 10087              7 0.2594673
## 10091             10 0.1720813
## 10097              4 0.2513002
## 10098             14 0.2933433
## 10100             76 0.2159444
## 10106             36 0.2874963
## 10108              6 0.1883594
## 10110              6 0.2844595
## 10112             29 0.2814526
## 10113             11 0.2516620
## 10114             54 0.2922014
## 10115            117 0.3603938
## 10118              6 0.1772152
## 10119             15 0.2819054
## 10120            108 0.3711360
## 10122             18 0.2872602
## 10125              7 0.2425905
## 10127             10 0.1699995
## 10128             28 0.2463922
## 10129              7 0.2194871
## 10133              7 0.2146257
## 10136             55 0.3284134
## 10138             16 0.2625530
## 10140              4 0.1856121
## 10141              9 0.1365082
## 10143              6 0.1613384
## 10147             10 0.2668916
## 10153             33 0.2856447
## 10154              4 0.2170680
## 10155            106 0.3568781
## 10157              5 0.2642447
## 10159             57 0.2975917
## 10160             11 0.2338316
## 10161              4 0.2440465
## 10162              7 0.2132112
## 10163             53 0.3041755
## 10164             12 0.2357223
## 10169              4 0.2340772
## 10170              7 0.2374541
## 10176              5 0.2466567
## 10179             97 0.3066555
## 10181              6 0.2053389
## 10185              8 0.1708416
## 10186             17 0.2362846
## 10189             18 0.3166872
## 10191             24 0.2830173
## 10193             11 0.2134558
## 10194             33 0.2559509
## 10195             73 0.2469520
## 10198            117 0.3706502
## 10199             51 0.2902526
## 10201              5 0.2176029
## 10204             11 0.2517687
## 10205              5 0.1851022
## 10207             20 0.2758129
## 10210            117 0.2785651
## 10213            117 0.3575693
## 10216             27 0.1983687
## 10221             21 0.2338947
## 10222              7 0.2068492
## 10223             38 0.2718498
## 10224              8 0.2462717
## 10226             24 0.2414763
## 10228            102 0.3354438
## 10230              9 0.2223834
## 10233             19 0.2861183
## 10236            109 0.2901227
## 10241              9 0.2785346
## 10246             11 0.2404072
## 10247              7 0.2331945
## 10248              9 0.2208501
## 10252              8 0.1668022
## 10259             11 0.2305762
## 10262              4 0.1853045
## 10264              4 0.2387869
## 10271             15 0.2118594
## 10273              8 0.1974782
## 10274             64 0.3156769
## 10278             21 0.2135751
## 10280             61 0.3071132
## 10282              6 0.2220461
## 10285             41 0.2690273
## 10288             22 0.2169211
## 10289              8 0.1281052
## 10290             74 0.1773138
## 10294             27 0.2144999
## 10295             35 0.3109524
## 10300            117 0.3229825
## 10302             16 0.1935505
## 10304              9 0.2359554
## 10305             24 0.2389445
## 10313              9 0.2115759
## 10314             21 0.2688508
## 10315              7 0.2346061
## 10317             32 0.2585810
## 10318             14 0.1573998
## 10320             10 0.1980342
## 10321              5 0.2099758
## 10326             13 0.2096361
## 10327             14 0.2876352
## 10328             24 0.2769220
## 10332             10 0.1610139
## 10337             19 0.2882700
## 10341            117 0.3592941
## 10342            117 0.4338885
## 10344            117 0.4074926
## 10345             47 0.3075497
## 10347            117 0.2791778
## 10348            117 0.4044422
## 10351            117 0.3590670
## 10355             23 0.2908468
## 10359             54 0.2825989
## 10360             14 0.2046122
## 10363             97 0.3061014
## 10365            117 0.3460216
## 10368             31 0.2779527
## 10373             71 0.3058247
## 10379             53 0.2726391
## 10381             20 0.2773860
## 10382             41 0.3090417
## 10383             16 0.2411061
## 10384              6 0.2749418
## 10385              4 0.2609917
## 10387             32 0.2466354
## 10388            116 0.4079684
## 10390             38 0.3004794
## 10391             25 0.2633092
## 10395             71 0.3050013
## 10396              6 0.2293710
## 10397            117 0.3843741
## 10398             74 0.2893522
## 10401            111 0.3144247
## 10405            117 0.4319734
## 10406             21 0.2863896
## 10408            117 0.3420342
## 10412            117 0.4281995
## 10416             96 0.3814013
## 10419            117 0.4197707
## 10424            117 0.2724997
## 10426             25 0.2039462
## 10428            117 0.3967725
## 10430              7 0.2851013
## 10432             24 0.2416843
## 10434            117 0.3835793
## 10441             89 0.3743521
## 10443            117 0.3924760
## 10444             34 0.3284938
## 10447             73 0.3478737
## 10450             27 0.2741734
## 10454              4 0.2950736
## 10455             77 0.3658625
## 10459             12 0.2490346
## 10460             54 0.3259729
## 10461             15 0.3125746
## 10462             87 0.3638189
## 10465              8 0.2696474
## 10468              9 0.2402122
## 10469             34 0.3210498
## 10470             74 0.3332131
## 10474             89 0.3616787
## 10475             20 0.2201595
## 10476             20 0.2645881
## 10477             69 0.3764066
## 10487             15 0.2934202
## 10492            117 0.2651542
## 10493             27 0.3375307
## 10494              5 0.2352622
## 10496              8 0.2661647
## 10497             35 0.2493487
## 10499             29 0.2916212
## 10506             22 0.2837458
## 10508             17 0.2861998
## 10510            117 0.4080123
## 10511             26 0.2607160
## 10514            117 0.3754446
## 10515             38 0.3248932
## 10519             15 0.2823172
## 10520             27 0.2477776
## 10523             25 0.2844484
## 10524             51 0.3642014
## 10526              5 0.1835060
## 10527             56 0.3075604
## 10531             26 0.2647293
## 10533             42 0.2972578
## 10536             38 0.2931531
## 10542             23 0.2129504
## 10544             19 0.2697502
## 10545              5 0.2229377
## 10547             23 0.2626699
## 10550             51 0.2656691
## 10552              8 0.2374762
## 10553             52 0.3108696
## 10559            117 0.3824262
## 10562             45 0.3221855
## 10567              8 0.2460924
## 10574             13 0.2696474
## 10577             46 0.2838674
## 10579             28 0.2871823
## 10586             21 0.3020791
## 10587             13 0.2776453
## 10590             20 0.3107759
## 10593              6 0.2149591
## 10595             35 0.3147825
## 10598             24 0.2167506
## 10602             21 0.2868575
## 10604             14 0.2621380
## 10605              8 0.1913433
## 10610              8 0.1394312
## 10611             17 0.2772661
## 10612             45 0.3300958
## 10615             28 0.1761505
## 10617            117 0.3334851
## 10620            107 0.3965181
## 10621             19 0.2551824
## 10622             24 0.2545067
## 10624              6 0.1983080
## 10627              8 0.2396006
## 10630             17 0.2567877
## 10631             10 0.3216654
## 10635             31 0.2985487
## 10637             52 0.2677144
## 10640             25 0.3207545
## 10642             44 0.3095200
## 10643             37 0.2546990
## 10644              8 0.2713722
## 10645             19 0.2660980
## 10650              6 0.1437408
## 10652              8 0.2555309
## 10657             16 0.2907723
## 10659             15 0.2844374
## 10672              7 0.2342970
## 10674             62 0.3347541
## 10677             21 0.2207001
## 10681              8 0.2194833
## 10684             79 0.3551567
## 10685             19 0.2341827
## 10686             32 0.3217674
## 10689             14 0.2601368
## 10693             12 0.2491344
## 10694             21 0.2553936
## 10696             26 0.2923907
## 10697            117 0.3682565
## 10698              4 0.2478382
## 10700             18 0.2843302
## 10701            117 0.3709962
## 10704             13 0.2753008
## 10708             15 0.2881785
## 10709             20 0.2681760
## 10712              8 0.2436481
## 10713             10 0.2446200
## 10715              9 0.2585911
## 10719             27 0.2340770
## 10720             31 0.3065357
## 10725             44 0.2944706
## 10730              4 0.2485959
## 10732              8 0.2397936
## 10737             26 0.2995952
## 10738              5 0.2323431
## 10744             39 0.2590959
## 10753              5 0.2590031
## 10762             28 0.3229180
## 10765              8 0.2648762
## 10770             16 0.2450374
## 10772             22 0.2122839
## 10783             26 0.2389066
## 10784             70 0.2761676
## 10785              4 0.2383191
## 10787              8 0.2785617
## 10788            117 0.3290517
## 10789              6 0.2686838
## 10793             14 0.2360648
## 10794             59 0.1993186
## 10797             12 0.2373256
## 10798             23 0.2921845
## 10802              7 0.2988649
## 10803              4 0.1907348
## 10804             19 0.2583764
## 10805              7 0.1804576
## 10810             44 0.3532592
## 10811             15 0.1820793
## 10812            117 0.3988080
## 10818             45 0.2700653
## 10819              6 0.2752688
## 10820              5 0.2349681
## 10825             22 0.2938681
## 10828             10 0.2635499
## 10829              4 0.2635933
## 10832             20 0.2500709
## 10837             19 0.2825440
## 10838             12 0.2711709
## 10842              9 0.2816684
## 10845             12 0.2305122
## 10846             23 0.2858362
## 10848              4 0.1492241
## 10849            117 0.3355711
## 10851             22 0.3053665
## 10852              9 0.2288521
## 10854             39 0.2916856
## 10855              9 0.2817109
## 10860             17 0.2745769
## 10861             15 0.2111985
## 10862             10 0.2942532
## 10865              7 0.2436204
## 10869              7 0.2375389
## 10874              6 0.2555973
## 10875              5 0.2055888
## 10876             16 0.2897915
## 10879             14 0.2838051
## 10881             45 0.3193772
## 10882             13 0.2683492
## 10884              4 0.2232506
## 10885              5 0.2672595
## 10887             21 0.2958553
## 10888              5 0.2801367
## 10890             12 0.2542941
## 10893             12 0.2858208
## 10894             68 0.3176218
## 10897             12 0.2905825
## 10898             12 0.2236058
## 10899              6 0.2469934
## 10900             13 0.2125932
## 10903             10 0.2453271
## 10906             67 0.3024805
## 10907              6 0.1694487
## 10908             71 0.3709766
## 10910             13 0.2648188
## 10913             28 0.3155574
## 10914             22 0.2684366
## 10915             33 0.2952979
## 10922             27 0.2819799
## 10927             20 0.2672815
## 10931             10 0.2012227
## 10934              8 0.1585200
## 10938              5 0.2316073
## 10941             13 0.2205256
## 10943             33 0.2314742
## 10945             19 0.2681663
## 10946              5 0.2364796
## 10947            110 0.2745057
## 10949             12 0.2584442
## 10951              5 0.2444488
## 10952              9 0.2396283
## 10960              8 0.2181509
## 10962              4 0.2468902
## 10965              6 0.2778717
## 10966             10 0.2052168
## 10967             14 0.2203261
## 10968             11 0.1860600
## 10969              9 0.2420413
## 10970             12 0.2722337
## 10973             26 0.2625421
## 10975             63 0.2629600
## 10976             16 0.2562074
## 10987             12 0.2221530
## 10989             12 0.1958091
## 10991              4 0.2201825
## 10992             31 0.2420349
## 10993             11 0.2771249
## 11004             36 0.2932017
## 11007              5 0.1382827
## 11011              6 0.2257886
## 11013             94 0.3289017
## 11014             38 0.3144126
## 11016             43 0.2907538
## 11018             58 0.3342168
## 11019            117 0.4000650
## 11022             12 0.2476516
## 11028              8 0.2562531
## 11030              7 0.1866075
## 11031              6 0.2190505
## 11033             48 0.2875407
## 11034              9 0.2522113
## 11035             90 0.3313627
## 11037             16 0.2610032
## 11039              4 0.2079099
## 11040             65 0.3438226
## 11042              5 0.1997988
## 11043             18 0.1896089
## 11048             21 0.2270142
## 11056             10 0.2433764
## 11061            117 0.3855806
## 11068             15 0.2693332
## 11069             18 0.2872423
## 11073              4 0.2325945
## 11074             11 0.2337606
## 11077              8 0.2650978
## 11078             10 0.1555657
## 11079              4 0.2609575
## 11082             10 0.2238063
## 11083              5 0.1938540
## 11085             15 0.2599195
## 11089              8 0.2404103
## 11091             11 0.2681955
## 11093             17 0.2345418
## 11096             14 0.2570809
## 11098             17 0.2733171
## 11099              5 0.2101234
## 11101            117 0.3780983
## 11103             19 0.2881632
## 11106             49 0.3092930
## 11107             18 0.2493098
## 11110             87 0.3535544
## 11111             14 0.2129656
## 11117             18 0.2707089
## 11118            117 0.2557390
## 11121              9 0.2578852
## 11122            117 0.3510143
## 11125             19 0.1889935
## 11129              6 0.2501163
## 11131              6 0.2475488
## 11132             10 0.1999300
## 11135             15 0.2741168
## 11138             38 0.2512263
## 11140              6 0.1767722
## 11145              7 0.1873161
## 11146              8 0.2609407
## 11147              6 0.2739884
## 11150              6 0.2600087
## 11153              9 0.2314908
## 11157              5 0.1497974
## 11158             19 0.1948413
## 11160             16 0.2131029
## 11161            117 0.3951147
## 11162             14 0.1993854
## 11163              5 0.2098620
## 11164             13 0.2219919
## 11166             14 0.2200361
## 11167              8 0.2032342
## 11171              7 0.2362230
## 11173              5 0.2259675
## 11174             11 0.2155049
## 11175             17 0.2221640
## 11177              4 0.2103051
## 11181              4 0.2227527
## 11187              7 0.2395346
## 11188              6 0.3212635
## 11189             57 0.2797504
## 11191            117 0.3937892
## 11192             10 0.2403411
## 11193             14 0.2088784
## 11196              6 0.2212185
## 11197              5 0.2150204
## 11198              5 0.1731799
## 11199              4 0.1880115
## 11200             12 0.2220094
## 11202             11 0.2256327
## 11204              8 0.2336161
## 11207            117 0.3214683
## 11208             12 0.1846597
## 11214            117 0.3419303
## 11219             12 0.2394977
## 11224             37 0.2940980
## 11225             24 0.3069701
## 11230            117 0.3705668
## 11235              9 0.2324646
## 11243             19 0.2600671
## 11244             12 0.2166528
## 11247              5 0.1724358
## 11248              5 0.2251933
## 11249             23 0.2519785
## 11250              4 0.1881454
## 11251             49 0.3199952
## 11255              9 0.1704150
## 11256            117 0.3166054
## 11260             15 0.2964378
## 11262             58 0.2768454
## 11263             25 0.2341243
## 11267             18 0.2891546
## 11273            117 0.4407839
## 11276             66 0.3121485
## 11277            117 0.4397335
## 11281            117 0.4087866
## 11283            117 0.4212506
## 11284             38 0.3234652
## 11287            106 0.3699427
## 11288             30 0.2758376
## 11291            117 0.4246280
## 11292             84 0.3558105
## 11293             44 0.3013511
## 11294              5 0.3018914
## 11298             51 0.3377385
## 11302             20 0.2864495
## 11303             39 0.2375929
## 11304             34 0.3390250
## 11306             69 0.3423724
## 11307             46 0.2978156
## 11308             90 0.3516224
## 11312             84 0.3276883
## 11313            117 0.4093720
## 11314             47 0.2895430
## 11317             24 0.2694534
## 11318             57 0.3499470
## 11321             81 0.3734484
## 11325              6 0.3483489
## 11327             93 0.3763407
## 11329             20 0.2934489
## 11333             19 0.2778398
## 11335             70 0.3198834
## 11336             20 0.3073316
## 11339             45 0.3180968
## 11341             65 0.3678179
## 11344             58 0.3467848
## 11345             23 0.2926482
## 11346             15 0.2037683
## 11347             30 0.3224206
## 11348             51 0.3283808
## 11351             21 0.2204977
## 11353             27 0.3156666
## 11356             34 0.3345972
## 11358            102 0.3052193
## 11360             48 0.3261764
## 11362             16 0.2963081
## 11363            117 0.4011497
## 11365             31 0.3155008
## 11368             13 0.2522892
## 11369             14 0.3303211
## 11378             22 0.3033146
## 11380            117 0.3696654
## 11382             12 0.2388495
## 11383             12 0.2640155
## 11384              9 0.2862960
## 11385             14 0.3360265
## 11389             18 0.2955550
## 11392             30 0.3153692
## 11395            117 0.3936332
## 11396              5 0.1911456
## 11397             74 0.3593013
## 11398             17 0.2768517
## 11403             30 0.2832666
## 11408              4 0.1969451
## 11409             27 0.3533201
## 11410             86 0.3768927
## 11412              5 0.1833486
## 11416             11 0.2398012
## 11417             54 0.3282490
## 11420             20 0.3261029
## 11422             53 0.3020554
## 11423              9 0.3016901
## 11427             15 0.2609919
## 11428              5 0.2278292
## 11430             44 0.2493485
## 11432             32 0.2642687
## 11433             27 0.3234635
## 11435              5 0.2703975
## 11436             12 0.2344832
## 11438             10 0.2698216
## 11440              4 0.1945950
## 11441              8 0.2566128
## 11448              5 0.2398637
## 11452             13 0.2508486
## 11453              6 0.2202321
## 11455             27 0.2774823
## 11457            117 0.3949751
## 11459             17 0.2825270
## 11460             16 0.2115517
## 11461              9 0.2734667
## 11462              5 0.2713084
## 11463             26 0.3252072
## 11464              8 0.2559603
## 11467             42 0.2754852
## 11471             13 0.2713695
## 11472             21 0.2433549
## 11473             13 0.1403244
## 11475             22 0.2689522
## 11477             12 0.2426192
## 11479             10 0.2229828
## 11484            117 0.3712562
## 11487             46 0.2973628
## 11490              9 0.2346094
## 11492             10 0.2247911
## 11495             21 0.2481998
## 11496            117 0.3911492
## 11497              5 0.2026917
## 11498             19 0.1824278
## 11501            117 0.3447276
## 11505             81 0.3514666
## 11506             39 0.3476619
## 11508             33 0.2697118
## 11509             12 0.2170796
## 11510             19 0.2773159
## 11511             21 0.3143723
## 11513             37 0.3187772
## 11514             25 0.2779318
## 11515             18 0.2258110
## 11516             13 0.2456466
## 11518              8 0.2212341
## 11523             33 0.2428330
## 11528             17 0.2986282
## 11533              6 0.1905452
## 11534              6 0.2119499
## 11537             25 0.2755147
## 11539             20 0.2854113
## 11540              9 0.2521786
## 11541              5 0.2519530
## 11543             16 0.2730665
## 11546              8 0.2456329
## 11549             14 0.2485837
## 11550             23 0.3369401
## 11552             34 0.2975291
## 11561             18 0.2597413
## 11562              4 0.2369882
## 11563              8 0.2685106
## 11565             13 0.2813358
## 11568             10 0.2817386
## 11571              8 0.2391875
## 11576              4 0.2837120
## 11577            117 0.4081492
## 11583             10 0.2320641
## 11584             20 0.1539572
## 11585             35 0.3263506
## 11586              8 0.2228235
## 11592             13 0.2806041
## 11599             40 0.2430196
## 11600              8 0.1905827
## 11601              7 0.2819976
## 11603             17 0.2693038
## 11604             17 0.2039220
## 11605             12 0.2687703
## 11607              9 0.2798820
## 11608             16 0.3002216
## 11609              7 0.2531395
## 11610             11 0.2996785
## 11611             17 0.2836965
## 11615              5 0.2424490
## 11616             10 0.2584463
## 11617             11 0.2244071
## 11620             10 0.2127018
## 11621             60 0.2793258
## 11622             34 0.3048583
## 11626              4 0.2635277
## 11627             23 0.2912858
## 11628             22 0.2678648
## 11629             76 0.3842465
## 11630             31 0.1509400
## 11633              9 0.2556898
## 11634            117 0.3208268
## 11640             27 0.2314712
## 11644             14 0.2491514
## 11645             22 0.2649006
## 11649             14 0.3014425
## 11650            117 0.2894930
## 11653             17 0.2957353
## 11657             99 0.3192830
## 11662             19 0.3104199
## 11668              8 0.2856132
## 11671             20 0.3016056
## 11675              4 0.2095992
## 11679             10 0.2570620
## 11681              5 0.2277074
## 11683             54 0.2327848
## 11684              6 0.1768611
## 11690              5 0.2497795
## 11692             21 0.2099323
## 11693              5 0.2230895
## 11699              8 0.2315123
## 11701              4 0.2181840
## 11705             11 0.2622274
## 11707              5 0.2590879
## 11714             47 0.3161359
## 11715             16 0.1466078
## 11716             11 0.2657676
## 11718             39 0.2681514
## 11721              7 0.2069354
## 11723             14 0.2594283
## 11725              4 0.2745049
## 11728              7 0.2502944
## 11733             17 0.2638035
## 11734              7 0.2387782
## 11737              6 0.2724235
## 11746             26 0.2418051
## 11754              6 0.2647347
## 11757             17 0.2153191
## 11759             48 0.3193493
## 11760             37 0.2095717
## 11761              8 0.1971513
## 11762              5 0.2416912
## 11764             32 0.2772553
## 11768              5 0.2426925
## 11769              8 0.2635944
## 11771              7 0.2443427
## 11774              4 0.1919727
## 11775              6 0.2092879
## 11779              5 0.2420414
## 11780             35 0.3132107
## 11784             15 0.2450070
## 11785             10 0.2566653
## 11791             13 0.1851797
## 11792             30 0.2737857
## 11794             27 0.2438848
## 11796              5 0.3332376
## 11798            117 0.4099424
## 11802              6 0.1607338
## 11803             36 0.2723991
## 11804              4 0.3027091
## 11807             22 0.2904334
## 11809              4 0.2086691
## 11810             18 0.2065143
## 11812              9 0.2306576
## 11813             13 0.2823153
## 11820             15 0.2850242
## 11823             34 0.2775486
## 11826              4 0.2169050
## 11827             18 0.2809174
## 11830              4 0.2629586
## 11832             11 0.2178208
## 11833              6 0.2896315
## 11834            117 0.3395543
## 11837              8 0.2440640
## 11839             15 0.2748868
## 11840             14 0.2901699
## 11841              5 0.2393494
## 11843             11 0.2759883
## 11844              6 0.2403208
## 11845              5 0.2439455
## 11847             24 0.2480791
## 11850              9 0.2682278
## 11852              5 0.2517095
## 11860            104 0.3093110
## 11862            117 0.3679965
## 11863             20 0.2735026
## 11865             17 0.2562323
## 11867              6 0.2939717
## 11871              7 0.2027607
## 11872              4 0.2740412
## 11876            117 0.3396911
## 11877              4 0.2782802
## 11878             39 0.2752122
## 11879              6 0.2291673
## 11880              5 0.2343593
## 11885             14 0.2488272
## 11886             12 0.2531518
## 11887             10 0.2008724
## 11888             12 0.1723446
## 11889             14 0.2237595
## 11891              6 0.2359793
## 11892             27 0.2444523
## 11893             13 0.2403543
## 11898              9 0.2844124
## 11901             13 0.2869715
## 11903              9 0.2796248
## 11904             43 0.2945962
## 11905              5 0.2001571
## 11913              6 0.2545769
## 11914            116 0.3366459
## 11917              7 0.2237794
## 11920             23 0.2551549
## 11921             32 0.2644971
## 11924             13 0.2895732
## 11929              8 0.2729425
## 11932              6 0.2921484
## 11935            117 0.4158900
## 11939             19 0.1687831
## 11942             31 0.2267996
## 11943              6 0.2794052
## 11949              6 0.2574740
## 11950             20 0.2306471
## 11951              7 0.2360219
## 11952             40 0.2785201
## 11956              6 0.2397860
## 11957              7 0.2408642
## 11961              4 0.2336751
## 11964              8 0.3616575
## 11967             11 0.1786817
## 11969              7 0.2987417
## 11971              7 0.2014474
## 11973              4 0.2537515
## 11974             10 0.2675975
## 11976             11 0.2528315
## 11979             15 0.1932329
## 11981             11 0.2355402
## 11986              8 0.2440050
## 11987             13 0.2286002
## 11988             15 0.2079117
## 11989             11 0.2596257
## 11991             10 0.1997207
## 11992              8 0.2517186
## 11999              8 0.1885871
## 12003             58 0.2960873
## 12004              9 0.2770054
## 12006              4 0.2303704
## 12008              4 0.1880128
## 12009              4 0.2310597
## 12015            117 0.3323428
## 12016             12 0.1642769
## 12018             30 0.2383920
## 12020             50 0.2842215
## 12021             16 0.2973983
## 12027              4 0.2361113
## 12029             39 0.2836933
## 12030             14 0.2545353
## 12031            117 0.3376214
## 12034              4 0.2641979
## 12040             18 0.2559018
## 12041             22 0.2917124
## 12044             94 0.3382990
## 12046             94 0.3000751
## 12047             93 0.3663401
## 12048             45 0.3330655
## 12050             37 0.2943182
## 12051            117 0.3812731
## 12056            117 0.4364560
## 12057             42 0.3026924
## 12060            117 0.4319228
## 12065             57 0.2961581
## 12069            117 0.3271026
## 12076             61 0.3285190
## 12081             26 0.2434903
## 12085             69 0.2797538
## 12094            117 0.3170733
## 12095             94 0.3300904
## 12096             22 0.2758162
## 12098             30 0.2747707
## 12100             63 0.2994919
## 12106            117 0.2979106
## 12107             62 0.2886075
## 12112             45 0.3092371
## 12117             21 0.3174035
## 12120             31 0.3126734
## 12122            117 0.3975632
## 12124             48 0.3273883
## 12125             77 0.3246606
## 12126             22 0.1967626
## 12127             22 0.2745892
## 12128             17 0.2866470
## 12131              9 0.2354343
## 12136             53 0.3027475
## 12140             74 0.3407994
## 12142             46 0.2594043
## 12145              8 0.2569959
## 12146             23 0.2473742
## 12147             34 0.2808589
## 12149              8 0.2115346
## 12150             45 0.3488891
## 12155             50 0.3036631
## 12156            117 0.3465496
## 12157             23 0.2851536
## 12158             13 0.2532862
## 12163             37 0.2521630
## 12167             24 0.2994222
## 12168             19 0.2829571
## 12170             21 0.2933754
## 12171             24 0.3050072
## 12175              9 0.2372782
## 12177              6 0.2535113
## 12178             15 0.2961956
## 12180             97 0.3634824
## 12182             49 0.3223261
## 12183             13 0.2334369
## 12184              6 0.2605777
## 12186            115 0.3983232
## 12189             35 0.2933328
## 12190              9 0.2679569
## 12195             12 0.2570530
## 12198             17 0.2483547
## 12199             35 0.2987783
## 12206              8 0.1999979
## 12208             25 0.3050007
## 12215             14 0.2355136
## 12216             68 0.3372945
## 12220             25 0.3402208
## 12221             57 0.3111090
## 12223             22 0.2409012
## 12225              6 0.1992859
## 12226             12 0.2992397
## 12231             17 0.2442689
## 12251             19 0.2889962
## 12261             30 0.2866137
## 12262              9 0.2046598
## 12263              5 0.1635746
## 12264            117 0.3964059
## 12266              6 0.2649412
## 12270             10 0.2483226
## 12272             14 0.2225174
## 12273             25 0.3168957
## 12274             20 0.2130249
## 12276              9 0.2057787
## 12277              6 0.1817376
## 12280             25 0.2347041
## 12281             22 0.2218345
## 12285             12 0.2764823
## 12289             67 0.3380630
## 12292              8 0.2015682
## 12293             11 0.1743168
## 12294             48 0.2676464
## 12295             10 0.2776691
## 12296              6 0.1938733
## 12298             17 0.2941977
## 12304              9 0.2561412
## 12308              6 0.2148743
## 12309              6 0.2023212
## 12311             15 0.3045027
## 12316             16 0.2811356
## 12317             16 0.2553442
## 12319             12 0.2535486
## 12321             30 0.3048352
## 12322             15 0.2488384
## 12323             58 0.2904598
## 12324              8 0.1914103
## 12326              7 0.2604152
## 12327              9 0.2260055
## 12328              9 0.2321554
## 12332              5 0.2481558
## 12334            117 0.3648080
## 12339              5 0.2252302
## 12340              5 0.2517944
## 12342              4 0.2542480
## 12344             27 0.2893226
## 12346             10 0.2542004
## 12349             11 0.2541474
## 12351            117 0.3715680
## 12353             59 0.3416569
## 12354              4 0.2793020
## 12361             23 0.2468422
## 12368             31 0.2933781
## 12369             15 0.2888843
## 12375             23 0.2815057
## 12376              7 0.2693639
## 12377              5 0.2229049
## 12378              6 0.1767066
## 12381             40 0.2965308
## 12384             55 0.3256243
## 12386             15 0.2841815
## 12389             22 0.2911311
## 12391              4 0.2097689
## 12393             13 0.2373696
## 12394              5 0.2078144
## 12395             14 0.2649982
## 12399             11 0.2434712
## 12400             65 0.2519971
## 12401              9 0.2192469
## 12410             15 0.2151134
## 12412            117 0.3117591
## 12413             37 0.2572515
## 12418             66 0.2876223
## 12420              5 0.1847958
## 12423             14 0.2264665
## 12424              4 0.2569920
## 12432            117 0.3889401
## 12433              7 0.2582267
## 12434              5 0.2136252
## 12436              4 0.2382863
## 12437             17 0.2691656
## 12439            117 0.3582039
## 12440             17 0.2962290
## 12441             47 0.2928573
## 12446              5 0.2745503
## 12448             31 0.2862845
## 12450              8 0.2280639
## 12455             11 0.2647457
## 12456              4 0.2470762
## 12460             11 0.2583331
## 12461             11 0.2400255
## 12464             29 0.2457960
## 12466              8 0.2728755
## 12468             12 0.2708234
## 12469              7 0.2929515
## 12471              9 0.2808518
## 12473             18 0.2702943
## 12474             12 0.2894621
## 12477             18 0.2886034
## 12481             63 0.2781462
## 12483              6 0.2795147
## 12484              5 0.2039885
## 12485              5 0.2718090
## 12487             14 0.2981897
## 12488              4 0.2279902
## 12489             23 0.1712233
## 12490             21 0.2464449
## 12491             12 0.2679318
## 12494             28 0.2801445
## 12495              8 0.2774620
## 12497             10 0.1571581
## 12498             14 0.2539636
## 12504              7 0.2515171
## 12507             10 0.2213250
## 12511              4 0.2466646
## 12515             24 0.2555135
## 12516             15 0.2687109
## 12517              9 0.2400208
## 12519              7 0.2623467
## 12523              6 0.2468580
## 12524             22 0.2734690
## 12526             11 0.2489072
## 12530             14 0.2526545
## 12531              8 0.2290502
## 12536             20 0.2780522
## 12537             14 0.2719456
## 12538             11 0.2794694
## 12542             18 0.1480584
## 12545             24 0.3044902
## 12547              4 0.2543574
## 12551             13 0.2749369
## 12552             11 0.2004747
## 12553             17 0.2944248
## 12555             11 0.2245753
## 12559             15 0.2488028
## 12560             19 0.3034054
## 12561             23 0.2773758
## 12562              5 0.2452450
## 12563             14 0.2671540
## 12564             10 0.2526314
## 12568              6 0.1917545
## 12575              6 0.2249240
## 12576              7 0.2592621
## 12577              4 0.2065461
## 12581              4 0.2003757
## 12584             18 0.3117930
## 12585             17 0.2604905
## 12586             42 0.3435330
## 12587              6 0.2509069
## 12590             20 0.2723481
## 12593              9 0.3048594
## 12597              4 0.1969423
## 12599              5 0.2104681
## 12606             19 0.1474650
## 12608              5 0.2476907
## 12609              4 0.1845944
## 12613              5 0.2697764
## 12615             13 0.2419013
## 12626             37 0.2886114
## 12629             16 0.2119377
## 12635              9 0.2305387
## 12638              8 0.2197171
## 12640             19 0.2586322
## 12643              8 0.2204968
## 12647              6 0.2236136
## 12653              4 0.1623968
## 12654             32 0.2493902
## 12658              9 0.2054340
## 12660              7 0.2593278
## 12663            117 0.4009213
## 12664              7 0.2391242
## 12667              7 0.1990878
## 12669              8 0.2388606
## 12671             12 0.3028905
## 12674             14 0.1972789
## 12678             32 0.2053940
## 12680              6 0.2687836
## 12681             21 0.3064427
## 12684             24 0.2567786
## 12686            117 0.3722725
## 12688             17 0.2599242
## 12692              5 0.2643624
## 12694             14 0.2284130
## 12698              6 0.2528724
## 12700              5 0.2083287
## 12701              9 0.2427592
## 12703            117 0.3509651
## 12706            117 0.3684643
## 12707              4 0.2257182
## 12712              4 0.2627357
## 12714             78 0.2827382
## 12715             71 0.2653301
## 12720              5 0.2605036
## 12723             14 0.2268782
## 12724             20 0.2816784
## 12730              8 0.2112049
## 12731             45 0.3308400
## 12732             10 0.2279290
## 12736              7 0.2297242
## 12742             19 0.2286675
## 12743             10 0.2291314
## 12750              8 0.2149460
## 12753              9 0.2187162
## 12755              6 0.2691283
## 12757             26 0.1707756
## 12761             19 0.2166165
## 12764             19 0.2729087
## 12766              5 0.2326947
## 12768              5 0.2110208
## 12770              5 0.2345728
## 12774             76 0.3053897
## 12775             23 0.1591218
## 12776             12 0.2752211
## 12778             29 0.2817794
## 12781             17 0.1351208
## 12783             19 0.2369651
## 12785            117 0.3372918
## 12786              7 0.2163656
## 12787             28 0.2723709
## 12790              8 0.2562039
## 12797             19 0.1405696
## 12798            117 0.3158982
## 12807              9 0.1966263
## 12814            117 0.4107016
## 12816            117 0.4401807
## 12823            117 0.3366380
## 12824             35 0.2878231
## 12826             12 0.2984258
## 12827             71 0.2921528
## 12829            117 0.3931012
## 12830            117 0.4119409
## 12833             48 0.3163632
## 12839             96 0.3379384
## 12841             54 0.3099249
## 12847             11 0.1785764
## 12849             41 0.2932674
## 12851             33 0.2637778
## 12853             22 0.2469691
## 12854            117 0.3587921
## 12856             46 0.3043172
## 12859             99 0.3515701
## 12860             27 0.2755536
## 12861             28 0.2193205
## 12868             26 0.1860957
## 12870             26 0.2662504
## 12872             23 0.2729153
## 12874             12 0.2169811
## 12878             36 0.2797555
## 12879             23 0.2621542
## 12882             63 0.2218732
## 12883             27 0.2425003
## 12884              8 0.2692876
## 12891             16 0.2907108
## 12894              7 0.2323505
## 12898             47 0.3219124
## 12900             41 0.3152000
## 12901              4 0.2310953
## 12903             14 0.2790874
## 12905             22 0.2978008
## 12906             54 0.2847518
## 12907            117 0.3791515
## 12911             21 0.3071690
## 12912              5 0.2493075
## 12913             12 0.2708768
## 12914              5 0.2714507
## 12915             15 0.2507343
## 12916             17 0.2416822
## 12917              5 0.2393275
## 12919             48 0.3205421
## 12920             20 0.2220952
## 12921             25 0.2889295
## 12922             15 0.2541335
## 12923             13 0.2422379
## 12927             46 0.2929378
## 12929             17 0.2748218
## 12931              5 0.2345222
## 12939             16 0.2955900
## 12942             21 0.2883881
## 12943             24 0.1943038
## 12946             81 0.3156775
## 12948             27 0.2623468
## 12949              5 0.2331940
## 12952             34 0.2995865
## 12955             32 0.3052530
## 12957             38 0.2998433
## 12960              7 0.2430063
## 12967             21 0.3021011
## 12968              4 0.2749412
## 12969              6 0.2061144
## 12971              4 0.2218348
## 12974              4 0.1825959
## 12977             17 0.3061844
## 12981             11 0.2752332
## 12982             10 0.2287553
## 12983             23 0.2793607
## 12986              6 0.2894441
## 12987              7 0.2599365
## 12993              6 0.2506333
## 12996              6 0.2087845
## 13001              8 0.2684271
## 13004              4 0.2004810
## 13005             14 0.2957740
## 13007             29 0.3043453
## 13011              5 0.1800711
## 13013             41 0.2917190
## 13017            117 0.3861359
## 13018              5 0.2542592
## 13019              5 0.2519559
## 13020             10 0.2205179
## 13021             17 0.2935822
## 13023              7 0.2835734
## 13027              5 0.2561635
## 13032              6 0.2613205
## 13033             11 0.2472656
## 13037             19 0.2558197
## 13038             13 0.2452485
## 13043             15 0.2390636
## 13045             38 0.2922571
## 13046             14 0.1618140
## 13047              7 0.2819005
## 13051             29 0.3006506
## 13052             12 0.2547427
## 13053              5 0.2288140
## 13055             14 0.3026011
## 13058             14 0.2396939
## 13059             13 0.2497681
## 13068             14 0.2269822
## 13069             10 0.2091508
## 13070             96 0.3422308
## 13072             21 0.2806856
## 13073              5 0.2609729
## 13074             11 0.2809331
## 13075             14 0.2066720
## 13078             19 0.1705230
## 13079             18 0.2705037
## 13081             35 0.1920786
## 13084              4 0.2272681
## 13085              9 0.2544369
## 13094              5 0.2423806
## 13098             15 0.2761275
## 13100              4 0.2064244
## 13103             12 0.2489155
## 13108              4 0.2133540
## 13109              7 0.2668484
## 13111            117 0.3781708
## 13112             64 0.3514318
## 13117              5 0.2250252
## 13119              9 0.1892794
## 13121             39 0.3052822
## 13124              5 0.2517957
## 13126              8 0.2036528
## 13128             15 0.2793365
## 13129             10 0.2354277
## 13130             46 0.2948884
## 13138             20 0.2272508
## 13139             10 0.2909607
## 13140              6 0.2725125
## 13143              6 0.2848726
## 13151              5 0.2146565
## 13152              6 0.2113711
## 13154             95 0.3491875
## 13156              8 0.1826874
## 13161             15 0.3050964
## 13162              5 0.2081728
## 13165              4 0.2096676
## 13167              6 0.2601154
## 13169             10 0.2365673
## 13171            102 0.3608931
## 13173             12 0.2633453
## 13174             17 0.2988226
## 13175             15 0.2511282
## 13176             18 0.1684136
## 13180              5 0.2531595
## 13181              5 0.2826947
## 13190             26 0.2956119
## 13196             35 0.2865947
## 13199              4 0.2699047
## 13203             16 0.2617555
## 13206             24 0.2907485
## 13207              9 0.2733641
## 13208             15 0.3108141
## 13211             18 0.2378661
## 13212              8 0.2472210
## 13219              8 0.2812045
## 13222              6 0.2680218
## 13226              7 0.2454000
## 13228             15 0.2631806
## 13229              9 0.2165398
## 13230              7 0.2020754
## 13232              9 0.2320036
## 13235              5 0.2498984
## 13236            117 0.3523234
## 13238              8 0.2518389
## 13239              6 0.2182365
## 13240             18 0.1961774
## 13241              4 0.2657190
## 13244              4 0.2479107
## 13248              6 0.2712540
## 13249              6 0.2576669
## 13250             29 0.2627112
## 13258              5 0.2699515
## 13262              7 0.2647609
## 13270              6 0.2448909
## 13271              6 0.2111837
## 13274              8 0.2060821
## 13276             19 0.2136210
## 13277              4 0.2389073
## 13283              5 0.2638481
## 13284             11 0.1924713
## 13285              4 0.2485837
## 13287              5 0.2100550
## 13292             28 0.3111789
## 13293              4 0.2033877
## 13296              7 0.1955738
## 13299             21 0.2178249
## 13302             15 0.2587664
## 13305             10 0.1851748
## 13306              6 0.1991890
## 13307             17 0.2391503
## 13311              4 0.2795127
## 13312              5 0.1653638
## 13315              6 0.1656035
## 13316              5 0.2339190
## 13317             14 0.2828491
## 13326             13 0.2782143
## 13328              8 0.2336325
## 13335              5 0.1933149
## 13336             12 0.2441554
## 13337              8 0.2428739
## 13339             14 0.2049363
## 13342             12 0.2276603
## 13343             36 0.2184337
## 13344             74 0.2197041
## 13346              9 0.2373288
## 13351             10 0.2689790
## 13352             10 0.2519434
## 13358              9 0.2792610
## 13359              5 0.2637961
## 13363             26 0.2290222
## 13365              5 0.2497944
## 13371             13 0.2601283
## 13374             16 0.2836744
## 13375             20 0.2616103
## 13376             10 0.1998247
## 13379             25 0.2332912
## 13386             26 0.2516456
## 13389             14 0.2635496
## 13393             24 0.2228185
## 13394             10 0.2915845
## 13396             52 0.2537212
## 13398            117 0.2999324
## 13401              4 0.2504042
## 13404             11 0.2687153
## 13406             10 0.2669449
## 13412             20 0.2383673
## 13414              8 0.1979610
## 13418              5 0.2346604
## 13419             11 0.1544828
## 13420              9 0.2182947
## 13421             20 0.2538133
## 13422             12 0.2647569
## 13423              4 0.2693357
## 13424             19 0.2504810
## 13433             31 0.1751295
## 13445              6 0.2622670
## 13447              8 0.2266344
## 13455             14 0.2379648
## 13456              5 0.2284010
## 13459             71 0.2395525
## 13460              6 0.1516867
## 13462             10 0.2282424
## 13468             13 0.2698198
## 13469              5 0.2788838
## 13471              6 0.2436489
## 13474              6 0.1999247
## 13485             15 0.2743383
## 13486              6 0.2577107
## 13487             14 0.2574475
## 13488             11 0.1471468
## 13489              5 0.2166756
## 13491             29 0.2602599
## 13496             14 0.2694465
## 13497              4 0.2153908
## 13501              4 0.2272652
## 13505             25 0.2886026
## 13509             17 0.2156447
## 13512             15 0.2725245
## 13515             53 0.2787631
## 13518              8 0.2325656
## 13519              6 0.2282918
## 13522              5 0.2403273
## 13525             77 0.3166299
## 13527              8 0.2211507
## 13530              7 0.2237069
## 13531             15 0.2806456
## 13536             23 0.1846025
## 13537              9 0.1800872
## 13538              5 0.2379322
## 13542              4 0.2360251
## 13545              4 0.2122009
## 13547              5 0.1731209
## 13552              4 0.2369252
## 13554              9 0.2271600
## 13556              6 0.2741292
## 13558              5 0.1900511
## 13563              4 0.1881112
## 13565              5 0.2280548
## 13568            117 0.3622761
## 13571              9 0.2275417
## 13572              4 0.1741685
## 13573              8 0.2500348
## 13574              5 0.2361581
## 13575            117 0.2557076
## 13576             10 0.2183416
## 13578              5 0.2479670
## 13585             11 0.1493067
## 13590              9 0.2197283
## 13593              5 0.2199338
## 13594              6 0.2565111
## 13596             10 0.2376874
## 13602              6 0.2702063
## 13606             17 0.1925988
## 13611              7 0.1973891
## 13613             10 0.1724055
## 13614             10 0.1990916
## 13616              5 0.2414861
## 13620            117 0.3597783
## 13623              8 0.2461855
## 13625             10 0.2601356
## 13626             93 0.3011390
## 13628             16 0.2815883
## 13629              4 0.2487505
## 13630            117 0.2330365
## 13631              7 0.2157815
## 13632             10 0.2171187
## 13633              7 0.2698153
## 13635              4 0.2230960
## 13637              9 0.2689705
## 13638              6 0.2736956
## 13643            117 0.4232697
## 13648            117 0.3037078
## 13655             48 0.2873861
## 13660            117 0.3836546
## 13664             39 0.3122174
## 13665             56 0.3149634
## 13668             53 0.2981595
## 13671             42 0.3075387
## 13673             13 0.2582666
## 13674             30 0.2684607
## 13675             28 0.3124743
## 13677             10 0.2743083
## 13681             90 0.3168837
## 13684              7 0.2162344
## 13689            117 0.3721713
## 13690             21 0.2928761
## 13695              7 0.2206087
## 13698             13 0.2909561
## 13699            117 0.3779806
## 13700             24 0.3012497
## 13701              4 0.2319149
## 13703            102 0.3373929
## 13704             46 0.3157143
## 13710             29 0.1552127
## 13712             16 0.2608979
## 13715             22 0.2978897
## 13716             22 0.2882653
## 13717             30 0.2664772
## 13718             32 0.2706156
## 13720             15 0.2600960
## 13721            117 0.3539826
## 13724              9 0.2082548
## 13727              6 0.2719968
## 13729              4 0.1853755
## 13730             20 0.2900253
## 13733              6 0.1502887
## 13734              8 0.2571340
## 13735             16 0.3043607
## 13739             27 0.2862258
## 13743             52 0.2827187
## 13744             32 0.3020453
## 13746             18 0.2546924
## 13749              8 0.2231888
## 13751             95 0.3592414
## 13753              5 0.2761890
## 13755              9 0.2597072
## 13756             15 0.2837534
## 13757             11 0.2700941
## 13758             29 0.2866230
## 13759              8 0.2308557
## 13760             94 0.3418363
## 13762             23 0.2507543
## 13763             13 0.2672303
## 13767              8 0.2586866
## 13770              9 0.2628492
## 13771             35 0.2924546
## 13772              8 0.2140445
## 13774             12 0.2423621
## 13777             16 0.2735876
## 13778             20 0.2810396
## 13781             36 0.2760841
## 13782              9 0.2614198
## 13789             21 0.2553758
## 13791              6 0.1791017
## 13802             11 0.2940237
## 13810             54 0.2847397
## 13813             30 0.2745107
## 13814             26 0.2561665
## 13816              4 0.2279382
## 13817             18 0.2164727
## 13818              5 0.2734561
## 13821             10 0.2761180
## 13822              5 0.1925572
## 13823             14 0.2262914
## 13825             14 0.2631351
## 13828              9 0.3085855
## 13830              9 0.1971270
## 13833              7 0.2373296
## 13837              8 0.2672015
## 13838              9 0.2653169
## 13840             21 0.2764958
## 13842              6 0.2270251
## 13844              7 0.2304163
## 13856              4 0.2149913
## 13857             39 0.3022689
## 13865              7 0.2360547
## 13867              5 0.2880540
## 13868             10 0.2458591
## 13875             10 0.2730170
## 13876              4 0.2131994
## 13877              4 0.1476809
## 13879             12 0.1819335
## 13882             12 0.2444673
## 13887              6 0.2602125
## 13890              9 0.2715038
## 13892             10 0.2175332
## 13894              6 0.2317333
## 13896              4 0.1492185
## 13898             19 0.2728745
## 13899              9 0.2791612
## 13903              9 0.2592641
## 13905              6 0.2618211
## 13907              4 0.1908444
## 13908             16 0.2779320
## 13910             93 0.3191388
## 13918              5 0.2294173
## 13923              5 0.2342417
## 13932             19 0.2108195
## 13936              8 0.2760941
## 13938            117 0.3013070
## 13939              9 0.2559032
## 13940              5 0.1508179
## 13945              5 0.1948675
## 13946              9 0.2709717
## 13947             12 0.2651180
## 13957             21 0.2620113
## 13959              7 0.2433182
## 13961             15 0.2856288
## 13962              6 0.2531310
## 13963             26 0.2565440
## 13964             37 0.2474575
## 13966              5 0.2694467
## 13969              5 0.2393795
## 13972             13 0.2428370
## 13975             17 0.3048548
## 13976             85 0.3184445
## 13977             34 0.2712043
## 13979              6 0.2095451
## 13980              5 0.2272793
## 13981             31 0.2456078
## 13986              7 0.2504653
## 13998             11 0.2834377
## 14003             14 0.2428742
## 14005             13 0.2324534
## 14006             11 0.1543063
## 14007             10 0.2343280
## 14009              4 0.2389360
## 14010              6 0.2305624
## 14014              8 0.2340305
## 14015              8 0.2536500
## 14016              5 0.1910224
## 14017              6 0.2175129
## 14019              8 0.2221561
## 14020             16 0.2200039
## 14028             10 0.2791697
## 14029             25 0.2757911
## 14032              9 0.1739908
## 14035             90 0.3420198
## 14038             46 0.3166950
## 14039              9 0.2247307
## 14042              5 0.2230197
## 14044             28 0.2664766
## 14045             41 0.2715291
## 14046              8 0.2569644
## 14049              9 0.1924543
## 14050              9 0.2513823
## 14051             18 0.2492156
## 14054              9 0.2005576
## 14055             11 0.1911636
## 14058             12 0.2483424
## 14059              7 0.2107983
## 14060              4 0.2743202
## 14062              5 0.2175208
## 14064             24 0.2612681
## 14065              9 0.1995713
## 14066              7 0.2535745
## 14068            117 0.3397937
## 14071              6 0.2370832
## 14073              7 0.1397852
## 14074             19 0.2853029
## 14075             21 0.2839630
## 14077              9 0.2716981
## 14080              7 0.2405893
## 14081              4 0.2011349
## 14083             15 0.3065067
## 14084             18 0.2403310
## 14088             14 0.1946758
## 14090             10 0.2033743
## 14091              6 0.1582581
## 14093              6 0.2558736
## 14096              7 0.2235715
## 14100             60 0.2882581
## 14101              4 0.2069209
## 14103             54 0.3283215
## 14104             29 0.2325414
## 14106            117 0.3715844
## 14109             15 0.2605447
## 14110              4 0.1821571
## 14114             68 0.2785265
## 14115              8 0.2255676
## 14117             10 0.1750061
## 14120              6 0.2396122
## 14122            117 0.3671908
## 14124            117 0.3561768
## 14126            117 0.3516381
## 14128             27 0.2397604
## 14129            117 0.3290929
## 14132              8 0.2652851
## 14135             14 0.2136564
## 14136             21 0.2715838
## 14139              5 0.2156756
## 14146              6 0.2854388
## 14151              4 0.2413517
## 14152             99 0.3328480
## 14167             16 0.2424124
## 14169              5 0.2687095
## 14176             35 0.2606091
## 14179             12 0.2670317
## 14181             31 0.2988852
## 14182             27 0.3325667
## 14184             31 0.2502271
## 14185             24 0.2724025
## 14186              5 0.2470383
## 14189             99 0.3037835
## 14193              5 0.2321229
## 14194             19 0.2803731
## 14196             55 0.2834704
## 14201             49 0.2489983
## 14204              6 0.1926696
## 14208             18 0.2806752
## 14209              5 0.2330722
## 14213             32 0.2762718
## 14216             45 0.2910156
## 14222              5 0.2056928
## 14225             12 0.2564990
## 14226             47 0.2831592
## 14228             17 0.2686513
## 14229              9 0.2445253
## 14231             10 0.2572043
## 14235             20 0.2884480
## 14240             29 0.2682784
## 14241             10 0.2475840
## 14246             12 0.2267381
## 14249             17 0.2460280
## 14250              8 0.2369606
## 14251              8 0.2552695
## 14253              5 0.2407802
## 14257             25 0.2780358
## 14258             31 0.2602496
## 14262             10 0.2582028
## 14269              6 0.2244098
## 14272             42 0.3058166
## 14275             20 0.2390567
## 14277              8 0.1818735
## 14282             11 0.2488687
## 14283              6 0.2310275
## 14288              5 0.2473516
## 14292             50 0.2464721
## 14297              5 0.2612272
## 14298              7 0.1917438
## 14302              4 0.1779603
## 14303             10 0.2478398
## 14304             13 0.2427672
## 14305              4 0.2562519
## 14308             25 0.2368136
## 14309             24 0.2830063
## 14310              4 0.2345657
## 14313             25 0.2529817
## 14316             17 0.1327079
## 14321             11 0.2672120
## 14326             57 0.3191110
## 14327             11 0.2222827
## 14329             48 0.2131133
## 14330              8 0.1970173
## 14333             16 0.2824802
## 14336              4 0.2181020
## 14339              7 0.2253170
## 14341              5 0.2103519
## 14345              7 0.2017251
## 14349             12 0.2336214
## 14350             10 0.2672048
## 14354             19 0.2495523
## 14355             12 0.1956766
## 14357              9 0.1528474
## 14361              5 0.2290534
## 14362             11 0.2499192
## 14364             36 0.3247218
## 14365             14 0.2363987
## 14367              6 0.3284395
## 14370              6 0.2340342
## 14372              6 0.2433343
## 14374              8 0.2829567
## 14381             35 0.2609799
## 14382             11 0.2751443
## 14383             39 0.2983375
## 14385             13 0.2419097
## 14387              8 0.1918632
## 14388             13 0.3039537
## 14390              6 0.2647689
## 14395             26 0.2293383
## 14396             19 0.1489698
## 14401             98 0.3552016
## 14402              6 0.2265984
## 14403              5 0.2700527
## 14406              9 0.2261779
## 14414             11 0.2470919
## 14418             20 0.1740895
## 14421              4 0.2473497
## 14423              8 0.2824739
## 14424             27 0.2731900
## 14426             14 0.2836546
## 14427              7 0.2341684
## 14428              4 0.2414078
## 14434              4 0.2462144
## 14435              6 0.2145773
## 14437              6 0.2191723
## 14441             11 0.2248366
## 14442              6 0.2716616
## 14446             12 0.2683804
## 14448             26 0.2225468
## 14449            117 0.3493209
## 14451            117 0.3775348
## 14452             12 0.2990632
## 14455              6 0.2062348
## 14459              5 0.2381060
## 14460              7 0.1964136
## 14461              5 0.2346207
## 14462            110 0.2932648
## 14463             10 0.2270823
## 14464             10 0.2426064
## 14465             31 0.2430881
## 14467              9 0.2762230
## 14469             13 0.2223381
## 14470              5 0.2473624
## 14471            117 0.4194588
## 14473            117 0.3603802
## 14475              9 0.3343426
## 14477              4 0.2643374
## 14478              7 0.2832027
## 14480             69 0.3332746
## 14481            117 0.3905432
## 14484              9 0.2807971
## 14487              7 0.2417601
## 14495            117 0.3548143
## 14497             50 0.2801451
## 14501            117 0.3476726
## 14502             15 0.2920209
## 14505             53 0.3432734
## 14506              4 0.2264391
## 14507              8 0.2453949
## 14510             76 0.3224225
## 14511             71 0.3455984
## 14512              9 0.2728826
## 14514              9 0.2717801
## 14517             27 0.3438806
## 14519             15 0.2138962
## 14521             30 0.2409595
## 14524              7 0.2665036
## 14525              4 0.2388019
## 14528              5 0.1264218
## 14533             22 0.2666925
## 14537             11 0.2060242
## 14539             12 0.2257382
## 14541             11 0.2571430
## 14543             10 0.2640314
## 14546             17 0.2693941
## 14547             24 0.2711975
## 14548              6 0.2425136
## 14550              6 0.2744849
## 14551             17 0.2380286
## 14553              6 0.2566300
## 14554             39 0.2932832
## 14555              7 0.2243690
## 14561              5 0.2734136
## 14562             10 0.2528969
## 14564              4 0.2499898
## 14568            115 0.3867714
## 14571              5 0.2052264
## 14576             11 0.2131247
## 14579             16 0.2874661
## 14581              4 0.2568168
## 14585             18 0.1697240
## 14589              6 0.2696850
## 14594             27 0.2242147
## 14596             22 0.2591024
## 14597              6 0.3256599
## 14600             13 0.2327694
## 14603              6 0.2517686
## 14604              8 0.2938026
## 14605             36 0.3117364
## 14608              6 0.1889791
## 14610             30 0.3416953
## 14613             47 0.1867923
## 14615              9 0.1542112
## 14616             37 0.2219426
## 14618             54 0.2580660
## 14620              7 0.2041928
## 14621             12 0.2846335
## 14622              5 0.1918636
## 14623              6 0.2226534
## 14625             37 0.2946820
## 14627             15 0.2880800
## 14629              8 0.3041807
## 14630             24 0.2470394
## 14631             78 0.3044286
## 14635             17 0.3168333
## 14637              7 0.2175406
## 14638             11 0.2253003
## 14639              5 0.2630355
## 14641              4 0.2463745
## 14643             13 0.2282486
## 14650             20 0.3329149
## 14652              7 0.2592443
## 14654             11 0.2822121
## 14658             35 0.2509368
## 14659              5 0.2641229
## 14666              4 0.1979108
## 14667              7 0.2380382
## 14668              8 0.2780133
## 14669             77 0.3114074
## 14672              4 0.1957316
## 14676              6 0.2353200
## 14680             23 0.2498952
## 14693             24 0.2085859
## 14698              6 0.2924396
## 14701              7 0.2517429
## 14703             10 0.2753423
## 14711              4 0.2320269
## 14715              4 0.2281845
## 14716              9 0.3016914
## 14723             25 0.2372402
## 14725              4 0.2177176
## 14730             11 0.3067094
## 14731              4 0.1733724
## 14734              4 0.2775771
## 14737              7 0.2828853
## 14742             16 0.2386932
## 14743             10 0.1798085
## 14747             12 0.2493436
## 14748              6 0.1535840
## 14751              9 0.2379731
## 14753            117 0.3627767
## 14754              5 0.2134515
## 14756              4 0.2761477
## 14759             11 0.2591128
## 14760            117 0.3061398
## 14763              5 0.2613120
## 14764            117 0.3401099
## 14767              8 0.1934294
## 14770             30 0.2696493
## 14776              5 0.2018094
## 14778             24 0.2649750
## 14783             53 0.2950558
## 14786              7 0.1722077
## 14791              5 0.2599510
## 14794             70 0.2569271
## 14796              6 0.3029586
## 14797              6 0.2353376
## 14799            117 0.3123487
## 14801            117 0.3665862
## 14803             27 0.2387934
## 14806              7 0.2245236
## 14808             14 0.2375709
## 14811            117 0.3595882
## 14812            117 0.3489680
## 14814            117 0.3482772
## 14815             26 0.2798006
## 14817             65 0.2468224
## 14821             58 0.3102762
## 14826              4 0.2831855
## 14827             13 0.2560930
## 14831              6 0.2313189
## 14839             11 0.1763167
## 14842              4 0.2606455
## 14844              7 0.2620732
## 14853              8 0.2635315
## 14854              4 0.2674534
## 14855              6 0.2454586
## 14857              6 0.2442371
## 14858             33 0.2863492
## 14860             13 0.2177337
## 14861              6 0.2786774
## 14862              5 0.2267678
## 14869             24 0.2776607
## 14872              7 0.2605370
## 14874              8 0.2187719
## 14875             76 0.2929434
## 14877             44 0.2861785
## 14880              6 0.2647853
## 14881              8 0.2623018
## 14882             10 0.2258430
## 14884             35 0.2797675
## 14887             23 0.3284250
## 14892             10 0.2528216
## 14893              5 0.2724301
## 14897              5 0.2729348
## 14899             13 0.2093349
## 14905              4 0.2194930
## 14906             11 0.3104519
## 14907             11 0.2130264
## 14908             10 0.2046355
## 14910             15 0.2711334
## 14919             29 0.2973622
## 14921              9 0.2860211
## 14922             19 0.2070276
## 14923              5 0.2566229
## 14927              9 0.2646575
## 14930              6 0.2574070
## 14934              4 0.2631638
## 14938              5 0.2373591
## 14939             31 0.2111963
## 14943              6 0.2811136
## 14950              4 0.1909564
## 14951             50 0.2626267
## 14953             29 0.2953980
## 14955              9 0.2360745
## 14957             10 0.2695767
## 14961              9 0.2544163
## 14962             10 0.1934107
## 14964             81 0.3301620
## 14968              6 0.2923535
## 14971              5 0.2505523
## 14976              9 0.1773774
## 14979             22 0.2294796
## 14980             37 0.3531902
## 14982             25 0.2463982
## 14983              4 0.2205928
## 14985             60 0.3489960
## 14987             18 0.2759355
## 14988              9 0.2620750
## 14989             18 0.2528443
## 14995             58 0.3272871
## 15001             19 0.2160488
## 15003              8 0.2760093
## 15004             16 0.2029834
## 15010             14 0.2400345
## 15014              7 0.2443810
## 15017             27 0.2210000
## 15018             31 0.2501957
## 15025             24 0.2794745
## 15031              6 0.1715318
## 15032             21 0.2954820
## 15038             17 0.2823191
## 15041             31 0.3076875
## 15045              9 0.2362482
## 15048              5 0.2122243
## 15049              9 0.2711741
## 15053              4 0.2281968
## 15056             11 0.2350737
## 15057             14 0.2209157
## 15059              5 0.2169766
## 15060              6 0.2148429
## 15061              4 0.2080112
## 15064             20 0.2941192
## 15069             26 0.2985418
## 15071            117 0.3699950
## 15073             16 0.2712759
## 15077              7 0.2804519
## 15084            117 0.3899113
## 15086              7 0.2152766
## 15090              4 0.2592859
## 15095              8 0.2617027
## 15096              4 0.2762859
## 15099              9 0.3166574
## 15102              6 0.2642190
## 15104             13 0.2831661
## 15106             10 0.2413396
## 15108             14 0.2394654
## 15110              9 0.2558334
## 15113              8 0.2670811
## 15115             15 0.3238336
## 15121             15 0.2193730
## 15122              6 0.2490437
## 15124              9 0.1952447
## 15126             14 0.2668804
## 15129              7 0.2974861
## 15132             72 0.3224911
## 15133             13 0.2593021
## 15136             11 0.1564865
## 15138             49 0.3155702
## 15141             10 0.2501351
## 15142              5 0.2875383
## 15146             37 0.3181452
## 15148              5 0.2470355
## 15151             21 0.3065959
## 15152              4 0.2307356
## 15154             22 0.2424073
## 15156              5 0.2637277
## 15157             11 0.2827169
## 15163             20 0.2719692
## 15166             50 0.2719242
## 15169              5 0.2168629
## 15170             17 0.2626327
## 15171              8 0.2645984
## 15172             12 0.1928805
## 15175             59 0.1848603
## 15177              4 0.1884958
## 15179              7 0.2117505
## 15180              9 0.2861387
## 15183            117 0.3633977
## 15190             20 0.3137893
## 15191              9 0.2847654
## 15192             40 0.2945379
## 15193              9 0.2686094
## 15198              7 0.2205403
## 15201            117 0.3297097
## 15203             90 0.2924193
## 15205             37 0.3194023
## 15208              8 0.3199906
## 15209             45 0.3029640
## 15210              8 0.2223927
## 15215             16 0.3043074
## 15216             12 0.3052351
## 15217              6 0.2001956
## 15219              7 0.2931047
## 15221             16 0.2603973
## 15223              8 0.2961485
## 15224              9 0.2705066
## 15225            117 0.3545366
## 15228             16 0.2365416
## 15235             19 0.2661172
## 15239             25 0.2977565
## 15240              4 0.2587004
## 15241              6 0.2748214
## 15245              5 0.2148274
## 15247             21 0.1738286
## 15249              7 0.2653820
## 15252             13 0.2444032
## 15257              6 0.2165964
## 15260              7 0.2527961
## 15261              4 0.2254747
## 15264              8 0.2541698
## 15268              6 0.2062895
## 15269             20 0.2507288
## 15270              8 0.2628257
## 15271              5 0.2630177
## 15279              6 0.2555317
## 15282              5 0.2625513
## 15288              7 0.1852192
## 15289             23 0.2580313
## 15294              7 0.2872420
## 15296              5 0.2655360
## 15298             15 0.2431645
## 15299             13 0.2144385
## 15300             37 0.2217688
## 15303             14 0.2643457
## 15308             18 0.2539865
## 15312             47 0.2353245
## 15313             14 0.2386487
## 15315             19 0.1710293
## 15316             56 0.3520424
## 15318              9 0.2233627
## 15320              4 0.1923352
## 15322              5 0.2406229
## 15323              5 0.2712291
## 15327              7 0.2485229
## 15331              5 0.1788647
## 15332             11 0.2371297
## 15335             21 0.2808046
## 15342             19 0.2840650
## 15353             44 0.2592970
## 15355             48 0.3587578
## 15357             15 0.2649875
## 15360              5 0.2482022
## 15361             11 0.2681106
## 15362              6 0.2208040
## 15363              7 0.2594304
## 15365             17 0.2373228
## 15367             16 0.2872459
## 15372              9 0.2104514
## 15373             94 0.3306608
## 15374             13 0.2947287
## 15377             15 0.2648878
## 15385             13 0.2667652
## 15386             23 0.2663754
## 15388              4 0.1824742
## 15389             14 0.2695997
## 15391             21 0.2739228
## 15394             13 0.2469228
## 15395              8 0.2899192
## 15397             13 0.2157489
## 15403            110 0.3138950
## 15404              6 0.2006048
## 15406             23 0.2194997
## 15409              6 0.2293902
## 15410              8 0.1911054
## 15413              7 0.2404853
## 15414              4 0.2780258
## 15417             10 0.1688957
## 15419              9 0.2596949
## 15420             15 0.2742330
## 15423             31 0.2593317
## 15424              9 0.2434186
## 15425              5 0.2234000
## 15430             16 0.2467253
## 15432             16 0.3130509
## 15433             26 0.2797664
## 15436              4 0.2375983
## 15439             43 0.3064912
## 15440              4 0.2508065
## 15448              7 0.2064825
## 15455             65 0.3141822
## 15457              7 0.2816720
## 15458             10 0.2146510
## 15462              5 0.2898459
## 15463             11 0.2647813
## 15470              4 0.1819407
## 15476             12 0.2225497
## 15482             18 0.2308461
## 15483            117 0.3445374
## 15484            117 0.3484167
## 15485             50 0.3068913
## 15486              6 0.2644078
## 15487             19 0.2181990
## 15489             16 0.2555741
## 15497              5 0.1514853
## 15501              6 0.2365141
## 15502              4 0.2355272
## 15505             10 0.2777033
## 15508             15 0.2504880
## 15510              5 0.2691896
## 15511              6 0.2374293
## 15512             20 0.2582644
## 15513              7 0.2442100
## 15514              4 0.2451598
## 15519              9 0.2539375
## 15520            117 0.2991076
## 15521              8 0.2062723
## 15522             80 0.3379066
## 15524             53 0.3219838
## 15527            117 0.3333455
## 15528             13 0.2313495
## 15529             17 0.2917562
## 15531             14 0.2736910
## 15532             11 0.2342175
## 15534              7 0.2516608
## 15538              4 0.2643839
## 15539              9 0.2134019
## 15541              4 0.2459232
## 15542              6 0.2994049
## 15543            117 0.1992131
## 15544             11 0.2082099
## 15546             28 0.2440284
## 15547              4 0.2374231
## 15548              7 0.2603331
## 15550             11 0.2367972
## 15556              7 0.2515719
## 15562              5 0.2628973
## 15563             10 0.2721497
## 15564             71 0.3243977
## 15566              8 0.2722572
## 15571             11 0.2545235
## 15573              8 0.2210083
## 15576              9 0.2277646
## 15578             19 0.1971324
## 15580             89 0.2976347
## 15583              6 0.2742140
## 15585            117 0.2995329
## 15586              4 0.2169761
## 15587              9 0.2632787
## 15588             18 0.2726936
## 15589              5 0.2724123
## 15591              5 0.2438648
## 15601             25 0.2559281
## 15606             20 0.2187986
## 15609              6 0.2254781
## 15610              6 0.1937187
## 15611              8 0.2568919
## 15615              7 0.3011889
## 15617              8 0.2986312
## 15618             10 0.2638234
## 15620              6 0.2610291
## 15622              9 0.1996424
## 15625             19 0.2937441
## 15628              6 0.2524786
## 15629              4 0.2976261
## 15635             11 0.2600880
## 15639             13 0.2258192
## 15644              9 0.2686764
## 15648              5 0.2548980
## 15653              5 0.2582644
## 15658             12 0.2540355
## 15665             41 0.3221994
## 15675             10 0.2456334
## 15676            117 0.2466386
## 15681            117 0.3058115
## 15682              8 0.2543080
## 15684            117 0.2958451
## 15685             19 0.2477726
## 15686              8 0.2973016
## 15687             26 0.3256545
## 15688              8 0.2062053
## 15689              6 0.2569406
## 15695             31 0.2701106
## 15698              9 0.2562082
## 15699              7 0.2402937
## 15702              9 0.2114349
## 15703              9 0.1821118
## 15704             44 0.2279877
## 15705             16 0.2409651
## 15708             28 0.2515463
## 15709              5 0.2309834
## 15713              6 0.2364307
## 15720              4 0.2556159
## 15725             15 0.2918704
## 15731              9 0.1611942
## 15735              5 0.2512581
## 15736             16 0.2199491
## 15743            117 0.3466193
## 15745            117 0.3874792
## 15747              8 0.2235663
## 15750             19 0.2447523
## 15751              5 0.2323609
## 15752             13 0.2133360
## 15759              7 0.2716072
## 15763             12 0.2461674
## 15764              5 0.2328671
## 15765              6 0.2259117
## 15770              5 0.2779836
## 15775             17 0.2036129
## 15776             19 0.2239086
## 15777             21 0.2991286
## 15780              9 0.2695559
## 15782             28 0.2995054
## 15784              9 0.2019036
## 15786              5 0.2422930
## 15788              5 0.2114530
## 15794              7 0.2477240
## 15798              9 0.2597497
## 15802             17 0.2791127
## 15806             11 0.2656580
## 15808             17 0.2393569
## 15809              5 0.2369707
## 15811             10 0.3002377
## 15817              4 0.1964252
## 15818              4 0.1852866
## 15820             11 0.2545195
## 15821              9 0.2272817
## 15822              6 0.2310795
## 15823              6 0.2661340
## 15826              7 0.2366593
## 15833              4 0.2429575
## 15848             11 0.2561964
## 15849              6 0.2732553
## 15852             21 0.2697727
## 15853             39 0.3022524
## 15856             10 0.2317413
## 15858              8 0.2415429
## 15860              8 0.2790459
## 15861              5 0.2607074
## 15865              6 0.2185976
## 15866             10 0.1684264
## 15868              5 0.2490708
## 15872              7 0.2886714
## 15879             26 0.2765956
## 15881            117 0.2690006
## 15886              6 0.2540105
## 15887              5 0.2836193
## 15888              4 0.2716433
## 15893              6 0.2780811
## 15899              4 0.2577033
## 15900             15 0.2585421
## 15901              8 0.2791157
## 15902             20 0.2965198
## 15903              7 0.2562638
## 15905              7 0.2747451
## 15906              7 0.2654517
## 15907              5 0.2317960
## 15909             12 0.2652413
## 15910             11 0.1937446
## 15915              6 0.1933797
## 15917             23 0.2799105
## 15919             10 0.1733974
## 15922             37 0.2621307
## 15923             23 0.2723968
## 15926             12 0.2652753
## 15927             24 0.3143662
## 15928             31 0.2744536
## 15929             10 0.2475470
## 15931              5 0.2112601
## 15936              4 0.2340295
## 15939             18 0.1793484
## 15944              6 0.1956502
## 15945              7 0.2402267
## 15946             10 0.2797168
## 15947             13 0.2601584
## 15948             19 0.1661337
## 15949              7 0.2505528
## 15950             16 0.2684143
## 15953            106 0.3499443
## 15954              7 0.2264850
## 15957              4 0.2083914
## 15960              6 0.2837837
## 15962             13 0.2539058
## 15963              9 0.2627603
## 15966              6 0.2478742
## 15967              6 0.2856140
## 15972              8 0.1961172
## 15974              4 0.2156315
## 15975             22 0.2686800
## 15976             47 0.2711013
## 15978             23 0.2694627
## 15979              9 0.1990734
## 15980             19 0.2265130
## 15983             19 0.2519596
## 15985              6 0.2803886
## 15986              9 0.1676807
## 15988              9 0.2577457
## 15990             47 0.1988447
## 15992             36 0.3118404
## 15994             13 0.2669142
## 15996             15 0.2727845
## 15997             19 0.1965442
## 16000             19 0.1938522
## 16001             25 0.2380856
## 16003              9 0.1852441
## 16006              9 0.2502470
## 16007              5 0.1946254
## 16010              5 0.2225204
## 16014              7 0.2203460
## 16016              6 0.1959293
## 16017              9 0.2540374
## 16018             19 0.2683933
## 16023             55 0.3041076
## 16024             16 0.2449348
## 16025              8 0.2742037
## 16027              6 0.2763370
## 16030             44 0.2921439
## 16034              4 0.2682646
## 16035              5 0.2200035
## 16037              7 0.2661590
## 16039              5 0.2217571
## 16040              6 0.2314626
## 16043              7 0.2566399
## 16047              5 0.2288318
## 16051             25 0.2579321
## 16052             13 0.2146820
## 16062             20 0.2946980
## 16066             17 0.2443537
## 16068              9 0.2669884
## 16070             16 0.2666703
## 16071             15 0.2850269
## 16072             26 0.2658537
## 16075              6 0.2474106
## 16078              6 0.2674540
## 16080              4 0.3346736
## 16081              4 0.2425745
## 16084             10 0.2814800
## 16089              7 0.2665898
## 16092             10 0.2594790
## 16093              7 0.2427586
## 16095              5 0.2546914
## 16107             20 0.2766022
## 16109              8 0.2441351
## 16110              4 0.2587852
## 16111              4 0.2416813
## 16113              7 0.2543788
## 16114              5 0.2604914
## 16117             18 0.2086073
## 16118             11 0.2603822
## 16129              6 0.2698163
## 16133              7 0.2487445
## 16136              9 0.2689007
## 16142              9 0.2671416
## 16144             11 0.3171777
## 16145              4 0.2601107
## 16147              9 0.2559524
## 16148              8 0.2659225
## 16149             18 0.2853464
## 16150              9 0.3066363
## 16151             27 0.3182574
## 16152             11 0.2889543
## 16153              9 0.2463143
## 16154              8 0.2548934
## 16155              6 0.2373334
## 16160              7 0.2410351
## 16161             18 0.2520031
## 16162             20 0.2606431
## 16163             27 0.2523285
## 16165             25 0.2514976
## 16166             18 0.2295015
## 16168             10 0.2799083
## 16169             21 0.3033745
## 16172              5 0.2485866
## 16175             47 0.2447587
## 16178             11 0.2463669
## 16185             10 0.3060115
## 16188              7 0.2712036
## 16189              7 0.2464341
## 16191             47 0.2433785
## 16192             18 0.2007747
## 16195              6 0.2375057
## 16196              8 0.2841495
## 16199             23 0.2698922
## 16200              5 0.2753655
## 16202             16 0.2775929
## 16204              4 0.2256663
## 16206             37 0.2980416
## 16207              8 0.2536350
## 16208             18 0.2396416
## 16215             18 0.1709482
## 16216              7 0.2465709
## 16218              5 0.2188477
## 16219             18 0.2189497
## 16221             13 0.2664602
## 16222              7 0.2296407
## 16224              9 0.2734667
## 16225              5 0.2779672
## 16227             11 0.2770073
## 16229             18 0.2800228
## 16230             10 0.2953079
## 16232             19 0.3091984
## 16238              8 0.2802538
## 16239             44 0.2637276
## 16243             10 0.3369008
## 16245              5 0.2317905
## 16246             11 0.2527864
## 16247              7 0.2530506
## 16255             20 0.2645033
## 16256            117 0.2991185
## 16257              8 0.2609093
## 16259              7 0.3578011
## 16260              9 0.2874752
## 16264             19 0.2164071
## 16267              4 0.2498188
## 16272             19 0.2626646
## 16273            117 0.3370883
## 16274             18 0.2810335
## 16275              4 0.2630092
## 16278             19 0.1927525
## 16279             11 0.2750389
## 16280             18 0.2745539
## 16281              5 0.2641763
## 16287             16 0.2728448
## 16288             27 0.2758997
## 16289             11 0.2101948
## 16291              7 0.2671232
## 16292             18 0.2627943
## 16293             10 0.2425652
## 16295             11 0.2218490
## 16298             11 0.2225754
## 16306             19 0.2432886
## 16310              4 0.2542877
## 16311              9 0.3789942
## 16312             10 0.2808439
## 16314             11 0.2606256
## 16318             11 0.2227314
## 16321             18 0.2389686
## 16328             11 0.2294025
## 16329              7 0.2929666
## 16330             19 0.2721139
## 16333             47 0.2916180
## 16342              9 0.2460052
## 16343             19 0.2677011
## 16344             10 0.2632735
## 16345             18 0.2451035
## 16346             11 0.2275572
## 16348             47 0.2889301
## 16350              9 0.2395201
## 16351             19 0.2406144
## 16352             19 0.1890277
## 16353             11 0.2093658
## 16356             22 0.3624452
## 16357            117 0.2874533
## 16358             18 0.2295891
## 16360              9 0.2520403
## 16363              9 0.2808299
## 16365             19 0.2218882
## 16369             10 0.2158233
## 16378              4 0.2032579
## 16379              9 0.2401944
## 16380             11 0.2376631
## 16383             18 0.2333808
## 16384              7 0.2435370
## 16386             18 0.2497078
## 16387             18 0.2344491
## 16391              9 0.1791079
## 16397             11 0.2612288
## 16399             19 0.2301666
## 16400             10 0.2325619
## 16406             11 0.2013679
## 16409              9 0.2532111
## 16411             18 0.2065185
## 16412             20 0.2763669
## 16414              9 0.2375544
## 16417             17 0.2606014
## 16424            117 0.3346873
## 16426             11 0.2307129
## 16431              7 0.2417985
## 16433             10 0.2218214
## 16436             11 0.2525073
## 16438             19 0.2464963
## 16440             19 0.2481665
## 16441             11 0.2308005
## 16445             18 0.1761230
## 16446             18 0.2583309

Checking how well the prediction is

#Using Mean Square Error, we want the value between training and test MSE close to each other
test %>%
 add_predictions(model1) %>%
 summarise(MSE = mean((Global_Sales_Fix - pred)^2))
##          MSE
## 1 0.03931382
## # A tibble: 1 × 1
## MSE
## <dbl>
## 1 0.03931382 


train %>%
 add_predictions(model1) %>%
 summarise(MSE = mean((Global_Sales_Fix - pred)^2))
##          MSE
## 1 0.03783859
## # A tibble: 1 × 1
## MSE
## <dbl>
## 1 0.03783859     

Model Building

model2 <- lm(Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix + User_Count_Fix, data = train)
summary(model2)
## 
## Call:
## lm(formula = Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix + 
##     User_Count_Fix, data = train)
## 
## Residuals:
##      Min       1Q   Median       3Q      Max 
## -0.35136 -0.15214 -0.07171  0.18390  0.45999 
## 
## Coefficients:
##                   Estimate Std. Error t value Pr(>|t|)    
## (Intercept)      5.925e-02  1.017e-02   5.823 5.94e-09 ***
## Critic_Score_Fix 2.297e-03  1.578e-04  14.556  < 2e-16 ***
## Critic_Count_Fix 1.265e-03  1.337e-04   9.464  < 2e-16 ***
## User_Count_Fix   5.233e-04  5.959e-05   8.781  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 0.1947 on 9970 degrees of freedom
## Multiple R-squared:  0.08437,    Adjusted R-squared:  0.08409 
## F-statistic: 306.2 on 3 and 9970 DF,  p-value: < 2.2e-16
#Assessing Coefficients
glance(model2)
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0844        0.0841 0.195      306. 3.45e-190     3  2171. -4331. -4295.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
tidy(model2)
## # A tibble: 4 x 5
##   term             estimate std.error statistic  p.value
##   <chr>               <dbl>     <dbl>     <dbl>    <dbl>
## 1 (Intercept)      0.0593   0.0102         5.82 5.94e- 9
## 2 Critic_Score_Fix 0.00230  0.000158      14.6  1.65e-47
## 3 Critic_Count_Fix 0.00127  0.000134       9.46 3.65e-21
## 4 User_Count_Fix   0.000523 0.0000596      8.78 1.89e-18
#Assessing Coefficients
glance(model2)
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0844        0.0841 0.195      306. 3.45e-190     3  2171. -4331. -4295.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
tidy(model2)
## # A tibble: 4 x 5
##   term             estimate std.error statistic  p.value
##   <chr>               <dbl>     <dbl>     <dbl>    <dbl>
## 1 (Intercept)      0.0593   0.0102         5.82 5.94e- 9
## 2 Critic_Score_Fix 0.00230  0.000158      14.6  1.65e-47
## 3 Critic_Count_Fix 0.00127  0.000134       9.46 3.65e-21
## 4 User_Count_Fix   0.000523 0.0000596      8.78 1.89e-18
#Computes confidence intervals for one or more parameters in a fitted model. There is a default and a method for objects inheriting from class "lm".
#A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
confint(model2)
##                         2.5 %       97.5 %
## (Intercept)      0.0393069305 0.0791953017
## Critic_Score_Fix 0.0019873002 0.0026058634
## Critic_Count_Fix 0.0010031182 0.0015272221
## User_Count_Fix   0.0004064766 0.0006401129
#Comparizon model using Rsquared
list(model1 = broom::glance(model1), model2 = broom::glance(model2))
## $model1
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0856        0.0852 0.195      233. 1.05e-191     4  2177. -4342. -4299.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model2
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0844        0.0841 0.195      306. 3.45e-190     3  2171. -4331. -4295.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
#Comparizon model using MSE
test %>%
 gather_predictions(model1, model2) %>%
 group_by(model) %>%
 summarise(MSE = mean((Global_Sales_Fix-pred)^2))
## # A tibble: 2 x 2
##   model     MSE
##   <chr>   <dbl>
## 1 model1 0.0393
## 2 model2 0.0394
plot(model2)

plot(model1)

## Model Building

model3 <- lm(Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix, data = train)
summary(model3)
## 
## Call:
## lm(formula = Global_Sales_Fix ~ Critic_Score_Fix + Critic_Count_Fix, 
##     data = train)
## 
## Residuals:
##      Min       1Q   Median       3Q      Max 
## -0.34919 -0.15630 -0.07406  0.18533  0.46899 
## 
## Coefficients:
##                   Estimate Std. Error t value Pr(>|t|)    
## (Intercept)      0.0468255  0.0101140    4.63 3.71e-06 ***
## Critic_Score_Fix 0.0025628  0.0001554   16.49  < 2e-16 ***
## Critic_Count_Fix 0.0018249  0.0001180   15.47  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 0.1954 on 9971 degrees of freedom
## Multiple R-squared:  0.07729,    Adjusted R-squared:  0.0771 
## F-statistic: 417.6 on 2 and 9971 DF,  p-value: < 2.2e-16
#Assessing Coefficients
glance(model3)
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0773        0.0771 0.195      418. 6.82e-175     2  2132. -4256. -4228.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
tidy(model3)
## # A tibble: 3 x 5
##   term             estimate std.error statistic  p.value
##   <chr>               <dbl>     <dbl>     <dbl>    <dbl>
## 1 (Intercept)       0.0468   0.0101        4.63 3.71e- 6
## 2 Critic_Score_Fix  0.00256  0.000155     16.5  2.77e-60
## 3 Critic_Count_Fix  0.00182  0.000118     15.5  2.29e-53
#Computes confidence intervals for one or more parameters in a fitted model. There is a default and a method for objects inheriting from class "lm".
#A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
confint(model3)
##                        2.5 %      97.5 %
## (Intercept)      0.026999905 0.066651062
## Critic_Score_Fix 0.002258140 0.002867487
## Critic_Count_Fix 0.001593643 0.002056093
#Comparizon model using Rsquared
list(model1 = broom::glance(model1), model2 = broom::glance(model2), model3 = broom::glance(model3))
## $model1
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0856        0.0852 0.195      233. 1.05e-191     4  2177. -4342. -4299.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model2
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0844        0.0841 0.195      306. 3.45e-190     3  2171. -4331. -4295.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model3
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0773        0.0771 0.195      418. 6.82e-175     2  2132. -4256. -4228.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
#Comparizon model using MSE
test %>%
 gather_predictions(model1, model2, model3) %>%
 group_by(model) %>%
 summarise(MSE = mean((Global_Sales_Fix-pred)^2))
## # A tibble: 3 x 2
##   model     MSE
##   <chr>   <dbl>
## 1 model1 0.0393
## 2 model2 0.0394
## 3 model3 0.0396
plot(model1)

plot(model2)

plot(model3)

Model Building

model4 <- lm(Global_Sales_Fix ~ Critic_Score_Fix, data = train)
summary(model4)
## 
## Call:
## lm(formula = Global_Sales_Fix ~ Critic_Score_Fix, data = train)
## 
## Residuals:
##      Min       1Q   Median       3Q      Max 
## -0.26765 -0.16520 -0.07667  0.19675  0.46612 
## 
## Coefficients:
##                   Estimate Std. Error t value Pr(>|t|)    
## (Intercept)      0.0289853  0.0101675   2.851  0.00437 ** 
## Critic_Score_Fix 0.0034964  0.0001449  24.124  < 2e-16 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 0.1977 on 9972 degrees of freedom
## Multiple R-squared:  0.05514,    Adjusted R-squared:  0.05505 
## F-statistic:   582 on 1 and 9972 DF,  p-value: < 2.2e-16
#Assessing Coefficients
glance(model4)
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0551        0.0550 0.198      582. 5.11e-125     1  2014. -4022. -4000.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
tidy(model4)
## # A tibble: 2 x 5
##   term             estimate std.error statistic   p.value
##   <chr>               <dbl>     <dbl>     <dbl>     <dbl>
## 1 (Intercept)       0.0290   0.0102        2.85 4.37e-  3
## 2 Critic_Score_Fix  0.00350  0.000145     24.1  5.11e-125
#Computes confidence intervals for one or more parameters in a fitted model. There is a default and a method for objects inheriting from class "lm".
#A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
confint(model4)
##                        2.5 %      97.5 %
## (Intercept)      0.009055016 0.048915547
## Critic_Score_Fix 0.003212343 0.003780553
#Comparizon model using Rsquared
list(model1 = broom::glance(model1), model2 = broom::glance(model2), model3 = broom::glance(model3), model4 = broom::glance(model4))
## $model1
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0856        0.0852 0.195      233. 1.05e-191     4  2177. -4342. -4299.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model2
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0844        0.0841 0.195      306. 3.45e-190     3  2171. -4331. -4295.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model3
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0773        0.0771 0.195      418. 6.82e-175     2  2132. -4256. -4228.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
## 
## $model4
## # A tibble: 1 x 12
##   r.squared adj.r.squared sigma statistic   p.value    df logLik    AIC    BIC
##       <dbl>         <dbl> <dbl>     <dbl>     <dbl> <dbl>  <dbl>  <dbl>  <dbl>
## 1    0.0551        0.0550 0.198      582. 5.11e-125     1  2014. -4022. -4000.
## # ... with 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>
#Comparizon model using MSE
test %>%
 gather_predictions(model1, model2, model3, model4) %>%
 group_by(model) %>%
 summarise(MSE = mean((Global_Sales_Fix-pred)^2))
## # A tibble: 4 x 2
##   model     MSE
##   <chr>   <dbl>
## 1 model1 0.0393
## 2 model2 0.0394
## 3 model3 0.0396
## 4 model4 0.0401
plot(model1)

plot(model2)

plot(model3)

plot(model4)